Datasets:
el2e10
commited on
Commit
•
9e433ff
1
Parent(s):
8b235b9
Complete the mlqa dataset card (#4809)
Browse files* Added more details to dataset card of mlqa dataset
* added license and other required details to mlqa
* Modified dataset card of mlqa dataset
Changed language creators tag in dataset card of mlqa dataset to crowdsourced.
Commit from https://github.com/huggingface/datasets/commit/8a9b3cb2a31c9b5306e5ae68b33565934180aefe
README.md
CHANGED
@@ -2,6 +2,28 @@
|
|
2 |
pretty_name: MLQA (MultiLingual Question Answering)
|
3 |
language:
|
4 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
paperswithcode_id: mlqa
|
6 |
---
|
7 |
|
@@ -54,7 +76,7 @@ paperswithcode_id: mlqa
|
|
54 |
|
55 |
### Languages
|
56 |
|
57 |
-
|
58 |
|
59 |
## Dataset Structure
|
60 |
|
@@ -227,10 +249,11 @@ The data fields are the same among all splits.
|
|
227 |
|
228 |
```
|
229 |
@article{lewis2019mlqa,
|
230 |
-
title={MLQA: Evaluating Cross-lingual Extractive Question Answering},
|
231 |
-
author={Lewis, Patrick and Oguz, Barlas and Rinott, Ruty and Riedel, Sebastian and Schwenk, Holger},
|
232 |
-
journal={arXiv preprint arXiv:1910.07475},
|
233 |
-
year=
|
|
|
234 |
}
|
235 |
|
236 |
```
|
@@ -238,4 +261,4 @@ The data fields are the same among all splits.
|
|
238 |
|
239 |
### Contributions
|
240 |
|
241 |
-
Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@M-Salti](https://github.com/M-Salti), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf), [@mariamabarham](https://github.com/mariamabarham), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
|
|
|
2 |
pretty_name: MLQA (MultiLingual Question Answering)
|
3 |
language:
|
4 |
- en
|
5 |
+
- de
|
6 |
+
- es
|
7 |
+
- ar
|
8 |
+
- zh
|
9 |
+
- vi
|
10 |
+
- hi
|
11 |
+
license:
|
12 |
+
- cc-by-sa-3.0
|
13 |
+
source_datasets:
|
14 |
+
- original
|
15 |
+
size_categories:
|
16 |
+
- 10K<n<100K
|
17 |
+
language_creators:
|
18 |
+
- crowdsourced
|
19 |
+
annotations_creators:
|
20 |
+
- crowdsourced
|
21 |
+
multilinguality:
|
22 |
+
- multilingual
|
23 |
+
task_categories:
|
24 |
+
- question-answering
|
25 |
+
task_ids:
|
26 |
+
- extractive-qa
|
27 |
paperswithcode_id: mlqa
|
28 |
---
|
29 |
|
|
|
76 |
|
77 |
### Languages
|
78 |
|
79 |
+
MLQA contains QA instances in 7 languages, English, Arabic, German, Spanish, Hindi, Vietnamese and Simplified Chinese.
|
80 |
|
81 |
## Dataset Structure
|
82 |
|
|
|
249 |
|
250 |
```
|
251 |
@article{lewis2019mlqa,
|
252 |
+
title = {MLQA: Evaluating Cross-lingual Extractive Question Answering},
|
253 |
+
author = {Lewis, Patrick and Oguz, Barlas and Rinott, Ruty and Riedel, Sebastian and Schwenk, Holger},
|
254 |
+
journal = {arXiv preprint arXiv:1910.07475},
|
255 |
+
year = 2019,
|
256 |
+
eid = {arXiv: 1910.07475}
|
257 |
}
|
258 |
|
259 |
```
|
|
|
261 |
|
262 |
### Contributions
|
263 |
|
264 |
+
Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@M-Salti](https://github.com/M-Salti), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf), [@mariamabarham](https://github.com/mariamabarham), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
|