Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ArXiv Abstracts
2
+
3
+ ## Description
4
+ Each paper uploaded to [ArXiv](https://arxiv.org/) includes structured metadata fields, including an abstract summarizing the paper’s findings and contributions.
5
+ According to [ArXiv’s licensing policy](https://info.arxiv.org/help/license/index.html), the metadata for any paper submitted to ArXiv is distributed under the CC0 license, regardless of the license of the paper itself.
6
+ Thus, this dataset contains the abstract for every paper submitted to ArXiv through late 2024.
7
+ We source the abstracts from ArXiv’s API via the Open Archives Initiative Protocol for Metadata Harvesting endpoint and reproduce them as-is.
8
+ Code for collecting, processing, and preparing this dataset is available in the [common-pile GitHub repo](https://github.com/r-three/common-pile).
9
+
10
+
11
+ ## Dataset Statistics
12
+ | Documents | UTF-8 GB | Tokens | Times seen during training|
13
+ ------------|----------|--------|---------------------------|
14
+ | 2,504,679 | 2.4 | 3.6B | 6x |
15
+
16
+
17
+ ## License Issues
18
+ While we aim to produce datasets with completely accurate licensing information, license laundering and inaccurate metadata can cause us to erroneously assign the incorrect license to some documents (for further discussion of this limitation, please see [our paper](TODO link)).
19
+ If you believe you have found an instance of incorrect licensing in this dataset, please [start a discussion](https://github.com/r-three/common-pile/discussions/new) on this repository.
20
+
21
+ ## Other Versions
22
+ This is the "filtered" version of ArXiv Abstracts. If you are looking for the raw version, you can find it [here](https://huggingface.co/datasets/common-pile/arxiv_abstracts).
23
+
24
+ ## Citation
25
+ If you use this dataset, please cite:
26
+ ```bibtex
27
+ @article{kandpal2025common,
28
+ title={{The Common Pile v0.1: An 8TB Dataset of Public Domain and Openly Licensed Text}},
29
+ author={Nikhil Kandpal and Brian Lester and Colin Raffel and Sebastian Majstorovic and Stella Biderman and Baber Abbasi and Luca Soldaini and Enrico Shippole and A. Feder Cooper and Aviya Skowron and Shayne Longpre and Lintang Sutawika and Alon Albalak and Zhenlin Xu and Guilherme Penedo and Loubna Ben and Elie Bakouch and John David and Honglu Fan and Dashiell Stander and Guangyu Song and Aaron Gokaslan and John Kirchenbauer and Tom Goldstein and Brian R and Bhavya Kailkhura and Tyler Murray},
30
+ journal={arXiv preprint},
31
+ year={2025}
32
+ }
33
+ ```