id string | text string |
|---|---|
0704.0001 | Title: Calculation of prompt diphoton production cross sections at Tevatron and
LHC energies
Abstract: A fully differential calculation in perturbative quantum chromodynamics is
presented for the production of massive photon pairs at hadron colliders. All
next-to-leading order perturbative contributions from quark-... |
0704.0002 | Title: Sparsity-certifying Graph Decompositions
Abstract: We describe a new algorithm, the $(k,\ell)$-pebble game with colors, and use
it obtain a characterization of the family of $(k,\ell)$-sparse graphs and
algorithmic solutions to a family of problems concerning tree decompositions of
graphs. Special instances of... |
0704.0010 | "Title: Partial cubes: structures, characterizations, and constructions\nAbstract: Partial cubes a(...TRUNCATED) |
0704.0014 | "Title: Iterated integral and the loop product\nAbstract: In this article we discuss a relation be(...TRUNCATED) |
0704.0016 | "Title: Lifetime of doubly charmed baryons\nAbstract: In this work, we evaluate the lifetimes of t(...TRUNCATED) |
0704.0021 | "Title: Molecular Synchronization Waves in Arrays of Allosterically Regulated\n Enzymes\nAbstract: (...TRUNCATED) |
0704.0022 | "Title: Stochastic Lie group integrators\nAbstract: We present Lie group integrators for nonlinear(...TRUNCATED) |
0704.0032 | "Title: Probing non-standard neutrino interactions with supernova neutrinos\nAbstract: We analyze (...TRUNCATED) |
0704.0039 | "Title: Scalar radius of the pion and zeros in the form factor\nAbstract: The quadratic pion scala(...TRUNCATED) |
0704.0044 | "Title: Astrophysical gyrokinetics: kinetic and fluid turbulent cascades in\n magnetized weakly col(...TRUNCATED) |
arxiv-tex-corpus-medium (15GB)
Medium-scale LaTeX corpus from arXiv (math, CS, physics, statistics)
π Paper: https://arxiv.org/abs/2602.17288
π Overview
arxiv-tex-corpus-medium (15GB) is a medium-sized version of the arXiv LaTeX corpus, containing structured LaTeX source content extracted from selected arXiv categories.
This dataset is restricted to the following categories:
mathcshep-thhep-phquant-phstat.MLstat.TH
This version (~15GB) is intended for:
- Research experiments
- Model prototyping
- Ablation studies
- Resource-constrained training setups
π Full Dataset
For the complete version (~80GB), see:
The 80GB version contains the full dataset without size reduction.
π¦ Files
train.jsonl val.jsonl checkpoint.txt
### `train.jsonl`
Training split in JSON Lines format.
### `val.jsonl`
Validation split in JSON Lines format.
### `checkpoint.txt`
Internal processing checkpoint file used during dataset creation.
Not required for training.
## π§Ύ Data Format
Each line in `train.jsonl` and `val.jsonl` is a JSON object.
Example schema:
```json
{
"paper_id": "xxxx.xxxxx",
"category": "cs",
"latex": "\\documentclass{article} ..."
}
Fields
paper_idβ arXiv identifiercategoryβ one of:mathcshep-thhep-phquant-phstat.MLstat.TH
latexβ extracted LaTeX source content
π Dataset Characteristics
- Size: ~15GB
- Format: JSONL
- Categories: mathematics, computer science, theoretical physics, quantum physics, and statistics
- Derived from the same pipeline as the 80GB version
- Snapshot date: (add date here)
This version is a reduced subset of the full dataset.
π§Ή Processing Pipeline
The dataset was constructed by:
- Downloading arXiv source archives.
- Extracting LaTeX source files.
- Filtering to retain only specified categories.
- Converting documents to structured JSONL format.
- Creating train/validation splits.
- Subsampling to create the 15GB medium version.
βοΈ Licensing
This dataset contains LaTeX source files from papers hosted on arXiv.
Each paper retains its original license as specified by its authors on arXiv.
Users are responsible for complying with the licensing terms of individual papers.
For license information: https://arxiv.org/help/license
π― Intended Use
- Medium-scale pretraining
- Fine-tuning on scientific domains
- Research in mathematical reasoning
- LaTeX modeling and generation
π« Limitations
- LaTeX sources may contain compilation errors.
- Some source bundles may be incomplete.
- Licensing varies per paper.
- This dataset is a subset of the full corpus.
π Citation
If you use this dataset, please cite:
- The original arXiv papers
- The arxiv-latex-corpus dataset
Example:
@dataset{arxiv_latex_corpus_2026,
title = {arxiv-latex-corpus},
year = {2026},
publisher = {Hugging Face},
}
π€ Acknowledgements This dataset is derived from papers made publicly available by authors via arXiv. We thank the research community for openly sharing their work.
- Downloads last month
- 111