Datasets:
Tasks:
Multiple Choice
Modalities:
Text
Formats:
csv
Languages:
Portuguese
Size:
10K - 100K
License:
File size: 1,571 Bytes
2140f23 7039f4b 2140f23 7039f4b e2a026b 7039f4b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
---
pretty_name: CosmosQA Português
language:
- pt
license:
- cc-by-4.0
size_categories:
- 10K<n<100K
dataset_info:
features:
- name: contexto
dtype: string
- name: pergunta
dtype: string
- name: A
dtype: string
- name: B
dtype: string
- name: C
dtype: string
- name: D
dtype: string
- name: Label
dtype: string
- name: id
dtype: string
splits:
- name: train
num_examples: 25262
- name: validation
num_examples: 2985
- name: test
num_examples: 6963
task_categories:
- multiple-choice
---
# Cosmos QA Português
Este dataset é uma tradução para português do Cosmos QA, que originalmente é na língua inglesa.
# Dataset Card for cosmos_qa
## Licensing Information
The data is distributed under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.
## Source Data Citation INformation
```
@inproceedings{huang-etal-2019-cosmos,
title = "Cosmos {QA}: Machine Reading Comprehension with Contextual Commonsense Reasoning",
author = "Huang, Lifu and
Le Bras, Ronan and
Bhagavatula, Chandra and
Choi, Yejin",
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)",
month = nov,
year = "2019",
address = "Hong Kong, China",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/D19-1243",
doi = "10.18653/v1/D19-1243",
pages = "2391--2401",
}
``` |