Datasets:
Tasks:
Multiple Choice
Sub-tasks:
multiple-choice-qa
Languages:
English
Size:
10K<n<100K
ArXiv:
License:
Commit
•
bb37359
1
Parent(s):
4a08319
Fix missing tags in dataset cards (#4908)
Browse filesCommit from https://github.com/huggingface/datasets/commit/c79e737b5247a908f6f63e4bcf9c62abd38ef6ee
README.md
CHANGED
@@ -1,8 +1,24 @@
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
5 |
pretty_name: CosmosQA
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# Dataset Card for "cosmos_qa"
|
@@ -34,9 +50,9 @@ pretty_name: CosmosQA
|
|
34 |
## Dataset Description
|
35 |
|
36 |
- **Homepage:** [https://wilburone.github.io/cosmos/](https://wilburone.github.io/cosmos/)
|
37 |
-
- **Repository:**
|
38 |
-
- **Paper:** [
|
39 |
-
- **Point of Contact:** [
|
40 |
- **Size of downloaded dataset files:** 23.27 MB
|
41 |
- **Size of the generated dataset:** 23.37 MB
|
42 |
- **Total amount of disk used:** 46.64 MB
|
@@ -163,7 +179,6 @@ The data fields are the same among all splits.
|
|
163 |
booktitle ={arXiv:1909.00277v2},
|
164 |
year={2019}
|
165 |
}
|
166 |
-
|
167 |
```
|
168 |
|
169 |
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- crowdsourced
|
4 |
language:
|
5 |
- en
|
6 |
+
language_creators:
|
7 |
+
- found
|
8 |
+
license:
|
9 |
+
- unknown
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
pretty_name: CosmosQA
|
13 |
+
size_categories:
|
14 |
+
- 10K<n<100K
|
15 |
+
source_datasets:
|
16 |
+
- original
|
17 |
+
task_categories:
|
18 |
+
- multiple-choice
|
19 |
+
task_ids:
|
20 |
+
- multiple-choice-qa
|
21 |
+
paperswithcode_id: cosmosqa
|
22 |
---
|
23 |
|
24 |
# Dataset Card for "cosmos_qa"
|
|
|
50 |
## Dataset Description
|
51 |
|
52 |
- **Homepage:** [https://wilburone.github.io/cosmos/](https://wilburone.github.io/cosmos/)
|
53 |
+
- **Repository:** https://github.com/wilburOne/cosmosqa/
|
54 |
+
- **Paper:** [Cosmos QA: Machine Reading Comprehension with Contextual Commonsense Reasoning](https://arxiv.org/abs/1909.00277)
|
55 |
+
- **Point of Contact:** [Lifu Huang](mailto:warrior.fu@gmail.com)
|
56 |
- **Size of downloaded dataset files:** 23.27 MB
|
57 |
- **Size of the generated dataset:** 23.37 MB
|
58 |
- **Total amount of disk used:** 46.64 MB
|
|
|
179 |
booktitle ={arXiv:1909.00277v2},
|
180 |
year={2019}
|
181 |
}
|
|
|
182 |
```
|
183 |
|
184 |
|