albertvillanova HF staff commited on
Commit
f7c7ec7
1 Parent(s): 8230ac3

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -150
dataset_infos.json DELETED
@@ -1,150 +0,0 @@
1
- {
2
- "main": {
3
- "description": "OpenBookQA aims to promote research in advanced question-answering, probing a deeper understanding of both the topic\n(with salient facts summarized as an open book, also provided with the dataset) and the language it is expressed in. In\nparticular, it contains questions that require multi-step reasoning, use of additional common and commonsense knowledge,\nand rich text comprehension.\nOpenBookQA is a new kind of question-answering dataset modeled after open book exams for assessing human understanding\nof a subject.\n",
4
- "citation": "@inproceedings{OpenBookQA2018,\n title={Can a Suit of Armor Conduct Electricity? A New Dataset for Open Book Question Answering},\n author={Todor Mihaylov and Peter Clark and Tushar Khot and Ashish Sabharwal},\n booktitle={EMNLP},\n year={2018}\n}\n",
5
- "homepage": "https://allenai.org/data/open-book-qa",
6
- "license": "",
7
- "features": {
8
- "id": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "question_stem": {
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": "openbookqa",
35
- "dataset_name": "openbookqa",
36
- "config_name": "main",
37
- "version": {
38
- "version_str": "1.0.1",
39
- "description": "",
40
- "major": 1,
41
- "minor": 0,
42
- "patch": 1
43
- },
44
- "splits": {
45
- "train": {
46
- "name": "train",
47
- "num_bytes": 895386,
48
- "num_examples": 4957,
49
- "dataset_name": null
50
- },
51
- "validation": {
52
- "name": "validation",
53
- "num_bytes": 95428,
54
- "num_examples": 500,
55
- "dataset_name": null
56
- },
57
- "test": {
58
- "name": "test",
59
- "num_bytes": 91759,
60
- "num_examples": 500,
61
- "dataset_name": null
62
- }
63
- },
64
- "download_size": 609613,
65
- "dataset_size": 1082573,
66
- "size_in_bytes": 1692186
67
- },
68
- "additional": {
69
- "description": "OpenBookQA aims to promote research in advanced question-answering, probing a deeper understanding of both the topic\n(with salient facts summarized as an open book, also provided with the dataset) and the language it is expressed in. In\nparticular, it contains questions that require multi-step reasoning, use of additional common and commonsense knowledge,\nand rich text comprehension.\nOpenBookQA is a new kind of question-answering dataset modeled after open book exams for assessing human understanding\nof a subject.\n",
70
- "citation": "@inproceedings{OpenBookQA2018,\n title={Can a Suit of Armor Conduct Electricity? A New Dataset for Open Book Question Answering},\n author={Todor Mihaylov and Peter Clark and Tushar Khot and Ashish Sabharwal},\n booktitle={EMNLP},\n year={2018}\n}\n",
71
- "homepage": "https://allenai.org/data/open-book-qa",
72
- "license": "",
73
- "features": {
74
- "id": {
75
- "dtype": "string",
76
- "_type": "Value"
77
- },
78
- "question_stem": {
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
- "fact1": {
100
- "dtype": "string",
101
- "_type": "Value"
102
- },
103
- "humanScore": {
104
- "dtype": "float32",
105
- "_type": "Value"
106
- },
107
- "clarity": {
108
- "dtype": "float32",
109
- "_type": "Value"
110
- },
111
- "turkIdAnonymized": {
112
- "dtype": "string",
113
- "_type": "Value"
114
- }
115
- },
116
- "builder_name": "openbookqa",
117
- "dataset_name": "openbookqa",
118
- "config_name": "additional",
119
- "version": {
120
- "version_str": "1.0.1",
121
- "description": "",
122
- "major": 1,
123
- "minor": 0,
124
- "patch": 1
125
- },
126
- "splits": {
127
- "train": {
128
- "name": "train",
129
- "num_bytes": 1288577,
130
- "num_examples": 4957,
131
- "dataset_name": null
132
- },
133
- "validation": {
134
- "name": "validation",
135
- "num_bytes": 135916,
136
- "num_examples": 500,
137
- "dataset_name": null
138
- },
139
- "test": {
140
- "name": "test",
141
- "num_bytes": 130701,
142
- "num_examples": 500,
143
- "dataset_name": null
144
- }
145
- },
146
- "download_size": 783789,
147
- "dataset_size": 1555194,
148
- "size_in_bytes": 2338983
149
- }
150
- }