MMG/bert-base-spanish-wwm-cased-finetuned-sqac-finetuned-squad
Question Answering • Updated • 21
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Automatic translation of the Stanford Question Answering Dataset (SQuAD) v2 into Spanish
An example of 'train' looks as follows.
This example was too long and was cropped:
{
"answers": {
"answer_start": [404, 356, 356],
"text": ["Santa Clara, California", "Levi 's Stadium", "Levi 's Stadium en la Bahía de San Francisco en Santa Clara, California."]
},
"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 ...",
"id": "56be4db0acb8001400a502ee",
"question": "¿Dónde tuvo lugar el Super Bowl 50?",
"title": "Super Bowl _ 50"
}
The data fields are the same among all splits.
id: a string feature.title: a string feature.context: a string feature.question: a string feature.answers: a dictionary feature containing:text: a string feature.answer_start: a int32 feature.| name | train | validation |
|---|---|---|
| v1.1.0 | 87595 | 10570 |
The SQuAD-es dataset is licensed under the CC BY 4.0 license.
@article{2016arXiv160605250R,
author = {Casimiro Pio , Carrino and Marta R. , Costa-jussa and Jose A. R. , Fonollosa},
title = "{Automatic Spanish Translation of the SQuAD Dataset for Multilingual
Question Answering}",
journal = {arXiv e-prints},
year = 2019,
eid = {arXiv:1912.05200v1},
pages = {arXiv:1912.05200v1},
archivePrefix = {arXiv},
eprint = {1912.05200v2},
}
Thanks to @patrickvonplaten, @thomwolf, @albertvillanova, @lewtun for adding this dataset.