Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
natural-language-inference
Size:
10K - 100K
ArXiv:
License:
Commit
•
cf426f3
1
Parent(s):
914f324
Add shp data files
Browse files- README.md +10 -4
- dataset_infos.json +9 -27
- shp/test-00000-of-00001.parquet +3 -0
- shp/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -244,13 +244,13 @@ dataset_info:
|
|
244 |
'2': contradiction
|
245 |
splits:
|
246 |
- name: validation
|
247 |
-
num_bytes:
|
248 |
num_examples: 743
|
249 |
- name: test
|
250 |
-
num_bytes:
|
251 |
num_examples: 750
|
252 |
-
download_size:
|
253 |
-
dataset_size:
|
254 |
- config_name: tar
|
255 |
features:
|
256 |
- name: premise
|
@@ -322,6 +322,12 @@ configs:
|
|
322 |
path: quy/validation-*
|
323 |
- split: test
|
324 |
path: quy/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
325 |
---
|
326 |
|
327 |
# Dataset Card for AmericasNLI
|
|
|
244 |
'2': contradiction
|
245 |
splits:
|
246 |
- name: validation
|
247 |
+
num_bytes: 124500
|
248 |
num_examples: 743
|
249 |
- name: test
|
250 |
+
num_bytes: 118934
|
251 |
num_examples: 750
|
252 |
+
download_size: 85544
|
253 |
+
dataset_size: 243434
|
254 |
- config_name: tar
|
255 |
features:
|
256 |
- name: premise
|
|
|
322 |
path: quy/validation-*
|
323 |
- split: test
|
324 |
path: quy/test-*
|
325 |
+
- config_name: shp
|
326 |
+
data_files:
|
327 |
+
- split: validation
|
328 |
+
path: shp/validation-*
|
329 |
+
- split: test
|
330 |
+
path: shp/test-*
|
331 |
---
|
332 |
|
333 |
# Dataset Card for AmericasNLI
|
dataset_infos.json
CHANGED
@@ -410,35 +410,28 @@
|
|
410 |
"shp": {
|
411 |
"description": "AmericasNLI is an extension of XNLI (Conneau et al., 2018) \u2013 a natural language inference (NLI) dataset covering 15 high-resource languages \u2013 to 10 low-resource indigenous languages spoken in the Americas: Ashaninka, Aymara, Bribri, Guarani, Nahuatl, Otomi, Quechua, Raramuri, Shipibo-Konibo, and Wixarika. As with MNLI, the goal is to predict textual entailment (does sentence A imply/contradict/neither sentence B) and is a classification task (given two sentences, predict one of three labels).\n",
|
412 |
"citation": "\n@article{DBLP:journals/corr/abs-2104-08726,\n author = {Abteen Ebrahimi and\n Manuel Mager and\n Arturo Oncevay and\n Vishrav Chaudhary and\n Luis Chiruzzo and\n Angela Fan and\n John Ortega and\n Ricardo Ramos and\n Annette Rios and\n Ivan Vladimir and\n Gustavo A. Gim{'{e}}nez{-}Lugo and\n Elisabeth Mager and\n Graham Neubig and\n Alexis Palmer and\n Rolando A. Coto Solano and\n Ngoc Thang Vu and\n Katharina Kann},\n title = {AmericasNLI: Evaluating Zero-shot Natural Language Understanding of\n Pretrained Multilingual Models in Truly Low-resource Languages},\n journal = {CoRR},\n volume = {abs/2104.08726},\n year = {2021},\n url = {https://arxiv.org/abs/2104.08726},\n eprinttype = {arXiv},\n eprint = {2104.08726},\n timestamp = {Mon, 26 Apr 2021 17:25:10 +0200},\n biburl = {https://dblp.org/rec/journals/corr/abs-2104-08726.bib},\n bibsource = {dblp computer science bibliography, https://dblp.org}\n}\n",
|
413 |
-
"homepage": "
|
414 |
"license": "",
|
415 |
"features": {
|
416 |
"premise": {
|
417 |
"dtype": "string",
|
418 |
-
"id": null,
|
419 |
"_type": "Value"
|
420 |
},
|
421 |
"hypothesis": {
|
422 |
"dtype": "string",
|
423 |
-
"id": null,
|
424 |
"_type": "Value"
|
425 |
},
|
426 |
"label": {
|
427 |
-
"num_classes": 3,
|
428 |
"names": [
|
429 |
"entailment",
|
430 |
"neutral",
|
431 |
"contradiction"
|
432 |
],
|
433 |
-
"names_file": null,
|
434 |
-
"id": null,
|
435 |
"_type": "ClassLabel"
|
436 |
}
|
437 |
},
|
438 |
-
"post_processed": null,
|
439 |
-
"supervised_keys": null,
|
440 |
-
"task_templates": null,
|
441 |
"builder_name": "americas_nli",
|
|
|
442 |
"config_name": "shp",
|
443 |
"version": {
|
444 |
"version_str": "1.0.0",
|
@@ -450,31 +443,20 @@
|
|
450 |
"splits": {
|
451 |
"validation": {
|
452 |
"name": "validation",
|
453 |
-
"num_bytes":
|
454 |
"num_examples": 743,
|
455 |
-
"dataset_name":
|
456 |
},
|
457 |
"test": {
|
458 |
"name": "test",
|
459 |
-
"num_bytes":
|
460 |
"num_examples": 750,
|
461 |
-
"dataset_name":
|
462 |
-
}
|
463 |
-
},
|
464 |
-
"download_checksums": {
|
465 |
-
"https://raw.githubusercontent.com/nala-cub/AmericasNLI/main/dev.tsv": {
|
466 |
-
"num_bytes": 1090405,
|
467 |
-
"checksum": "a2678f2820a2008547c5d993118979cc82a25d51a73570571566a1b74d8e8530"
|
468 |
-
},
|
469 |
-
"https://raw.githubusercontent.com/nala-cub/AmericasNLI/main/test.tsv": {
|
470 |
-
"num_bytes": 1165688,
|
471 |
-
"checksum": "1e16c058de33ddaab4a037b1078a31ecab08afddfdc840140593b6da1439bcf8"
|
472 |
}
|
473 |
},
|
474 |
-
"download_size":
|
475 |
-
"
|
476 |
-
"
|
477 |
-
"size_in_bytes": 2499543
|
478 |
},
|
479 |
"tar": {
|
480 |
"description": "AmericasNLI is an extension of XNLI (Conneau et al., 2018) \u2013 a natural language inference (NLI) dataset covering 15 high-resource languages \u2013 to 10 low-resource indigenous languages spoken in the Americas: Ashaninka, Aymara, Bribri, Guarani, Nahuatl, Otomi, Quechua, Raramuri, Shipibo-Konibo, and Wixarika. As with MNLI, the goal is to predict textual entailment (does sentence A imply/contradict/neither sentence B) and is a classification task (given two sentences, predict one of three labels).\n",
|
|
|
410 |
"shp": {
|
411 |
"description": "AmericasNLI is an extension of XNLI (Conneau et al., 2018) \u2013 a natural language inference (NLI) dataset covering 15 high-resource languages \u2013 to 10 low-resource indigenous languages spoken in the Americas: Ashaninka, Aymara, Bribri, Guarani, Nahuatl, Otomi, Quechua, Raramuri, Shipibo-Konibo, and Wixarika. As with MNLI, the goal is to predict textual entailment (does sentence A imply/contradict/neither sentence B) and is a classification task (given two sentences, predict one of three labels).\n",
|
412 |
"citation": "\n@article{DBLP:journals/corr/abs-2104-08726,\n author = {Abteen Ebrahimi and\n Manuel Mager and\n Arturo Oncevay and\n Vishrav Chaudhary and\n Luis Chiruzzo and\n Angela Fan and\n John Ortega and\n Ricardo Ramos and\n Annette Rios and\n Ivan Vladimir and\n Gustavo A. Gim{'{e}}nez{-}Lugo and\n Elisabeth Mager and\n Graham Neubig and\n Alexis Palmer and\n Rolando A. Coto Solano and\n Ngoc Thang Vu and\n Katharina Kann},\n title = {AmericasNLI: Evaluating Zero-shot Natural Language Understanding of\n Pretrained Multilingual Models in Truly Low-resource Languages},\n journal = {CoRR},\n volume = {abs/2104.08726},\n year = {2021},\n url = {https://arxiv.org/abs/2104.08726},\n eprinttype = {arXiv},\n eprint = {2104.08726},\n timestamp = {Mon, 26 Apr 2021 17:25:10 +0200},\n biburl = {https://dblp.org/rec/journals/corr/abs-2104-08726.bib},\n bibsource = {dblp computer science bibliography, https://dblp.org}\n}\n",
|
413 |
+
"homepage": "https://github.com/nala-cub/AmericasNLI",
|
414 |
"license": "",
|
415 |
"features": {
|
416 |
"premise": {
|
417 |
"dtype": "string",
|
|
|
418 |
"_type": "Value"
|
419 |
},
|
420 |
"hypothesis": {
|
421 |
"dtype": "string",
|
|
|
422 |
"_type": "Value"
|
423 |
},
|
424 |
"label": {
|
|
|
425 |
"names": [
|
426 |
"entailment",
|
427 |
"neutral",
|
428 |
"contradiction"
|
429 |
],
|
|
|
|
|
430 |
"_type": "ClassLabel"
|
431 |
}
|
432 |
},
|
|
|
|
|
|
|
433 |
"builder_name": "americas_nli",
|
434 |
+
"dataset_name": "americas_nli",
|
435 |
"config_name": "shp",
|
436 |
"version": {
|
437 |
"version_str": "1.0.0",
|
|
|
443 |
"splits": {
|
444 |
"validation": {
|
445 |
"name": "validation",
|
446 |
+
"num_bytes": 124500,
|
447 |
"num_examples": 743,
|
448 |
+
"dataset_name": null
|
449 |
},
|
450 |
"test": {
|
451 |
"name": "test",
|
452 |
+
"num_bytes": 118934,
|
453 |
"num_examples": 750,
|
454 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
455 |
}
|
456 |
},
|
457 |
+
"download_size": 85544,
|
458 |
+
"dataset_size": 243434,
|
459 |
+
"size_in_bytes": 328978
|
|
|
460 |
},
|
461 |
"tar": {
|
462 |
"description": "AmericasNLI is an extension of XNLI (Conneau et al., 2018) \u2013 a natural language inference (NLI) dataset covering 15 high-resource languages \u2013 to 10 low-resource indigenous languages spoken in the Americas: Ashaninka, Aymara, Bribri, Guarani, Nahuatl, Otomi, Quechua, Raramuri, Shipibo-Konibo, and Wixarika. As with MNLI, the goal is to predict textual entailment (does sentence A imply/contradict/neither sentence B) and is a classification task (given two sentences, predict one of three labels).\n",
|
shp/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8aff1cbdcd32edfcf41f7d6d454c0b1abf4c85e269ce94221e6c726785a56f59
|
3 |
+
size 42017
|
shp/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6371ebaf3c800f9dabca3199bd8a62acfa32b91b29345422988553a205ae9e2f
|
3 |
+
size 43527
|