davanstrien HF staff commited on
Commit
ea43b0e
1 Parent(s): cdff58d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -60,4 +60,30 @@ size_categories:
60
  ---
61
  # Dataset Card for "arxiv-metadata-oai-snapshot"
62
 
63
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  ---
61
  # Dataset Card for "arxiv-metadata-oai-snapshot"
62
 
63
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
64
+
65
+ This is a mirror of the metadata snapshot of arXiv [dataset](https://www.kaggle.com/datasets/Cornell-University/arxiv/versions/147).
66
+
67
+ The sync will take place weekly so may fall behind the original datasets slightly if there are more regular updates to the source dataset.
68
+
69
+
70
+ ## Metadata
71
+
72
+ This dataset is a mirror of the original ArXiv data. This dataset contains an entry for each paper, containing:
73
+
74
+ - id: ArXiv ID (can be used to access the paper, see below)
75
+ - submitter: Who submitted the paper
76
+ - authors: Authors of the paper
77
+ - title: Title of the paper
78
+ - comments: Additional info, such as number of pages and figures
79
+ - journal-ref: Information about the journal the paper was published in
80
+ - doi: [https://www.doi.org](Digital Object Identifier)
81
+ - abstract: The abstract of the paper
82
+ - categories: Categories / tags in the ArXiv system
83
+ - versions: A version history
84
+
85
+ You can access each paper directly on ArXiv using these links:
86
+
87
+ - `https://arxiv.org/abs/{id}`: Page for this paper including its abstract and further links
88
+ - `https://arxiv.org/pdf/{id}`: Direct link to download the PDF
89
+