Dataset Viewer
Auto-converted to Parquet Duplicate
arxiv_id
string
title
string
abstract
string
year
int32
tex_source
string
1203.4260
Lagrangian perturbations and the matter bispectrum I: fourth-order model for non-linear clustering
We investigate the Lagrangian perturbation theory of a homogeneous and isotropic universe in the non-relativistic limit, and derive the solutions up to the fourth order. These solutions are needed for example for the next-to-leading order correction of the (resummed) Lagrangian matter bispectrum, which we study in an a...
2,012
\documentclass[11pt,a4paper]{article} \usepackage{jcappub} \DeclareMathAlphabet{\mathpzc}{OT1}{pzc}{m}{it} \newcommand{\myBox}[1]{\mbox{\textit{#1 }}} \newcommand{\ws}{\textcolor{white}{!}} \newcommand{\be}{\begin{equation}} \newcommand{\ee}{\end{equation}} \newcommand{\bes}{\begin{equation*}} \newcommand{\ees}{\e...
1311.6823
"Several supersymmetric models in which there is a (partially) composite Higgs boson arising from (c(...TRUNCATED)
2,013
"\n\\documentclass[12pt]{article}\n\\usepackage{epsf}\n\\usepackage{amsmath, amssymb}\n\\usepackage{(...TRUNCATED)
1703.01623
Higher Derivative Field Theories: Degeneracy Conditions and Classes
2,017
"%\\documentclass[nofootinbib,superscriptaddress]{revtex4-1}\n\n\\documentclass[a4paper,12pt,english(...TRUNCATED)
2006.06182
The copula of the cosmological matter density field is non-Gaussian
"Non-Gaussianity of the cosmological matter density field can be largely reduced by a local Gaussian(...TRUNCATED)
2,020
"\\documentclass[twocolumn]{aastex62}\n\\newcommand{\\vdag}{(v)^\\dagger}\n\\newcommand\\aastex{AAS\(...TRUNCATED)
1809.00033
Characterization and performance of the second-year SPT-3G focal plane
"The third-generation instrument for the 10-meter South Pole Telescope, SPT-3G, was first installed (...TRUNCATED)
2,018
"\\documentclass[]{spie} %>>> use for US letter paper\n%\\documentclass[a4paper]{spie} %>>> use th(...TRUNCATED)
1912.10995
Imprints of dark neutrino interactions on primordial gravitational waves and CMB $B$-modes
"We calculate the spectral distortions from Hawking evaporation of primordial black holes before the(...TRUNCATED)
2,019
"\\documentclass[letterpaper,11pt]{article}\n%\\pdfoutput=1\n\\usepackage{jheppub_mod}\n\\usepackage(...TRUNCATED)
1303.1349
"Improved Primordial Non-Gaussianity Constraints from Measurements of Galaxy Clustering and the Inte(...TRUNCATED)
2,013
"\\documentclass[aps,prd,twocolumn,superscriptaddress,amsmath,twoside,amssymbepsfig,showpacs]{revtex(...TRUNCATED)
1011.5874
Multiple Tidal Disruptions as an Indicator of Binary Super-Massive Black Hole Systems
"%--------------------------------------------------------------------------------------------------(...TRUNCATED)
2,010
"\\documentclass[apjl,iop]{emulateapj}\n%\\usepackage{apjfonts}\n\\bibliographystyle{apj3}\n%\\usepa(...TRUNCATED)
1406.4140
"Beyond the linear-order relativistic effect in galaxy clustering: Second-order gauge-invariant form(...TRUNCATED)
"We present the second-order general relativistic description of the observed galaxy number density (...TRUNCATED)
2,014
"\n\\documentclass[prd,onecolumn,showpacs,nofootinbib]{revtex4}\n\\usepackage{times}\n\\usepackage{n(...TRUNCATED)
1510.08767
Cosmic Reionization On Computers. Mean and Fluctuating Redshifted 21 cm Signal
"We explore the mean and fluctuating redshifted 21 cm signal in numerical simulations from the Cosmi(...TRUNCATED)
2,015
"\\documentclass{emulateapj}\n%\\documentclass[trackchanges, linenumbers, twocolumn, twocolappendix](...TRUNCATED)
End of preview. Expand in Data Studio

Cosmology arXiv Papers (astro-ph.CO)

LaTeX source files for cosmology papers from arXiv.

Columns

Column Description
arxiv_id arXiv paper ID
title Extracted paper title
abstract Extracted abstract
year Publication year
tex_source Full LaTeX source (with \input expanded)

Usage

from datasets import load_dataset

ds = load_dataset("adammoss/cosmology-arxiv")

# Access a paper
paper = ds['train'][0]
print(paper['title'])
print(paper['abstract'])

Preprocessing

The tex_source contains raw LaTeX with \input{} and \include{} commands expanded. You may want to apply additional preprocessing depending on your use case.

License

The dataset follows arXiv's license terms. Most papers are CC-BY or similar. See individual papers for specific licensing.

Updates

This dataset is updated periodically with new papers. Last updated: 2025-12-12

Downloads last month
1