Datasets:
Tasks:
Question Answering
Sub-tasks:
extractive-qa
Languages:
Spanish
Size:
10K<n<100K
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,216 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
3 |
task_categories:
|
4 |
- question-answering
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- machine-generated
|
4 |
+
language_creators:
|
5 |
+
- machine-generated
|
6 |
+
language:
|
7 |
+
- es
|
8 |
+
license:
|
9 |
+
- cc-by-4.0
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
size_categories:
|
13 |
+
- 10K<n<100K
|
14 |
+
source_datasets:
|
15 |
+
- extended|squad
|
16 |
+
task_categories:
|
17 |
+
- question-answering
|
18 |
+
task_ids:
|
19 |
+
- extractive-qa
|
20 |
+
paperswithcode_id: squad-es
|
21 |
+
pretty_name: SQuAD-es
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: id
|
25 |
+
dtype: string
|
26 |
+
- name: title
|
27 |
+
dtype: string
|
28 |
+
- name: context
|
29 |
+
dtype: string
|
30 |
+
- name: question
|
31 |
+
dtype: string
|
32 |
+
- name: answers
|
33 |
+
sequence:
|
34 |
+
- name: text
|
35 |
+
dtype: string
|
36 |
+
- name: answer_start
|
37 |
+
dtype: int32
|
38 |
+
config_name: v1.1.0
|
39 |
+
splits:
|
40 |
+
- name: train
|
41 |
+
num_bytes: 83680438
|
42 |
+
num_examples: 87595
|
43 |
+
- name: validation
|
44 |
+
num_bytes: 10955800
|
45 |
+
num_examples: 10570
|
46 |
+
download_size: 39291362
|
47 |
+
dataset_size: 94636238
|
48 |
+
---
|
49 |
+
|
50 |
+
# Dataset Card for "squad_es"
|
51 |
+
|
52 |
+
## Table of Contents
|
53 |
+
- [Dataset Description](#dataset-description)
|
54 |
+
- [Dataset Summary](#dataset-summary)
|
55 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
56 |
+
- [Languages](#languages)
|
57 |
+
- [Dataset Structure](#dataset-structure)
|
58 |
+
- [Data Instances](#data-instances)
|
59 |
+
- [Data Fields](#data-fields)
|
60 |
+
- [Data Splits](#data-splits)
|
61 |
+
- [Dataset Creation](#dataset-creation)
|
62 |
+
- [Curation Rationale](#curation-rationale)
|
63 |
+
- [Source Data](#source-data)
|
64 |
+
- [Annotations](#annotations)
|
65 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
66 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
67 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
68 |
+
- [Discussion of Biases](#discussion-of-biases)
|
69 |
+
- [Other Known Limitations](#other-known-limitations)
|
70 |
+
- [Additional Information](#additional-information)
|
71 |
+
- [Dataset Curators](#dataset-curators)
|
72 |
+
- [Licensing Information](#licensing-information)
|
73 |
+
- [Citation Information](#citation-information)
|
74 |
+
- [Contributions](#contributions)
|
75 |
+
|
76 |
+
## Dataset Description
|
77 |
+
|
78 |
+
- **Homepage:** [https://github.com/ccasimiro88/TranslateAlignRetrieve](https://github.com/ccasimiro88/TranslateAlignRetrieve)
|
79 |
+
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
80 |
+
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
81 |
+
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
82 |
+
- **Size of downloaded dataset files:** 39.29 MB
|
83 |
+
- **Size of the generated dataset:** 94.63 MB
|
84 |
+
- **Total amount of disk used:** 133.92 MB
|
85 |
+
|
86 |
+
### Dataset Summary
|
87 |
+
|
88 |
+
Automatic translation of the Stanford Question Answering Dataset (SQuAD) v2 into Spanish
|
89 |
+
|
90 |
+
### Supported Tasks and Leaderboards
|
91 |
+
|
92 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
93 |
+
|
94 |
+
### Languages
|
95 |
+
|
96 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
97 |
+
|
98 |
+
## Dataset Structure
|
99 |
+
|
100 |
+
### Data Instances
|
101 |
+
|
102 |
+
#### v1.1.0
|
103 |
+
|
104 |
+
- **Size of downloaded dataset files:** 39.29 MB
|
105 |
+
- **Size of the generated dataset:** 94.63 MB
|
106 |
+
- **Total amount of disk used:** 133.92 MB
|
107 |
+
|
108 |
+
An example of 'train' looks as follows.
|
109 |
+
```
|
110 |
+
This example was too long and was cropped:
|
111 |
+
|
112 |
+
{
|
113 |
+
"answers": {
|
114 |
+
"answer_start": [404, 356, 356],
|
115 |
+
"text": ["Santa Clara, California", "Levi 's Stadium", "Levi 's Stadium en la Bah铆a de San Francisco en Santa Clara, California."]
|
116 |
+
},
|
117 |
+
"context": "\"El Super Bowl 50 fue un partido de f煤tbol americano para determinar al campe贸n de la NFL para la temporada 2015. El campe贸n de ...",
|
118 |
+
"id": "56be4db0acb8001400a502ee",
|
119 |
+
"question": "驴D贸nde tuvo lugar el Super Bowl 50?",
|
120 |
+
"title": "Super Bowl _ 50"
|
121 |
+
}
|
122 |
+
```
|
123 |
+
|
124 |
+
### Data Fields
|
125 |
+
|
126 |
+
The data fields are the same among all splits.
|
127 |
+
|
128 |
+
#### v1.1.0
|
129 |
+
- `id`: a `string` feature.
|
130 |
+
- `title`: a `string` feature.
|
131 |
+
- `context`: a `string` feature.
|
132 |
+
- `question`: a `string` feature.
|
133 |
+
- `answers`: a dictionary feature containing:
|
134 |
+
- `text`: a `string` feature.
|
135 |
+
- `answer_start`: a `int32` feature.
|
136 |
+
|
137 |
+
### Data Splits
|
138 |
+
|
139 |
+
| name |train|validation|
|
140 |
+
|------|----:|---------:|
|
141 |
+
|v1.1.0|87595| 10570|
|
142 |
+
|
143 |
+
## Dataset Creation
|
144 |
+
|
145 |
+
### Curation Rationale
|
146 |
+
|
147 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
148 |
+
|
149 |
+
### Source Data
|
150 |
+
|
151 |
+
#### Initial Data Collection and Normalization
|
152 |
+
|
153 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
154 |
+
|
155 |
+
#### Who are the source language producers?
|
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 |
+
#### Annotation process
|
162 |
+
|
163 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
164 |
+
|
165 |
+
#### Who are the annotators?
|
166 |
+
|
167 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
168 |
+
|
169 |
+
### Personal and Sensitive Information
|
170 |
+
|
171 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
172 |
+
|
173 |
+
## Considerations for Using the Data
|
174 |
+
|
175 |
+
### Social Impact of Dataset
|
176 |
+
|
177 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
178 |
+
|
179 |
+
### Discussion of Biases
|
180 |
+
|
181 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
182 |
+
|
183 |
+
### Other Known Limitations
|
184 |
+
|
185 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
186 |
+
|
187 |
+
## Additional Information
|
188 |
+
|
189 |
+
### Dataset Curators
|
190 |
+
|
191 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
192 |
+
|
193 |
+
### Licensing Information
|
194 |
+
|
195 |
+
The SQuAD-es dataset is licensed under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.
|
196 |
+
|
197 |
+
### Citation Information
|
198 |
+
|
199 |
+
```
|
200 |
+
@article{2016arXiv160605250R,
|
201 |
+
author = {Casimiro Pio , Carrino and Marta R. , Costa-jussa and Jose A. R. , Fonollosa},
|
202 |
+
title = "{Automatic Spanish Translation of the SQuAD Dataset for Multilingual
|
203 |
+
Question Answering}",
|
204 |
+
journal = {arXiv e-prints},
|
205 |
+
year = 2019,
|
206 |
+
eid = {arXiv:1912.05200v1},
|
207 |
+
pages = {arXiv:1912.05200v1},
|
208 |
+
archivePrefix = {arXiv},
|
209 |
+
eprint = {1912.05200v2},
|
210 |
+
}
|
211 |
+
|
212 |
+
```
|
213 |
+
|
214 |
license: mit
|
215 |
task_categories:
|
216 |
- question-answering
|