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
e9d2719
1 Parent(s): fbcc352

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 +281 -0
README.md ADDED
@@ -0,0 +1,281 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "xquad"
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/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)
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:** 139.53 MB
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
44
+ of SQuAD v1.1 (Rajpurkar et al., 2016) together with their professional translations into ten languages: Spanish, German,
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
+
64
+ - **Size of downloaded dataset files:** 12.68 MB
65
+ - **Size of the generated dataset:** 1.64 MB
66
+ - **Total amount of disk used:** 14.33 MB
67
+
68
+ An example of 'validation' looks as follows.
69
+ ```
70
+ This example was too long and was cropped:
71
+
72
+ {
73
+ "answers": {
74
+ "answer_start": [527],
75
+ "text": ["136"]
76
+ },
77
+ "context": "\"Die Verteidigung der Panthers gab nur 308 Punkte ab und belegte den sechsten Platz in der Liga, während sie die NFL mit 24 Inte...",
78
+ "id": "56beb4343aeaaa14008c925c",
79
+ "question": "Wie viele Sacks erzielte Jared Allen in seiner Karriere?"
80
+ }
81
+ ```
82
+
83
+ #### xquad.de
84
+
85
+ - **Size of downloaded dataset files:** 12.68 MB
86
+ - **Size of the generated dataset:** 1.23 MB
87
+ - **Total amount of disk used:** 13.91 MB
88
+
89
+ An example of 'validation' looks as follows.
90
+ ```
91
+ This example was too long and was cropped:
92
+
93
+ {
94
+ "answers": {
95
+ "answer_start": [527],
96
+ "text": ["136"]
97
+ },
98
+ "context": "\"Die Verteidigung der Panthers gab nur 308 Punkte ab und belegte den sechsten Platz in der Liga, während sie die NFL mit 24 Inte...",
99
+ "id": "56beb4343aeaaa14008c925c",
100
+ "question": "Wie viele Sacks erzielte Jared Allen in seiner Karriere?"
101
+ }
102
+ ```
103
+
104
+ #### xquad.el
105
+
106
+ - **Size of downloaded dataset files:** 12.68 MB
107
+ - **Size of the generated dataset:** 2.11 MB
108
+ - **Total amount of disk used:** 14.79 MB
109
+
110
+ An example of 'validation' looks as follows.
111
+ ```
112
+ This example was too long and was cropped:
113
+
114
+ {
115
+ "answers": {
116
+ "answer_start": [527],
117
+ "text": ["136"]
118
+ },
119
+ "context": "\"Die Verteidigung der Panthers gab nur 308 Punkte ab und belegte den sechsten Platz in der Liga, während sie die NFL mit 24 Inte...",
120
+ "id": "56beb4343aeaaa14008c925c",
121
+ "question": "Wie viele Sacks erzielte Jared Allen in seiner Karriere?"
122
+ }
123
+ ```
124
+
125
+ #### xquad.en
126
+
127
+ - **Size of downloaded dataset files:** 12.68 MB
128
+ - **Size of the generated dataset:** 1.07 MB
129
+ - **Total amount of disk used:** 13.75 MB
130
+
131
+ An example of 'validation' looks as follows.
132
+ ```
133
+ This example was too long and was cropped:
134
+
135
+ {
136
+ "answers": {
137
+ "answer_start": [527],
138
+ "text": ["136"]
139
+ },
140
+ "context": "\"Die Verteidigung der Panthers gab nur 308 Punkte ab und belegte den sechsten Platz in der Liga, während sie die NFL mit 24 Inte...",
141
+ "id": "56beb4343aeaaa14008c925c",
142
+ "question": "Wie viele Sacks erzielte Jared Allen in seiner Karriere?"
143
+ }
144
+ ```
145
+
146
+ #### xquad.es
147
+
148
+ - **Size of downloaded dataset files:** 12.68 MB
149
+ - **Size of the generated dataset:** 1.22 MB
150
+ - **Total amount of disk used:** 13.90 MB
151
+
152
+ An example of 'validation' looks as follows.
153
+ ```
154
+ This example was too long and was cropped:
155
+
156
+ {
157
+ "answers": {
158
+ "answer_start": [527],
159
+ "text": ["136"]
160
+ },
161
+ "context": "\"Die Verteidigung der Panthers gab nur 308 Punkte ab und belegte den sechsten Platz in der Liga, während sie die NFL mit 24 Inte...",
162
+ "id": "56beb4343aeaaa14008c925c",
163
+ "question": "Wie viele Sacks erzielte Jared Allen in seiner Karriere?"
164
+ }
165
+ ```
166
+
167
+ ### [Data Fields](#data-fields)
168
+
169
+ The data fields are the same among all splits.
170
+
171
+ #### xquad.ar
172
+ - `id`: a `string` feature.
173
+ - `context`: a `string` feature.
174
+ - `question`: a `string` feature.
175
+ - `answers`: a dictionary feature containing:
176
+ - `text`: a `string` feature.
177
+ - `answer_start`: a `int32` feature.
178
+
179
+ #### xquad.de
180
+ - `id`: a `string` feature.
181
+ - `context`: a `string` feature.
182
+ - `question`: a `string` feature.
183
+ - `answers`: a dictionary feature containing:
184
+ - `text`: a `string` feature.
185
+ - `answer_start`: a `int32` feature.
186
+
187
+ #### xquad.el
188
+ - `id`: a `string` feature.
189
+ - `context`: a `string` feature.
190
+ - `question`: a `string` feature.
191
+ - `answers`: a dictionary feature containing:
192
+ - `text`: a `string` feature.
193
+ - `answer_start`: a `int32` feature.
194
+
195
+ #### xquad.en
196
+ - `id`: a `string` feature.
197
+ - `context`: a `string` feature.
198
+ - `question`: a `string` feature.
199
+ - `answers`: a dictionary feature containing:
200
+ - `text`: a `string` feature.
201
+ - `answer_start`: a `int32` feature.
202
+
203
+ #### xquad.es
204
+ - `id`: a `string` feature.
205
+ - `context`: a `string` feature.
206
+ - `question`: a `string` feature.
207
+ - `answers`: a dictionary feature containing:
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
+ |--------|---------:|
215
+ |xquad.ar| 1190|
216
+ |xquad.de| 1190|
217
+ |xquad.el| 1190|
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,
267
+ author = {Mikel Artetxe and Sebastian Ruder and Dani Yogatama},
268
+ title = {On the cross-lingual transferability of monolingual representations},
269
+ journal = {CoRR},
270
+ volume = {abs/1910.11856},
271
+ year = {2019},
272
+ archivePrefix = {arXiv},
273
+ eprint = {1910.11856}
274
+ }
275
+
276
+ ```
277
+
278
+
279
+ ### Contributions
280
+
281
+ Thanks to [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf) for adding this dataset.