File size: 2,294 Bytes
c7ea11f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
    "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",
                "_type": "Value"
            },
            "distractor3": {
                "dtype": "string",
                "_type": "Value"
            },
            "distractor1": {
                "dtype": "string",
                "_type": "Value"
            },
            "distractor2": {
                "dtype": "string",
                "_type": "Value"
            },
            "correct_answer": {
                "dtype": "string",
                "_type": "Value"
            },
            "support": {
                "dtype": "string",
                "_type": "Value"
            }
        },
        "builder_name": "sciq",
        "dataset_name": "sciq",
        "config_name": "default",
        "version": {
            "version_str": "0.1.0",
            "major": 0,
            "minor": 1,
            "patch": 0
        },
        "splits": {
            "train": {
                "name": "train",
                "num_bytes": 6546183,
                "num_examples": 11679,
                "dataset_name": null
            },
            "validation": {
                "name": "validation",
                "num_bytes": 554120,
                "num_examples": 1000,
                "dataset_name": null
            },
            "test": {
                "name": "test",
                "num_bytes": 563927,
                "num_examples": 1000,
                "dataset_name": null
            }
        },
        "download_size": 4674410,
        "dataset_size": 7664230,
        "size_in_bytes": 12338640
    }
}