GorkaUrbizu
commited on
Commit
•
25c77b8
1
Parent(s):
9c3fe5d
Update README.md
Browse files
README.md
CHANGED
@@ -1,361 +1,9 @@
|
|
1 |
---
|
2 |
-
annotations_creators:
|
3 |
-
- expert-generated
|
4 |
language:
|
5 |
- eu
|
6 |
-
language_creators:
|
7 |
-
- expert-generated
|
8 |
-
license:
|
9 |
-
- cc-by-nc-sa-4.0
|
10 |
-
multilinguality:
|
11 |
-
- monolingual
|
12 |
pretty_name: BasqueGLUE
|
13 |
size_categories:
|
14 |
- 100K<n<1M
|
15 |
-
source_datasets:
|
16 |
-
- original
|
17 |
-
tags: []
|
18 |
-
task_categories:
|
19 |
-
- text-classification
|
20 |
-
- token-classification
|
21 |
-
task_ids:
|
22 |
-
- intent-classification
|
23 |
-
- natural-language-inference
|
24 |
-
- sentiment-classification
|
25 |
-
- topic-classification
|
26 |
-
- named-entity-recognition
|
27 |
-
- coreference-resolution
|
28 |
-
configs:
|
29 |
-
- bec
|
30 |
-
- bhtc
|
31 |
-
- coref
|
32 |
-
- intent
|
33 |
-
- nerc_id
|
34 |
-
- nerc_od
|
35 |
-
- qnli
|
36 |
-
- slot
|
37 |
-
- vaxx
|
38 |
-
- wic
|
39 |
-
dataset_info:
|
40 |
-
- config_name: bec
|
41 |
-
features:
|
42 |
-
- name: text
|
43 |
-
dtype: string
|
44 |
-
- name: label
|
45 |
-
dtype:
|
46 |
-
class_label:
|
47 |
-
names:
|
48 |
-
'0': N
|
49 |
-
'1': NEU
|
50 |
-
'2': P
|
51 |
-
- name: idx
|
52 |
-
dtype: int32
|
53 |
-
splits:
|
54 |
-
- name: train
|
55 |
-
num_bytes: 693284
|
56 |
-
num_examples: 6078
|
57 |
-
- name: test
|
58 |
-
num_bytes: 148510
|
59 |
-
num_examples: 1302
|
60 |
-
- name: validation
|
61 |
-
num_bytes: 148377
|
62 |
-
num_examples: 1302
|
63 |
-
download_size: 1217803
|
64 |
-
dataset_size: 990171
|
65 |
-
- config_name: bhtc
|
66 |
-
features:
|
67 |
-
- name: text
|
68 |
-
dtype: string
|
69 |
-
- name: label
|
70 |
-
dtype:
|
71 |
-
class_label:
|
72 |
-
names:
|
73 |
-
'0': Ekonomia
|
74 |
-
'1': Euskal Herria
|
75 |
-
'2': Euskara
|
76 |
-
'3': Gizartea
|
77 |
-
'4': Historia
|
78 |
-
'5': Ingurumena
|
79 |
-
'6': Iritzia
|
80 |
-
'7': Komunikazioa
|
81 |
-
'8': Kultura
|
82 |
-
'9': Nazioartea
|
83 |
-
'10': Politika
|
84 |
-
'11': Zientzia
|
85 |
-
- name: idx
|
86 |
-
dtype: int32
|
87 |
-
splits:
|
88 |
-
- name: train
|
89 |
-
num_bytes: 2431494
|
90 |
-
num_examples: 8585
|
91 |
-
- name: test
|
92 |
-
num_bytes: 523066
|
93 |
-
num_examples: 1854
|
94 |
-
- name: validation
|
95 |
-
num_bytes: 519555
|
96 |
-
num_examples: 1857
|
97 |
-
download_size: 3896312
|
98 |
-
dataset_size: 3474115
|
99 |
-
- config_name: coref
|
100 |
-
features:
|
101 |
-
- name: text
|
102 |
-
dtype: string
|
103 |
-
- name: span1_text
|
104 |
-
dtype: string
|
105 |
-
- name: span2_text
|
106 |
-
dtype: string
|
107 |
-
- name: label
|
108 |
-
dtype:
|
109 |
-
class_label:
|
110 |
-
names:
|
111 |
-
'0': 'false'
|
112 |
-
'1': 'true'
|
113 |
-
- name: span1_index
|
114 |
-
dtype: int32
|
115 |
-
- name: span2_index
|
116 |
-
dtype: int32
|
117 |
-
- name: idx
|
118 |
-
dtype: int32
|
119 |
-
splits:
|
120 |
-
- name: train
|
121 |
-
num_bytes: 365830
|
122 |
-
num_examples: 986
|
123 |
-
- name: test
|
124 |
-
num_bytes: 201378
|
125 |
-
num_examples: 587
|
126 |
-
- name: validation
|
127 |
-
num_bytes: 108632
|
128 |
-
num_examples: 320
|
129 |
-
download_size: 855074
|
130 |
-
dataset_size: 675840
|
131 |
-
- config_name: intent
|
132 |
-
features:
|
133 |
-
- name: text
|
134 |
-
dtype: string
|
135 |
-
- name: label
|
136 |
-
dtype:
|
137 |
-
class_label:
|
138 |
-
names:
|
139 |
-
'0': alarm/cancel_alarm
|
140 |
-
'1': alarm/modify_alarm
|
141 |
-
'2': alarm/set_alarm
|
142 |
-
'3': alarm/show_alarms
|
143 |
-
'4': alarm/snooze_alarm
|
144 |
-
'5': alarm/time_left_on_alarm
|
145 |
-
'6': reminder/cancel_reminder
|
146 |
-
'7': reminder/set_reminder
|
147 |
-
'8': reminder/show_reminders
|
148 |
-
'9': weather/checkSunrise
|
149 |
-
'10': weather/checkSunset
|
150 |
-
'11': weather/find
|
151 |
-
- name: idx
|
152 |
-
dtype: int32
|
153 |
-
splits:
|
154 |
-
- name: train
|
155 |
-
num_bytes: 182856
|
156 |
-
num_examples: 3418
|
157 |
-
- name: test
|
158 |
-
num_bytes: 56118
|
159 |
-
num_examples: 1087
|
160 |
-
- name: validation
|
161 |
-
num_bytes: 101644
|
162 |
-
num_examples: 1904
|
163 |
-
download_size: 595375
|
164 |
-
dataset_size: 340618
|
165 |
-
- config_name: nerc_id
|
166 |
-
features:
|
167 |
-
- name: tokens
|
168 |
-
sequence: string
|
169 |
-
- name: tags
|
170 |
-
sequence:
|
171 |
-
class_label:
|
172 |
-
names:
|
173 |
-
'0': O
|
174 |
-
'1': B-PER
|
175 |
-
'2': I-PER
|
176 |
-
'3': B-LOC
|
177 |
-
'4': I-LOC
|
178 |
-
'5': B-ORG
|
179 |
-
'6': I-ORG
|
180 |
-
'7': B-MISC
|
181 |
-
'8': I-MISC
|
182 |
-
- name: idx
|
183 |
-
dtype: int32
|
184 |
-
splits:
|
185 |
-
- name: train
|
186 |
-
num_bytes: 946007
|
187 |
-
num_examples: 2842
|
188 |
-
- name: test
|
189 |
-
num_bytes: 653960
|
190 |
-
num_examples: 1846
|
191 |
-
- name: validation
|
192 |
-
num_bytes: 237464
|
193 |
-
num_examples: 711
|
194 |
-
download_size: 1723325
|
195 |
-
dataset_size: 1837431
|
196 |
-
- config_name: nerc_od
|
197 |
-
features:
|
198 |
-
- name: tokens
|
199 |
-
sequence: string
|
200 |
-
- name: tags
|
201 |
-
sequence:
|
202 |
-
class_label:
|
203 |
-
names:
|
204 |
-
'0': O
|
205 |
-
'1': B-PER
|
206 |
-
'2': I-PER
|
207 |
-
'3': B-LOC
|
208 |
-
'4': I-LOC
|
209 |
-
'5': B-ORG
|
210 |
-
'6': I-ORG
|
211 |
-
'7': B-MISC
|
212 |
-
'8': I-MISC
|
213 |
-
- name: idx
|
214 |
-
dtype: int32
|
215 |
-
splits:
|
216 |
-
- name: train
|
217 |
-
num_bytes: 1183471
|
218 |
-
num_examples: 3553
|
219 |
-
- name: test
|
220 |
-
num_bytes: 262853
|
221 |
-
num_examples: 598
|
222 |
-
- name: validation
|
223 |
-
num_bytes: 270028
|
224 |
-
num_examples: 601
|
225 |
-
download_size: 1613369
|
226 |
-
dataset_size: 1716352
|
227 |
-
- config_name: qnli
|
228 |
-
features:
|
229 |
-
- name: question
|
230 |
-
dtype: string
|
231 |
-
- name: sentence
|
232 |
-
dtype: string
|
233 |
-
- name: label
|
234 |
-
dtype:
|
235 |
-
class_label:
|
236 |
-
names:
|
237 |
-
'0': entailment
|
238 |
-
'1': not_entailment
|
239 |
-
- name: idx
|
240 |
-
dtype: int32
|
241 |
-
splits:
|
242 |
-
- name: train
|
243 |
-
num_bytes: 327189
|
244 |
-
num_examples: 1764
|
245 |
-
- name: test
|
246 |
-
num_bytes: 42569
|
247 |
-
num_examples: 238
|
248 |
-
- name: validation
|
249 |
-
num_bytes: 46359
|
250 |
-
num_examples: 230
|
251 |
-
download_size: 532399
|
252 |
-
dataset_size: 416117
|
253 |
-
- config_name: slot
|
254 |
-
features:
|
255 |
-
- name: tokens
|
256 |
-
sequence: string
|
257 |
-
- name: tags
|
258 |
-
sequence:
|
259 |
-
class_label:
|
260 |
-
names:
|
261 |
-
'0': O
|
262 |
-
'1': B-datetime
|
263 |
-
'2': B-location
|
264 |
-
'3': B-negation
|
265 |
-
'4': B-alarm/alarm_modifier
|
266 |
-
'5': B-alarm/recurring_period
|
267 |
-
'6': B-reminder/noun
|
268 |
-
'7': B-reminder/todo
|
269 |
-
'8': B-reminder/reference
|
270 |
-
'9': B-reminder/recurring_period
|
271 |
-
'10': B-weather/attribute
|
272 |
-
'11': B-weather/noun
|
273 |
-
'12': I-datetime
|
274 |
-
'13': I-location
|
275 |
-
'14': I-negation
|
276 |
-
'15': I-alarm/alarm_modifier
|
277 |
-
'16': I-alarm/recurring_period
|
278 |
-
'17': I-reminder/noun
|
279 |
-
'18': I-reminder/todo
|
280 |
-
'19': I-reminder/reference
|
281 |
-
'20': I-reminder/recurring_period
|
282 |
-
'21': I-weather/attribute
|
283 |
-
'22': I-weather/noun
|
284 |
-
- name: idx
|
285 |
-
dtype: int32
|
286 |
-
splits:
|
287 |
-
- name: train
|
288 |
-
num_bytes: 388774
|
289 |
-
num_examples: 3418
|
290 |
-
- name: test
|
291 |
-
num_bytes: 114876
|
292 |
-
num_examples: 1088
|
293 |
-
- name: validation
|
294 |
-
num_bytes: 214053
|
295 |
-
num_examples: 1900
|
296 |
-
download_size: 962250
|
297 |
-
dataset_size: 717703
|
298 |
-
- config_name: vaxx
|
299 |
-
features:
|
300 |
-
- name: text
|
301 |
-
dtype: string
|
302 |
-
- name: label
|
303 |
-
dtype:
|
304 |
-
class_label:
|
305 |
-
names:
|
306 |
-
'0': AGAINST
|
307 |
-
'1': NONE
|
308 |
-
'2': FAVOR
|
309 |
-
- name: idx
|
310 |
-
dtype: int32
|
311 |
-
splits:
|
312 |
-
- name: train
|
313 |
-
num_bytes: 176436
|
314 |
-
num_examples: 864
|
315 |
-
- name: test
|
316 |
-
num_bytes: 70947
|
317 |
-
num_examples: 312
|
318 |
-
- name: validation
|
319 |
-
num_bytes: 42795
|
320 |
-
num_examples: 206
|
321 |
-
download_size: 333997
|
322 |
-
dataset_size: 290178
|
323 |
-
- config_name: wic
|
324 |
-
features:
|
325 |
-
- name: sentence1
|
326 |
-
dtype: string
|
327 |
-
- name: sentence2
|
328 |
-
dtype: string
|
329 |
-
- name: word
|
330 |
-
dtype: string
|
331 |
-
- name: label
|
332 |
-
dtype:
|
333 |
-
class_label:
|
334 |
-
names:
|
335 |
-
'0': 'false'
|
336 |
-
'1': 'true'
|
337 |
-
- name: start1
|
338 |
-
dtype: int32
|
339 |
-
- name: start2
|
340 |
-
dtype: int32
|
341 |
-
- name: end1
|
342 |
-
dtype: int32
|
343 |
-
- name: end2
|
344 |
-
dtype: int32
|
345 |
-
- name: idx
|
346 |
-
dtype: int32
|
347 |
-
splits:
|
348 |
-
- name: train
|
349 |
-
num_bytes: 172847108
|
350 |
-
num_examples: 408559
|
351 |
-
- name: test
|
352 |
-
num_bytes: 589578
|
353 |
-
num_examples: 1400
|
354 |
-
- name: validation
|
355 |
-
num_bytes: 251549
|
356 |
-
num_examples: 600
|
357 |
-
download_size: 22938354
|
358 |
-
dataset_size: 173688235
|
359 |
---
|
360 |
|
361 |
# Dataset Card for BasqueGLUE
|
@@ -713,43 +361,6 @@ An example of 'train' looks as follows:
|
|
713 |
|
714 |
We believe that BasqueGLUE is a significant contribution towards developing NLU tools in Basque, which we believe will facilitate the technological advance for the Basque language. In order to create BasqueGLUE we took as a reference the GLUE and SuperGLUE frameworks. When possible, we re-used existing datasets for Basque, adapting them to the corresponding task formats if necessary. Additionally, BasqueGLUE also includes six new datasets that have not been published before. In total, BasqueGLUE consists of nine Basque NLU tasks and covers a wide range of tasks with different difficulties across several domains. As with the original GLUE benchmark, the training data for the tasks vary in size, which allows to measure the performance of how the models transfer knowledge across tasks.
|
715 |
|
716 |
-
### Source Data
|
717 |
-
|
718 |
-
#### Initial Data Collection and Normalization
|
719 |
-
|
720 |
-
[More Information Needed]
|
721 |
-
|
722 |
-
#### Who are the source language producers?
|
723 |
-
|
724 |
-
[More Information Needed]
|
725 |
-
|
726 |
-
### Annotations
|
727 |
-
|
728 |
-
#### Annotation process
|
729 |
-
|
730 |
-
[More Information Needed]
|
731 |
-
|
732 |
-
#### Who are the annotators?
|
733 |
-
|
734 |
-
[More Information Needed]
|
735 |
-
|
736 |
-
### Personal and Sensitive Information
|
737 |
-
|
738 |
-
[More Information Needed]
|
739 |
-
|
740 |
-
## Considerations for Using the Data
|
741 |
-
|
742 |
-
### Social Impact of Dataset
|
743 |
-
|
744 |
-
[More Information Needed]
|
745 |
-
|
746 |
-
### Discussion of Biases
|
747 |
-
|
748 |
-
[More Information Needed]
|
749 |
-
|
750 |
-
### Other Known Limitations
|
751 |
-
|
752 |
-
[More Information Needed]
|
753 |
|
754 |
## Additional Information
|
755 |
|
@@ -807,4 +418,4 @@ International License (CC BY-SA 4.0). To view a copy of this license, visit http
|
|
807 |
|
808 |
### Contributions
|
809 |
|
810 |
-
Thanks to [@richplant](https://github.com/richplant) for adding this dataset to hugginface.
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- eu
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
pretty_name: BasqueGLUE
|
5 |
size_categories:
|
6 |
- 100K<n<1M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# Dataset Card for BasqueGLUE
|
|
|
361 |
|
362 |
We believe that BasqueGLUE is a significant contribution towards developing NLU tools in Basque, which we believe will facilitate the technological advance for the Basque language. In order to create BasqueGLUE we took as a reference the GLUE and SuperGLUE frameworks. When possible, we re-used existing datasets for Basque, adapting them to the corresponding task formats if necessary. Additionally, BasqueGLUE also includes six new datasets that have not been published before. In total, BasqueGLUE consists of nine Basque NLU tasks and covers a wide range of tasks with different difficulties across several domains. As with the original GLUE benchmark, the training data for the tasks vary in size, which allows to measure the performance of how the models transfer knowledge across tasks.
|
363 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
364 |
|
365 |
## Additional Information
|
366 |
|
|
|
418 |
|
419 |
### Contributions
|
420 |
|
421 |
+
Thanks to [@richplant](https://github.com/richplant) for adding this dataset to hugginface.
|