od2961 commited on
Commit
dcf1632
·
verified ·
1 Parent(s): 93f2b5e

Add Levels 4 and 5 (10 configs, 6400 rows), labelled pending held-out confirmation

Browse files
LEVELS_4_5.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ModeBench Levels 4 and 5
2
+
3
+ Ten configs extending the ModeBench release with two harder difficulty levels,
4
+ five domains each, in the same row surface as Levels 1-3: `problem`, `answer`
5
+ (an executable specification carrying its own `verifier`), and
6
+ `answer_mode_count`.
7
+
8
+ ## How these differ from Levels 1-3
9
+
10
+ Levels 1-3 were published after a held-out confirmation that matched each
11
+ domain to a fixed reference. **Levels 4 and 5 have not cleared that gate.**
12
+ Every config here records, verbatim from its own dataset identity:
13
+
14
+ ```
15
+ status: frozen_pending_heldout_confirmation
16
+ difficulty_matched: False
17
+ ```
18
+
19
+ They are frozen, and each domain carries its own confirmation record, recipe
20
+ and protocol hashes, and cross-source disjointness checks. They back the
21
+ published base-model scale figure. What they do not yet carry is the held-out
22
+ confirmation and the difficulty match that Levels 1-3 carry, so a result on
23
+ Level 4 or 5 should not be reported as though it rested on the same warrant
24
+ as one on Levels 1-3.
25
+
26
+ ## Splits
27
+
28
+ | level | domains | train | dev | eval |
29
+ | --- | --- | --- | --- | --- |
30
+ | 4 | 5 | 384 | 128 | 128 |
31
+ | 5 | 5 | 384 | 128 | 128 |
32
+
33
+ Every split was verified against the row digest frozen in its dataset identity,
34
+ then round-tripped through Parquet and re-read to confirm rows, feature types
35
+ and column order are unchanged.
36
+
37
+ ## Configs
38
+
39
+ - `level4_countdown` — status `frozen_pending_heldout_confirmation`, difficulty_matched `False`
40
+ - `level4_graph_coloring` — status `frozen_pending_heldout_confirmation`, difficulty_matched `False`
41
+ - `level4_mathir` — status `frozen_pending_heldout_confirmation`, difficulty_matched `False`
42
+ - `level4_pantry_plan` — status `frozen_pending_heldout_confirmation`, difficulty_matched `False`
43
+ - `level4_python_factors` — status `frozen_pending_heldout_confirmation`, difficulty_matched `False`
44
+ - `level5_countdown` — status `frozen_pending_heldout_confirmation`, difficulty_matched `False`
45
+ - `level5_graph_coloring` — status `frozen_pending_heldout_confirmation`, difficulty_matched `False`
46
+ - `level5_mathir` — status `frozen_pending_heldout_confirmation`, difficulty_matched `False`
47
+ - `level5_pantry_plan` — status `frozen_pending_heldout_confirmation`, difficulty_matched `False`
48
+ - `level5_python_factors` — status `frozen_pending_heldout_confirmation`, difficulty_matched `False`
README.md CHANGED
@@ -126,6 +126,86 @@ configs:
126
  path: data/level3_python_factors/dev.parquet
127
  - split: eval
128
  path: data/level3_python_factors/eval.parquet
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
  ---
130
 
131
  # ModeBench
@@ -190,3 +270,16 @@ The support-count metadata and reference specifications are for construction, ch
190
  ## License provenance
191
 
192
  The original repository's Apache-2.0 source-code license is preserved in [licenses/source_repository_APACHE_2.0.txt](licenses/source_repository_APACHE_2.0.txt), and copied source copyright notices remain intact. The frozen dataset roots contain no separate dataset-specific license declaration; this export does not invent new dataset license terms. PantryPlan ingredient provenance records USDA FoodData Central Foundation Foods under CC0/public-domain source terms in [pantry_ingredient_source.json](provenance/pantry_ingredient_source.json).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
  path: data/level3_python_factors/dev.parquet
127
  - split: eval
128
  path: data/level3_python_factors/eval.parquet
