Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
File size: 5,369 Bytes
968a69f
 
7215990
558ece4
7215990
486fa6f
 
7215990
 
 
 
 
 
486fa6f
 
 
 
 
 
 
 
 
 
 
7215990
 
 
486fa6f
 
 
 
 
 
 
7215990
 
 
 
 
486fa6f
 
 
 
 
 
7215990
486fa6f
 
 
7215990
486fa6f
 
 
 
558ece4
 
50af2b9
 
 
 
558ece4
 
 
 
50af2b9
 
558ece4
 
50af2b9
 
 
 
 
558ece4
50af2b9
558ece4
50af2b9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
558ece4
50af2b9
558ece4
50af2b9
558ece4
50af2b9
 
 
558ece4
50af2b9
 
 
 
 
 
 
 
 
 
 
 
 
 
558ece4
 
 
 
50af2b9
 
 
 
 
 
 
 
558ece4
50af2b9
 
 
558ece4
50af2b9
 
 
 
1cd5e52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
378f33c
 
945da5e
 
378f33c
 
 
 
 
 
945da5e
378f33c
945da5e
378f33c
945da5e
378f33c
945da5e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
378f33c
 
945da5e
378f33c
945da5e
 
 
 
 
378f33c
945da5e
 
 
378f33c
945da5e
 
 
 
7215990
 
 
486fa6f
 
7215990
 
558ece4
 
50af2b9
 
558ece4
 
1cd5e52
 
 
 
378f33c
 
945da5e
 
378f33c
 
968a69f
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
---

license: cc-by-sa-4.0
dataset_info:
- config_name: E2H-AMC
  features:
  - name: contest
    dtype: string
  - name: rating
    dtype: float64
  - name: rating_std
    dtype: float64
  - name: rating_quantile
    dtype: float64
  - name: tag
    dtype: string
  - name: subtest
    dtype: string
  - name: year
    dtype: int64
  - name: month
    dtype: string
  - name: index
    dtype: int64
  - name: problem
    dtype: string
  - name: answer
    dtype: string
  - name: solution
    dtype: string
  - name: rating_tag
    dtype: string
  - name: test_tag
    dtype: string
  - name: item_difficulty
    dtype: float64
  - name: unnorm_rating
    dtype: float64
  - name: unnorm_rating_std
    dtype: float64
  - name: unnorm_rating_lower
    dtype: float64
  - name: unnorm_rating_upper
    dtype: float64
  - name: ever_exist
    dtype: bool
  splits:
  - name: train
    num_bytes: 1306215
    num_examples: 1000
  - name: eval
    num_bytes: 3935954
    num_examples: 2975
  download_size: 2811269
  dataset_size: 5242169
- config_name: E2H-Codeforces
  features:
  - name: contest_id
    dtype: int64
  - name: problem_index
    dtype: string
  - name: rating
    dtype: float64
  - name: rating_std
    dtype: float64
  - name: rating_volatility
    dtype: float64
  - name: rating_quantile
    dtype: float64
  - name: tag
    dtype: string
  - name: detailed_tag
    dtype: string
  - name: problem_name
    dtype: string
  - name: problem_main
    dtype: string
  - name: problem_note
    dtype: string
  - name: input_spec
    dtype: string
  - name: output_spec
    dtype: string
  - name: sample_inputs
    sequence: string
  - name: sample_outputs
    sequence: string
  - name: inputs
    sequence: string
  - name: answers
    sequence: string
  - name: input_output
    struct:
    - name: inputs
      sequence: string
    - name: outputs
      sequence: string
  - name: solution_id_0
    dtype: int64
  - name: solution_0
    dtype: string
  - name: outputs_0
    sequence: string
  - name: solution_id_1
    dtype: int64
  - name: solution_1
    dtype: string
  - name: outputs_1
    sequence: string
  - name: solution_id_2
    dtype: int64
  - name: solution_2
    dtype: string
  - name: outputs_2
    sequence: string
  - name: unnorm_rating
    dtype: float64
  - name: unnorm_rating_std
    dtype: float64
  - name: unnorm_rating_volatility
    dtype: float64
  - name: reference_rating
    dtype: float64
  - name: original_tags
    sequence: string
  - name: ever_exist
    dtype: bool
  splits:
  - name: train
    num_bytes: 25286548
    num_examples: 3663
  - name: eval
    num_bytes: 52688262
    num_examples: 4000
  download_size: 33577472
  dataset_size: 77974810
- config_name: E2H-GSM8K
  features:
  - name: rating
    dtype: float64
  - name: rating_std
    dtype: float64
  - name: rating_quantile
    dtype: float64
  - name: question
    dtype: string
  - name: answer
    dtype: string
  - name: model_avg_acc
    dtype: float64
  - name: unnorm_rating
    dtype: float64
  - name: unnorm_rating_std
    dtype: float64
  splits:
  - name: eval
    num_bytes: 777044
    num_examples: 1319
  download_size: 475944
  dataset_size: 777044
- config_name: E2H-Lichess
  features:
  - name: puzzle_id
    dtype: string
  - name: rating
    dtype: float64
  - name: rating_std
    dtype: float64
  - name: rating_quantile
    dtype: float64
  - name: tag
    dtype: string
  - name: fen
    dtype: string
  - name: pgn
    dtype: string
  - name: annotated_pgn
    dtype: string
  - name: uci_seq
    dtype: string
  - name: san_seq
    dtype: string
  - name: answer_san
    dtype: string
  - name: answer_uci
    dtype: string
  - name: init_num_moves
    dtype: int64
  - name: player
    dtype: string
  - name: popularity_score
    dtype: int64
  - name: puzzle_num_plays
    dtype: int64
  - name: motif_tags
    sequence: string
  - name: phase_tags
    sequence: string
  - name: mate_tags
    sequence: string
  - name: special_move_tags
    sequence: string
  - name: game_origin_tags
    sequence: string
  - name: opening_tags
    sequence: string
  - name: game_hash
    dtype: string
  - name: game_url
    dtype: string
  - name: game_pgn
    dtype: string
  - name: game_annotated_pgn
    dtype: string
  - name: unnorm_rating
    dtype: int64
  - name: unnorm_rating_std
    dtype: int64
  - name: previous_fen
    dtype: string
  - name: last_move_uci
    dtype: string
  splits:
  - name: train
    num_bytes: 633749139
    num_examples: 71763
  - name: eval
    num_bytes: 44154200
    num_examples: 5000
  download_size: 297840777
  dataset_size: 677903339
configs:
- config_name: E2H-AMC
  data_files:
  - split: train
    path: E2H-AMC/train-*
  - split: eval
    path: E2H-AMC/eval-*
- config_name: E2H-Codeforces
  data_files:
  - split: train
    path: E2H-Codeforces/train-*
  - split: eval
    path: E2H-Codeforces/eval-*
- config_name: E2H-GSM8K
  data_files:
  - split: eval
    path: E2H-GSM8K/eval-*
- config_name: E2H-Lichess
  data_files:
  - split: train
    path: E2H-Lichess/train-*
  - split: eval
    path: E2H-Lichess/eval-*
---