Add model card (README).
Browse files
README.md
ADDED
@@ -0,0 +1,195 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
annotations_creators:
|
2 |
+
- no-annotation
|
3 |
+
language_creators:
|
4 |
+
- expert-generated
|
5 |
+
languages:
|
6 |
+
- en
|
7 |
+
licenses:
|
8 |
+
- cc0-1.0
|
9 |
+
multilinguality:
|
10 |
+
- monolingual
|
11 |
+
pretty_name: arxiv-abstracts-2021
|
12 |
+
size_categories:
|
13 |
+
- 1M<n<10M
|
14 |
+
source_datasets: []
|
15 |
+
task_categories:
|
16 |
+
- conditional-text-generation
|
17 |
+
- text-retrieval
|
18 |
+
task_ids:
|
19 |
+
- explanation-generation
|
20 |
+
- summarization
|
21 |
+
- text-simplification
|
22 |
+
- document-retrieval
|
23 |
+
- entity-linking-retrieval
|
24 |
+
- fact-checking-retrieval
|
25 |
+
|
26 |
+
# Dataset Card for arxiv-abstracts-2021
|
27 |
+
|
28 |
+
## Table of Contents
|
29 |
+
- [Dataset Description](#dataset-description)
|
30 |
+
- [Dataset Summary](#dataset-summary)
|
31 |
+
- [Supported Tasks](#supported-tasks-and-leaderboards)
|
32 |
+
- [Languages](#languages)
|
33 |
+
- [Dataset Structure](#dataset-structure)
|
34 |
+
- [Data Instances](#data-instances)
|
35 |
+
- [Data Fields](#data-instances)
|
36 |
+
- [Data Splits](#data-instances)
|
37 |
+
- [Dataset Creation](#dataset-creation)
|
38 |
+
- [Curation Rationale](#curation-rationale)
|
39 |
+
- [Source Data](#source-data)
|
40 |
+
- [Annotations](#annotations)
|
41 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
42 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
43 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
44 |
+
- [Discussion of Biases](#discussion-of-biases)
|
45 |
+
- [Other Known Limitations](#other-known-limitations)
|
46 |
+
- [Additional Information](#additional-information)
|
47 |
+
- [Dataset Curators](#dataset-curators)
|
48 |
+
- [Licensing Information](#licensing-information)
|
49 |
+
- [Citation Information](#citation-information)
|
50 |
+
|
51 |
+
## Dataset Description
|
52 |
+
|
53 |
+
- **Homepage:** [Needs More Information]
|
54 |
+
- **Repository:** [Needs More Information]
|
55 |
+
- **Paper:** [Clement et al., 2019, On the Use of ArXiv as a Dataset, https://arxiv.org/abs/1905.00075](https://arxiv.org/abs/1905.00075)
|
56 |
+
- **Leaderboard:** [Needs More Information]
|
57 |
+
- **Point of Contact:** [Giancarlo Fissore](mailto:[email protected])
|
58 |
+
|
59 |
+
### Dataset Summary
|
60 |
+
|
61 |
+
A dataset of metadata including title and abstract for all arXiv articles up to the end of 2021 (~2 million papers).
|
62 |
+
Possible applications include trend analysis, paper recommender engines, category prediction, knowledge graph construction and semantic search interfaces.
|
63 |
+
|
64 |
+
In contrast to [arxiv_dataset](https://huggingface.co/datasets/arxiv_dataset), this dataset doesn't include papers submitted to arXiv after 2021 and it doesn't require any external download.
|
65 |
+
|
66 |
+
### Supported Tasks and Leaderboards
|
67 |
+
|
68 |
+
[Needs More Information]
|
69 |
+
|
70 |
+
### Languages
|
71 |
+
|
72 |
+
English
|
73 |
+
|
74 |
+
## Dataset Structure
|
75 |
+
|
76 |
+
### Data Instances
|
77 |
+
|
78 |
+
Here's an example instance:
|
79 |
+
|
80 |
+
{
|
81 |
+
"id": "1706.03762",
|
82 |
+
"submitter": "Ashish Vaswani",
|
83 |
+
"authors": "Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion\n Jones, Aidan N. Gomez, Lukasz Kaiser, Illia Polosukhin",
|
84 |
+
"title": "Attention Is All You Need",
|
85 |
+
"comments": "15 pages, 5 figures",
|
86 |
+
"journal-ref": null,
|
87 |
+
"doi": null,
|
88 |
+
"abstract": " The dominant sequence transduction models are based on complex recurrent or\nconvolutional neural
|
89 |
+
networks in an encoder-decoder configuration. The best\nperforming models also connect the encoder and decoder through
|
90 |
+
an attention\nmechanism. We propose a new simple network architecture, the Transformer, based\nsolely on attention
|
91 |
+
mechanisms, dispensing with recurrence and convolutions\nentirely. Experiments on two machine translation tasks show
|
92 |
+
these models to be\nsuperior in quality while being more parallelizable and requiring significantly\nless time to
|
93 |
+
train. Our model achieves 28.4 BLEU on the WMT 2014\nEnglish-to-German translation task, improving over the existing
|
94 |
+
best results,\nincluding ensembles by over 2 BLEU. On the WMT 2014 English-to-French\ntranslation task, our model
|
95 |
+
establishes a new single-model state-of-the-art\nBLEU score of 41.8 after training for 3.5 days on eight GPUs, a small
|
96 |
+
fraction\nof the training costs of the best models from the literature. We show that the\nTransformer generalizes well
|
97 |
+
to other tasks by applying it successfully to\nEnglish constituency parsing both with large and limited training
|
98 |
+
data.\n",
|
99 |
+
"report-no": null,
|
100 |
+
"categories": [
|
101 |
+
"cs.CL cs.LG"
|
102 |
+
],
|
103 |
+
"versions": [
|
104 |
+
"v1",
|
105 |
+
"v2",
|
106 |
+
"v3",
|
107 |
+
"v4",
|
108 |
+
"v5"
|
109 |
+
]
|
110 |
+
}
|
111 |
+
|
112 |
+
|
113 |
+
### Data Fields
|
114 |
+
|
115 |
+
These fields are detailed on the [arXiv](https://arxiv.org/help/prep):
|
116 |
+
|
117 |
+
- `id`: ArXiv ID (can be used to access the paper)
|
118 |
+
- `submitter`: Who submitted the paper
|
119 |
+
- `authors`: Authors of the paper
|
120 |
+
- `title`: Title of the paper
|
121 |
+
- `comments`: Additional info, such as number of pages and figures
|
122 |
+
- `journal-ref`: Information about the journal the paper was published in
|
123 |
+
- `doi`: [Digital Object Identifier](https://www.doi.org)
|
124 |
+
- `report-no`: Report Number
|
125 |
+
- `abstract`: The abstract of the paper
|
126 |
+
- `categories`: Categories / tags in the ArXiv system
|
127 |
+
|
128 |
+
### Data Splits
|
129 |
+
|
130 |
+
No splits
|
131 |
+
|
132 |
+
## Dataset Creation
|
133 |
+
|
134 |
+
### Curation Rationale
|
135 |
+
|
136 |
+
For about 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. In these times of unique global challenges, efficient extraction of insights from data is essential. The `arxiv-abstracts-2021` dataset aims at making the arXiv more easily accessible for machine learning applications, by providing important metadata (including title and abstract) for ~2 million papers.
|
137 |
+
|
138 |
+
### Source Data
|
139 |
+
|
140 |
+
#### Initial Data Collection and Normalization
|
141 |
+
|
142 |
+
[More Information Needed]
|
143 |
+
|
144 |
+
#### Who are the source language producers?
|
145 |
+
|
146 |
+
The language producers are members of the scientific community at large, but not necessarily affiliated to any institution.
|
147 |
+
|
148 |
+
### Annotations
|
149 |
+
|
150 |
+
#### Annotation process
|
151 |
+
|
152 |
+
[N/A]
|
153 |
+
|
154 |
+
#### Who are the annotators?
|
155 |
+
|
156 |
+
[N/A]
|
157 |
+
|
158 |
+
### Personal and Sensitive Information
|
159 |
+
|
160 |
+
The full names of the papers' authors are included in the dataset.
|
161 |
+
|
162 |
+
## Considerations for Using the Data
|
163 |
+
|
164 |
+
### Social Impact of Dataset
|
165 |
+
|
166 |
+
[More Information Needed]
|
167 |
+
|
168 |
+
### Discussion of Biases
|
169 |
+
|
170 |
+
[More Information Needed]
|
171 |
+
|
172 |
+
### Other Known Limitations
|
173 |
+
|
174 |
+
[More Information Needed]
|
175 |
+
|
176 |
+
## Additional Information
|
177 |
+
|
178 |
+
### Dataset Curators
|
179 |
+
|
180 |
+
The original data is maintained by [ArXiv](https://arxiv.org/)
|
181 |
+
|
182 |
+
### Licensing Information
|
183 |
+
|
184 |
+
The data is under the [Creative Commons CC0 1.0 Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/)
|
185 |
+
|
186 |
+
### Citation Information
|
187 |
+
|
188 |
+
@misc{clement2019arxiv,
|
189 |
+
title={On the Use of ArXiv as a Dataset},
|
190 |
+
author={Colin B. Clement and Matthew Bierbaum and Kevin P. O'Keeffe and Alexander A. Alemi},
|
191 |
+
year={2019},
|
192 |
+
eprint={1905.00075},
|
193 |
+
archivePrefix={arXiv},
|
194 |
+
primaryClass={cs.IR}
|
195 |
+
}
|