Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
crowdsourced
Annotations Creators:
no-annotation
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
c7ea11f
1 Parent(s): 2781d61

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -35,16 +35,25 @@ dataset_info:
35
  dtype: string
36
  splits:
37
  - name: train
38
- num_bytes: 6556427
39
  num_examples: 11679
40
  - name: validation
41
- num_bytes: 555019
42
  num_examples: 1000
43
  - name: test
44
- num_bytes: 564826
45
  num_examples: 1000
46
- download_size: 2821345
47
- dataset_size: 7676272
 
 
 
 
 
 
 
 
 
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
- {"default": {"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", "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", "homepage": "https://allenai.org/data/sciq", "license": "", "features": {"question": {"dtype": "string", "id": null, "_type": "Value"}, "distractor3": {"dtype": "string", "id": null, "_type": "Value"}, "distractor1": {"dtype": "string", "id": null, "_type": "Value"}, "distractor2": {"dtype": "string", "id": null, "_type": "Value"}, "correct_answer": {"dtype": "string", "id": null, "_type": "Value"}, "support": {"dtype": "string", "id": null, "_type": "Value"}}, "supervised_keys": null, "builder_name": "sciq", "config_name": "default", "version": {"version_str": "0.1.0", "description": null, "datasets_version_to_prepare": null, "major": 0, "minor": 1, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 564826, "num_examples": 1000, "dataset_name": "sciq"}, "train": {"name": "train", "num_bytes": 6556427, "num_examples": 11679, "dataset_name": "sciq"}, "validation": {"name": "validation", "num_bytes": 555019, "num_examples": 1000, "dataset_name": "sciq"}}, "download_checksums": {"https://s3-us-west-2.amazonaws.com/ai2-website/data/SciQ.zip": {"num_bytes": 2821345, "checksum": "7f3312f6ac6b09970b32942d106a8c44ec0dad46a0369f17d635aff8e348a87c"}}, "download_size": 2821345, "dataset_size": 7676272, "size_in_bytes": 10497617}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }