Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
open-domain-qa
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Commit
•
34986e8
1
Parent(s):
2cb02c2
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
- README.md +15 -6
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
- data/validation-00000-of-00001.parquet +3 -0
- dataset_infos.json +71 -1
README.md
CHANGED
@@ -9,7 +9,6 @@ license:
|
|
9 |
- mit
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
-
pretty_name: CommonsenseQA
|
13 |
size_categories:
|
14 |
- 1K<n<10K
|
15 |
source_datasets:
|
@@ -19,6 +18,7 @@ task_categories:
|
|
19 |
task_ids:
|
20 |
- open-domain-qa
|
21 |
paperswithcode_id: commonsenseqa
|
|
|
22 |
dataset_info:
|
23 |
features:
|
24 |
- name: id
|
@@ -37,16 +37,25 @@ dataset_info:
|
|
37 |
dtype: string
|
38 |
splits:
|
39 |
- name: train
|
40 |
-
num_bytes:
|
41 |
num_examples: 9741
|
42 |
- name: validation
|
43 |
-
num_bytes:
|
44 |
num_examples: 1221
|
45 |
- name: test
|
46 |
-
num_bytes:
|
47 |
num_examples: 1140
|
48 |
-
download_size:
|
49 |
-
dataset_size:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
---
|
51 |
|
52 |
# Dataset Card for "commonsense_qa"
|
|
|
9 |
- mit
|
10 |
multilinguality:
|
11 |
- monolingual
|
|
|
12 |
size_categories:
|
13 |
- 1K<n<10K
|
14 |
source_datasets:
|
|
|
18 |
task_ids:
|
19 |
- open-domain-qa
|
20 |
paperswithcode_id: commonsenseqa
|
21 |
+
pretty_name: CommonsenseQA
|
22 |
dataset_info:
|
23 |
features:
|
24 |
- name: id
|
|
|
37 |
dtype: string
|
38 |
splits:
|
39 |
- name: train
|
40 |
+
num_bytes: 2207794
|
41 |
num_examples: 9741
|
42 |
- name: validation
|
43 |
+
num_bytes: 273848
|
44 |
num_examples: 1221
|
45 |
- name: test
|
46 |
+
num_bytes: 257842
|
47 |
num_examples: 1140
|
48 |
+
download_size: 1558570
|
49 |
+
dataset_size: 2739484
|
50 |
+
configs:
|
51 |
+
- config_name: default
|
52 |
+
data_files:
|
53 |
+
- split: train
|
54 |
+
path: data/train-*
|
55 |
+
- split: validation
|
56 |
+
path: data/validation-*
|
57 |
+
- split: test
|
58 |
+
path: data/test-*
|
59 |
---
|
60 |
|
61 |
# Dataset Card for "commonsense_qa"
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19efe93223d1712397aaa44b3adc07f4fa50349206a611ca4f33afbec661fa5e
|
3 |
+
size 151227
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0449767ed986bfc2ca52b1244a46ef12f732756727f3cb0a4ab69ac8b3d282b
|
3 |
+
size 1247103
|
data/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bdbd9bf9cc4d2349b24901038b2ab2f58e10e4e507ad2fd425dca55cd3cb6660
|
3 |
+
size 160240
|
dataset_infos.json
CHANGED
@@ -1 +1,71 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"default": {
|
3 |
+
"description": "CommonsenseQA is a new multiple-choice question answering dataset that requires different types of commonsense knowledge\nto predict the correct answers . It contains 12,102 questions with one correct answer and four distractor answers.\nThe dataset is provided in two major training/validation/testing set splits: \"Random split\" which is the main evaluation\nsplit, and \"Question token split\", see paper for details.\n",
|
4 |
+
"citation": "@inproceedings{talmor-etal-2019-commonsenseqa,\n title = \"{C}ommonsense{QA}: A Question Answering Challenge Targeting Commonsense Knowledge\",\n author = \"Talmor, Alon and\n Herzig, Jonathan and\n Lourie, Nicholas and\n Berant, Jonathan\",\n booktitle = \"Proceedings of the 2019 Conference of the North {A}merican Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers)\",\n month = jun,\n year = \"2019\",\n address = \"Minneapolis, Minnesota\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://aclanthology.org/N19-1421\",\n doi = \"10.18653/v1/N19-1421\",\n pages = \"4149--4158\",\n archivePrefix = \"arXiv\",\n eprint = \"1811.00937\",\n primaryClass = \"cs\",\n}\n",
|
5 |
+
"homepage": "https://www.tau-nlp.org/commonsenseqa",
|
6 |
+
"license": "",
|
7 |
+
"features": {
|
8 |
+
"id": {
|
9 |
+
"dtype": "string",
|
10 |
+
"_type": "Value"
|
11 |
+
},
|
12 |
+
"question": {
|
13 |
+
"dtype": "string",
|
14 |
+
"_type": "Value"
|
15 |
+
},
|
16 |
+
"question_concept": {
|
17 |
+
"dtype": "string",
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"choices": {
|
21 |
+
"feature": {
|
22 |
+
"label": {
|
23 |
+
"dtype": "string",
|
24 |
+
"_type": "Value"
|
25 |
+
},
|
26 |
+
"text": {
|
27 |
+
"dtype": "string",
|
28 |
+
"_type": "Value"
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"_type": "Sequence"
|
32 |
+
},
|
33 |
+
"answerKey": {
|
34 |
+
"dtype": "string",
|
35 |
+
"_type": "Value"
|
36 |
+
}
|
37 |
+
},
|
38 |
+
"builder_name": "commonsense_qa",
|
39 |
+
"dataset_name": "commonsense_qa",
|
40 |
+
"config_name": "default",
|
41 |
+
"version": {
|
42 |
+
"version_str": "1.0.0",
|
43 |
+
"major": 1,
|
44 |
+
"minor": 0,
|
45 |
+
"patch": 0
|
46 |
+
},
|
47 |
+
"splits": {
|
48 |
+
"train": {
|
49 |
+
"name": "train",
|
50 |
+
"num_bytes": 2207794,
|
51 |
+
"num_examples": 9741,
|
52 |
+
"dataset_name": null
|
53 |
+
},
|
54 |
+
"validation": {
|
55 |
+
"name": "validation",
|
56 |
+
"num_bytes": 273848,
|
57 |
+
"num_examples": 1221,
|
58 |
+
"dataset_name": null
|
59 |
+
},
|
60 |
+
"test": {
|
61 |
+
"name": "test",
|
62 |
+
"num_bytes": 257842,
|
63 |
+
"num_examples": 1140,
|
64 |
+
"dataset_name": null
|
65 |
+
}
|
66 |
+
},
|
67 |
+
"download_size": 1558570,
|
68 |
+
"dataset_size": 2739484,
|
69 |
+
"size_in_bytes": 4298054
|
70 |
+
}
|
71 |
+
}
|