system HF staff commited on
Commit
275e662
1 Parent(s): 1b9edb9

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 +280 -0
README.md ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "biomrc"
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:** [http://nlp.cs.aueb.gr/](http://nlp.cs.aueb.gr/)
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:** 1226.28 MB
37
+ - **Size of the generated dataset:** 5539.64 MB
38
+ - **Total amount of disk used:** 6765.92 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ We introduce BIOMRC, a large-scale cloze-style biomedical MRC dataset. Care was taken to reduce noise, compared to the previous BIOREAD dataset of Pappas et al. (2018). Experiments show that simple heuristics do not perform well on the new dataset and that two neural MRC models that had been tested on BIOREAD perform much better on BIOMRC, indicating that the new dataset is indeed less noisy or at least that its task is more feasible. Non-expert human performance is also higher on the new dataset compared to BIOREAD, and biomedical experts perform even better. We also introduce a new BERT-based MRC model, the best version of which substantially outperforms all other methods tested, reaching or surpassing the accuracy of biomedical experts in some experiments. We make the new dataset available in three different sizes, also releasing our code, and providing a leaderboard.
43
+
44
+ ### [Supported Tasks](#supported-tasks)
45
+
46
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
47
+
48
+ ### [Languages](#languages)
49
+
50
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
51
+
52
+ ## [Dataset Structure](#dataset-structure)
53
+
54
+ We show detailed information for up to 5 configurations of the dataset.
55
+
56
+ ### [Data Instances](#data-instances)
57
+
58
+ #### biomrc_large_A
59
+
60
+ - **Size of downloaded dataset files:** 389.18 MB
61
+ - **Size of the generated dataset:** 1831.85 MB
62
+ - **Total amount of disk used:** 2221.02 MB
63
+
64
+ An example of 'train' looks as follows.
65
+ ```
66
+ This example was too long and was cropped:
67
+
68
+ {
69
+ "abstract": "\"OBJECTIVES: @entity9 is a @entity10 that may result from greater occipital nerve entrapment. Entrapped peripheral nerves typica...",
70
+ "answer": "@entity9 :: (MESH:D009437,Disease) :: ['unilateral occipital neuralgia']\n",
71
+ "entities_list": ["@entity1 :: ('9606', 'Species') :: ['patients']", "@entity10 :: ('MESH:D006261', 'Disease') :: ['headache', 'Headache']", "@entity9 :: ('MESH:D009437', 'Disease') :: ['Occipital neuralgia', 'unilateral occipital neuralgia']"],
72
+ "title": "Sonographic evaluation of the greater occipital nerve in XXXX .\n"
73
+ }
74
+ ```
75
+
76
+ #### biomrc_large_B
77
+
78
+ - **Size of downloaded dataset files:** 327.17 MB
79
+ - **Size of the generated dataset:** 1469.61 MB
80
+ - **Total amount of disk used:** 1796.78 MB
81
+
82
+ An example of 'train' looks as follows.
83
+ ```
84
+ This example was too long and was cropped:
85
+
86
+ {
87
+ "abstract": "\"BACKGROUND: Adults with physical disabilities are less likely than others to receive @entity2 screening. It is not known, howev...",
88
+ "answer": "@entity2",
89
+ "entities_list": ["@entity2", "@entity1", "@entity0", "@entity3"],
90
+ "title": "Does a standard measure of self-reported physical disability correlate with clinician perception of impairment related to XXXX screening?\n"
91
+ }
92
+ ```
93
+
94
+ #### biomrc_small_A
95
+
96
+ - **Size of downloaded dataset files:** 65.69 MB
97
+ - **Size of the generated dataset:** 225.37 MB
98
+ - **Total amount of disk used:** 291.06 MB
99
+
100
+ An example of 'validation' looks as follows.
101
+ ```
102
+ This example was too long and was cropped:
103
+
104
+ {
105
+ "abstract": "\"PURPOSE: @entity120 ( @entity120 ) is a life-limiting @entity102 that presents as an elevated blood pressure in the pulmonary a...",
106
+ "answer": "@entity148 :: (MESH:D001008,Disease) :: ['anxiety']\n",
107
+ "entities_list": "[\"@entity1 :: ('9606', 'Species') :: ['patients']\", \"@entity308 :: ('MESH:D003866', 'Disease') :: ['depression']\", \"@entity146 :...",
108
+ "title": "A predictive model of the effects of @entity308 , XXXX , stress, 6-minute-walk distance, and social support on health-related quality of life in an adult pulmonary hypertension population.\n"
109
+ }
110
+ ```
111
+
112
+ #### biomrc_small_B
113
+
114
+ - **Size of downloaded dataset files:** 55.03 MB
115
+ - **Size of the generated dataset:** 180.84 MB
116
+ - **Total amount of disk used:** 235.87 MB
117
+
118
+ An example of 'train' looks as follows.
119
+ ```
120
+ This example was too long and was cropped:
121
+
122
+ {
123
+ "abstract": "\"Single-agent activity for @entity12 reflected by response rates of 10%-30% has been reported in @entity0 with @entity3 ( @entit...",
124
+ "answer": "@entity10",
125
+ "entities_list": ["@entity0", "@entity6", "@entity2", "@entity5", "@entity12", "@entity11", "@entity1", "@entity7", "@entity9", "@entity10", "@entity3", "@entity4", "@entity8"],
126
+ "title": "No synergistic activity of @entity7 and XXXX in the treatment of @entity3 .\n"
127
+ }
128
+ ```
129
+
130
+ #### biomrc_tiny_A
131
+
132
+ - **Size of downloaded dataset files:** 0.02 MB
133
+ - **Size of the generated dataset:** 0.07 MB
134
+ - **Total amount of disk used:** 0.09 MB
135
+
136
+ An example of 'test' looks as follows.
137
+ ```
138
+ This example was too long and was cropped:
139
+
140
+ {
141
+ "abstract": "\"OBJECTIVE: Decompressive craniectomy (DC) requires later cranioplasty (CP) in survivors. However, if additional ventriculoperit...",
142
+ "answer": "@entity260 :: (MESH:D011183,Disease) :: ['Postoperative Complications']\n",
143
+ "entities_list": ["@entity1 :: ('9606', 'Species') :: ['Patients', 'patients', 'Patient']", "@entity260 :: ('MESH:D011183', 'Disease') :: ['VPS regarding postoperative complications']", "@entity1276 :: ('MESH:D006849', 'Disease') :: ['hydrocephalus']"],
144
+ "title": "Cranioplasty and Ventriculoperitoneal Shunt Placement after Decompressive Craniectomy: Staged Surgery Is Associated with Fewer XXXX .\n"
145
+ }
146
+ ```
147
+
148
+ ### [Data Fields](#data-fields)
149
+
150
+ The data fields are the same among all splits.
151
+
152
+ #### biomrc_large_A
153
+ - `abstract`: a `string` feature.
154
+ - `title`: a `string` feature.
155
+ - `entities_list`: a `list` of `string` features.
156
+ - `answer`: a `string` feature.
157
+
158
+ #### biomrc_large_B
159
+ - `abstract`: a `string` feature.
160
+ - `title`: a `string` feature.
161
+ - `entities_list`: a `list` of `string` features.
162
+ - `answer`: a `string` feature.
163
+
164
+ #### biomrc_small_A
165
+ - `abstract`: a `string` feature.
166
+ - `title`: a `string` feature.
167
+ - `entities_list`: a `list` of `string` features.
168
+ - `answer`: a `string` feature.
169
+
170
+ #### biomrc_small_B
171
+ - `abstract`: a `string` feature.
172
+ - `title`: a `string` feature.
173
+ - `entities_list`: a `list` of `string` features.
174
+ - `answer`: a `string` feature.
175
+
176
+ #### biomrc_tiny_A
177
+ - `abstract`: a `string` feature.
178
+ - `title`: a `string` feature.
179
+ - `entities_list`: a `list` of `string` features.
180
+ - `answer`: a `string` feature.
181
+
182
+ ### [Data Splits Sample Size](#data-splits-sample-size)
183
+
184
+ #### biomrc_large_A
185
+
186
+ | |train |validation|test |
187
+ |--------------|-----:|---------:|----:|
188
+ |biomrc_large_A|700000| 50000|62707|
189
+
190
+ #### biomrc_large_B
191
+
192
+ | |train |validation|test |
193
+ |--------------|-----:|---------:|----:|
194
+ |biomrc_large_B|700000| 50000|62707|
195
+
196
+ #### biomrc_small_A
197
+
198
+ | |train|validation|test|
199
+ |--------------|----:|---------:|---:|
200
+ |biomrc_small_A|87500| 6250|6250|
201
+
202
+ #### biomrc_small_B
203
+
204
+ | |train|validation|test|
205
+ |--------------|----:|---------:|---:|
206
+ |biomrc_small_B|87500| 6250|6250|
207
+
208
+ #### biomrc_tiny_A
209
+
210
+ | |test|
211
+ |-------------|---:|
212
+ |biomrc_tiny_A| 30|
213
+
214
+ ## [Dataset Creation](#dataset-creation)
215
+
216
+ ### [Curation Rationale](#curation-rationale)
217
+
218
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
219
+
220
+ ### [Source Data](#source-data)
221
+
222
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
223
+
224
+ ### [Annotations](#annotations)
225
+
226
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
227
+
228
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
229
+
230
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
231
+
232
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
233
+
234
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
235
+
236
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
237
+
238
+ ### [Discussion of Biases](#discussion-of-biases)
239
+
240
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
241
+
242
+ ### [Other Known Limitations](#other-known-limitations)
243
+
244
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
245
+
246
+ ## [Additional Information](#additional-information)
247
+
248
+ ### [Dataset Curators](#dataset-curators)
249
+
250
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
251
+
252
+ ### [Licensing Information](#licensing-information)
253
+
254
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
255
+
256
+ ### [Citation Information](#citation-information)
257
+
258
+ ```
259
+ @inproceedings{pappas-etal-2020-biomrc,
260
+ title = "{B}io{MRC}: A Dataset for Biomedical Machine Reading Comprehension",
261
+ author = "Pappas, Dimitris and
262
+ Stavropoulos, Petros and
263
+ Androutsopoulos, Ion and
264
+ McDonald, Ryan",
265
+ booktitle = "Proceedings of the 19th SIGBioMed Workshop on Biomedical Language Processing",
266
+ month = jul,
267
+ year = "2020",
268
+ address = "Online",
269
+ publisher = "Association for Computational Linguistics",
270
+ url = "https://www.aclweb.org/anthology/2020.bionlp-1.15",
271
+ pages = "140--149",
272
+ abstract = "We introduce BIOMRC, a large-scale cloze-style biomedical MRC dataset. Care was taken to reduce noise, compared to the previous BIOREAD dataset of Pappas et al. (2018). Experiments show that simple heuristics do not perform well on the new dataset and that two neural MRC models that had been tested on BIOREAD perform much better on BIOMRC, indicating that the new dataset is indeed less noisy or at least that its task is more feasible. Non-expert human performance is also higher on the new dataset compared to BIOREAD, and biomedical experts perform even better. We also introduce a new BERT-based MRC model, the best version of which substantially outperforms all other methods tested, reaching or surpassing the accuracy of biomedical experts in some experiments. We make the new dataset available in three different sizes, also releasing our code, and providing a leaderboard.",
273
+ }
274
+
275
+ ```
276
+
277
+
278
+ ### Contributions
279
+
280
+ Thanks to [@lewtun](https://github.com/lewtun), [@PetrosStav](https://github.com/PetrosStav), [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf) for adding this dataset.