File size: 3,806 Bytes
968a69f 7215990 558ece4 7215990 486fa6f 7215990 486fa6f 7215990 486fa6f 7215990 486fa6f 7215990 486fa6f 7215990 486fa6f 558ece4 50af2b9 558ece4 50af2b9 558ece4 50af2b9 558ece4 50af2b9 558ece4 50af2b9 558ece4 50af2b9 558ece4 50af2b9 558ece4 50af2b9 558ece4 50af2b9 558ece4 50af2b9 558ece4 50af2b9 558ece4 50af2b9 378f33c 3e21fd5 378f33c 3e21fd5 378f33c 3e21fd5 378f33c 3e21fd5 378f33c 3e21fd5 378f33c 3e21fd5 378f33c 3e21fd5 378f33c 3e21fd5 7215990 486fa6f 7215990 558ece4 50af2b9 558ece4 378f33c 968a69f |
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 |
---
license: cc-by-sa-4.0
dataset_info:
- config_name: E2H-AMC
features:
- name: contest
dtype: string
- name: rating
dtype: float64
- name: rating_std
dtype: float64
- name: rating_quantile
dtype: float64
- name: tag
dtype: string
- name: subtest
dtype: string
- name: year
dtype: int64
- name: month
dtype: string
- name: index
dtype: int64
- name: problem
dtype: string
- name: answer
dtype: string
- name: solution
dtype: string
- name: rating_tag
dtype: string
- name: test_tag
dtype: string
- name: item_difficulty
dtype: float64
- name: unnorm_rating
dtype: float64
- name: unnorm_rating_std
dtype: float64
- name: unnorm_rating_lower
dtype: float64
- name: unnorm_rating_upper
dtype: float64
- name: ever_exist
dtype: bool
splits:
- name: train
num_bytes: 1306215
num_examples: 1000
- name: eval
num_bytes: 3935954
num_examples: 2975
download_size: 2811269
dataset_size: 5242169
- config_name: E2H-Codeforces
features:
- name: contest_id
dtype: int64
- name: problem_index
dtype: string
- name: rating
dtype: float64
- name: rating_std
dtype: float64
- name: rating_volatility
dtype: float64
- name: rating_quantile
dtype: float64
- name: tag
dtype: string
- name: detailed_tag
dtype: string
- name: problem_name
dtype: string
- name: problem_main
dtype: string
- name: problem_note
dtype: string
- name: input_spec
dtype: string
- name: output_spec
dtype: string
- name: sample_inputs
sequence: string
- name: sample_outputs
sequence: string
- name: inputs
sequence: string
- name: answers
sequence: string
- name: input_output
struct:
- name: inputs
sequence: string
- name: outputs
sequence: string
- name: solution_id_0
dtype: int64
- name: solution_0
dtype: string
- name: outputs_0
sequence: string
- name: solution_id_1
dtype: int64
- name: solution_1
dtype: string
- name: outputs_1
sequence: string
- name: solution_id_2
dtype: int64
- name: solution_2
dtype: string
- name: outputs_2
sequence: string
- name: unnorm_rating
dtype: float64
- name: unnorm_rating_std
dtype: float64
- name: unnorm_rating_volatility
dtype: float64
- name: reference_rating
dtype: float64
- name: original_tags
sequence: string
- name: ever_exist
dtype: bool
splits:
- name: train
num_bytes: 25286548
num_examples: 3663
- name: eval
num_bytes: 52688262
num_examples: 4000
download_size: 33577472
dataset_size: 77974810
- config_name: E2H-Lichess
features:
- name: rating
dtype: float64
- name: rating_std
dtype: float64
- name: rating_quantile
dtype: float64
- name: sentence
dtype: string
- name: option1
dtype: string
- name: option2
dtype: string
- name: answer
dtype: string
- name: model_avg_acc
dtype: float64
- name: unnorm_rating
dtype: float64
- name: unnorm_rating_std
dtype: float64
splits:
- name: eval
num_bytes: 224999
num_examples: 1267
download_size: 141808
dataset_size: 224999
configs:
- config_name: E2H-AMC
data_files:
- split: train
path: E2H-AMC/train-*
- split: eval
path: E2H-AMC/eval-*
- config_name: E2H-Codeforces
data_files:
- split: train
path: E2H-Codeforces/train-*
- split: eval
path: E2H-Codeforces/eval-*
- config_name: E2H-Lichess
data_files:
- split: eval
path: E2H-Lichess/eval-*
---
|