File size: 6,149 Bytes
e41544f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
    "ARC-Challenge": {
        "description": "A new dataset of 7,787 genuine grade-school level, multiple-choice science questions, assembled to encourage research in\n advanced question-answering. The dataset is partitioned into a Challenge Set and an Easy Set, where the former contains\n only questions answered incorrectly by both a retrieval-based algorithm and a word co-occurrence algorithm. We are also\n including a corpus of over 14 million science sentences relevant to the task, and an implementation of three neural baseline models for this dataset. We pose ARC as a challenge to the community.\n",
        "citation": "@article{allenai:arc,\n      author    = {Peter Clark  and Isaac Cowhey and Oren Etzioni and Tushar Khot and\n                    Ashish Sabharwal and Carissa Schoenick and Oyvind Tafjord},\n      title     = {Think you have Solved Question Answering? Try ARC, the AI2 Reasoning Challenge},\n      journal   = {arXiv:1803.05457v1},\n      year      = {2018},\n}\n",
        "homepage": "https://allenai.org/data/arc",
        "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"
            }
        },
        "builder_name": "ai2_arc",
        "dataset_name": "ai2_arc",
        "config_name": "ARC-Challenge",
        "version": {
            "version_str": "1.0.0",
            "description": "",
            "major": 1,
            "minor": 0,
            "patch": 0
        },
        "splits": {
            "train": {
                "name": "train",
                "num_bytes": 349760,
                "num_examples": 1119,
                "dataset_name": null
            },
            "test": {
                "name": "test",
                "num_bytes": 375511,
                "num_examples": 1172,
                "dataset_name": null
            },
            "validation": {
                "name": "validation",
                "num_bytes": 96660,
                "num_examples": 299,
                "dataset_name": null
            }
        },
        "download_size": 449460,
        "dataset_size": 821931,
        "size_in_bytes": 1271391
    },
    "ARC-Easy": {
        "description": "A new dataset of 7,787 genuine grade-school level, multiple-choice science questions, assembled to encourage research in\n advanced question-answering. The dataset is partitioned into a Challenge Set and an Easy Set, where the former contains\n only questions answered incorrectly by both a retrieval-based algorithm and a word co-occurrence algorithm. We are also\n including a corpus of over 14 million science sentences relevant to the task, and an implementation of three neural baseline models for this dataset. We pose ARC as a challenge to the community.\n",
        "citation": "@article{allenai:arc,\n      author    = {Peter Clark  and Isaac Cowhey and Oren Etzioni and Tushar Khot and\n                    Ashish Sabharwal and Carissa Schoenick and Oyvind Tafjord},\n      title     = {Think you have Solved Question Answering? Try ARC, the AI2 Reasoning Challenge},\n      journal   = {arXiv:1803.05457v1},\n      year      = {2018},\n}\n",
        "homepage": "https://allenai.org/data/arc",
        "license": "",
        "features": {
            "id": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "question": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "choices": {
                "feature": {
                    "text": {
                        "dtype": "string",
                        "id": null,
                        "_type": "Value"
                    },
                    "label": {
                        "dtype": "string",
                        "id": null,
                        "_type": "Value"
                    }
                },
                "length": -1,
                "id": null,
                "_type": "Sequence"
            },
            "answerKey": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            }
        },
        "supervised_keys": null,
        "builder_name": "ai2_arc",
        "config_name": "ARC-Easy",
        "version": {
            "version_str": "1.0.0",
            "description": "",
            "datasets_version_to_prepare": null,
            "major": 1,
            "minor": 0,
            "patch": 0
        },
        "splits": {
            "test": {
                "name": "test",
                "num_bytes": 661997,
                "num_examples": 2376,
                "dataset_name": "ai2_arc"
            },
            "train": {
                "name": "train",
                "num_bytes": 623254,
                "num_examples": 2251,
                "dataset_name": "ai2_arc"
            },
            "validation": {
                "name": "validation",
                "num_bytes": 158498,
                "num_examples": 570,
                "dataset_name": "ai2_arc"
            }
        },
        "download_checksums": {
            "https://s3-us-west-2.amazonaws.com/ai2-website/data/ARC-V1-Feb2018.zip": {
                "num_bytes": 680841265,
                "checksum": "6d2d5ab50b2ceec6ba5f79c921be77cf2de712ea25a2b3f4fff3acc101cecfa0"
            }
        },
        "download_size": 680841265,
        "dataset_size": 1443749,
        "size_in_bytes": 682285014
    }
}