Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Size:
100K - 1M
License:
Update files from the datasets library (from 1.4.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.4.0
README.md
CHANGED
@@ -27,7 +27,7 @@
|
|
27 |
- [Citation Information](#citation-information)
|
28 |
- [Contributions](#contributions)
|
29 |
|
30 |
-
##
|
31 |
|
32 |
- **Homepage:** [https://github.com/google-research-datasets/tydiqa](https://github.com/google-research-datasets/tydiqa)
|
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:** 5812.92 MB
|
38 |
- **Total amount of disk used:** 9539.67 MB
|
39 |
|
40 |
-
###
|
41 |
|
42 |
TyDi QA is a question answering dataset covering 11 typologically diverse languages with 204K question-answer pairs.
|
43 |
The languages of TyDi QA are diverse with regard to their typology -- the set of linguistic features that each language
|
@@ -47,19 +47,19 @@ information-seeking task and avoid priming effects, questions are written by peo
|
|
47 |
don’t know the answer yet, (unlike SQuAD and its descendents) and the data is collected directly in each language without
|
48 |
the use of translation (unlike MLQA and XQuAD).
|
49 |
|
50 |
-
###
|
51 |
|
52 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
53 |
|
54 |
-
###
|
55 |
|
56 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
57 |
|
58 |
-
##
|
59 |
|
60 |
We show detailed information for up to 5 configurations of the dataset.
|
61 |
|
62 |
-
###
|
63 |
|
64 |
#### primary_task
|
65 |
|
@@ -109,7 +109,7 @@ This example was too long and was cropped:
|
|
109 |
}
|
110 |
```
|
111 |
|
112 |
-
###
|
113 |
|
114 |
The data fields are the same among all splits.
|
115 |
|
@@ -137,56 +137,56 @@ The data fields are the same among all splits.
|
|
137 |
- `text`: a `string` feature.
|
138 |
- `answer_start`: a `int32` feature.
|
139 |
|
140 |
-
###
|
141 |
|
142 |
| name |train |validation|
|
143 |
|--------------|-----:|---------:|
|
144 |
|primary_task |166916| 18670|
|
145 |
|secondary_task| 49881| 5077|
|
146 |
|
147 |
-
##
|
148 |
|
149 |
-
###
|
150 |
|
151 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
152 |
|
153 |
-
###
|
154 |
|
155 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
156 |
|
157 |
-
###
|
158 |
|
159 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
160 |
|
161 |
-
###
|
162 |
|
163 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
164 |
|
165 |
-
##
|
166 |
|
167 |
-
###
|
168 |
|
169 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
170 |
|
171 |
-
###
|
172 |
|
173 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
174 |
|
175 |
-
###
|
176 |
|
177 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
178 |
|
179 |
-
##
|
180 |
|
181 |
-
###
|
182 |
|
183 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
184 |
|
185 |
-
###
|
186 |
|
187 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
188 |
|
189 |
-
###
|
190 |
|
191 |
```
|
192 |
@article{tydiqa,
|
|
|
27 |
- [Citation Information](#citation-information)
|
28 |
- [Contributions](#contributions)
|
29 |
|
30 |
+
## Dataset Description
|
31 |
|
32 |
- **Homepage:** [https://github.com/google-research-datasets/tydiqa](https://github.com/google-research-datasets/tydiqa)
|
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:** 5812.92 MB
|
38 |
- **Total amount of disk used:** 9539.67 MB
|
39 |
|
40 |
+
### Dataset Summary
|
41 |
|
42 |
TyDi QA is a question answering dataset covering 11 typologically diverse languages with 204K question-answer pairs.
|
43 |
The languages of TyDi QA are diverse with regard to their typology -- the set of linguistic features that each language
|
|
|
47 |
don’t know the answer yet, (unlike SQuAD and its descendents) and the data is collected directly in each language without
|
48 |
the use of translation (unlike MLQA and XQuAD).
|
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 |
#### primary_task
|
65 |
|
|
|
109 |
}
|
110 |
```
|
111 |
|
112 |
+
### Data Fields
|
113 |
|
114 |
The data fields are the same among all splits.
|
115 |
|
|
|
137 |
- `text`: a `string` feature.
|
138 |
- `answer_start`: a `int32` feature.
|
139 |
|
140 |
+
### Data Splits Sample Size
|
141 |
|
142 |
| name |train |validation|
|
143 |
|--------------|-----:|---------:|
|
144 |
|primary_task |166916| 18670|
|
145 |
|secondary_task| 49881| 5077|
|
146 |
|
147 |
+
## Dataset Creation
|
148 |
|
149 |
+
### Curation Rationale
|
150 |
|
151 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
152 |
|
153 |
+
### Source Data
|
154 |
|
155 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
156 |
|
157 |
+
### Annotations
|
158 |
|
159 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
160 |
|
161 |
+
### Personal and Sensitive Information
|
162 |
|
163 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
164 |
|
165 |
+
## Considerations for Using the Data
|
166 |
|
167 |
+
### Social Impact of Dataset
|
168 |
|
169 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
170 |
|
171 |
+
### Discussion of Biases
|
172 |
|
173 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
174 |
|
175 |
+
### Other Known Limitations
|
176 |
|
177 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
178 |
|
179 |
+
## Additional Information
|
180 |
|
181 |
+
### Dataset Curators
|
182 |
|
183 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
184 |
|
185 |
+
### Licensing Information
|
186 |
|
187 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
188 |
|
189 |
+
### Citation Information
|
190 |
|
191 |
```
|
192 |
@article{tydiqa,
|