File size: 4,393 Bytes
050a498 54ff1c7 bd6922c 14d0627 9526316 e5c84aa 3a7422a 1b5e155 54ff1c7 7f95d44 d140494 8c6ec8d 54ff1c7 bd6922c 14d0627 9526316 e5c84aa 3a7422a 1b5e155 54ff1c7 7f95d44 d140494 8c6ec8d 050a498 |
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 |
---
license: apache-2.0
configs:
- config_name: CorrectBenchQA
data_files:
- split: train
path: CorrectBenchQA/train-*
- config_name: CureBenchPhase2QA
data_files:
- split: train
path: CureBenchPhase2QA/train-*
- config_name: FailureSensorIQ
data_files:
- split: train
path: FailureSensorIQ/train-*
- config_name: MMLUPro500
data_files:
- split: train
path: MMLUPro500/train-*
- config_name: OpenBookQA
data_files:
- split: train
path: OpenBookQA/train-*
- config_name: SuperGPQA
data_files:
- split: train
path: SuperGPQA/train-*
- config_name: TimeMQA
data_files:
- split: train
path: TimeMQA/train-*
- config_name: aime2025QA
data_files:
- split: train
path: aime2025QA/train-*
- config_name: medQA
data_files:
- split: train
path: medQA/train-*
- config_name: physicsQA
data_files:
- split: train
path: physicsQA/train-*
dataset_info:
- config_name: CorrectBenchQA
features:
- name: id
dtype: string
- name: question
dtype: string
- name: options
list: string
- name: option_ids
list: string
- name: correct
list: bool
splits:
- name: train
num_bytes: 197380
num_examples: 494
download_size: 45057
dataset_size: 197380
- config_name: CureBenchPhase2QA
features:
- name: id
dtype: string
- name: question
dtype: string
- name: options
list: string
- name: option_ids
list: string
splits:
- name: train
num_bytes: 412640
num_examples: 779
download_size: 79844
dataset_size: 412640
- config_name: FailureSensorIQ
features:
- name: id
dtype: string
- name: question
dtype: string
- name: options
list: string
- name: option_ids
list: string
- name: correct
list: bool
splits:
- name: train
num_bytes: 134424
num_examples: 500
download_size: 23982
dataset_size: 134424
- config_name: MMLUPro500
features:
- name: id
dtype: string
- name: question
dtype: string
- name: options
list: string
- name: option_ids
list: string
- name: correct
list: bool
splits:
- name: train
num_bytes: 358124
num_examples: 500
download_size: 188388
dataset_size: 358124
- config_name: OpenBookQA
features:
- name: id
dtype: string
- name: question
dtype: string
- name: options
list: string
- name: option_ids
list: string
- name: correct
list: bool
splits:
- name: train
num_bytes: 91509
num_examples: 500
download_size: 55203
dataset_size: 91509
- config_name: SuperGPQA
features:
- name: id
dtype: string
- name: question
dtype: string
- name: options
list: string
- name: option_ids
list: string
- name: correct
list: bool
splits:
- name: train
num_bytes: 401023
num_examples: 500
download_size: 187785
dataset_size: 401023
- config_name: TimeMQA
features:
- name: id
dtype: string
- name: question
dtype: string
- name: options
list: string
- name: option_ids
list: string
- name: correct
list: bool
splits:
- name: train
num_bytes: 154339
num_examples: 500
download_size: 78844
dataset_size: 154339
- config_name: aime2025QA
features:
- name: id
dtype: string
- name: question
dtype: string
- name: options
list: int64
- name: option_ids
list: string
- name: correct
list: bool
splits:
- name: train
num_bytes: 18165
num_examples: 30
download_size: 15740
dataset_size: 18165
- config_name: medQA
features:
- name: id
dtype: string
- name: question
dtype: string
- name: options
list: string
- name: option_ids
list: string
- name: correct
list: bool
splits:
- name: train
num_bytes: 478951
num_examples: 500
download_size: 262147
dataset_size: 478951
- config_name: physicsQA
features:
- name: id
dtype: string
- name: question
dtype: string
- name: options
list: string
- name: option_ids
list: string
- name: correct
list: bool
splits:
- name: train
num_bytes: 19797
num_examples: 45
download_size: 14594
dataset_size: 19797
---
|