129
+ - config_name: level4_countdown
130
+ data_files:
131
+ - split: dev
132
+ path: data/level4_countdown/dev.parquet
133
+ - split: eval
134
+ path: data/level4_countdown/eval.parquet
135
+ - split: train
136
+ path: data/level4_countdown/train.parquet
137
+ - config_name: level4_graph_coloring
138
+ data_files:
139
+ - split: dev
140
+ path: data/level4_graph_coloring/dev.parquet
141
+ - split: eval
142
+ path: data/level4_graph_coloring/eval.parquet
143
+ - split: train
144
+ path: data/level4_graph_coloring/train.parquet
145
+ - config_name: level4_mathir
146
+ data_files:
147
+ - split: dev
148
+ path: data/level4_mathir/dev.parquet
149
+ - split: eval
150
+ path: data/level4_mathir/eval.parquet
151
+ - split: train
152
+ path: data/level4_mathir/train.parquet
153
+ - config_name: level4_pantry_plan
154
+ data_files:
155
+ - split: dev
156
+ path: data/level4_pantry_plan/dev.parquet
157
+ - split: eval
158
+ path: data/level4_pantry_plan/eval.parquet
159
+ - split: train
160
+ path: data/level4_pantry_plan/train.parquet
161
+ - config_name: level4_python_factors
162
+ data_files:
163
+ - split: dev
164
+ path: data/level4_python_factors/dev.parquet
165
+ - split: eval
166
+ path: data/level4_python_factors/eval.parquet
167
+ - split: train
168
+ path: data/level4_python_factors/train.parquet
169
+ - config_name: level5_countdown
170
+ data_files:
171
+ - split: dev
172
+ path: data/level5_countdown/dev.parquet
173
+ - split: eval
174
+ path: data/level5_countdown/eval.parquet
175
+ - split: train
176
+ path: data/level5_countdown/train.parquet
177
+ - config_name: level5_graph_coloring
178
+ data_files:
179
+ - split: dev
180
+ path: data/level5_graph_coloring/dev.parquet
181
+ - split: eval
182
+ path: data/level5_graph_coloring/eval.parquet
183
+ - split: train
184
+ path: data/level5_graph_coloring/train.parquet
185
+ - config_name: level5_mathir
186
+ data_files:
187
+ - split: dev
188
+ path: data/level5_mathir/dev.parquet
189
+ - split: eval
190
+ path: data/level5_mathir/eval.parquet
191
+ - split: train
192
+ path: data/level5_mathir/train.parquet
193
+ - config_name: level5_pantry_plan
194
+ data_files:
195
+ - split: dev
196
+ path: data/level5_pantry_plan/dev.parquet
197
+ - split: eval
198
+ path: data/level5_pantry_plan/eval.parquet
199
+ - split: train
200
+ path: data/level5_pantry_plan/train.parquet
201
+ - config_name: level5_python_factors
202
+ data_files:
203
+ - split: dev
204
+ path: data/level5_python_factors/dev.parquet
205
+ - split: eval
206
+ path: data/level5_python_factors/eval.parquet
207
+ - split: train
208
+ path: data/level5_python_factors/train.parquet
209
  ---
210
 
211
  # ModeBench
 
270
  ## License provenance
271
 
272
  The original repository's Apache-2.0 source-code license is preserved in [licenses/source_repository_APACHE_2.0.txt](licenses/source_repository_APACHE_2.0.txt), and copied source copyright notices remain intact. The frozen dataset roots contain no separate dataset-specific license declaration; this export does not invent new dataset license terms. PantryPlan ingredient provenance records USDA FoodData Central Foundation Foods under CC0/public-domain source terms in [pantry_ingredient_source.json](provenance/pantry_ingredient_source.json).
