Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 7,776 Bytes
c386e62
 
3c64034
2aaa742
 
 
 
e42adcf
 
 
 
b44c14d
 
 
 
7305e1f
 
 
 
bcde56e
 
 
 
3c64034
 
 
 
3bd62c8
 
 
 
2b32e97
 
 
 
baecaaf
 
 
 
f9cabd2
 
 
 
3c64034
2aaa742
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e42adcf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b44c14d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7305e1f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bcde56e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3bd62c8
3c64034
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3bd62c8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2b32e97
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
baecaaf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f9cabd2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c386e62
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
---

license: cc-by-sa-4.0
configs:
- config_name: drop
  data_files:
  - split: test
    path: drop/test-*
- config_name: gsm8k
  data_files:
  - split: test
    path: gsm8k/test-*
- config_name: hotpotqa
  data_files:
  - split: test
    path: hotpotqa/test-*
- config_name: mmlu_math
  data_files:
  - split: test
    path: mmlu_math/test-*
- config_name: multiarith
  data_files:
  - split: test
    path: multiarith/test-*
- config_name: singleop
  data_files:
  - split: test
    path: singleop/test-*
- config_name: singleq
  data_files:
  - split: test
    path: singleq/test-*
- config_name: squad
  data_files:
  - split: test
    path: squad/test-*
- config_name: svamp
  data_files:
  - split: test
    path: svamp/test-*
- config_name: tab_fact
  data_files:
  - split: test
    path: tab_fact/test-*
dataset_info:
- config_name: drop
  features:
  - name: cleaning_status
    dtype: string
  - name: platinum_prompt
    dtype: string
  - name: platinum_prompt_no_cot
    dtype: string
  - name: platinum_target
    sequence: string
  - name: original_target
    sequence: string
  - name: platinum_parsing_strategy
    dtype: string
  - name: section_id
    dtype: string
  - name: query_id
    dtype: string
  - name: passage
    dtype: string
  - name: question
    dtype: string
  - name: answers_spans
    struct:
    - name: spans
      sequence: string
    - name: types
      sequence: string
  splits:
  - name: test
    num_bytes: 957480
    num_examples: 250
  download_size: 469950
  dataset_size: 957480
- config_name: gsm8k
  features:
  - name: cleaning_status
    dtype: string
  - name: platinum_prompt
    dtype: string
  - name: platinum_prompt_no_cot
    dtype: string
  - name: platinum_target
    sequence: string
  - name: original_target
    sequence: string
  - name: platinum_parsing_strategy
    dtype: string
  - name: question
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: test
    num_bytes: 411696
    num_examples: 300
  download_size: 200720
  dataset_size: 411696
- config_name: hotpotqa
  features:
  - name: cleaning_status
    dtype: string
  - name: platinum_prompt
    dtype: string
  - name: platinum_prompt_no_cot
    dtype: string
  - name: platinum_target
    sequence: string
  - name: original_target
    sequence: string
  - name: platinum_parsing_strategy
    dtype: string
  - name: id
    dtype: string
  - name: question
    dtype: string
  - name: answer
    dtype: string
  - name: type
    dtype: string
  - name: level
    dtype: string
  - name: supporting_facts
    struct:
    - name: sent_id
      sequence: int64
    - name: title
      sequence: string
  - name: context
    struct:
    - name: sentences
      sequence:
        sequence: string
    - name: title
      sequence: string
  splits:
  - name: test
    num_bytes: 2164891
    num_examples: 250
  download_size: 1288500
  dataset_size: 2164891
- config_name: mmlu_math
  features:
  - name: cleaning_status
    dtype: string
  - name: platinum_prompt
    dtype: string
  - name: platinum_prompt_no_cot
    dtype: string
  - name: platinum_target
    sequence: string
  - name: original_target
    sequence: string
  - name: platinum_parsing_strategy
    dtype: string
  - name: question
    dtype: string
  - name: subject
    dtype: string
  - name: choices
    sequence: string
  - name: answer
    dtype: int64
  splits:
  - name: test
    num_bytes: 287212
    num_examples: 270
  download_size: 113723
  dataset_size: 287212
