Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
closed-domain-qa
Languages:
English
Size:
10K - 100K
License:
Commit
·
c7ea11f
1
Parent(s):
2781d61
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
- README.md +14 -5
- 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 +66 -1
README.md
CHANGED
@@ -35,16 +35,25 @@ dataset_info:
|
|
35 |
dtype: string
|
36 |
splits:
|
37 |
- name: train
|
38 |
-
num_bytes:
|
39 |
num_examples: 11679
|
40 |
- name: validation
|
41 |
-
num_bytes:
|
42 |
num_examples: 1000
|
43 |
- name: test
|
44 |
-
num_bytes:
|
45 |
num_examples: 1000
|
46 |
-
download_size:
|
47 |
-
dataset_size:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
---
|
49 |
|
50 |
# Dataset Card for "sciq"
|
|
|
35 |
dtype: string
|
36 |
splits:
|
37 |
- name: train
|
38 |
+
num_bytes: 6546183
|
39 |
num_examples: 11679
|
40 |
- name: validation
|
41 |
+
num_bytes: 554120
|
42 |
num_examples: 1000
|
43 |
- name: test
|
44 |
+
num_bytes: 563927
|
45 |
num_examples: 1000
|
46 |
+
download_size: 4674410
|
47 |
+
dataset_size: 7664230
|
48 |
+
configs:
|
49 |
+
- config_name: default
|
50 |
+
data_files:
|
51 |
+
- split: train
|
52 |
+
path: data/train-*
|
53 |
+
- split: validation
|
54 |
+
path: data/validation-*
|
55 |
+
- split: test
|
56 |
+
path: data/test-*
|
57 |
---
|
58 |
|
59 |
# Dataset Card for "sciq"
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a719356a29b127fc54ef3c7f51a034db4bd105d5717215e8c85d2aa58d60667
|
3 |
+
size 342808
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19644360954006d06e9ad3df07bddb34f8535c081b831d48f604603c713ac167
|
3 |
+
size 3993099
|
data/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:455dd9f1d725cd3ecbce369799a2fbbdbbfecf51ab84a86d56ba3370dc847b8a
|
3 |
+
size 338503
|
dataset_infos.json
CHANGED
@@ -1 +1,66 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"default": {
|
3 |
+
"description": "The SciQ dataset contains 13,679 crowdsourced science exam questions about Physics, Chemistry and Biology, among others. The questions are in multiple-choice format with 4 answer options each. For the majority of the questions, an additional paragraph with supporting evidence for the correct answer is provided.\n\n",
|
4 |
+
"citation": "@inproceedings{SciQ,\n title={Crowdsourcing Multiple Choice Science Questions},\n author={Johannes Welbl, Nelson F. Liu, Matt Gardner},\n year={2017},\n journal={arXiv:1707.06209v1}\n}\n",
|
5 |
+
"homepage": "https://allenai.org/data/sciq",
|
6 |
+
"license": "",
|
7 |
+
"features": {
|
8 |
+
"question": {
|
9 |
+
"dtype": "string",
|
10 |
+
"_type": "Value"
|
11 |
+
},
|
12 |
+
"distractor3": {
|
13 |
+
"dtype": "string",
|
14 |
+
"_type": "Value"
|
15 |
+
},
|
16 |
+
"distractor1": {
|
17 |
+
"dtype": "string",
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"distractor2": {
|
21 |
+
"dtype": "string",
|
22 |
+
"_type": "Value"
|
23 |
+
},
|
24 |
+
"correct_answer": {
|
25 |
+
"dtype": "string",
|
26 |
+
"_type": "Value"
|
27 |
+
},
|
28 |
+
"support": {
|
29 |
+
"dtype": "string",
|
30 |
+
"_type": "Value"
|
31 |
+
}
|
32 |
+
},
|
33 |
+
"builder_name": "sciq",
|
34 |
+
"dataset_name": "sciq",
|
35 |
+
"config_name": "default",
|
36 |
+
"version": {
|
37 |
+
"version_str": "0.1.0",
|
38 |
+
"major": 0,
|
39 |
+
"minor": 1,
|
40 |
+
"patch": 0
|
41 |
+
},
|
42 |
+
"splits": {
|
43 |
+
"train": {
|
44 |
+
"name": "train",
|
45 |
+
"num_bytes": 6546183,
|
46 |
+
"num_examples": 11679,
|
47 |
+
"dataset_name": null
|
48 |
+
},
|
49 |
+
"validation": {
|
50 |
+
"name": "validation",
|
51 |
+
"num_bytes": 554120,
|
52 |
+
"num_examples": 1000,
|
53 |
+
"dataset_name": null
|
54 |
+
},
|
55 |
+
"test": {
|
56 |
+
"name": "test",
|
57 |
+
"num_bytes": 563927,
|
58 |
+
"num_examples": 1000,
|
59 |
+
"dataset_name": null
|
60 |
+
}
|
61 |
+
},
|
62 |
+
"download_size": 4674410,
|
63 |
+
"dataset_size": 7664230,
|
64 |
+
"size_in_bytes": 12338640
|
65 |
+
}
|
66 |
+
}
|