system HF staff commited on
Commit
5e09c9c
1 Parent(s): 0c23eb1

Update files from the datasets library (from 1.3.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.3.0

Files changed (1) hide show
  1. README.md +183 -0
README.md ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "scientific_papers"
5
+
6
+ ## Table of Contents
7
+ - [Dataset Description](#dataset-description)
8
+ - [Dataset Summary](#dataset-summary)
9
+ - [Supported Tasks](#supported-tasks)
10
+ - [Languages](#languages)
11
+ - [Dataset Structure](#dataset-structure)
12
+ - [Data Instances](#data-instances)
13
+ - [Data Fields](#data-fields)
14
+ - [Data Splits Sample Size](#data-splits-sample-size)
15
+ - [Dataset Creation](#dataset-creation)
16
+ - [Curation Rationale](#curation-rationale)
17
+ - [Source Data](#source-data)
18
+ - [Annotations](#annotations)
19
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
20
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
21
+ - [Social Impact of Dataset](#social-impact-of-dataset)
22
+ - [Discussion of Biases](#discussion-of-biases)
23
+ - [Other Known Limitations](#other-known-limitations)
24
+ - [Additional Information](#additional-information)
25
+ - [Dataset Curators](#dataset-curators)
26
+ - [Licensing Information](#licensing-information)
27
+ - [Citation Information](#citation-information)
28
+ - [Contributions](#contributions)
29
+
30
+ ## [Dataset Description](#dataset-description)
31
+
32
+ - **Homepage:** [https://github.com/armancohan/long-summarization](https://github.com/armancohan/long-summarization)
33
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
34
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
35
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
36
+ - **Size of downloaded dataset files:** 8591.93 MB
37
+ - **Size of the generated dataset:** 9622.19 MB
38
+ - **Total amount of disk used:** 18214.12 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ Scientific papers datasets contains two sets of long and structured documents.
43
+ The datasets are obtained from ArXiv and PubMed OpenAccess repositories.
44
+
45
+ Both "arxiv" and "pubmed" have two features:
46
+ - article: the body of the document, pagragraphs seperated by "/n".
47
+ - abstract: the abstract of the document, pagragraphs seperated by "/n".
48
+ - section_names: titles of sections, seperated by "/n".
49
+
50
+ ### [Supported Tasks](#supported-tasks)
51
+
52
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
53
+
54
+ ### [Languages](#languages)
55
+
56
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
57
+
58
+ ## [Dataset Structure](#dataset-structure)
59
+
60
+ We show detailed information for up to 5 configurations of the dataset.
61
+
62
+ ### [Data Instances](#data-instances)
63
+
64
+ #### arxiv
65
+
66
+ - **Size of downloaded dataset files:** 4295.97 MB
67
+ - **Size of the generated dataset:** 7231.70 MB
68
+ - **Total amount of disk used:** 11527.66 MB
69
+
70
+ An example of 'train' looks as follows.
71
+ ```
72
+ This example was too long and was cropped:
73
+
74
+ {
75
+ "abstract": "\" we have studied the leptonic decay @xmath0 , via the decay channel @xmath1 , using a sample of tagged @xmath2 decays collected...",
76
+ "article": "\"the leptonic decays of a charged pseudoscalar meson @xmath7 are processes of the type @xmath8 , where @xmath9 , @xmath10 , or @...",
77
+ "section_names": "[sec:introduction]introduction\n[sec:detector]data and the cleo- detector\n[sec:analysys]analysis method\n[sec:conclusion]summary"
78
+ }
79
+ ```
80
+
81
+ #### pubmed
82
+
83
+ - **Size of downloaded dataset files:** 4295.97 MB
84
+ - **Size of the generated dataset:** 2390.49 MB
85
+ - **Total amount of disk used:** 6686.46 MB
86
+
87
+ An example of 'validation' looks as follows.
88
+ ```
89
+ This example was too long and was cropped:
90
+
91
+ {
92
+ "abstract": "\" background and aim : there is lack of substantial indian data on venous thromboembolism ( vte ) . \\n the aim of this study was...",
93
+ "article": "\"approximately , one - third of patients with symptomatic vte manifests pe , whereas two - thirds manifest dvt alone .\\nboth dvt...",
94
+ "section_names": "\"Introduction\\nSubjects and Methods\\nResults\\nDemographics and characteristics of venous thromboembolism patients\\nRisk factors ..."
95
+ }
96
+ ```
97
+
98
+ ### [Data Fields](#data-fields)
99
+
100
+ The data fields are the same among all splits.
101
+
102
+ #### arxiv
103
+ - `article`: a `string` feature.
104
+ - `abstract`: a `string` feature.
105
+ - `section_names`: a `string` feature.
106
+
107
+ #### pubmed
108
+ - `article`: a `string` feature.
109
+ - `abstract`: a `string` feature.
110
+ - `section_names`: a `string` feature.
111
+
112
+ ### [Data Splits Sample Size](#data-splits-sample-size)
113
+
114
+ | name |train |validation|test|
115
+ |------|-----:|---------:|---:|
116
+ |arxiv |203037| 6436|6440|
117
+ |pubmed|119924| 6633|6658|
118
+
119
+ ## [Dataset Creation](#dataset-creation)
120
+
121
+ ### [Curation Rationale](#curation-rationale)
122
+
123
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
124
+
125
+ ### [Source Data](#source-data)
126
+
127
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
128
+
129
+ ### [Annotations](#annotations)
130
+
131
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
132
+
133
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
134
+
135
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
136
+
137
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
138
+
139
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
140
+
141
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
142
+
143
+ ### [Discussion of Biases](#discussion-of-biases)
144
+
145
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
146
+
147
+ ### [Other Known Limitations](#other-known-limitations)
148
+
149
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
150
+
151
+ ## [Additional Information](#additional-information)
152
+
153
+ ### [Dataset Curators](#dataset-curators)
154
+
155
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
156
+
157
+ ### [Licensing Information](#licensing-information)
158
+
159
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
160
+
161
+ ### [Citation Information](#citation-information)
162
+
163
+ ```
164
+
165
+ @article{Cohan_2018,
166
+ title={A Discourse-Aware Attention Model for Abstractive Summarization of
167
+ Long Documents},
168
+ url={http://dx.doi.org/10.18653/v1/n18-2097},
169
+ DOI={10.18653/v1/n18-2097},
170
+ journal={Proceedings of the 2018 Conference of the North American Chapter of
171
+ the Association for Computational Linguistics: Human Language
172
+ Technologies, Volume 2 (Short Papers)},
173
+ publisher={Association for Computational Linguistics},
174
+ author={Cohan, Arman and Dernoncourt, Franck and Kim, Doo Soon and Bui, Trung and Kim, Seokhwan and Chang, Walter and Goharian, Nazli},
175
+ year={2018}
176
+ }
177
+
178
+ ```
179
+
180
+
181
+ ### Contributions
182
+
183
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@jplu](https://github.com/jplu), [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.