Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Libraries:
Datasets
Dask
License:
Dtimes commited on
Commit
50af2b9
1 Parent(s): 486fa6f

Upload dataset

Browse files
E2H-Codeforces/eval-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d3b476a5a77a73c34dcdd0194eacd8d82d7dac331f884aad73c15fe36d6fc178
3
- size 253021
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0849e4abeed7536741e72556b269c3e2f1681cabe5a83d0c4eddcac09f2e95e2
3
+ size 23438901
README.md CHANGED
@@ -54,36 +54,85 @@ dataset_info:
54
  dataset_size: 5242169
55
  - config_name: E2H-Codeforces
56
  features:
 
 
 
 
57
  - name: rating
58
  dtype: float64
59
  - name: rating_std
60
  dtype: float64
 
 
61
  - name: rating_quantile
62
  dtype: float64
63
- - name: id
 
 
 
 
64
  dtype: string
65
- - name: question
66
  dtype: string
67
- - name: choices
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  struct:
69
- - name: label
70
  sequence: string
71
- - name: text
72
  sequence: string
73
- - name: answerKey
 
 
74
  dtype: string
75
- - name: model_avg_acc
76
- dtype: float64
 
 
 
 
 
 
 
 
 
 
 
 
77
  - name: unnorm_rating
78
  dtype: float64
79
  - name: unnorm_rating_std
80
  dtype: float64
 
 
 
 
 
 
 
 
81
  splits:
 
 
 
82
  - name: eval
83
- num_bytes: 431767
84
- num_examples: 1172
85
- download_size: 253021
86
- dataset_size: 431767
87
  - config_name: E2H-Lichess
88
  features:
89
  - name: rating
@@ -121,6 +170,8 @@ configs:
121
  path: E2H-AMC/eval-*
122
  - config_name: E2H-Codeforces
123
  data_files:
 
 
124
  - split: eval
125
  path: E2H-Codeforces/eval-*
126
  - config_name: E2H-Lichess
 
54
  dataset_size: 5242169
55
  - config_name: E2H-Codeforces
56
  features:
57
+ - name: contest_id
58
+ dtype: int64
59
+ - name: problem_index
60
+ dtype: string
61
  - name: rating
62
  dtype: float64
63
  - name: rating_std
64
  dtype: float64
65
+ - name: rating_volatility
66
+ dtype: float64
67
  - name: rating_quantile
68
  dtype: float64
69
+ - name: tag
70
+ dtype: string
71
+ - name: detailed_tag
72
+ dtype: string
73
+ - name: problem_name
74
  dtype: string
75
+ - name: problem_main
76
  dtype: string
77
+ - name: problem_note
78
+ dtype: string
79
+ - name: input_spec
80
+ dtype: string
81
+ - name: output_spec
82
+ dtype: string
83
+ - name: sample_inputs
84
+ sequence: string
85
+ - name: sample_outputs
86
+ sequence: string
87
+ - name: inputs
88
+ sequence: string
89
+ - name: answers
90
+ sequence: string
91
+ - name: input_output
92
  struct:
93
+ - name: inputs
94
  sequence: string
95
+ - name: outputs
96
  sequence: string
97
+ - name: solution_id_0
98
+ dtype: int64
99
+ - name: solution_0
100
  dtype: string
101
+ - name: outputs_0
102
+ sequence: string
103
+ - name: solution_id_1
104
+ dtype: int64
105
+ - name: solution_1
106
+ dtype: string
107
+ - name: outputs_1
108
+ sequence: string
109
+ - name: solution_id_2
110
+ dtype: int64
111
+ - name: solution_2
112
+ dtype: string
113
+ - name: outputs_2
114
+ sequence: string
115
  - name: unnorm_rating
116
  dtype: float64
117
  - name: unnorm_rating_std
118
  dtype: float64
119
+ - name: unnorm_rating_volatility
120
+ dtype: float64
121
+ - name: reference_rating
122
+ dtype: float64
123
+ - name: original_tags
124
+ sequence: string
125
+ - name: ever_exist
126
+ dtype: bool
127
  splits:
128
+ - name: train
129
+ num_bytes: 25286548
130
+ num_examples: 3663
131
  - name: eval
132
+ num_bytes: 52688262
133
+ num_examples: 4000
134
+ download_size: 33577472
135
+ dataset_size: 77974810
136
  - config_name: E2H-Lichess
137
  features:
138
  - name: rating
 
170
  path: E2H-AMC/eval-*
171
  - config_name: E2H-Codeforces
172
  data_files:
173
+ - split: train
174
+ path: E2H-Codeforces/train-*
175
  - split: eval
176
  path: E2H-Codeforces/eval-*
177
  - config_name: E2H-Lichess