File size: 7,861 Bytes
b8a2e91
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5f987c9
 
 
b1e9c6d
 
 
8c777ca
 
 
8ec6af4
 
 
574cd80
 
 
4a76228
 
 
52979cc
 
 
574c9d0
 
 
919bde0
 
 
ca7047e
 
 
182b8e8
 
 
c52a605
 
 
0f2129e
 
 
923d61a
 
 
c4890b5
 
 
aeb08f6
 
 
38c8301
 
 
b24a1ee
 
 
042655c
 
 
e3e7bc0
 
 
df528cc
 
 
01ac553
 
 
7cc0c45
 
 
06c39ba
 
 
6ae4510
 
 
b6a52de
 
 
5c0ba2e
 
 
589947f
 
 
0e9f119
 
 
dbb9979
 
 
1bbc9c2
 
 
2c2c58e
 
 
8a26109
 
 
4fdafa7
 
 
26fb27e
 
 
ca45f13
 
 
539037a
 
 
ce66028
 
 
9333201
 
 
516c28c
 
 
66727e0
 
 
faf4613
 
 
b8b7cee
 
 
576d7c7
 
 
2a59be0
 
 
15d99dd
 
 
37e567a
 
 
4cbced4
 
 
d7d7e7e
 
 
8461df6
 
 
e5915b1
 
 
60ef39d
 
 
397d373
 
 
159f68d
 
 
a12c8a4
 
 
41bc548
 
 
bebf63e
 
 
6a93850
 
 
dca958c
 
 
2c9fea7
 
 
4f7bf54
 
 
97713f0
 
 
 
 
b8a2e91
 
 
 
 
5f987c9
 
b1e9c6d
 
8c777ca
 
8ec6af4
 
574cd80
 
4a76228
 
52979cc
 
574c9d0
 
919bde0
 
ca7047e
 
182b8e8
 
c52a605
 
0f2129e
 
923d61a
 
c4890b5
 
aeb08f6
 
38c8301
 
b24a1ee
 
042655c
 
e3e7bc0
 
df528cc
 
01ac553
 
7cc0c45
 
06c39ba
 
6ae4510
 
b6a52de
 
5c0ba2e
 
589947f
 
0e9f119
 
dbb9979
 
1bbc9c2
 
2c2c58e
 
8a26109
 
4fdafa7
 
26fb27e
 
ca45f13
 
539037a
 
ce66028
 
9333201
 
516c28c
 
66727e0
 
faf4613
 
b8b7cee
 
576d7c7
 
2a59be0
 
15d99dd
 
37e567a
 
4cbced4
 
d7d7e7e
 
8461df6
 
e5915b1
 
60ef39d
 
397d373
 
159f68d
 
a12c8a4
 
41bc548
 
bebf63e
 
6a93850
 
dca958c
 
2c9fea7
 
4f7bf54
 
97713f0
 
