Update README.md
Browse files
README.md
CHANGED
@@ -9,8 +9,8 @@ pretty_name: 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 |
|
|
|
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 |
|