File size: 6,247 Bytes
6d57eb6
 
c70810d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4842a76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9ae95d9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c09ce19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69aab62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c638aab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4842a76
6d57eb6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1d8f97a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6d57eb6
c70810d
 
 
 
4842a76
 
 
 
9ae95d9
 
 
 
c09ce19
 
 
 
69aab62
 
 
 
c638aab
 
 
 
6d57eb6
 
 
 
1d8f97a
 
 
 
6d57eb6
b021d27
 
 
 
 
 
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
---
dataset_info:
- config_name: coding
  features:
  - name: question_id
    dtype: string
  - name: category
    dtype: string
  - name: turns
    sequence: string
  - name: question_title
    dtype: string
  - name: public_test_cases
    dtype: string
  - name: private_test_cases
    dtype: string
  - name: original_json
    struct:
    - name: question_title
      dtype: string
    - name: question_content
      dtype: string
    - name: platform
      dtype: string
    - name: question_id
      dtype: string
    - name: contest_id
      dtype: string
    - name: contest_date
      dtype: timestamp[s]
    - name: starter_code
      dtype: string
    - name: difficulty
      dtype: string
    - name: metadata
      dtype: string
  - name: release_date
    dtype: timestamp[s]
  - name: citation
    dtype: string
  - name: task
    dtype: string
  - name: livebench_release_date
    dtype: timestamp[s]
  - name: livebench_removal_date
    dtype: string
  - name: remainder
    dtype: string
  - name: solution
    dtype: string
  - name: partial_solution
    dtype: string
  splits:
  - name: test
    num_bytes: 254933661
    num_examples: 128
  download_size: 226756204
  dataset_size: 254933661
- config_name: data_analysis
  features:
  - name: question_id
    dtype: string
  - name: category
    dtype: string
  - name: turns
    sequence: string
  - name: ground_truth
    dtype: string
  - name: task
    dtype: string
  - name: livebench_release_date
    dtype: timestamp[s]
  - name: livebench_removal_date
    dtype: string
  splits:
  - name: test
    num_bytes: 305848
    num_examples: 150
  download_size: 144774
  dataset_size: 305848
- config_name: instruction_following
  features:
  - name: question_id
    dtype: string
  - name: task
    dtype: string
  - name: turns
    sequence: string
  - name: category
    dtype: string
  - name: instruction_id_list
    sequence: string
  - name: kwargs
    list:
    - name: num_sentences
      dtype: int64
    - name: relation
      dtype: string
    - name: section_spliter
      dtype: string
    - name: num_sections
      dtype: int64
    - name: keywords
      sequence: string
    - name: num_words
      dtype: int64
    - name: num_bullets
      dtype: int64
    - name: forbidden_words
      sequence: string
    - name: end_phrase
      dtype: string
    - name: num_paragraphs
      dtype: int64
    - name: nth_paragraph
      dtype: int64
    - name: first_word
      dtype: string
    - name: postscript_marker
      dtype: string
    - name: prompt_to_repeat
      dtype: string
  - name: task_prompt
    dtype: string
  - name: livebench_release_date
    dtype: timestamp[s]
  - name: livebench_removal_date
    dtype: string
  splits:
  - name: test
    num_bytes: 477915
    num_examples: 200
  download_size: 268409
  dataset_size: 477915
- config_name: language
  features:
  - name: question_id
    dtype: string
  - name: category
    dtype: string
  - name: ground_truth
    dtype: string
  - name: turns
    sequence: string
  - name: group
    dtype: string
  - name: movie_name
    dtype: string
  - name: release_date
    dtype: string
  - name: task
    dtype: string
  - name: livebench_release_date
    dtype: timestamp[s]
  - name: livebench_removal_date
    dtype: string
  - name: raw_id
    dtype: int64
  - name: citation
    dtype: string
  splits:
  - name: test
    num_bytes: 469547
    num_examples: 140
  download_size: 271080
  dataset_size: 469547
- config_name: math
  features:
  - name: question_id
    dtype: string
  - name: category
    dtype: string
  - name: ground_truth
    dtype: string
  - name: turns
    sequence: string
  - name: task
    dtype: string
  - name: subtask
    dtype: string
  - name: livebench_release_date
    dtype: timestamp[s]
  - name: livebench_removal_date
    dtype: string
  - name: expressions
    dtype: string
  - name: release_date
    dtype: int64
  - name: year
    dtype: string
  - name: hardness
    dtype: float64
  splits:
  - name: test
    num_bytes: 550057
    num_examples: 368
  download_size: 195720
  dataset_size: 550057
- config_name: model_answer
  features:
  - name: question_id
    dtype: string
  - name: answer_id
    dtype: string
  - name: model_id
    dtype: string
  - name: choices
    list:
    - name: index
      dtype: int64
    - name: turns
      sequence: string
  - name: tstamp
    dtype: float64
  - name: category
    dtype: string
  - name: task
    dtype: string
  splits:
  - name: leaderboard
    num_bytes: 159113809
    num_examples: 93715
  download_size: 56063713
  dataset_size: 159113809
- config_name: model_judgment
  features:
  - name: question_id
    dtype: string
  - name: task
    dtype: string
  - name: model
    dtype: string
  - name: score
    dtype: float64
  - name: turn
    dtype: int64
  - name: tstamp
    dtype: float64
  - name: category
    dtype: string
  splits:
  - name: leaderboard
    num_bytes: 13630224
    num_examples: 93624
  download_size: 1076812
  dataset_size: 13630224
- config_name: reasoning
  features:
  - name: question_id
    dtype: string
  - name: category
    dtype: string
  - name: ground_truth
    dtype: string
  - name: turns
    sequence: string
  - name: task
    dtype: string
  - name: livebench_release_date
    dtype: timestamp[s]
  - name: livebench_removal_date
    dtype: string
  splits:
  - name: test
    num_bytes: 195295
    num_examples: 150
  download_size: 57298
  dataset_size: 195295
configs:
- config_name: coding
  data_files:
  - split: test
    path: coding/test-*
- config_name: data_analysis
  data_files:
  - split: test
    path: data_analysis/test-*
- config_name: instruction_following
  data_files:
  - split: test
    path: instruction_following/test-*
- config_name: language
  data_files:
  - split: test
    path: language/test-*
- config_name: math
  data_files:
  - split: test
    path: math/test-*
- config_name: model_answer
  data_files:
  - split: leaderboard
    path: model_answer/leaderboard-*
- config_name: model_judgment
  data_files:
  - split: leaderboard
    path: model_judgment/leaderboard-*
- config_name: reasoning
  data_files:
  - split: test
    path: reasoning/test-*
---


数据来源:https://huggingface.co/livebench