Datasets:

Sub-tasks:
extractive-qa
Multilinguality:
multilingual
Size Categories:
unknown
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
extended|squad
ArXiv:
Tags:
License:
system HF staff commited on
Commit
1bdab99
1 Parent(s): e9d2719

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:** [https://github.com/deepmind/xquad](https://github.com/deepmind/xquad)
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:** 18.09 MB
38
  - **Total amount of disk used:** 157.62 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  XQuAD (Cross-lingual Question Answering Dataset) is a benchmark dataset for evaluating cross-lingual question answering
43
  performance. The dataset consists of a subset of 240 paragraphs and 1190 question-answer pairs from the development set
@@ -45,19 +45,19 @@ of SQuAD v1.1 (Rajpurkar et al., 2016) together with their professional translat
45
  Greek, Russian, Turkish, Arabic, Vietnamese, Thai, Chinese, and Hindi. Consequently, the dataset is entirely parallel
46
  across 11 languages.
47
 
48
- ### [Supported Tasks](#supported-tasks)
49
 
50
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
51
 
52
- ### [Languages](#languages)
53
 
54
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
55
 
56
- ## [Dataset Structure](#dataset-structure)
57
 
58
  We show detailed information for up to 5 configurations of the dataset.
59
 
60
- ### [Data Instances](#data-instances)
61
 
62
  #### xquad.ar
63
 
@@ -164,7 +164,7 @@ This example was too long and was cropped:
164
  }
165
  ```
166
 
167
- ### [Data Fields](#data-fields)
168
 
169
  The data fields are the same among all splits.
170
 
@@ -208,7 +208,7 @@ The data fields are the same among all splits.
208
  - `text`: a `string` feature.
209
  - `answer_start`: a `int32` feature.
210
 
211
- ### [Data Splits Sample Size](#data-splits-sample-size)
212
 
213
  | name |validation|
214
  |--------|---------:|
@@ -218,49 +218,49 @@ The data fields are the same among all splits.
218
  |xquad.en| 1190|
219
  |xquad.es| 1190|
220
 
221
- ## [Dataset Creation](#dataset-creation)
222
 
223
- ### [Curation Rationale](#curation-rationale)
224
 
225
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
226
 
227
- ### [Source Data](#source-data)
228
 
229
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
230
 
231
- ### [Annotations](#annotations)
232
 
233
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
234
 
235
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
236
 
237
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
238
 
239
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
240
 
241
- ### [Social Impact of Dataset](#social-impact-of-dataset)
242
 
243
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
244
 
245
- ### [Discussion of Biases](#discussion-of-biases)
246
 
247
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
248
 
249
- ### [Other Known Limitations](#other-known-limitations)
250
 
251
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
252
 
253
- ## [Additional Information](#additional-information)
254
 
255
- ### [Dataset Curators](#dataset-curators)
256
 
257
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
258
 
259
- ### [Licensing Information](#licensing-information)
260
 
261
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
262
 
263
- ### [Citation Information](#citation-information)
264
 
265
  ```
266
  @article{Artetxe:etal:2019,
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [https://github.com/deepmind/xquad](https://github.com/deepmind/xquad)
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:** 18.09 MB
38
  - **Total amount of disk used:** 157.62 MB
39
 
40
+ ### Dataset Summary
41
 
42
  XQuAD (Cross-lingual Question Answering Dataset) is a benchmark dataset for evaluating cross-lingual question answering
43
  performance. The dataset consists of a subset of 240 paragraphs and 1190 question-answer pairs from the development set
 
45
  Greek, Russian, Turkish, Arabic, Vietnamese, Thai, Chinese, and Hindi. Consequently, the dataset is entirely parallel
46
  across 11 languages.
47
 
48
+ ### Supported Tasks
49
 
50
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
51
 
52
+ ### Languages
53
 
54
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
55
 
56
+ ## Dataset Structure
57
 
58
  We show detailed information for up to 5 configurations of the dataset.
59
 
60
+ ### Data Instances
61
 
62
  #### xquad.ar
63
 
 
164
  }
165
  ```
166
 
167
+ ### Data Fields
168
 
169
  The data fields are the same among all splits.
170
 
 
208
  - `text`: a `string` feature.
209
  - `answer_start`: a `int32` feature.
210
 
211
+ ### Data Splits Sample Size
212
 
213
  | name |validation|
214
  |--------|---------:|
 
218
  |xquad.en| 1190|
219
  |xquad.es| 1190|
220
 
221
+ ## Dataset Creation
222
 
223
+ ### Curation Rationale
224
 
225
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
226
 
227
+ ### Source Data
228
 
229
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
230
 
231
+ ### Annotations
232
 
233
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
234
 
235
+ ### Personal and Sensitive Information
236
 
237
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
238
 
239
+ ## Considerations for Using the Data
240
 
241
+ ### Social Impact of Dataset
242
 
243
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
244
 
245
+ ### Discussion of Biases
246
 
247
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
248
 
249
+ ### Other Known Limitations
250
 
251
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
252
 
253
+ ## Additional Information
254
 
255
+ ### Dataset Curators
256
 
257
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
258
 
259
+ ### Licensing Information
260
 
261
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
262
 
263
+ ### Citation Information
264
 
265
  ```
266
  @article{Artetxe:etal:2019,