Commit ·
f61ed29
1
Parent(s): d6f32a7
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,9 +2,13 @@
|
|
| 2 |
license: cc0-1.0
|
| 3 |
---
|
| 4 |
About Dataset
|
|
|
|
| 5 |
This is a subset of the ArXiv dataset from Kaggle
|
|
|
|
| 6 |
https://www.kaggle.com/datasets/Cornell-University/arxiv
|
|
|
|
| 7 |
About ArXiv
|
|
|
|
| 8 |
For nearly 30 years, ArXiv has served the public and research communities by providing open access to scholarly articles, from the vast branches of physics to the many subdisciplines of computer science to everything in between, including math, statistics, electrical engineering, quantitative biology, and economics. This rich corpus of information offers significant, but sometimes overwhelming depth.
|
| 9 |
|
| 10 |
In these times of unique global challenges, efficient extraction of insights from data is essential. To help make the arXiv more accessible, we present a free, open pipeline on Kaggle to the machine-readable arXiv dataset: a repository of 1.7 million articles, with relevant features such as article titles, authors, categories, abstracts, full text PDFs, and more.
|
|
@@ -18,11 +22,12 @@ ArXiv is a collaboratively funded, community-supported resource founded by Paul
|
|
| 18 |
The release of this dataset was featured further in a Kaggle blog post here.
|
| 19 |
|
| 20 |
|
| 21 |
-
|
| 22 |
See here for more information.
|
| 23 |
|
| 24 |
ArXiv On Kaggle
|
|
|
|
| 25 |
Metadata
|
|
|
|
| 26 |
This dataset is a mirror of the original ArXiv data. Because the full dataset is rather large (1.1TB and growing), this dataset provides only a metadata file in the json format. This file contains an entry for each paper, containing:
|
| 27 |
|
| 28 |
id: ArXiv ID (can be used to access the paper, see below)
|
|
@@ -35,6 +40,7 @@ doi: [https://www.doi.org](Digital Object Identifier)
|
|
| 35 |
abstract: The abstract of the paper
|
| 36 |
categories: Categories / tags in the ArXiv system
|
| 37 |
versions: A version history
|
|
|
|
| 38 |
You can access each paper directly on ArXiv using these links:
|
| 39 |
|
| 40 |
https://arxiv.org/abs/{id}: Page for this paper including its abstract and further links
|
|
@@ -43,6 +49,7 @@ License
|
|
| 43 |
Creative Commons CC0 1.0 Universal Public Domain Dedication applies to the metadata in this dataset. See https://arxiv.org/help/license for further details and licensing on individual papers.
|
| 44 |
|
| 45 |
Acknowledgements
|
|
|
|
| 46 |
The original data is maintained by ArXiv, huge thanks to the team for building and maintaining this dataset.
|
| 47 |
|
| 48 |
We're using https://github.com/mattbierbaum/arxiv-public-datasets to pull the original data, thanks to Matt Bierbaum for providing this tool.
|
|
|
|
| 2 |
license: cc0-1.0
|
| 3 |
---
|
| 4 |
About Dataset
|
| 5 |
+
|
| 6 |
This is a subset of the ArXiv dataset from Kaggle
|
| 7 |
+
|
| 8 |
https://www.kaggle.com/datasets/Cornell-University/arxiv
|
| 9 |
+
|
| 10 |
About ArXiv
|
| 11 |
+
|
| 12 |
For nearly 30 years, ArXiv has served the public and research communities by providing open access to scholarly articles, from the vast branches of physics to the many subdisciplines of computer science to everything in between, including math, statistics, electrical engineering, quantitative biology, and economics. This rich corpus of information offers significant, but sometimes overwhelming depth.
|
| 13 |
|
| 14 |
In these times of unique global challenges, efficient extraction of insights from data is essential. To help make the arXiv more accessible, we present a free, open pipeline on Kaggle to the machine-readable arXiv dataset: a repository of 1.7 million articles, with relevant features such as article titles, authors, categories, abstracts, full text PDFs, and more.
|
|
|
|
| 22 |
The release of this dataset was featured further in a Kaggle blog post here.
|
| 23 |
|
| 24 |
|
|
|
|
| 25 |
See here for more information.
|
| 26 |
|
| 27 |
ArXiv On Kaggle
|
| 28 |
+
|
| 29 |
Metadata
|
| 30 |
+
|
| 31 |
This dataset is a mirror of the original ArXiv data. Because the full dataset is rather large (1.1TB and growing), this dataset provides only a metadata file in the json format. This file contains an entry for each paper, containing:
|
| 32 |
|
| 33 |
id: ArXiv ID (can be used to access the paper, see below)
|
|
|
|
| 40 |
abstract: The abstract of the paper
|
| 41 |
categories: Categories / tags in the ArXiv system
|
| 42 |
versions: A version history
|
| 43 |
+
|
| 44 |
You can access each paper directly on ArXiv using these links:
|
| 45 |
|
| 46 |
https://arxiv.org/abs/{id}: Page for this paper including its abstract and further links
|
|
|
|
| 49 |
Creative Commons CC0 1.0 Universal Public Domain Dedication applies to the metadata in this dataset. See https://arxiv.org/help/license for further details and licensing on individual papers.
|
| 50 |
|
| 51 |
Acknowledgements
|
| 52 |
+
|
| 53 |
The original data is maintained by ArXiv, huge thanks to the team for building and maintaining this dataset.
|
| 54 |
|
| 55 |
We're using https://github.com/mattbierbaum/arxiv-public-datasets to pull the original data, thanks to Matt Bierbaum for providing this tool.
|