273
+
274
+ ## Levels 4 and 5: admission status
275
+
276
+ The ten Level 4 and Level 5 configs (`level4_countdown`, `level4_graph_coloring`, `level4_mathir`, `level4_pantry_plan`, `level4_python_factors`, `level5_countdown`, `level5_graph_coloring`, `level5_mathir`, `level5_pantry_plan`, `level5_python_factors`) are frozen and confirmed per domain, and they back the published base-model scale figure.
277
+
278
+ They have **not** cleared the held-out confirmation that Levels 1-3 cleared before publication, and they are not difficulty-matched against a fixed reference. Each records its own identity verbatim:
279
+
280
+ ```
281
+ status: frozen_pending_heldout_confirmation
282
+ difficulty_matched: False
283
+ ```
284
+
285
+ A result measured on Level 4 or 5 should not be reported as resting on the same warrant as one measured on Levels 1-3.
data/level4_countdown/dev.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2508b6201c8efc9919583a88314a2c3c668fb05f9480d1748a7386a70983c01c
3
+ size 14481
data/level4_countdown/eval.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9ffe3a874ea6fb39713c7aa9f10c56895415e3297f4d42247bd07c2d92cbee6
3
+ size 14365
data/level4_countdown/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d5e969b27a0552154ad146fe342d3f1bb96b56b406bfdf36ea83e3c3a20b667
3
+ size 22428
data/level4_graph_coloring/dev.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07076d1716e072a2866193c0a8dc9d012f1c5a17888e926bf2fade03bc16b233
3
+ size 18631
data/level4_graph_coloring/eval.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84789a0071d78197e9f961bf4ab02189e168e8b84bd496902630bc098bbeec36
3
+ size 18437
data/level4_graph_coloring/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1806ce59d5550cc33b5c435242035b334d841fa3a60398143c70009b40c2ff9f
3
+ size 28409
data/level4_mathir/dev.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:931966f5bdea1bc49e2ab0ab92cdf815305efadec9ec3671955409699cfc7237
3
+ size 28689
data/level4_mathir/eval.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef8e32741a37d447c5b62b7e9a52f46760731f00184b8df2ed9dfd57f9ed1a85
3
+ size 28765
data/level4_mathir/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7046ff0b40f53880c014204ebfb94dccd4629403b7e802edcd7d4bfa4a7b8b4
3
+ size 50853
data/level4_pantry_plan/dev.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cc1be8c282c8e01bd1ee57d1277a4157eb35e85466b5bab0f709cabfc53230d
3
+ size 62373
data/level4_pantry_plan/eval.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c97438a150b84fa558e611cb32ccce0ae57f17e0b3b2c725219f75302c6e981
3
+ size 61747
data/level4_pantry_plan/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34910a2f86e5131c6e791f6e0a5666e996ce6ee09156ee3f9597d2ccfc1ecaf5
3
+ size 119097
data/level4_python_factors/dev.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48ae468c33c36fe6afd04ff333b2acc77fa434df414eb72ae61d8ca8050d2380
3
+ size 25632
data/level4_python_factors/eval.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4e60141fd94d3a038ef4a3af794623bcbe8664306e347676f84ce13213eed1d
3
+ size 25410
data/level4_python_factors/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f09728ab48729f6a84965617100e92333c8c63dd7a607afa5e2cbe199d82b73
3
+ size 43125
data/level5_countdown/dev.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7bc35dca1ce719eafcab008ee08b957d7563c83eb5468bbaca57a37636b1dc1
3
+ size 15398
data/level5_countdown/eval.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11459a06b49bd0dd61eb668e52ae3f2958c2b1aae22dbc1a9514fe41a28fb3ea
3
+ size 15207
data/level5_countdown/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d80d91bc0faeabc825482f8f6fbd44592a5be2f970350895c25eae093e10f795
3
+ size 24557
data/level5_graph_coloring/dev.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db9d1789c353a2af3e5e6532dcaf2db6de28e22dc52171049d3393e82b038c02
3
+ size 22350
data/level5_graph_coloring/eval.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75ca0480b6e7e113ea681d3a1b1145a09fa2c3de7355ff921919ad708851febc
3
+ size 21928
data/level5_graph_coloring/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed2fe860cc971afc285b52536d9d2458431b26b01d5c616d105461beafa06154
3
+ size 33450
data/level5_mathir/dev.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ee260290035a2d5a30f76481f9c42115640629a3a6efa97073841994f21d8c7
3
+ size 34716
data/level5_mathir/eval.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a82293cd9a2245eb664f1f9082eec83d7232a00308e28a47de9b895a0ca8fd04
3
+ size 34531
data/level5_mathir/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea91001c8fff8c230d2bc7d184343324011286fecb27d3e7ca3a94b4cf2f9250
3
+ size 55510
data/level5_pantry_plan/dev.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22d002000a0bd2f6624e274415c8fa0ae291bfd95a257a938729400ab356d5ae
3
+ size 66774
data/level5_pantry_plan/eval.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:474f112bfcb3abf9c3ac41e49c03e2b4f34e6a1d11670a4ad03768a6f37ac763
3
+ size 65530
data/level5_pantry_plan/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b5f3199b5bb074d8f18b84f054d9950bf20e379e1bdabbb66a1f56879d59327
3
+ size 127834
data/level5_python_factors/dev.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e78331a2eb9b1c8b1f71c0c844325778d65bbbc3106fee933f32e9c838c36ff
3
+ size 23612
data/level5_python_factors/eval.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:496f9d6020fcb906a1ee6b6ec9cb868a4d5478c3f492ab0514d3a825a083b521
3
+ size 23551
data/level5_python_factors/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b48efcf989206137696fb1194f5caa22cfb698d06bc343d688e344ad12568e1
3
+ size 41534
provenance/levels45_manifest.json ADDED
The diff for this file is too large to render. See raw diff