Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
bb37359
1 Parent(s): 4a08319

Fix missing tags in dataset cards (#4908)

Browse files

Commit from https://github.com/huggingface/datasets/commit/c79e737b5247a908f6f63e4bcf9c62abd38ef6ee

Files changed (1) hide show
  1. README.md +20 -5
README.md CHANGED
@@ -1,8 +1,24 @@
1
  ---
 
 
2
  language:
3
  - en
4
- paperswithcode_id: cosmosqa
 
 
 
 
 
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:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
38
- - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
39
- - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
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