albertvillanova HF staff commited on
Commit
22f702f
1 Parent(s): 5dfd01a

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -249
dataset_infos.json DELETED
@@ -1,249 +0,0 @@
1
- {
2
- "snli_format": {
3
- "description": "The SciTail dataset is an entailment dataset created from multiple-choice science exams and web sentences. Each question\nand the correct answer choice are converted into an assertive statement to form the hypothesis. We use information\nretrieval to obtain relevant text from a large text corpus of web sentences, and use these sentences as a premise P. We\ncrowdsource the annotation of such premise-hypothesis pair as supports (entails) or not (neutral), in order to create\nthe SciTail dataset. The dataset contains 27,026 examples with 10,101 examples with entails label and 16,925 examples\nwith neutral label\n",
4
- "citation": "inproceedings{scitail,\n Author = {Tushar Khot and Ashish Sabharwal and Peter Clark},\n Booktitle = {AAAI},\n Title = {{SciTail}: A Textual Entailment Dataset from Science Question Answering},\n Year = {2018}\n}\n",
5
- "homepage": "https://allenai.org/data/scitail",
6
- "license": "",
7
- "features": {
8
- "sentence1_binary_parse": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "sentence1_parse": {
13
- "dtype": "string",
14
- "_type": "Value"
15
- },
16
- "sentence1": {
17
- "dtype": "string",
18
- "_type": "Value"
19
- },
20
- "sentence2_parse": {
21
- "dtype": "string",
22
- "_type": "Value"
23
- },
24
- "sentence2": {
25
- "dtype": "string",
26
- "_type": "Value"
27
- },
28
- "annotator_labels": {
29
- "feature": {
30
- "dtype": "string",
31
- "_type": "Value"
32
- },
33
- "_type": "Sequence"
34
- },
35
- "gold_label": {
36
- "dtype": "string",
37
- "_type": "Value"
38
- }
39
- },
40
- "builder_name": "scitail",
41
- "dataset_name": "scitail",
42
- "config_name": "snli_format",
43
- "version": {
44
- "version_str": "1.1.0",
45
- "description": "",
46
- "major": 1,
47
- "minor": 1,
48
- "patch": 0
49
- },
50
- "splits": {
51
- "train": {
52
- "name": "train",
53
- "num_bytes": 22457379,
54
- "num_examples": 23596,
55
- "dataset_name": null
56
- },
57
- "test": {
58
- "name": "test",
59
- "num_bytes": 2005142,
60
- "num_examples": 2126,
61
- "dataset_name": null
62
- },
63
- "validation": {
64
- "name": "validation",
65
- "num_bytes": 1264378,
66
- "num_examples": 1304,
67
- "dataset_name": null
68
- }
69
- },
70
- "download_size": 7476483,
71
- "dataset_size": 25726899,
72
- "size_in_bytes": 33203382
73
- },
74
- "tsv_format": {
75
- "description": "The SciTail dataset is an entailment dataset created from multiple-choice science exams and web sentences. Each question\nand the correct answer choice are converted into an assertive statement to form the hypothesis. We use information\nretrieval to obtain relevant text from a large text corpus of web sentences, and use these sentences as a premise P. We\ncrowdsource the annotation of such premise-hypothesis pair as supports (entails) or not (neutral), in order to create\nthe SciTail dataset. The dataset contains 27,026 examples with 10,101 examples with entails label and 16,925 examples\nwith neutral label\n",
76
- "citation": "inproceedings{scitail,\n Author = {Tushar Khot and Ashish Sabharwal and Peter Clark},\n Booktitle = {AAAI},\n Title = {{SciTail}: A Textual Entailment Dataset from Science Question Answering},\n Year = {2018}\n}\n",
77
- "homepage": "https://allenai.org/data/scitail",
78
- "license": "",
79
- "features": {
80
- "premise": {
81
- "dtype": "string",
82
- "_type": "Value"
83
- },
84
- "hypothesis": {
85
- "dtype": "string",
86
- "_type": "Value"
87
- },
88
- "label": {
89
- "dtype": "string",
90
- "_type": "Value"
91
- }
92
- },
93
- "builder_name": "scitail",
94
- "dataset_name": "scitail",
95
- "config_name": "tsv_format",
96
- "version": {
97
- "version_str": "1.1.0",
98
- "description": "",
99
- "major": 1,
100
- "minor": 1,
101
- "patch": 0
102
- },
103
- "splits": {
104
- "train": {
105
- "name": "train",
106
- "num_bytes": 4606527,
107
- "num_examples": 23097,
108
- "dataset_name": null
109
- },
110
- "test": {
111
- "name": "test",
112
- "num_bytes": 410267,
113
- "num_examples": 2126,
114
- "dataset_name": null
115
- },
116
- "validation": {
117
- "name": "validation",
118
- "num_bytes": 260422,
119
- "num_examples": 1304,
120
- "dataset_name": null
121
- }
122
- },
123
- "download_size": 1836546,
124
- "dataset_size": 5277216,
125
- "size_in_bytes": 7113762
126
- },
127
- "dgem_format": {
128
- "description": "The SciTail dataset is an entailment dataset created from multiple-choice science exams and web sentences. Each question\nand the correct answer choice are converted into an assertive statement to form the hypothesis. We use information\nretrieval to obtain relevant text from a large text corpus of web sentences, and use these sentences as a premise P. We\ncrowdsource the annotation of such premise-hypothesis pair as supports (entails) or not (neutral), in order to create\nthe SciTail dataset. The dataset contains 27,026 examples with 10,101 examples with entails label and 16,925 examples\nwith neutral label\n",
129
- "citation": "inproceedings{scitail,\n Author = {Tushar Khot and Ashish Sabharwal and Peter Clark},\n Booktitle = {AAAI},\n Title = {{SciTail}: A Textual Entailment Dataset from Science Question Answering},\n Year = {2018}\n}\n",
130
- "homepage": "https://allenai.org/data/scitail",
131
- "license": "",
132
- "features": {
133
- "premise": {
134
- "dtype": "string",
135
- "_type": "Value"
136
- },
137
- "hypothesis": {
138
- "dtype": "string",
139
- "_type": "Value"
140
- },
141
- "label": {
142
- "dtype": "string",
143
- "_type": "Value"
144
- },
145
- "hypothesis_graph_structure": {
146
- "dtype": "string",
147
- "_type": "Value"
148
- }
149
- },
150
- "builder_name": "scitail",
151
- "dataset_name": "scitail",
152
- "config_name": "dgem_format",
153
- "version": {
154
- "version_str": "1.1.0",
155
- "description": "",
156
- "major": 1,
157
- "minor": 1,
158
- "patch": 0
159
- },
160
- "splits": {
161
- "train": {
162
- "name": "train",
163
- "num_bytes": 6817626,
164
- "num_examples": 23088,
165
- "dataset_name": null
166
- },
167
- "test": {
168
- "name": "test",
169
- "num_bytes": 606867,
170
- "num_examples": 2126,
171
- "dataset_name": null
172
- },
173
- "validation": {
174
- "name": "validation",
175
- "num_bytes": 393209,
176
- "num_examples": 1304,
177
- "dataset_name": null
178
- }
179
- },
180
- "download_size": 2007018,
181
- "dataset_size": 7817702,
182
- "size_in_bytes": 9824720
183
- },
184
- "predictor_format": {
185
- "description": "The SciTail dataset is an entailment dataset created from multiple-choice science exams and web sentences. Each question\nand the correct answer choice are converted into an assertive statement to form the hypothesis. We use information\nretrieval to obtain relevant text from a large text corpus of web sentences, and use these sentences as a premise P. We\ncrowdsource the annotation of such premise-hypothesis pair as supports (entails) or not (neutral), in order to create\nthe SciTail dataset. The dataset contains 27,026 examples with 10,101 examples with entails label and 16,925 examples\nwith neutral label\n",
186
- "citation": "inproceedings{scitail,\n Author = {Tushar Khot and Ashish Sabharwal and Peter Clark},\n Booktitle = {AAAI},\n Title = {{SciTail}: A Textual Entailment Dataset from Science Question Answering},\n Year = {2018}\n}\n",
187
- "homepage": "https://allenai.org/data/scitail",
188
- "license": "",
189
- "features": {
190
- "answer": {
191
- "dtype": "string",
192
- "_type": "Value"
193
- },
194
- "sentence2_structure": {
195
- "dtype": "string",
196
- "_type": "Value"
197
- },
198
- "sentence1": {
199
- "dtype": "string",
200
- "_type": "Value"
201
- },
202
- "sentence2": {
203
- "dtype": "string",
204
- "_type": "Value"
205
- },
206
- "gold_label": {
207
- "dtype": "string",
208
- "_type": "Value"
209
- },
210
- "question": {
211
- "dtype": "string",
212
- "_type": "Value"
213
- }
214
- },
215
- "builder_name": "scitail",
216
- "dataset_name": "scitail",
217
- "config_name": "predictor_format",
218
- "version": {
219
- "version_str": "1.1.0",
220
- "description": "",
221
- "major": 1,
222
- "minor": 1,
223
- "patch": 0
224
- },
225
- "splits": {
226
- "train": {
227
- "name": "train",
228
- "num_bytes": 8864108,
229
- "num_examples": 23587,
230
- "dataset_name": null
231
- },
232
- "test": {
233
- "name": "test",
234
- "num_bytes": 795275,
235
- "num_examples": 2126,
236
- "dataset_name": null
237
- },
238
- "validation": {
239
- "name": "validation",
240
- "num_bytes": 510140,
241
- "num_examples": 1304,
242
- "dataset_name": null
243
- }
244
- },
245
- "download_size": 2169238,
246
- "dataset_size": 10169523,
247
- "size_in_bytes": 12338761
248
- }
249
- }