File size: 3,411 Bytes
f8a7413 d37378b f8a7413 d37378b f8a7413 |
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 |
---
dataset_info:
features:
- name: question
dtype: string
- name: answer
dtype: string
- name: question_id
dtype: string
- name: normalized_answer
dtype: string
- name: normalized_prediction
sequence: string
- name: full_response
sequence: string
- name: feedback
sequence: string
- name: original_question
dtype: string
- name: is_correct
dtype: bool
- name: all_attempts
sequence: string
- name: iteration
dtype: int64
- name: solution
dtype: string
- name: options
sequence: string
- name: answer_index
dtype: int64
- name: cot_content
dtype: string
- name: category
dtype: string
- name: src
dtype: string
- name: dataset_source
dtype: string
- name: model_source
dtype: string
splits:
- name: maverick_aime_2024
num_bytes: 2266344
num_examples: 33
- name: maverick_gpqa
num_bytes: 1181137
num_examples: 23
- name: maverick_mmlu
num_bytes: 3138588
num_examples: 90
- name: maverick_mmlu_pro
num_bytes: 8514412
num_examples: 248
- name: maverick_trivia_qa
num_bytes: 4393925
num_examples: 143
- name: maverick_5d
num_bytes: 1210418
num_examples: 29
- name: scout_aime_2024
num_bytes: 1757097
num_examples: 30
- name: scout_aime
num_bytes: 1655115
num_examples: 30
- name: scout_gpqa
num_bytes: 2016096
num_examples: 36
- name: scout_mmlu
num_bytes: 3539634
num_examples: 129
- name: scout_mmlu_pro
num_bytes: 8866474
num_examples: 265
- name: scout_trivia_qa
num_bytes: 4861295
num_examples: 231
- name: scout_math
num_bytes: 571024
num_examples: 115
- name: claude_aime_2024
num_bytes: 7418552
num_examples: 142
- name: claude_gpqa
num_bytes: 4389587
num_examples: 349
- name: claude_hex
num_bytes: 34403930
num_examples: 925
- name: claude_math
num_bytes: 557046
num_examples: 91
- name: claude_mmlu
num_bytes: 2359592
num_examples: 225
- name: claude_mmlu_pro
num_bytes: 3634207
num_examples: 264
- name: claude_trivia_qa
num_bytes: 136840
num_examples: 98
download_size: 34949211
dataset_size: 96871313
configs:
- config_name: default
data_files:
- split: maverick_aime_2024
path: data/maverick_aime_2024-*
- split: maverick_gpqa
path: data/maverick_gpqa-*
- split: maverick_mmlu
path: data/maverick_mmlu-*
- split: maverick_mmlu_pro
path: data/maverick_mmlu_pro-*
- split: maverick_trivia_qa
path: data/maverick_trivia_qa-*
- split: maverick_5d
path: data/maverick_5d-*
- split: scout_aime_2024
path: data/scout_aime_2024-*
- split: scout_aime
path: data/scout_aime-*
- split: scout_gpqa
path: data/scout_gpqa-*
- split: scout_mmlu
path: data/scout_mmlu-*
- split: scout_mmlu_pro
path: data/scout_mmlu_pro-*
- split: scout_trivia_qa
path: data/scout_trivia_qa-*
- split: scout_math
path: data/scout_math-*
- split: claude_aime_2024
path: data/claude_aime_2024-*
- split: claude_gpqa
path: data/claude_gpqa-*
- split: claude_hex
path: data/claude_hex-*
- split: claude_math
path: data/claude_math-*
- split: claude_mmlu
path: data/claude_mmlu-*
- split: claude_mmlu_pro
path: data/claude_mmlu_pro-*
- split: claude_trivia_qa
path: data/claude_trivia_qa-*
---
|