system HF staff commited on
Commit
9f6ccb6
1 Parent(s): 9b3ca82

Update files from the datasets library (from 1.4.0)

Browse files

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

Files changed (1) hide show
  1. README.md +21 -21
README.md CHANGED
@@ -27,7 +27,7 @@
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
- ## [Dataset Description](#dataset-description)
31
 
32
  - **Homepage:** [http://qangaroo.cs.ucl.ac.uk/index.html](http://qangaroo.cs.ucl.ac.uk/index.html)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
@@ -37,7 +37,7 @@
37
  - **Size of the generated dataset:** 936.40 MB
38
  - **Total amount of disk used:** 2232.79 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  We have created two new Reading Comprehension datasets focussing on multi-hop (alias multi-step) inference.
43
 
@@ -47,19 +47,19 @@ Our aim is to build Reading Comprehension methods that perform multi-hop inferen
47
 
48
  The two QAngaroo datasets provide a training and evaluation resource for such methods.
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
  #### masked_medhop
65
 
@@ -105,7 +105,7 @@ An example of 'validation' looks as follows.
105
 
106
  ```
107
 
108
- ### [Data Fields](#data-fields)
109
 
110
  The data fields are the same among all splits.
111
 
@@ -137,7 +137,7 @@ The data fields are the same among all splits.
137
  - `answer`: a `string` feature.
138
  - `id`: a `string` feature.
139
 
140
- ### [Data Splits Sample Size](#data-splits-sample-size)
141
 
142
  | name |train|validation|
143
  |--------------|----:|---------:|
@@ -146,49 +146,49 @@ The data fields are the same among all splits.
146
  |medhop | 1620| 342|
147
  |wikihop |43738| 5129|
148
 
149
- ## [Dataset Creation](#dataset-creation)
150
 
151
- ### [Curation Rationale](#curation-rationale)
152
 
153
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
154
 
155
- ### [Source Data](#source-data)
156
 
157
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
158
 
159
- ### [Annotations](#annotations)
160
 
161
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
162
 
163
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
164
 
165
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
166
 
167
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
168
 
169
- ### [Social Impact of Dataset](#social-impact-of-dataset)
170
 
171
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
172
 
173
- ### [Discussion of Biases](#discussion-of-biases)
174
 
175
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
176
 
177
- ### [Other Known Limitations](#other-known-limitations)
178
 
179
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
180
 
181
- ## [Additional Information](#additional-information)
182
 
183
- ### [Dataset Curators](#dataset-curators)
184
 
185
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
186
 
187
- ### [Licensing Information](#licensing-information)
188
 
189
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
190
 
191
- ### [Citation Information](#citation-information)
192
 
193
  ```
194
 
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [http://qangaroo.cs.ucl.ac.uk/index.html](http://qangaroo.cs.ucl.ac.uk/index.html)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
37
  - **Size of the generated dataset:** 936.40 MB
38
  - **Total amount of disk used:** 2232.79 MB
39
 
40
+ ### Dataset Summary
41
 
42
  We have created two new Reading Comprehension datasets focussing on multi-hop (alias multi-step) inference.
43
 
 
47
 
48
  The two QAngaroo datasets provide a training and evaluation resource for such methods.
49
 
50
+ ### 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
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
59
 
60
  We show detailed information for up to 5 configurations of the dataset.
61
 
62
+ ### Data Instances
63
 
64
  #### masked_medhop
65
 
 
105
 
106
  ```
107
 
108
+ ### Data Fields
109
 
110
  The data fields are the same among all splits.
111
 
 
137
  - `answer`: a `string` feature.
138
  - `id`: a `string` feature.
139
 
140
+ ### Data Splits Sample Size
141
 
142
  | name |train|validation|
143
  |--------------|----:|---------:|
 
146
  |medhop | 1620| 342|
147
  |wikihop |43738| 5129|
148
 
149
+ ## Dataset Creation
150
 
151
+ ### Curation Rationale
152
 
153
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
154
 
155
+ ### Source Data
156
 
157
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
158
 
159
+ ### Annotations
160
 
161
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
162
 
163
+ ### Personal and Sensitive Information
164
 
165
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
166
 
167
+ ## Considerations for Using the Data
168
 
169
+ ### Social Impact of Dataset
170
 
171
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
172
 
173
+ ### Discussion of Biases
174
 
175
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
176
 
177
+ ### Other Known Limitations
178
 
179
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
180
 
181
+ ## Additional Information
182
 
183
+ ### Dataset Curators
184
 
185
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
186
 
187
+ ### Licensing Information
188
 
189
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
190
 
191
+ ### Citation Information
192
 
193
  ```
194