b8a2e91
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
---
dataset_info:
  features:
  - name: data_source
    dtype: string
  - name: problem
    dtype: string
  - name: solution
    dtype: string
  - name: answer
    dtype: string
  - name: prompt
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: reward_model
    struct:
    - name: ground_truth
      dtype: string
    - name: style
      dtype: string
  - name: responses
    sequence: string
  - name: gt_ans
    dtype: string
  - name: extracted_solution
    sequence: string
  - name: rm_scores
    sequence: bool
  - name: avg_accuracy
    dtype: float64
  - name: pass_accuracy
    dtype: bool
  - name: cons_accuracy
    dtype: float64
  splits:
  - name: mixed.395
    num_bytes: 5225821
    num_examples: 1447
  - name: hard.395
    num_bytes: 5750790
    num_examples: 100
  - name: mixed.390
    num_bytes: 5181069
    num_examples: 1447
  - name: hard.390
    num_bytes: 5859548
    num_examples: 100
  - name: mixed.385
    num_bytes: 5083213
    num_examples: 1447
  - name: hard.385
    num_bytes: 5593688
    num_examples: 100
  - name: mixed.380
    num_bytes: 5019111
    num_examples: 1447
  - name: hard.380
    num_bytes: 5521100
    num_examples: 100
  - name: mixed.375
    num_bytes: 4988669
    num_examples: 1447
  - name: hard.375
    num_bytes: 5563136
    num_examples: 100
  - name: mixed.370
    num_bytes: 5107552
    num_examples: 1447
  - name: hard.370
    num_bytes: 5438163
    num_examples: 100
  - name: mixed.365
    num_bytes: 5097429
    num_examples: 1447
  - name: hard.365
    num_bytes: 5453997
    num_examples: 100
  - name: mixed.360
    num_bytes: 5026804
    num_examples: 1447
  - name: hard.360
    num_bytes: 5463933
    num_examples: 100
  - name: mixed.355
    num_bytes: 4881431
    num_examples: 1447
  - name: hard.355
    num_bytes: 5383192
    num_examples: 100
  - name: mixed.350
    num_bytes: 5101926
    num_examples: 1447
  - name: hard.350
    num_bytes: 5536707
    num_examples: 100
  - name: mixed.345
    num_bytes: 5091900
    num_examples: 1447
  - name: hard.345
    num_bytes: 5648513
    num_examples: 100
  - name: mixed.340
    num_bytes: 5165402
    num_examples: 1447
  - name: hard.340
    num_bytes: 5682692
    num_examples: 100
  - name: mixed.335
    num_bytes: 5146452
    num_examples: 1447
  - name: mixed.330
    num_bytes: 5257795
    num_examples: 1447
  - name: hard.330
    num_bytes: 5734152
    num_examples: 100
  - name: mixed.325
    num_bytes: 5093726
    num_examples: 1447
  - name: hard.325
    num_bytes: 5789487
    num_examples: 100
  - name: mixed.320
    num_bytes: 4916665
    num_examples: 1447
  - name: hard.320
    num_bytes: 5578794
    num_examples: 100
  - name: mixed.315
    num_bytes: 5051148
    num_examples: 1447
  - name: hard.315
    num_bytes: 5767355
    num_examples: 100
  - name: mixed.310
    num_bytes: 5118825
    num_examples: 1447
  - name: hard.310
    num_bytes: 5895517
    num_examples: 100
  - name: hard.335
    num_bytes: 5559800
    num_examples: 100
  - name: mixed.305
    num_bytes: 5073987
    num_examples: 1447
  - name: hard.305
    num_bytes: 5764553
    num_examples: 100
  - name: mixed.300
    num_bytes: 5035171
    num_examples: 1447
  - name: hard.300
    num_bytes: 5635331
    num_examples: 100
  - name: mixed.295
    num_bytes: 5242639
    num_examples: 1447
  - name: hard.295
    num_bytes: 5940774
    num_examples: 100
  - name: mixed.290
    num_bytes: 5523963
    num_examples: 1447
  - name: hard.290
    num_bytes: 6364087
    num_examples: 100
  - name: mixed.285
    num_bytes: 5534687
    num_examples: 1447
  - name: hard.285
    num_bytes: 6226804
    num_examples: 100
  - name: mixed.280
    num_bytes: 5286270
    num_examples: 1447
  - name: hard.280
    num_bytes: 6134786
    num_examples: 100
  - name: mixed.275
    num_bytes: 5410612
    num_examples: 1447
  - name: hard.275
    num_bytes: 6057274
    num_examples: 100
  - name: mixed.270
    num_bytes: 5538572
    num_examples: 1447
  - name: hard.270
    num_bytes: 6335539
    num_examples: 100
  - name: mixed.265
    num_bytes: 5503598
    num_examples: 1447
  - name: hard.265
    num_bytes: 6277045
    num_examples: 100
  - name: mixed.260
    num_bytes: 5367311
    num_examples: 1447
  - name: hard.260
    num_bytes: 6094647
    num_examples: 100
  - name: mixed.255
    num_bytes: 5230388
    num_examples: 1447
  - name: hard.255
    num_bytes: 5799145
    num_examples: 100
  - name: mixed.250
    num_bytes: 5249291
    num_examples: 1447
  - name: hard.250
    num_bytes: 5874750
    num_examples: 100
  - name: mixed.245
    num_bytes: 5237640
    num_examples: 1447
  - name: mixed.240
    num_bytes: 5136898
    num_examples: 1447
  - name: hard.240
    num_bytes: 6154935
    num_examples: 100
  download_size: 131542234
  dataset_size: 345806199
