Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
json
Sub-tasks:
extractive-qa
Languages:
Catalan
Size:
< 1K
ArXiv:
License:
Commit
•
f5f6203
1
Parent(s):
d88b52e
Update dataset card
Browse files
README.md
CHANGED
@@ -20,19 +20,43 @@ task_ids:
|
|
20 |
- extractive-qa
|
21 |
---
|
22 |
|
23 |
-
#
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
## Dataset Description
|
27 |
|
|
|
28 |
- **Paper:** [Are Multilingual Models the Best Choice for Moderately Under-resourced Languages? A Comprehensive Assessment for Catalan](https://arxiv.org/abs/2107.07903)
|
29 |
-
|
30 |
-
- **Point of Contact:** Carlos Rodríguez-Penagos ([email protected]) and Carme Armentano-Oller ([email protected])
|
31 |
-
|
32 |
-
|
33 |
|
34 |
### Dataset Summary
|
35 |
|
|
|
|
|
36 |
This dataset contains 3111 contexts extracted from a set of 597 high quality original (no translations) articles in the Catalan Wikipedia "Viquipèdia" (ca.wikipedia.org), and 1 to 5 questions with their answer for each fragment.
|
37 |
|
38 |
Viquipedia articles are used under [CC-by-sa] (https://creativecommons.org/licenses/by-sa/3.0/legalcode) licence.
|
@@ -45,45 +69,37 @@ Extractive-QA, Language Model
|
|
45 |
|
46 |
### Languages
|
47 |
|
48 |
-
|
49 |
|
50 |
## Dataset Structure
|
51 |
|
52 |
### Data Instances
|
53 |
|
54 |
-
|
55 |
{
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
"answer_start": 14
|
68 |
-
}
|
69 |
-
],
|
70 |
-
"id": "5728848cff5b5019007da298",
|
71 |
-
"question": "Qui creia que el sistema de classes socials de Yuan no s’hauria d’anomenar classes socials?"
|
72 |
-
},
|
73 |
-
...
|
74 |
-
]
|
75 |
-
}
|
76 |
-
]
|
77 |
-
},
|
78 |
-
...
|
79 |
-
]
|
80 |
-
}
|
81 |
-
|
82 |
-
</pre>
|
83 |
### Data Fields
|
84 |
|
85 |
Follows [Rajpurkar, Pranav et al., 2016](http://arxiv.org/abs/1606.05250) for squad v1 datasets.
|
86 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
### Data Splits
|
88 |
|
89 |
- train: 11259 examples
|
@@ -145,7 +161,7 @@ No personal or sensitive information included.
|
|
145 |
|
146 |
### Dataset Curators
|
147 |
|
148 |
-
Carlos Rodríguez-Penagos ([email protected]) and Carme Armentano-Oller ([email protected])
|
149 |
|
150 |
### Licensing Information
|
151 |
|
@@ -153,10 +169,7 @@ This work is licensed under a <a rel="license" href="https://creativecommons.org
|
|
153 |
|
154 |
### Citation Information
|
155 |
|
156 |
-
|
157 |
-
|
158 |
```
|
159 |
-
|
160 |
@inproceedings{armengol-estape-etal-2021-multilingual,
|
161 |
title = "Are Multilingual Models the Best Choice for Moderately Under-resourced Languages? {A} Comprehensive Assessment for {C}atalan",
|
162 |
author = "Armengol-Estap{\'e}, Jordi and
|
@@ -176,7 +189,6 @@ This work is licensed under a <a rel="license" href="https://creativecommons.org
|
|
176 |
doi = "10.18653/v1/2021.findings-acl.437",
|
177 |
pages = "4933--4946",
|
178 |
}
|
179 |
-
|
180 |
```
|
181 |
|
182 |
[DOI](https://doi.org/10.5281/zenodo.4562344)
|
|
|
20 |
- extractive-qa
|
21 |
---
|
22 |
|
23 |
+
# Dataset Card for ViquiQuAD
|
24 |
+
|
25 |
+
## Table of Contents
|
26 |
+
- [Table of Contents](#table-of-contents)
|
27 |
+
- [Dataset Description](#dataset-description)
|
28 |
+
- [Dataset Summary](#dataset-summary)
|
29 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
30 |
+
- [Languages](#languages)
|
31 |
+
- [Dataset Structure](#dataset-structure)
|
32 |
+
- [Data Instances](#data-instances)
|
33 |
+
- [Data Fields](#data-fields)
|
34 |
+
- [Data Splits](#data-splits)
|
35 |
+
- [Dataset Creation](#dataset-creation)
|
36 |
+
- [Curation Rationale](#curation-rationale)
|
37 |
+
- [Source Data](#source-data)
|
38 |
+
- [Annotations](#annotations)
|
39 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
40 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
41 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
42 |
+
- [Discussion of Biases](#discussion-of-biases)
|
43 |
+
- [Other Known Limitations](#other-known-limitations)
|
44 |
+
- [Additional Information](#additional-information)
|
45 |
+
- [Dataset Curators](#dataset-curators)
|
46 |
+
- [Licensing Information](#licensing-information)
|
47 |
+
- [Citation Information](#citation-information)
|
48 |
+
- [Contributions](#contributions)
|
49 |
|
50 |
## Dataset Description
|
51 |
|
52 |
+
- **Homepage:** https://zenodo.org/record/4562345#.YK41aqGxWUk
|
53 |
- **Paper:** [Are Multilingual Models the Best Choice for Moderately Under-resourced Languages? A Comprehensive Assessment for Catalan](https://arxiv.org/abs/2107.07903)
|
54 |
+
- **Point of Contact:** [Carlos Rodríguez-Penagos](mailto:[email protected]) and [Carme Armentano-Oller](mailto:[email protected])
|
|
|
|
|
|
|
55 |
|
56 |
### Dataset Summary
|
57 |
|
58 |
+
ViquiQuAD, An extractive QA dataset for catalan, from the Wikipedia.
|
59 |
+
|
60 |
This dataset contains 3111 contexts extracted from a set of 597 high quality original (no translations) articles in the Catalan Wikipedia "Viquipèdia" (ca.wikipedia.org), and 1 to 5 questions with their answer for each fragment.
|
61 |
|
62 |
Viquipedia articles are used under [CC-by-sa] (https://creativecommons.org/licenses/by-sa/3.0/legalcode) licence.
|
|
|
69 |
|
70 |
### Languages
|
71 |
|
72 |
+
Catalan (`ca`).
|
73 |
|
74 |
## Dataset Structure
|
75 |
|
76 |
### Data Instances
|
77 |
|
78 |
+
```
|
79 |
{
|
80 |
+
'id': 'P_66_C_391_Q1',
|
81 |
+
'title': 'Xavier Miserachs i Ribalta',
|
82 |
+
'context': "En aquesta època es va consolidar el concepte modern del reportatge fotogràfic, diferenciat del fotoperiodisme[n. 2] i de la fotografia documental,[n. 3] pel que fa a l'abast i el concepte. El reportatge fotogràfic implica més la idea de relat: un treball que vol més dedicació de temps, un esforç d'interpretació d'una situació i que culmina en un conjunt d'imatges. Això implica, d'una banda, la reivindicació del fotògraf per opinar, fet que li atorgarà estatus d'autor; l'autor proposa, doncs, una interpretació pròpia de la realitat. D'altra banda, el consens que s'estableix entre la majoria de fotògrafs és que el vehicle natural de la imatge fotogràfica és la pàgina impresa. Això suposà que revistes com Life, Paris-Match, Stern o Época assolissin la màxima esplendor en aquest període.",
|
83 |
+
'question': 'De què es diferenciava el reportatge fotogràfic?',
|
84 |
+
'answers': [{
|
85 |
+
'text': 'del fotoperiodisme[n. 2] i de la fotografia documental',
|
86 |
+
'answer_start': 92
|
87 |
+
}]
|
88 |
+
}
|
89 |
+
```
|
90 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
### Data Fields
|
92 |
|
93 |
Follows [Rajpurkar, Pranav et al., 2016](http://arxiv.org/abs/1606.05250) for squad v1 datasets.
|
94 |
|
95 |
+
- `id` (str): Unique ID assigned to the question.
|
96 |
+
- `title` (str): Title of the Wikipedia article.
|
97 |
+
- `context` (str): Wikipedia section text.
|
98 |
+
- `question` (str): Question.
|
99 |
+
- `answers` (list): List of answers to the question, each containing:
|
100 |
+
- `text` (str): Span text answering to the question.
|
101 |
+
- `answer_start` Starting offset of the span text answering to the question.
|
102 |
+
|
103 |
### Data Splits
|
104 |
|
105 |
- train: 11259 examples
|
|
|
161 |
|
162 |
### Dataset Curators
|
163 |
|
164 |
+
Carlos Rodríguez-Penagos ([email protected]) and Carme Armentano-Oller ([email protected]).
|
165 |
|
166 |
### Licensing Information
|
167 |
|
|
|
169 |
|
170 |
### Citation Information
|
171 |
|
|
|
|
|
172 |
```
|
|
|
173 |
@inproceedings{armengol-estape-etal-2021-multilingual,
|
174 |
title = "Are Multilingual Models the Best Choice for Moderately Under-resourced Languages? {A} Comprehensive Assessment for {C}atalan",
|
175 |
author = "Armengol-Estap{\'e}, Jordi and
|
|
|
189 |
doi = "10.18653/v1/2021.findings-acl.437",
|
190 |
pages = "4933--4946",
|
191 |
}
|
|
|
192 |
```
|
193 |
|
194 |
[DOI](https://doi.org/10.5281/zenodo.4562344)
|