- config_name: multiarith
  features:
  - name: cleaning_status
    dtype: string
  - name: platinum_prompt
    dtype: string
  - name: platinum_prompt_no_cot
    dtype: string
  - name: platinum_target
    sequence: string
  - name: original_target
    sequence: string
  - name: platinum_parsing_strategy
    dtype: string
  - name: input
    dtype: string
  - name: output_program
    dtype: string
  - name: output_answer
    dtype: string
  - name: split
    dtype: string
  - name: dataset
    dtype: string
  splits:
  - name: test
    num_bytes: 157365
    num_examples: 174
  download_size: 54201
  dataset_size: 157365
- config_name: singleop
  features:
  - name: cleaning_status
    dtype: string
  - name: platinum_prompt
    dtype: string
  - name: platinum_prompt_no_cot
    dtype: string
  - name: platinum_target
    sequence: string
  - name: original_target
    sequence: string
  - name: platinum_parsing_strategy
    dtype: string
  - name: input
    dtype: string
  - name: output_program
    dtype: string
  - name: output_answer
    dtype: string
  - name: split
    dtype: string
  - name: dataset
    dtype: string
  splits:
  - name: test
    num_bytes: 118951
    num_examples: 159
  download_size: 44992
  dataset_size: 118951
- config_name: singleq
  features:
  - name: cleaning_status
    dtype: string
  - name: platinum_prompt
    dtype: string
  - name: platinum_prompt_no_cot
    dtype: string
  - name: platinum_target
    sequence: string
  - name: original_target
    sequence: string
  - name: platinum_parsing_strategy
    dtype: string
  - name: input
    dtype: string
  - name: output_program
    dtype: string
  - name: output_answer
    dtype: string
  - name: split
    dtype: string
  - name: dataset
    dtype: string
  splits:
  - name: test
    num_bytes: 96153
    num_examples: 109
  download_size: 39952
  dataset_size: 96153
- config_name: squad
  features:
  - name: cleaning_status
    dtype: string
  - name: platinum_prompt
    dtype: string
  - name: platinum_prompt_no_cot
    dtype: string
  - name: platinum_target
    sequence: string
  - name: original_target
    sequence: string
  - name: platinum_parsing_strategy
    dtype: string
  - name: id
    dtype: string
  - name: title
    dtype: string
  - name: context
    dtype: string
  - name: question
    dtype: string
  - name: answers
    struct:
    - name: answer_start
      sequence: int64
    - name: text
      sequence: string
  splits:
  - name: test
    num_bytes: 865087
    num_examples: 250
  download_size: 466955
  dataset_size: 865087
- config_name: svamp
  features:
  - name: cleaning_status
    dtype: string
  - name: platinum_prompt
    dtype: string
  - name: platinum_prompt_no_cot
    dtype: string
  - name: platinum_target
    sequence: string
  - name: original_target
    sequence: string
  - name: platinum_parsing_strategy
    dtype: string
  - name: ID
    dtype: string
  - name: Body
    dtype: string
  - name: Question
    dtype: string
  - name: Equation
    dtype: string
  - name: Answer
    dtype: string
  - name: Type
    dtype: string
  - name: question_concat
    dtype: string
  splits:
  - name: test
    num_bytes: 322819
    num_examples: 300
  download_size: 116848
  dataset_size: 322819
- config_name: tab_fact
  features:
  - name: cleaning_status
    dtype: string
  - name: platinum_prompt
    dtype: string
  - name: platinum_prompt_no_cot
    dtype: string
  - name: platinum_target
    sequence: string
  - name: original_target
    sequence: string
  - name: platinum_parsing_strategy
    dtype: string
  - name: id
    dtype: int64
  - name: table_id
    dtype: string
  - name: table_text
    dtype: string
  - name: table_caption
    dtype: string
  - name: statement
    dtype: string
  - name: label
    dtype: int64
  splits:
  - name: test
    num_bytes: 1137151
    num_examples: 200
  download_size: 475063
  dataset_size: 1137151
---