Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Size:
100K - 1M
License:
Update files from the datasets library (from 1.7.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.7.0
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
---
|
3 |
|
4 |
# Dataset Card for "tydiqa"
|
@@ -6,12 +7,12 @@
|
|
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
|
15 |
- [Dataset Creation](#dataset-creation)
|
16 |
- [Curation Rationale](#curation-rationale)
|
17 |
- [Source Data](#source-data)
|
@@ -47,7 +48,7 @@ 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 |
-
### Supported Tasks
|
51 |
|
52 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
53 |
|
@@ -137,7 +138,7 @@ The data fields are the same among all splits.
|
|
137 |
- `text`: a `string` feature.
|
138 |
- `answer_start`: a `int32` feature.
|
139 |
|
140 |
-
### Data Splits
|
141 |
|
142 |
| name |train |validation|
|
143 |
|--------------|-----:|---------:|
|
@@ -152,10 +153,22 @@ The data fields are the same among all splits.
|
|
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
|
|
|
1 |
---
|
2 |
+
paperswithcode_id: tydi-qa
|
3 |
---
|
4 |
|
5 |
# Dataset Card for "tydiqa"
|
|
|
7 |
## Table of Contents
|
8 |
- [Dataset Description](#dataset-description)
|
9 |
- [Dataset Summary](#dataset-summary)
|
10 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
11 |
- [Languages](#languages)
|
12 |
- [Dataset Structure](#dataset-structure)
|
13 |
- [Data Instances](#data-instances)
|
14 |
- [Data Fields](#data-fields)
|
15 |
+
- [Data Splits](#data-splits)
|
16 |
- [Dataset Creation](#dataset-creation)
|
17 |
- [Curation Rationale](#curation-rationale)
|
18 |
- [Source Data](#source-data)
|
|
|
48 |
don’t know the answer yet, (unlike SQuAD and its descendents) and the data is collected directly in each language without
|
49 |
the use of translation (unlike MLQA and XQuAD).
|
50 |
|
51 |
+
### Supported Tasks and Leaderboards
|
52 |
|
53 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
54 |
|
|
|
138 |
- `text`: a `string` feature.
|
139 |
- `answer_start`: a `int32` feature.
|
140 |
|
141 |
+
### Data Splits
|
142 |
|
143 |
| name |train |validation|
|
144 |
|--------------|-----:|---------:|
|
|
|
153 |
|
154 |
### Source Data
|
155 |
|
156 |
+
#### Initial Data Collection and Normalization
|
157 |
+
|
158 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
159 |
+
|
160 |
+
#### Who are the source language producers?
|
161 |
+
|
162 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
163 |
|
164 |
### Annotations
|
165 |
|
166 |
+
#### Annotation process
|
167 |
+
|
168 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
169 |
+
|
170 |
+
#### Who are the annotators?
|
171 |
+
|
172 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
173 |
|
174 |
### Personal and Sensitive Information
|