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