Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 2,796 Bytes
d972dc6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
    "default": {
        "description": "\nQASC is a question-answering dataset with a focus on sentence composition. It consists of 9,980 8-way multiple-choice\nquestions about grade school science (8,134 train, 926 dev, 920 test), and comes with a corpus of 17M sentences.\n",
        "citation": "@article{allenai:qasc,\n      author    = {Tushar Khot and Peter Clark and Michal Guerquin and Peter Jansen and Ashish Sabharwal},\n      title     = {QASC: A Dataset for Question Answering via Sentence Composition},\n      journal   = {arXiv:1910.11473v2},\n      year      = {2020},\n}\n",
        "homepage": "https://allenai.org/data/qasc",
        "license": "",
        "features": {
            "id": {
                "dtype": "string",
                "_type": "Value"
            },
            "question": {
                "dtype": "string",
                "_type": "Value"
            },
            "choices": {
                "feature": {
                    "text": {
                        "dtype": "string",
                        "_type": "Value"
                    },
                    "label": {
                        "dtype": "string",
                        "_type": "Value"
                    }
                },
                "_type": "Sequence"
            },
            "answerKey": {
                "dtype": "string",
                "_type": "Value"
            },
            "fact1": {
                "dtype": "string",
                "_type": "Value"
            },
            "fact2": {
                "dtype": "string",
                "_type": "Value"
            },
            "combinedfact": {
                "dtype": "string",
                "_type": "Value"
            },
            "formatted_question": {
                "dtype": "string",
                "_type": "Value"
            }
        },
        "builder_name": "qasc",
        "dataset_name": "qasc",
        "config_name": "default",
        "version": {
            "version_str": "0.1.0",
            "major": 0,
            "minor": 1,
            "patch": 0
        },
        "splits": {
            "train": {
                "name": "train",
                "num_bytes": 4891878,
                "num_examples": 8134,
                "dataset_name": null
            },
            "test": {
                "name": "test",
                "num_bytes": 390534,
                "num_examples": 920,
                "dataset_name": null
            },
            "validation": {
                "name": "validation",
                "num_bytes": 559180,
                "num_examples": 926,
                "dataset_name": null
            }
        },
        "download_size": 2349698,
        "dataset_size": 5841592,
        "size_in_bytes": 8191290
    }
}