File size: 1,121 Bytes
225d04e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
04b627f
 
 
 
 
225d04e
 
 
 
 
 
 
 
 
 
 
04b627f
 
225d04e
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
---
dataset_info:
  features:
  - name: problem_id
    dtype: string
  - name: source
    dtype: string
  - name: prompt
    dtype: string
  - name: gold_standard_solution
    dtype: string
  - name: llm_responses
    list:
    - name: response_id
      dtype: string
    - name: model
      dtype: string
    - name: response
      dtype: string
    - name: correct
      dtype: bool
  - name: equiv_matrix
    list:
      list: bool
  splits:
  - name: aime2024
    num_bytes: 450279950
    num_examples: 120
  - name: aime2025
    num_bytes: 484418592
    num_examples: 120
  - name: livebench_math
    num_bytes: 352622020
    num_examples: 368
  - name: gpqa
    num_bytes: 268468062
    num_examples: 198
  - name: validation
    num_bytes: 320893808
    num_examples: 691
  download_size: 683678414
  dataset_size: 1876682432
configs:
- config_name: default
  data_files:
  - split: aime2024
    path: data/aime2024-*
  - split: aime2025
    path: data/aime2025-*
  - split: livebench_math
    path: data/livebench_math-*
  - split: gpqa
    path: data/gpqa-*
  - split: validation
    path: data/validation-*
---