Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
0555bd8
1 Parent(s): a47c900

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -134
dataset_infos.json DELETED
@@ -1,134 +0,0 @@
1
- {
2
- "ARC-Challenge": {
3
- "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",
4
- "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",
5
- "homepage": "https://allenai.org/data/arc",
6
- "license": "",
7
- "features": {
8
- "id": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "question": {
13
- "dtype": "string",
14
- "_type": "Value"
15
- },
16
- "choices": {
17
- "feature": {
18
- "text": {
19
- "dtype": "string",
20
- "_type": "Value"
21
- },
22
- "label": {
23
- "dtype": "string",
24
- "_type": "Value"
25
- }
26
- },
27
- "_type": "Sequence"
28
- },
29
- "answerKey": {
30
- "dtype": "string",
31
- "_type": "Value"
32
- }
33
- },
34
- "builder_name": "ai2_arc",
35
- "dataset_name": "ai2_arc",
36
- "config_name": "ARC-Challenge",
37
- "version": {
38
- "version_str": "1.0.0",
39
- "description": "",
40
- "major": 1,
41
- "minor": 0,
42
- "patch": 0
43
- },
44
- "splits": {
45
- "train": {
46
- "name": "train",
47
- "num_bytes": 349760,
48
- "num_examples": 1119,
49
- "dataset_name": null
50
- },
51
- "test": {
52
- "name": "test",
53
- "num_bytes": 375511,
54
- "num_examples": 1172,
55
- "dataset_name": null
56
- },
57
- "validation": {
58
- "name": "validation",
59
- "num_bytes": 96660,
60
- "num_examples": 299,
61
- "dataset_name": null
62
- }
63
- },
64
- "download_size": 449460,
65
- "dataset_size": 821931,
66
- "size_in_bytes": 1271391
67
- },
68
- "ARC-Easy": {
69
- "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",
70
- "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",
71
- "homepage": "https://allenai.org/data/arc",
72
- "license": "",
73
- "features": {
74
- "id": {
75
- "dtype": "string",
76
- "_type": "Value"
77
- },
78
- "question": {
79
- "dtype": "string",
80
- "_type": "Value"
81
- },
82
- "choices": {
83
- "feature": {
84
- "text": {
85
- "dtype": "string",
86
- "_type": "Value"
87
- },
88
- "label": {
89
- "dtype": "string",
90
- "_type": "Value"
91
- }
92
- },
93
- "_type": "Sequence"
94
- },
95
- "answerKey": {
96
- "dtype": "string",
97
- "_type": "Value"
98
- }
99
- },
100
- "builder_name": "ai2_arc",
101
- "dataset_name": "ai2_arc",
102
- "config_name": "ARC-Easy",
103
- "version": {
104
- "version_str": "1.0.0",
105
- "description": "",
106
- "major": 1,
107
- "minor": 0,
108
- "patch": 0
109
- },
110
- "splits": {
111
- "train": {
112
- "name": "train",
113
- "num_bytes": 619000,
114
- "num_examples": 2251,
115
- "dataset_name": null
116
- },
117
- "test": {
118
- "name": "test",
119
- "num_bytes": 657514,
120
- "num_examples": 2376,
121
- "dataset_name": null
122
- },
123
- "validation": {
124
- "name": "validation",
125
- "num_bytes": 157394,
126
- "num_examples": 570,
127
- "dataset_name": null
128
- }
129
- },
130
- "download_size": 762935,
131
- "dataset_size": 1433908,
132
- "size_in_bytes": 2196843
133
- }
134
- }