Update README.md
Browse files
README.md
CHANGED
@@ -8,10 +8,10 @@ pretty_name: ArXiv Abstracts
|
|
8 |
# ArXiv Abstracts
|
9 |
|
10 |
## Description
|
11 |
-
Each paper uploaded to [ArXiv](https://arxiv.org/) includes structured metadata fields, including an abstract summarizing the paper’s findings and contributions.
|
12 |
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.
|
13 |
Thus, this dataset contains the abstract for every paper submitted to ArXiv through late 2024.
|
14 |
-
We source the abstracts from ArXiv’s API via the Open Archives Initiative Protocol for Metadata Harvesting endpoint and reproduce them as-is.
|
15 |
Code for collecting, processing, and preparing this dataset is available in the [common-pile GitHub repo](https://github.com/r-three/common-pile).
|
16 |
|
17 |
## Dataset Statistics
|
@@ -20,8 +20,8 @@ Code for collecting, processing, and preparing this dataset is available in the
|
|
20 |
| 2,504,679 | 2.4 |
|
21 |
|
22 |
## License Issues
|
23 |
-
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)).
|
24 |
-
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.
|
25 |
|
26 |
## Other Versions
|
27 |
This is the "filtered" version of the ArXiv Abstracts dataset. If you are looking for the raw version, you can find it [here](https://huggingface.co/datasets/common-pile/arxiv_abstracts_raw).
|
@@ -35,4 +35,4 @@ If you use this dataset, please cite:
|
|
35 |
journal={arXiv preprint},
|
36 |
year={2025}
|
37 |
}
|
38 |
-
```
|
|
|
8 |
# ArXiv Abstracts
|
9 |
|
10 |
## Description
|
11 |
+
Each paper uploaded to [ArXiv](https://arxiv.org/) includes structured metadata fields, including an abstract summarizing the paper’s findings and contributions.
|
12 |
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.
|
13 |
Thus, this dataset contains the abstract for every paper submitted to ArXiv through late 2024.
|
14 |
+
We source the abstracts from ArXiv’s API via the Open Archives Initiative Protocol for Metadata Harvesting endpoint and reproduce them as-is.
|
15 |
Code for collecting, processing, and preparing this dataset is available in the [common-pile GitHub repo](https://github.com/r-three/common-pile).
|
16 |
|
17 |
## Dataset Statistics
|
|
|
20 |
| 2,504,679 | 2.4 |
|
21 |
|
22 |
## License Issues
|
23 |
+
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)).
|
24 |
+
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.
|
25 |
|
26 |
## Other Versions
|
27 |
This is the "filtered" version of the ArXiv Abstracts dataset. If you are looking for the raw version, you can find it [here](https://huggingface.co/datasets/common-pile/arxiv_abstracts_raw).
|
|
|
35 |
journal={arXiv preprint},
|
36 |
year={2025}
|
37 |
}
|
38 |
+
```
|