configs:
- config_name: default
  data_files:
  - split: mixed.395
    path: data/mixed.395-*
  - split: hard.395
    path: data/hard.395-*
  - split: mixed.390
    path: data/mixed.390-*
  - split: hard.390
    path: data/hard.390-*
  - split: mixed.385
    path: data/mixed.385-*
  - split: hard.385
    path: data/hard.385-*
  - split: mixed.380
    path: data/mixed.380-*
  - split: hard.380
    path: data/hard.380-*
  - split: mixed.375
    path: data/mixed.375-*
  - split: hard.375
    path: data/hard.375-*
  - split: mixed.370
    path: data/mixed.370-*
  - split: hard.370
    path: data/hard.370-*
  - split: mixed.365
    path: data/mixed.365-*
  - split: hard.365
    path: data/hard.365-*
  - split: mixed.360
    path: data/mixed.360-*
  - split: hard.360
    path: data/hard.360-*
  - split: mixed.355
    path: data/mixed.355-*
  - split: hard.355
    path: data/hard.355-*
  - split: mixed.350
    path: data/mixed.350-*
  - split: hard.350
    path: data/hard.350-*
  - split: mixed.345
    path: data/mixed.345-*
  - split: hard.345
    path: data/hard.345-*
  - split: mixed.340
    path: data/mixed.340-*
  - split: hard.340
    path: data/hard.340-*
  - split: mixed.335
    path: data/mixed.335-*
  - split: mixed.330
    path: data/mixed.330-*
  - split: hard.330
    path: data/hard.330-*
  - split: mixed.325
    path: data/mixed.325-*
  - split: hard.325
    path: data/hard.325-*
  - split: mixed.320
    path: data/mixed.320-*
  - split: hard.320
    path: data/hard.320-*
  - split: mixed.315
    path: data/mixed.315-*
  - split: hard.315
    path: data/hard.315-*
  - split: mixed.310
    path: data/mixed.310-*
  - split: hard.310
    path: data/hard.310-*
  - split: hard.335
    path: data/hard.335-*
  - split: mixed.305
    path: data/mixed.305-*
  - split: hard.305
    path: data/hard.305-*
  - split: mixed.300
    path: data/mixed.300-*
  - split: hard.300
    path: data/hard.300-*
  - split: mixed.295
    path: data/mixed.295-*
  - split: hard.295
    path: data/hard.295-*
  - split: mixed.290
    path: data/mixed.290-*
  - split: hard.290
    path: data/hard.290-*
  - split: mixed.285
    path: data/mixed.285-*
  - split: hard.285
    path: data/hard.285-*
  - split: mixed.280
    path: data/mixed.280-*
  - split: hard.280
    path: data/hard.280-*
  - split: mixed.275
    path: data/mixed.275-*
  - split: hard.275
    path: data/hard.275-*
  - split: mixed.270
    path: data/mixed.270-*
  - split: hard.270
    path: data/hard.270-*
  - split: mixed.265
    path: data/mixed.265-*
  - split: hard.265
    path: data/hard.265-*
  - split: mixed.260
    path: data/mixed.260-*
  - split: hard.260
    path: data/hard.260-*
  - split: mixed.255
    path: data/mixed.255-*
  - split: hard.255
    path: data/hard.255-*
  - split: mixed.250
    path: data/mixed.250-*
  - split: hard.250
    path: data/hard.250-*
  - split: mixed.245
    path: data/mixed.245-*
  - split: mixed.240
    path: data/mixed.240-*
  - split: hard.240
    path: data/hard.240-*
---