File size: 2,542 Bytes
4a0b587 |
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 |
---
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
download_size: 15055224
dataset_size: 43971559
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-*
---
|