Update README.md
Browse files
README.md
CHANGED
@@ -1,322 +1,551 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-sa-4.0
|
3 |
-
dataset_info:
|
4 |
-
- config_name: E2H-AMC
|
5 |
-
features:
|
6 |
-
- name: contest
|
7 |
-
dtype: string
|
8 |
-
- name: rating
|
9 |
-
dtype: float64
|
10 |
-
- name: rating_std
|
11 |
-
dtype: float64
|
12 |
-
- name: rating_quantile
|
13 |
-
dtype: float64
|
14 |
-
- name: tag
|
15 |
-
dtype: string
|
16 |
-
- name: subtest
|
17 |
-
dtype: string
|
18 |
-
- name: year
|
19 |
-
dtype: int64
|
20 |
-
- name: month
|
21 |
-
dtype: string
|
22 |
-
- name: index
|
23 |
-
dtype: int64
|
24 |
-
- name: problem
|
25 |
-
dtype: string
|
26 |
-
- name: answer
|
27 |
-
dtype: string
|
28 |
-
- name: solution
|
29 |
-
dtype: string
|
30 |
-
- name: rating_tag
|
31 |
-
dtype: string
|
32 |
-
- name: test_tag
|
33 |
-
dtype: string
|
34 |
-
- name: item_difficulty
|
35 |
-
dtype: float64
|
36 |
-
- name: unnorm_rating
|
37 |
-
dtype: float64
|
38 |
-
- name: unnorm_rating_std
|
39 |
-
dtype: float64
|
40 |
-
- name: unnorm_rating_lower
|
41 |
-
dtype: float64
|
42 |
-
- name: unnorm_rating_upper
|
43 |
-
dtype: float64
|
44 |
-
- name: ever_exist
|
45 |
-
dtype: bool
|
46 |
-
splits:
|
47 |
-
- name: train
|
48 |
-
num_bytes: 1306215
|
49 |
-
num_examples: 1000
|
50 |
-
- name: eval
|
51 |
-
num_bytes: 3935954
|
52 |
-
num_examples: 2975
|
53 |
-
download_size: 2811269
|
54 |
-
dataset_size: 5242169
|
55 |
-
- config_name: E2H-ARC
|
56 |
-
features:
|
57 |
-
- name: rating
|
58 |
-
dtype: float64
|
59 |
-
- name: rating_std
|
60 |
-
dtype: float64
|
61 |
-
- name: rating_quantile
|
62 |
-
dtype: float64
|
63 |
-
- name: id
|
64 |
-
dtype: string
|
65 |
-
- name: question
|
66 |
-
dtype: string
|
67 |
-
- name: choices
|
68 |
-
struct:
|
69 |
-
- name: label
|
70 |
-
sequence: string
|
71 |
-
- name: text
|
72 |
-
sequence: string
|
73 |
-
- name: answerKey
|
74 |
-
dtype: string
|
75 |
-
- name: model_avg_acc
|
76 |
-
dtype: float64
|
77 |
-
- name: unnorm_rating
|
78 |
-
dtype: float64
|
79 |
-
- name: unnorm_rating_std
|
80 |
-
dtype: float64
|
81 |
-
splits:
|
82 |
-
- name: eval
|
83 |
-
num_bytes: 431767
|
84 |
-
num_examples: 1172
|
85 |
-
download_size: 253021
|
86 |
-
dataset_size: 431767
|
87 |
-
- config_name: E2H-Codeforces
|
88 |
-
features:
|
89 |
-
- name: contest_id
|
90 |
-
dtype: int64
|
91 |
-
- name: problem_index
|
92 |
-
dtype: string
|
93 |
-
- name: rating
|
94 |
-
dtype: float64
|
95 |
-
- name: rating_std
|
96 |
-
dtype: float64
|
97 |
-
- name: rating_volatility
|
98 |
-
dtype: float64
|
99 |
-
- name: rating_quantile
|
100 |
-
dtype: float64
|
101 |
-
- name: tag
|
102 |
-
dtype: string
|
103 |
-
- name: detailed_tag
|
104 |
-
dtype: string
|
105 |
-
- name: problem_name
|
106 |
-
dtype: string
|
107 |
-
- name: problem_main
|
108 |
-
dtype: string
|
109 |
-
- name: problem_note
|
110 |
-
dtype: string
|
111 |
-
- name: input_spec
|
112 |
-
dtype: string
|
113 |
-
- name: output_spec
|
114 |
-
dtype: string
|
115 |
-
- name: sample_inputs
|
116 |
-
sequence: string
|
117 |
-
- name: sample_outputs
|
118 |
-
sequence: string
|
119 |
-
- name: inputs
|
120 |
-
sequence: string
|
121 |
-
- name: answers
|
122 |
-
sequence: string
|
123 |
-
- name: input_output
|
124 |
-
struct:
|
125 |
-
- name: inputs
|
126 |
-
sequence: string
|
127 |
-
- name: outputs
|
128 |
-
sequence: string
|
129 |
-
- name: solution_id_0
|
130 |
-
dtype: int64
|
131 |
-
- name: solution_0
|
132 |
-
dtype: string
|
133 |
-
- name: outputs_0
|
134 |
-
sequence: string
|
135 |
-
- name: solution_id_1
|
136 |
-
dtype: int64
|
137 |
-
- name: solution_1
|
138 |
-
dtype: string
|
139 |
-
- name: outputs_1
|
140 |
-
sequence: string
|
141 |
-
- name: solution_id_2
|
142 |
-
dtype: int64
|
143 |
-
- name: solution_2
|
144 |
-
dtype: string
|
145 |
-
- name: outputs_2
|
146 |
-
sequence: string
|
147 |
-
- name: unnorm_rating
|
148 |
-
dtype: float64
|
149 |
-
- name: unnorm_rating_std
|
150 |
-
dtype: float64
|
151 |
-
- name: unnorm_rating_volatility
|
152 |
-
dtype: float64
|
153 |
-
- name: reference_rating
|
154 |
-
dtype: float64
|
155 |
-
- name: original_tags
|
156 |
-
sequence: string
|
157 |
-
- name: ever_exist
|
158 |
-
dtype: bool
|
159 |
-
splits:
|
160 |
-
- name: train
|
161 |
-
num_bytes: 25286548
|
162 |
-
num_examples: 3663
|
163 |
-
- name: eval
|
164 |
-
num_bytes: 52688262
|
165 |
-
num_examples: 4000
|
166 |
-
download_size: 33577472
|
167 |
-
dataset_size: 77974810
|
168 |
-
- config_name: E2H-GSM8K
|
169 |
-
features:
|
170 |
-
- name: rating
|
171 |
-
dtype: float64
|
172 |
-
- name: rating_std
|
173 |
-
dtype: float64
|
174 |
-
- name: rating_quantile
|
175 |
-
dtype: float64
|
176 |
-
- name: question
|
177 |
-
dtype: string
|
178 |
-
- name: answer
|
179 |
-
dtype: string
|
180 |
-
- name: model_avg_acc
|
181 |
-
dtype: float64
|
182 |
-
- name: unnorm_rating
|
183 |
-
dtype: float64
|
184 |
-
- name: unnorm_rating_std
|
185 |
-
dtype: float64
|
186 |
-
splits:
|
187 |
-
- name: eval
|
188 |
-
num_bytes: 777044
|
189 |
-
num_examples: 1319
|
190 |
-
download_size: 475944
|
191 |
-
dataset_size: 777044
|
192 |
-
- config_name: E2H-Lichess
|
193 |
-
features:
|
194 |
-
- name: puzzle_id
|
195 |
-
dtype: string
|
196 |
-
- name: rating
|
197 |
-
dtype: float64
|
198 |
-
- name: rating_std
|
199 |
-
dtype: float64
|
200 |
-
- name: rating_quantile
|
201 |
-
dtype: float64
|
202 |
-
- name: tag
|
203 |
-
dtype: string
|
204 |
-
- name: fen
|
205 |
-
dtype: string
|
206 |
-
- name: pgn
|
207 |
-
dtype: string
|
208 |
-
- name: annotated_pgn
|
209 |
-
dtype: string
|
210 |
-
- name: uci_seq
|
211 |
-
dtype: string
|
212 |
-
- name: san_seq
|
213 |
-
dtype: string
|
214 |
-
- name: answer_san
|
215 |
-
dtype: string
|
216 |
-
- name: answer_uci
|
217 |
-
dtype: string
|
218 |
-
- name: init_num_moves
|
219 |
-
dtype: int64
|
220 |
-
- name: player
|
221 |
-
dtype: string
|
222 |
-
- name: popularity_score
|
223 |
-
dtype: int64
|
224 |
-
- name: puzzle_num_plays
|
225 |
-
dtype: int64
|
226 |
-
- name: motif_tags
|
227 |
-
sequence: string
|
228 |
-
- name: phase_tags
|
229 |
-
sequence: string
|
230 |
-
- name: mate_tags
|
231 |
-
sequence: string
|
232 |
-
- name: special_move_tags
|
233 |
-
sequence: string
|
234 |
-
- name: game_origin_tags
|
235 |
-
sequence: string
|
236 |
-
- name: opening_tags
|
237 |
-
sequence: string
|
238 |
-
- name: game_hash
|
239 |
-
dtype: string
|
240 |
-
- name: game_url
|
241 |
-
dtype: string
|
242 |
-
- name: game_pgn
|
243 |
-
dtype: string
|
244 |
-
- name: game_annotated_pgn
|
245 |
-
dtype: string
|
246 |
-
- name: unnorm_rating
|
247 |
-
dtype: int64
|
248 |
-
- name: unnorm_rating_std
|
249 |
-
dtype: int64
|
250 |
-
- name: previous_fen
|
251 |
-
dtype: string
|
252 |
-
- name: last_move_uci
|
253 |
-
dtype: string
|
254 |
-
splits:
|
255 |
-
- name: train
|
256 |
-
num_bytes: 633749139
|
257 |
-
num_examples: 71763
|
258 |
-
- name: eval
|
259 |
-
num_bytes: 44154200
|
260 |
-
num_examples: 5000
|
261 |
-
download_size: 297840777
|
262 |
-
dataset_size: 677903339
|
263 |
-
- config_name: E2H-Winogrande
|
264 |
-
features:
|
265 |
-
- name: rating
|
266 |
-
dtype: float64
|
267 |
-
- name: rating_std
|
268 |
-
dtype: float64
|
269 |
-
- name: rating_quantile
|
270 |
-
dtype: float64
|
271 |
-
- name: sentence
|
272 |
-
dtype: string
|
273 |
-
- name: option1
|
274 |
-
dtype: string
|
275 |
-
- name: option2
|
276 |
-
dtype: string
|
277 |
-
- name: answer
|
278 |
-
dtype: string
|
279 |
-
- name: model_avg_acc
|
280 |
-
dtype: float64
|
281 |
-
- name: unnorm_rating
|
282 |
-
dtype: float64
|
283 |
-
- name: unnorm_rating_std
|
284 |
-
dtype: float64
|
285 |
-
splits:
|
286 |
-
- name: eval
|
287 |
-
num_bytes: 224999
|
288 |
-
num_examples: 1267
|
289 |
-
download_size: 141808
|
290 |
-
dataset_size: 224999
|
291 |
-
configs:
|
292 |
-
- config_name: E2H-AMC
|
293 |
-
data_files:
|
294 |
-
- split: train
|
295 |
-
path: E2H-AMC/train-*
|
296 |
-
- split: eval
|
297 |
-
path: E2H-AMC/eval-*
|
298 |
-
- config_name: E2H-ARC
|
299 |
-
data_files:
|
300 |
-
- split: eval
|
301 |
-
path: E2H-ARC/eval-*
|
302 |
-
- config_name: E2H-Codeforces
|
303 |
-
data_files:
|
304 |
-
- split: train
|
305 |
-
path: E2H-Codeforces/train-*
|
306 |
-
- split: eval
|
307 |
-
path: E2H-Codeforces/eval-*
|
308 |
-
- config_name: E2H-GSM8K
|
309 |
-
data_files:
|
310 |
-
- split: eval
|
311 |
-
path: E2H-GSM8K/eval-*
|
312 |
-
- config_name: E2H-Lichess
|
313 |
-
data_files:
|
314 |
-
- split: train
|
315 |
-
path: E2H-Lichess/train-*
|
316 |
-
- split: eval
|
317 |
-
path: E2H-Lichess/eval-*
|
318 |
-
- config_name: E2H-Winogrande
|
319 |
-
data_files:
|
320 |
-
- split: eval
|
321 |
-
path: E2H-Winogrande/eval-*
|
322 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
+
dataset_info:
|
4 |
+
- config_name: E2H-AMC
|
5 |
+
features:
|
6 |
+
- name: contest
|
7 |
+
dtype: string
|
8 |
+
- name: rating
|
9 |
+
dtype: float64
|
10 |
+
- name: rating_std
|
11 |
+
dtype: float64
|
12 |
+
- name: rating_quantile
|
13 |
+
dtype: float64
|
14 |
+
- name: tag
|
15 |
+
dtype: string
|
16 |
+
- name: subtest
|
17 |
+
dtype: string
|
18 |
+
- name: year
|
19 |
+
dtype: int64
|
20 |
+
- name: month
|
21 |
+
dtype: string
|
22 |
+
- name: index
|
23 |
+
dtype: int64
|
24 |
+
- name: problem
|
25 |
+
dtype: string
|
26 |
+
- name: answer
|
27 |
+
dtype: string
|
28 |
+
- name: solution
|
29 |
+
dtype: string
|
30 |
+
- name: rating_tag
|
31 |
+
dtype: string
|
32 |
+
- name: test_tag
|
33 |
+
dtype: string
|
34 |
+
- name: item_difficulty
|
35 |
+
dtype: float64
|
36 |
+
- name: unnorm_rating
|
37 |
+
dtype: float64
|
38 |
+
- name: unnorm_rating_std
|
39 |
+
dtype: float64
|
40 |
+
- name: unnorm_rating_lower
|
41 |
+
dtype: float64
|
42 |
+
- name: unnorm_rating_upper
|
43 |
+
dtype: float64
|
44 |
+
- name: ever_exist
|
45 |
+
dtype: bool
|
46 |
+
splits:
|
47 |
+
- name: train
|
48 |
+
num_bytes: 1306215
|
49 |
+
num_examples: 1000
|
50 |
+
- name: eval
|
51 |
+
num_bytes: 3935954
|
52 |
+
num_examples: 2975
|
53 |
+
download_size: 2811269
|
54 |
+
dataset_size: 5242169
|
55 |
+
- config_name: E2H-ARC
|
56 |
+
features:
|
57 |
+
- name: rating
|
58 |
+
dtype: float64
|
59 |
+
- name: rating_std
|
60 |
+
dtype: float64
|
61 |
+
- name: rating_quantile
|
62 |
+
dtype: float64
|
63 |
+
- name: id
|
64 |
+
dtype: string
|
65 |
+
- name: question
|
66 |
+
dtype: string
|
67 |
+
- name: choices
|
68 |
+
struct:
|
69 |
+
- name: label
|
70 |
+
sequence: string
|
71 |
+
- name: text
|
72 |
+
sequence: string
|
73 |
+
- name: answerKey
|
74 |
+
dtype: string
|
75 |
+
- name: model_avg_acc
|
76 |
+
dtype: float64
|
77 |
+
- name: unnorm_rating
|
78 |
+
dtype: float64
|
79 |
+
- name: unnorm_rating_std
|
80 |
+
dtype: float64
|
81 |
+
splits:
|
82 |
+
- name: eval
|
83 |
+
num_bytes: 431767
|
84 |
+
num_examples: 1172
|
85 |
+
download_size: 253021
|
86 |
+
dataset_size: 431767
|
87 |
+
- config_name: E2H-Codeforces
|
88 |
+
features:
|
89 |
+
- name: contest_id
|
90 |
+
dtype: int64
|
91 |
+
- name: problem_index
|
92 |
+
dtype: string
|
93 |
+
- name: rating
|
94 |
+
dtype: float64
|
95 |
+
- name: rating_std
|
96 |
+
dtype: float64
|
97 |
+
- name: rating_volatility
|
98 |
+
dtype: float64
|
99 |
+
- name: rating_quantile
|
100 |
+
dtype: float64
|
101 |
+
- name: tag
|
102 |
+
dtype: string
|
103 |
+
- name: detailed_tag
|
104 |
+
dtype: string
|
105 |
+
- name: problem_name
|
106 |
+
dtype: string
|
107 |
+
- name: problem_main
|
108 |
+
dtype: string
|
109 |
+
- name: problem_note
|
110 |
+
dtype: string
|
111 |
+
- name: input_spec
|
112 |
+
dtype: string
|
113 |
+
- name: output_spec
|
114 |
+
dtype: string
|
115 |
+
- name: sample_inputs
|
116 |
+
sequence: string
|
117 |
+
- name: sample_outputs
|
118 |
+
sequence: string
|
119 |
+
- name: inputs
|
120 |
+
sequence: string
|
121 |
+
- name: answers
|
122 |
+
sequence: string
|
123 |
+
- name: input_output
|
124 |
+
struct:
|
125 |
+
- name: inputs
|
126 |
+
sequence: string
|
127 |
+
- name: outputs
|
128 |
+
sequence: string
|
129 |
+
- name: solution_id_0
|
130 |
+
dtype: int64
|
131 |
+
- name: solution_0
|
132 |
+
dtype: string
|
133 |
+
- name: outputs_0
|
134 |
+
sequence: string
|
135 |
+
- name: solution_id_1
|
136 |
+
dtype: int64
|
137 |
+
- name: solution_1
|
138 |
+
dtype: string
|
139 |
+
- name: outputs_1
|
140 |
+
sequence: string
|
141 |
+
- name: solution_id_2
|
142 |
+
dtype: int64
|
143 |
+
- name: solution_2
|
144 |
+
dtype: string
|
145 |
+
- name: outputs_2
|
146 |
+
sequence: string
|
147 |
+
- name: unnorm_rating
|
148 |
+
dtype: float64
|
149 |
+
- name: unnorm_rating_std
|
150 |
+
dtype: float64
|
151 |
+
- name: unnorm_rating_volatility
|
152 |
+
dtype: float64
|
153 |
+
- name: reference_rating
|
154 |
+
dtype: float64
|
155 |
+
- name: original_tags
|
156 |
+
sequence: string
|
157 |
+
- name: ever_exist
|
158 |
+
dtype: bool
|
159 |
+
splits:
|
160 |
+
- name: train
|
161 |
+
num_bytes: 25286548
|
162 |
+
num_examples: 3663
|
163 |
+
- name: eval
|
164 |
+
num_bytes: 52688262
|
165 |
+
num_examples: 4000
|
166 |
+
download_size: 33577472
|
167 |
+
dataset_size: 77974810
|
168 |
+
- config_name: E2H-GSM8K
|
169 |
+
features:
|
170 |
+
- name: rating
|
171 |
+
dtype: float64
|
172 |
+
- name: rating_std
|
173 |
+
dtype: float64
|
174 |
+
- name: rating_quantile
|
175 |
+
dtype: float64
|
176 |
+
- name: question
|
177 |
+
dtype: string
|
178 |
+
- name: answer
|
179 |
+
dtype: string
|
180 |
+
- name: model_avg_acc
|
181 |
+
dtype: float64
|
182 |
+
- name: unnorm_rating
|
183 |
+
dtype: float64
|
184 |
+
- name: unnorm_rating_std
|
185 |
+
dtype: float64
|
186 |
+
splits:
|
187 |
+
- name: eval
|
188 |
+
num_bytes: 777044
|
189 |
+
num_examples: 1319
|
190 |
+
download_size: 475944
|
191 |
+
dataset_size: 777044
|
192 |
+
- config_name: E2H-Lichess
|
193 |
+
features:
|
194 |
+
- name: puzzle_id
|
195 |
+
dtype: string
|
196 |
+
- name: rating
|
197 |
+
dtype: float64
|
198 |
+
- name: rating_std
|
199 |
+
dtype: float64
|
200 |
+
- name: rating_quantile
|
201 |
+
dtype: float64
|
202 |
+
- name: tag
|
203 |
+
dtype: string
|
204 |
+
- name: fen
|
205 |
+
dtype: string
|
206 |
+
- name: pgn
|
207 |
+
dtype: string
|
208 |
+
- name: annotated_pgn
|
209 |
+
dtype: string
|
210 |
+
- name: uci_seq
|
211 |
+
dtype: string
|
212 |
+
- name: san_seq
|
213 |
+
dtype: string
|
214 |
+
- name: answer_san
|
215 |
+
dtype: string
|
216 |
+
- name: answer_uci
|
217 |
+
dtype: string
|
218 |
+
- name: init_num_moves
|
219 |
+
dtype: int64
|
220 |
+
- name: player
|
221 |
+
dtype: string
|
222 |
+
- name: popularity_score
|
223 |
+
dtype: int64
|
224 |
+
- name: puzzle_num_plays
|
225 |
+
dtype: int64
|
226 |
+
- name: motif_tags
|
227 |
+
sequence: string
|
228 |
+
- name: phase_tags
|
229 |
+
sequence: string
|
230 |
+
- name: mate_tags
|
231 |
+
sequence: string
|
232 |
+
- name: special_move_tags
|
233 |
+
sequence: string
|
234 |
+
- name: game_origin_tags
|
235 |
+
sequence: string
|
236 |
+
- name: opening_tags
|
237 |
+
sequence: string
|
238 |
+
- name: game_hash
|
239 |
+
dtype: string
|
240 |
+
- name: game_url
|
241 |
+
dtype: string
|
242 |
+
- name: game_pgn
|
243 |
+
dtype: string
|
244 |
+
- name: game_annotated_pgn
|
245 |
+
dtype: string
|
246 |
+
- name: unnorm_rating
|
247 |
+
dtype: int64
|
248 |
+
- name: unnorm_rating_std
|
249 |
+
dtype: int64
|
250 |
+
- name: previous_fen
|
251 |
+
dtype: string
|
252 |
+
- name: last_move_uci
|
253 |
+
dtype: string
|
254 |
+
splits:
|
255 |
+
- name: train
|
256 |
+
num_bytes: 633749139
|
257 |
+
num_examples: 71763
|
258 |
+
- name: eval
|
259 |
+
num_bytes: 44154200
|
260 |
+
num_examples: 5000
|
261 |
+
download_size: 297840777
|
262 |
+
dataset_size: 677903339
|
263 |
+
- config_name: E2H-Winogrande
|
264 |
+
features:
|
265 |
+
- name: rating
|
266 |
+
dtype: float64
|
267 |
+
- name: rating_std
|
268 |
+
dtype: float64
|
269 |
+
- name: rating_quantile
|
270 |
+
dtype: float64
|
271 |
+
- name: sentence
|
272 |
+
dtype: string
|
273 |
+
- name: option1
|
274 |
+
dtype: string
|
275 |
+
- name: option2
|
276 |
+
dtype: string
|
277 |
+
- name: answer
|
278 |
+
dtype: string
|
279 |
+
- name: model_avg_acc
|
280 |
+
dtype: float64
|
281 |
+
- name: unnorm_rating
|
282 |
+
dtype: float64
|
283 |
+
- name: unnorm_rating_std
|
284 |
+
dtype: float64
|
285 |
+
splits:
|
286 |
+
- name: eval
|
287 |
+
num_bytes: 224999
|
288 |
+
num_examples: 1267
|
289 |
+
download_size: 141808
|
290 |
+
dataset_size: 224999
|
291 |
+
configs:
|
292 |
+
- config_name: E2H-AMC
|
293 |
+
data_files:
|
294 |
+
- split: train
|
295 |
+
path: E2H-AMC/train-*
|
296 |
+
- split: eval
|
297 |
+
path: E2H-AMC/eval-*
|
298 |
+
- config_name: E2H-ARC
|
299 |
+
data_files:
|
300 |
+
- split: eval
|
301 |
+
path: E2H-ARC/eval-*
|
302 |
+
- config_name: E2H-Codeforces
|
303 |
+
data_files:
|
304 |
+
- split: train
|
305 |
+
path: E2H-Codeforces/train-*
|
306 |
+
- split: eval
|
307 |
+
path: E2H-Codeforces/eval-*
|
308 |
+
- config_name: E2H-GSM8K
|
309 |
+
data_files:
|
310 |
+
- split: eval
|
311 |
+
path: E2H-GSM8K/eval-*
|
312 |
+
- config_name: E2H-Lichess
|
313 |
+
data_files:
|
314 |
+
- split: train
|
315 |
+
path: E2H-Lichess/train-*
|
316 |
+
- split: eval
|
317 |
+
path: E2H-Lichess/eval-*
|
318 |
+
- config_name: E2H-Winogrande
|
319 |
+
data_files:
|
320 |
+
- split: eval
|
321 |
+
path: E2H-Winogrande/eval-*
|
322 |
+
---
|
323 |
+
|
324 |
+
# Easy2Hard-Bench
|
325 |
+
|
326 |
+
<div align="center">
|
327 |
+
<img src="./img/hf_data.png" alt="Logo" width="100%">
|
328 |
+
</div>
|
329 |
+
|
330 |
+
## Dataset Description
|
331 |
+
[Easy2Hard-Bench](https://arxiv.org/abs) is a benchmark consisting with 6 datasets in different domain (mathematics, programming, chess, and various reasoning tasks). The problems from each dataset are labeled with continuous-valued difficulty levels.
|
332 |
+
|
333 |
+
| | Topic | Source | Statistics Used to Infer Difficulty | Source Type | Estimation Method |
|
334 |
+
|----------------|-------------------------|-----------------|------------------------------------------------------------------------------|-------------|-------------------|
|
335 |
+
| E2H-AMC | Math Competitions | AMC, AIME, HMMT | Item difficulties | Human | IRT |
|
336 |
+
| E2H-Codeforces | Competitive Programming | Codeforces | Submission status, contestant ratings | Human | Glicko-2 |
|
337 |
+
| E2H-Lichess | Chess Puzzles | Lichess | Player ratings, puzzle ratings | Human | Glicko-2 |
|
338 |
+
| E2H-GSM8K | Math Word Problems | GSM8K | Sample-wise evaluation results of thousands of LLMs on Open LLM Leaderboard | LLMs | IRT |
|
339 |
+
| E2H-ARC | Natural Science QA | ARC | Sample-wise evaluation results of thousands of LLMs on Open LLM Leaderboard | LLMs | IRT |
|
340 |
+
| E2H-Winograde | Commonsense Reasoning | Winogrande | Sample-wise evaluation results of thousands of LLMs on Open LLM Leaderboard | LLMs | IRT |
|
341 |
+
|
342 |
+
This can be used to profile the ability of language models over varying difficulties and explore the generalization of LLMs from easy to hard.
|
343 |
+
|
344 |
+
## Languages
|
345 |
+
|
346 |
+
The datasets are mainly in English. Some texts are LaTeX-rendered. The code solutions in E2H-Codeforces are in Python. The games in E2H-Lichess are given in serveral prevalent notations (PGN, UCI, FEN).
|
347 |
+
|
348 |
+
## Dataset Structure
|
349 |
+
|
350 |
+
```python
|
351 |
+
from datasets import load_dataset
|
352 |
+
|
353 |
+
load_dataset("furonghuang-lab/Easy2Hard-Bench", "E2H-AMC")
|
354 |
+
DatasetDict({
|
355 |
+
train: Dataset({
|
356 |
+
features: ['contest', 'rating', 'rating_std', 'rating_quantile', 'tag', 'subtest', 'year', 'month', 'index', 'problem', 'answer', 'solution', 'rating_tag', 'test_tag', 'item_difficulty', 'unnorm_rating', 'unnorm_rating_std', 'unnorm_rating_lower', 'unnorm_rating_upper', 'ever_exist'],
|
357 |
+
num_rows: 1000
|
358 |
+
})
|
359 |
+
eval: Dataset({
|
360 |
+
features: ['contest', 'rating', 'rating_std', 'rating_quantile', 'tag', 'subtest', 'year', 'month', 'index', 'problem', 'answer', 'solution', 'rating_tag', 'test_tag', 'item_difficulty', 'unnorm_rating', 'unnorm_rating_std', 'unnorm_rating_lower', 'unnorm_rating_upper', 'ever_exist'],
|
361 |
+
num_rows: 2975
|
362 |
+
})
|
363 |
+
})
|
364 |
+
|
365 |
+
|
366 |
+
load_dataset("furonghuang-lab/Easy2Hard-Bench", "E2H-Codeforces")
|
367 |
+
DatasetDict({
|
368 |
+
train: Dataset({
|
369 |
+
features: ['contest_id', 'problem_index', 'rating', 'rating_std', 'rating_volatility', 'rating_quantile', 'tag', 'detailed_tag', 'problem_name', 'problem_main', 'problem_note', 'input_spec', 'output_spec', 'sample_inputs', 'sample_outputs', 'inputs', 'answers', 'input_output', 'solution_id_0', 'solution_0', 'outputs_0', 'solution_id_1', 'solution_1', 'outputs_1', 'solution_id_2', 'solution_2', 'outputs_2', 'unnorm_rating', 'unnorm_rating_std', 'unnorm_rating_volatility', 'reference_rating', 'original_tags', 'ever_exist'],
|
370 |
+
num_rows: 3663
|
371 |
+
})
|
372 |
+
eval: Dataset({
|
373 |
+
features: ['contest_id', 'problem_index', 'rating', 'rating_std', 'rating_volatility', 'rating_quantile', 'tag', 'detailed_tag', 'problem_name', 'problem_main', 'problem_note', 'input_spec', 'output_spec', 'sample_inputs', 'sample_outputs', 'inputs', 'answers', 'input_output', 'solution_id_0', 'solution_0', 'outputs_0', 'solution_id_1', 'solution_1', 'outputs_1', 'solution_id_2', 'solution_2', 'outputs_2', 'unnorm_rating', 'unnorm_rating_std', 'unnorm_rating_volatility', 'reference_rating', 'original_tags', 'ever_exist'],
|
374 |
+
num_rows: 4000
|
375 |
+
})
|
376 |
+
})
|
377 |
+
|
378 |
+
load_dataset("furonghuang-lab/Easy2Hard-Bench", "E2H-Lichess")
|
379 |
+
DatasetDict({
|
380 |
+
train: Dataset({
|
381 |
+
features: ['puzzle_id', 'rating', 'rating_std', 'rating_quantile', 'tag', 'fen', 'pgn', 'annotated_pgn', 'uci_seq', 'san_seq', 'answer_san', 'answer_uci', 'init_num_moves', 'player', 'popularity_score', 'puzzle_num_plays', 'motif_tags', 'phase_tags', 'mate_tags', 'special_move_tags', 'game_origin_tags', 'opening_tags', 'game_hash', 'game_url', 'game_pgn', 'game_annotated_pgn', 'unnorm_rating', 'unnorm_rating_std', 'previous_fen', 'last_move_uci'],
|
382 |
+
num_rows: 71763
|
383 |
+
})
|
384 |
+
eval: Dataset({
|
385 |
+
features: ['puzzle_id', 'rating', 'rating_std', 'rating_quantile', 'tag', 'fen', 'pgn', 'annotated_pgn', 'uci_seq', 'san_seq', 'answer_san', 'answer_uci', 'init_num_moves', 'player', 'popularity_score', 'puzzle_num_plays', 'motif_tags', 'phase_tags', 'mate_tags', 'special_move_tags', 'game_origin_tags', 'opening_tags', 'game_hash', 'game_url', 'game_pgn', 'game_annotated_pgn', 'unnorm_rating', 'unnorm_rating_std', 'previous_fen', 'last_move_uci'],
|
386 |
+
num_rows: 5000
|
387 |
+
})
|
388 |
+
})
|
389 |
+
|
390 |
+
load_dataset("furonghuang-lab/Easy2Hard-Bench", "E2H-GSM8K")
|
391 |
+
DatasetDict({
|
392 |
+
eval: Dataset({
|
393 |
+
features: ['rating', 'rating_std', 'rating_quantile', 'question', 'answer', 'model_avg_acc', 'unnorm_rating', 'unnorm_rating_std'],
|
394 |
+
num_rows: 1319
|
395 |
+
})
|
396 |
+
})
|
397 |
+
|
398 |
+
load_dataset("furonghuang-lab/Easy2Hard-Bench", "E2H-ARC")
|
399 |
+
DatasetDict({
|
400 |
+
eval: Dataset({
|
401 |
+
features: ['rating', 'rating_std', 'rating_quantile', 'id', 'question', 'choices', 'answerKey', 'model_avg_acc', 'unnorm_rating', 'unnorm_rating_std'],
|
402 |
+
num_rows: 1172
|
403 |
+
})
|
404 |
+
})
|
405 |
+
```
|
406 |
+
|
407 |
+
### Data Fields
|
408 |
+
#### E2H-AMC
|
409 |
+
|Field|Type|Description|
|
410 |
+
|---|---|---|
|
411 |
+
|contest|string|name of the contest|
|
412 |
+
|rating|float|estimated difficulty|
|
413 |
+
|rating_std|float|standard deviation of estimated difficulty|
|
414 |
+
|rating_quantile|float|quantile of estimated difficulty|
|
415 |
+
|tag|string|type of the contest|
|
416 |
+
|subtest|string|name of the subtest|
|
417 |
+
|year|int|year of the contest|
|
418 |
+
|month|string|month of the contest|
|
419 |
+
|index|string|problem index in the subtest|
|
420 |
+
|problem|string|textual description of problem|
|
421 |
+
|answer|string|answer of problem|
|
422 |
+
|solution|string|textual solution of the problem|
|
423 |
+
|rating_tag|string|tag about problem rating|
|
424 |
+
|test_tag|string|tag about test type|
|
425 |
+
|item difficulty|float|item difficulty of the problem|
|
426 |
+
|unnorm_rating|float|unnormalized estimated difficulty|
|
427 |
+
|unnorm_rating_std|float|standard deviation of unnormalized estimated difficulty|
|
428 |
+
|unnorm_rating_lower|float|lower threshold of difficulty suggested by AoPS|
|
429 |
+
|unnorm_rating_upper|float|upper threshold of difficulty suggested by AoPS|
|
430 |
+
|ever_exist|bool|whether the problem exists in the MATH dataset|
|
431 |
+
|
432 |
+
#### E2H-Codeforces
|
433 |
+
|Field|Type|Description|
|
434 |
+
|---|---|---|
|
435 |
+
|contest_id|int|Codeforce contest id|
|
436 |
+
|problem_index|string|problem index in the contest|
|
437 |
+
|rating|float|estimated difficulty|
|
438 |
+
|rating_std|float|standard deviation of estimated difficulty|
|
439 |
+
|rating_volatility|float|volatility of estimated difficulty|
|
440 |
+
|rating_quantile|float|quantile of estimated difficulty|
|
441 |
+
|tag|string|type of the problem|
|
442 |
+
|detailed_tag|string|detailed type of the problem|
|
443 |
+
|problem_name|string|name of the problem|
|
444 |
+
|problem_main|string|main text of the problem|
|
445 |
+
|problem_note|string|note of the problem|
|
446 |
+
|input_spec|string|input specifications of the problem|
|
447 |
+
|output_spec|string|output specifications of the problem|
|
448 |
+
|sample_inputs|string|example inputs of the problem|
|
449 |
+
|sample_outputs|string|example outputs of the problem|
|
450 |
+
|inputs|string|inputs in the test cases|
|
451 |
+
|answers|string|standard outputs in the test cases|
|
452 |
+
|input_output|string|standard inputs and outputs in the test cases|
|
453 |
+
|outputs|string|standard outputs in the test cases|
|
454 |
+
|solution_id_0|int|Codeforces submission id of selected solution 0|
|
455 |
+
|solution_0|string|source code of selected solution 0|
|
456 |
+
|outputs_0|string|outputs of selected solution 0|
|
457 |
+
|solution_id_1|int|Codeforces submission id of seleted solution 1|
|
458 |
+
|solution_1|string|source code of selected solution 1|
|
459 |
+
|outputs_1|string|outputs of selected solution 1|
|
460 |
+
|solution_id_2|int|Codeforces submission id of selected solution 2|
|
461 |
+
|solution_2|string|source code of selected solution 2|
|
462 |
+
|outputs_2|string|outputs of selected solution 2|
|
463 |
+
|unnorm_rating|float|unnormalized estimated difficulty|
|
464 |
+
|unnorm_rating_std|float|standard deviation of unnormalized estimated difficulty|
|
465 |
+
|unnorm_rating_volatility|float|volatility of unnormalized estimated difficulty|
|
466 |
+
|reference_rating|float|coarse reference difficulty rating on Codeforces|
|
467 |
+
|original_tags|string|original tags on Codeforces|
|
468 |
+
|ever_exist|bool|whether the problem exists in the APPS dataset|
|
469 |
+
|
470 |
+
If the number of solutions is less than 3, the data fields related to Solution 1 and 2 can be empty.
|
471 |
+
|
472 |
+
#### E2H-Lichess
|
473 |
+
|Field|Type|Description|
|
474 |
+
|---|---|---|
|
475 |
+
|puzzle_id|string|id of the puzzle on Lichess|
|
476 |
+
|rating|float|estimated difficulty|
|
477 |
+
|rating_std|float|standard deviation of estimated difficulty|
|
478 |
+
|rating_quantile|float|quantile of estimated difficulty|
|
479 |
+
|tag|string|type of the puzzle|
|
480 |
+
|fen|string|Forsyth–Edwards notation (FEN) of the puzzle|
|
481 |
+
|pgn|string|portable game notation (PGN) of the puzzle|
|
482 |
+
|annotated_pgn|string|annotated portable game notation (PGN) of the puzzle|
|
483 |
+
|uci_seq|string|universal chess interface (UCI) notation of the puzzle|
|
484 |
+
|san_seq|string|standard algebraic notation (SAN) of the puzzle|
|
485 |
+
|answer_san|string|standard algebraic notation (SAN) of the answer|
|
486 |
+
|answer_uci|string|universal chess interface (UCI) notation of answer|
|
487 |
+
|init_num_moves|int|number of moves from initial chess board to form the puzzle|
|
488 |
+
|player|string|side to solve the puzzle, either `black` or `white`|
|
489 |
+
|populartity_score|int|popularity score of the puzzle on Lichess|
|
490 |
+
|puzzle_num_plays|int|number of times the puzzle is played on Lichess|
|
491 |
+
|motif_tags|string|tags about the puzzle motifs|
|
492 |
+
|phase_tags|string|tags about the phase of the puzzle|
|
493 |
+
|mate_tags|string|tags about the type of checkmate|
|
494 |
+
|special_move_tags|string|tags about special moves involved in the puzzle|
|
495 |
+
|game_origin_tags|string|tags about the origin of the puzzle|
|
496 |
+
|opening_tags|string|tags about the type of opening|
|
497 |
+
|game_hash|string|hash code of the corresponding game on Lichess|
|
498 |
+
|game_url|string|URL link of the corresponding game on Lichess|
|
499 |
+
|game_pgn|string|portable game notation (PGN) of the entire game|
|
500 |
+
|game_annotated_pgn|string|annotated portable game notation (PGN) of the entire game|
|
501 |
+
|unnorm_rating|float|unnormalized estimated difficulty|
|
502 |
+
|unnorm_rating_std|float|standard deviation of unnormalized estimated difficulty|
|
503 |
+
|previous_fen|string|Forsyth–Edwards notation (FEN) of the puzzle before last move by the opponent|
|
504 |
+
|last_move_uci|string|universal chess interface (UCI) notation of last move by the opponent|
|
505 |
+
|
506 |
+
#### E2H-GSM8K, E2H-ARC, E2H-Winogrande
|
507 |
+
Besides the data fields from the original datasets, all of these three datasets have the following difficulty-realted data fields:
|
508 |
+
|
509 |
+
|Field|Type|Description|
|
510 |
+
|---|---|---|
|
511 |
+
|rating|float|estimated difficulty|
|
512 |
+
|rating_std|float|standard deviation of estimated difficulty|
|
513 |
+
|rating_quantile|float|quantile of estimated difficulty|
|
514 |
+
|model_avg_acc|float|average accuracy of selected models on the Open LLM Leaderboard|
|
515 |
+
|unnorm_rating|float|unnormalized estimated difficulty|
|
516 |
+
|unnorm_rating_std|float|standard deviation of unnormalized estimated difficulty|
|
517 |
+
|
518 |
+
### Data Splits
|
519 |
+
|
520 |
+
For the newly crafted datasets, E2H-AMC, E2H-Codeforces and E2H-Lichess, all of them contain a train and evaluation splits.
|
521 |
+
|
522 |
+
For the datasets, E2H-GSM8K, E2H-ARC and E2H-Winogrande, all of them only have evaluation splits with size of that in the original dataset.
|
523 |
+
|
524 |
+
| | Train Size | Eval Size |
|
525 |
+
|----------------|-----------:|----------:|
|
526 |
+
| E2H-AMC | 1,000 | 2,975 |
|
527 |
+
| E2H-Codeforces | 3,663 | 4,000 |
|
528 |
+
| E2H-Lichess | 71,763 | 5,000 |
|
529 |
+
| E2H-GSM8K | N.A. | 1,319 |
|
530 |
+
| E2H-ARC | N.A. | 1,172 |
|
531 |
+
| E2H-Winogrande | N.A. | 1,267 |
|
532 |
+
|
533 |
+
### Data Difficulty Distribution
|
534 |
+
|
535 |
+
<div align="center">
|
536 |
+
<img src="./img/hf_distribution.png" alt="Logo" width="100%">
|
537 |
+
</div>
|
538 |
+
|
539 |
+
## Dataset Creation
|
540 |
+
|
541 |
+
- E2H-AMC: We collect the problems from AMC 8/10/12, AIME I/II and HMMT Feb/Nov, and estimate the difficulties by IRT based on AoPS rating of competitions and item difficulties from the official reports.
|
542 |
+
- E2H-Codeforces: We collect the problems from contests on Codeforces, and estimate the difficulties by Glicko-2 based on contestants' ratings and submission status from Codeforces.
|
543 |
+
- E2H-Lichess: We collect the one-step puzzle from Lichess, and estimate the difficulties by Glicko-2 based on puzzle ratings and player ratings from Lichess.
|
544 |
+
- E2H-GSM8K, E2H-ARC, E2H-Winogrande: We inherit the original datasets, and estimate the dififculties by IRT based on sample-wise evluation results of LLMs on Open LLM leaderboard.
|
545 |
+
|
546 |
+
|
547 |
+
## Citation Information
|
548 |
+
|
549 |
+
```
|
550 |
+
TBD
|
551 |
+
```
|