parquet-converter commited on
Commit
4e189f5
·
1 Parent(s): e4c5fbd

Update parquet files

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