robbiemu commited on
Commit
90e7936
·
verified ·
1 Parent(s): 10cea9b

Initial Leanstral calibration corpora release

Browse files
.gitattributes CHANGED
@@ -1,60 +1 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.avro filter=lfs diff=lfs merge=lfs -text
4
- *.bin filter=lfs diff=lfs merge=lfs -text
5
- *.bz2 filter=lfs diff=lfs merge=lfs -text
6
- *.ckpt filter=lfs diff=lfs merge=lfs -text
7
- *.ftz filter=lfs diff=lfs merge=lfs -text
8
- *.gz filter=lfs diff=lfs merge=lfs -text
9
- *.h5 filter=lfs diff=lfs merge=lfs -text
10
- *.joblib filter=lfs diff=lfs merge=lfs -text
11
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
12
- *.lz4 filter=lfs diff=lfs merge=lfs -text
13
- *.mds filter=lfs diff=lfs merge=lfs -text
14
- *.mlmodel filter=lfs diff=lfs merge=lfs -text
15
- *.model filter=lfs diff=lfs merge=lfs -text
16
- *.msgpack filter=lfs diff=lfs merge=lfs -text
17
- *.npy filter=lfs diff=lfs merge=lfs -text
18
- *.npz filter=lfs diff=lfs merge=lfs -text
19
- *.onnx filter=lfs diff=lfs merge=lfs -text
20
- *.ot filter=lfs diff=lfs merge=lfs -text
21
- *.parquet filter=lfs diff=lfs merge=lfs -text
22
- *.pb filter=lfs diff=lfs merge=lfs -text
23
- *.pickle filter=lfs diff=lfs merge=lfs -text
24
- *.pkl filter=lfs diff=lfs merge=lfs -text
25
- *.pt filter=lfs diff=lfs merge=lfs -text
26
- *.pth filter=lfs diff=lfs merge=lfs -text
27
- *.rar filter=lfs diff=lfs merge=lfs -text
28
- *.safetensors filter=lfs diff=lfs merge=lfs -text
29
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
30
- *.tar.* filter=lfs diff=lfs merge=lfs -text
31
- *.tar filter=lfs diff=lfs merge=lfs -text
32
- *.tflite filter=lfs diff=lfs merge=lfs -text
33
- *.tgz filter=lfs diff=lfs merge=lfs -text
34
- *.wasm filter=lfs diff=lfs merge=lfs -text
35
- *.xz filter=lfs diff=lfs merge=lfs -text
36
- *.zip filter=lfs diff=lfs merge=lfs -text
37
- *.zst filter=lfs diff=lfs merge=lfs -text
38
- *tfevents* filter=lfs diff=lfs merge=lfs -text
39
- # Audio files - uncompressed
40
- *.pcm filter=lfs diff=lfs merge=lfs -text
41
- *.sam filter=lfs diff=lfs merge=lfs -text
42
- *.raw filter=lfs diff=lfs merge=lfs -text
43
- # Audio files - compressed
44
- *.aac filter=lfs diff=lfs merge=lfs -text
45
- *.flac filter=lfs diff=lfs merge=lfs -text
46
- *.mp3 filter=lfs diff=lfs merge=lfs -text
47
- *.ogg filter=lfs diff=lfs merge=lfs -text
48
- *.wav filter=lfs diff=lfs merge=lfs -text
49
- # Image files - uncompressed
50
- *.bmp filter=lfs diff=lfs merge=lfs -text
51
- *.gif filter=lfs diff=lfs merge=lfs -text
52
- *.png filter=lfs diff=lfs merge=lfs -text
53
- *.tiff filter=lfs diff=lfs merge=lfs -text
54
- # Image files - compressed
55
- *.jpg filter=lfs diff=lfs merge=lfs -text
56
- *.jpeg filter=lfs diff=lfs merge=lfs -text
57
- *.webp filter=lfs diff=lfs merge=lfs -text
58
- # Video files - compressed
59
- *.mp4 filter=lfs diff=lfs merge=lfs -text
60
- *.webm filter=lfs diff=lfs merge=lfs -text
 
1
+ *.jsonl filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
LICENSE ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "{}"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright {yyyy} {name of copyright owner}
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
README.md ADDED
@@ -0,0 +1,299 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ tags:
8
+ - calibration
9
+ - quantization
10
+ - lean
11
+ - mathlib
12
+ - mxfp4
13
+ - fp8
14
+ - datasets
15
+ configs:
16
+ - config_name: selected
17
+ default: true
18
+ data_files:
19
+ - split: calibration
20
+ path: data/selected/calibration_samples.jsonl
21
+ - config_name: variant-1
22
+ data_files:
23
+ - split: calibration
24
+ path: data/variant-1/calibration_samples.jsonl
25
+ - config_name: variant-2
26
+ data_files:
27
+ - split: calibration
28
+ path: data/variant-2/calibration_samples.jsonl
29
+ - config_name: variant-3
30
+ data_files:
31
+ - split: calibration
32
+ path: data/variant-3/calibration_samples.jsonl
33
+ - config_name: variant-4
34
+ data_files:
35
+ - split: calibration
36
+ path: data/variant-4/calibration_samples.jsonl
37
+ - config_name: variant-5
38
+ data_files:
39
+ - split: calibration
40
+ path: data/variant-5/calibration_samples.jsonl
41
+ - config_name: variant-6
42
+ data_files:
43
+ - split: calibration
44
+ path: data/variant-6/calibration_samples.jsonl
45
+ - config_name: development
46
+ data_files:
47
+ - split: validation
48
+ path: data/development/validation.jsonl
49
+ - config_name: release-validation
50
+ data_files:
51
+ - split: validation
52
+ path: data/release-validation/validation.jsonl
53
+ - config_name: historical-validation
54
+ data_files:
55
+ - split: validation
56
+ path: data/historical-validation/validation.jsonl
57
+ ---
58
+
59
+ # Leanstral Mathlib calibration corpora
60
+
61
+ The sample data is derived from the pinned Apache-2.0-licensed Mathlib source
62
+ tree. This repository contains data and curated methods documentation, not the
63
+ separately developed builder package; that package should not be redistributed
64
+ until its standalone license file is resolved.
65
+
66
+ This dataset contains the calibration corpora used to select a static FP8
67
+ activation profile for an MXFP4 W4A8 conversion of Leanstral 1.5 119B-A6B. It
68
+ publishes all candidate corpora, their manifests, and the shared
69
+ iterative-development pack, and the post-selection release-validation packs.
70
+ Variant 1 is also exposed as the selected subset.
71
+
72
+ The purpose is reproducibility: users can inspect the exact samples that shaped
73
+ the activation profile, reproduce the corpus comparison, or test a different
74
+ quantization method without reconstructing the data-selection pipeline.
75
+
76
+ ## Loading with 🤗 Datasets
77
+
78
+ Every corpus is a named Hugging Face configuration. `selected` is the default
79
+ and is byte-identical to Variant 1:
80
+
81
+ ```python
82
+ from datasets import load_dataset
83
+
84
+ selected = load_dataset(
85
+ "robbiemu/leanstral-mathlib-calibration-corpora", split="calibration"
86
+ )
87
+ variant_2 = load_dataset(
88
+ "robbiemu/leanstral-mathlib-calibration-corpora",
89
+ "variant-2",
90
+ split="calibration",
91
+ )
92
+ release_validation = load_dataset(
93
+ "robbiemu/leanstral-mathlib-calibration-corpora",
94
+ "release-validation",
95
+ split="validation",
96
+ )
97
+ ```
98
+
99
+ The available configuration names are `selected`, `variant-1` through
100
+ `variant-6`, `development`, `release-validation`, and
101
+ `historical-validation`. They appear as separate subsets in the Hub Dataset
102
+ Viewer and can be passed as the second argument to `load_dataset`.
103
+
104
+ ## Contents
105
+
106
+ Every calibration variant contains 512 source-grounded records. The original
107
+ four candidates hold the model, quantization rule, sample count, and category
108
+ vocabulary fixed while changing the data distribution.
109
+
110
+ | Split | Role | Summary | Release status |
111
+ | --- | --- | --- | --- |
112
+ | `variant-1` | empirical baseline | A140/B110/C90/D70/E60/F42, balanced from the measured corpus | **Selected** |
113
+ | `variant-2` | context-enriched | increases surrounding-source context under the same experimental contract | Research candidate |
114
+ | `variant-3` | tail-coverage | targets sparse and long-tail source behavior | Research candidate |
115
+ | `variant-4` | length-stratified | explicitly balances input-length strata | Research candidate |
116
+ | `variant-5` | first composite | coherent corpus assembled from strengths observed in V1–V4 | Research candidate |
117
+ | `variant-6` | constrained V1 composite | 464 V1 records plus 48 D/E short-or-medium substitutions from V5 | Rejected |
118
+ | `development` | iterative validation | shared 100-example comparison pack | Not an untouched test |
119
+ | `release-validation` | final validation | fresh 144-example pack frozen after V1 selection | Quality gate evidence |
120
+ | `historical-validation` | prior validation | earlier 100-example pack retained for provenance | Historical only |
121
+ | `selected` | convenience alias/copy | exact Variant 1 records | **Selected** |
122
+
123
+ V5 and V6 are complete calibration corpora, not mixtures of activation-scale
124
+ values. Each was recalibrated as one coherent static FP8 profile.
125
+
126
+ ## Suggested repository layout
127
+
128
+ ```text
129
+ README.md
130
+ data/
131
+ variant-1/calibration_samples.jsonl
132
+ variant-2/calibration_samples.jsonl
133
+ variant-3/calibration_samples.jsonl
134
+ variant-4/calibration_samples.jsonl
135
+ variant-5/calibration_samples.jsonl
136
+ variant-6/calibration_samples.jsonl
137
+ selected/calibration_samples.jsonl
138
+ development/validation.jsonl
139
+ release-validation/validation.jsonl
140
+ historical-validation/validation.jsonl
141
+ manifests/
142
+ variant-1.json
143
+ variant-2.json
144
+ variant-3.json
145
+ variant-4.json
146
+ variant-5.json
147
+ variant-6.json
148
+ development.json
149
+ release-validation.json
150
+ historical-validation.json
151
+ docs/
152
+ corpus-construction.md
153
+ calibration-selection.md
154
+ schema.json
155
+ SHA256SUMS
156
+ ```
157
+
158
+ The published manifest for each split should record its source revision,
159
+ builder revision, tokenizer identity, sample count, token count, category and
160
+ length distributions, deduplication inputs, leakage checks, and SHA-256.
161
+
162
+ ## Record format
163
+
164
+ The quantization input is JSON Lines. At minimum, publication should preserve:
165
+
166
+ - a stable record identifier;
167
+ - category and context-length stratum;
168
+ - the exact `rendered_text` given to the calibration runtime;
169
+ - tokenizer-derived length;
170
+ - source-location and source-revision provenance;
171
+ - content/fingerprint fields used for deduplication; and
172
+ - admission and leakage-check metadata needed to audit the split.
173
+
174
+ The release preparation step should publish a generated schema from the actual
175
+ JSONL files rather than relying on this prose alone. Private machine paths and
176
+ internal operational metadata should be removed without changing sample text or
177
+ stable identifiers.
178
+
179
+ ## Construction method
180
+
181
+ The builder is deterministic from pinned inputs. It:
182
+
183
+ 1. selects source-grounded Lean/Mathlib material from a pinned Mathlib tree;
184
+ 2. renders the exact model-facing text;
185
+ 3. counts tokens with Leanstral's Tekken tokenizer;
186
+ 4. applies source-aware deduplication and leakage exclusions;
187
+ 5. assigns category and length strata;
188
+ 6. admits records according to the variant's frozen distribution; and
189
+ 7. writes the JSONL and a provenance manifest together.
190
+
191
+ Variant 1 uses the empirical category allocation:
192
+
193
+ ```text
194
+ A 140
195
+ B 110
196
+ C 90
197
+ D 70
198
+ E 60
199
+ F 42
200
+ total 512
201
+ ```
202
+
203
+ The publication methods document should define A–F from the builder's frozen
204
+ category specification and cite the exact pinned Mathlib revision. Those values
205
+ must be copied from the machine manifests during release assembly.
206
+
207
+ ## Why Variant 1 is selected
208
+
209
+ The candidates were evaluated as frozen static per-tensor FP8 activation
210
+ profiles on the same MXFP4 weights. After FlashInfer startup autotuning was
211
+ identified as the source of small cross-restart numerical drift, V1–V5 were
212
+ compared in five independent normally autotuned cold starts. Every profile used
213
+ the same dynamic reference within each start.
214
+
215
+ V1 won candidate NLL, signed NLL delta, mean absolute per-example NLL delta,
216
+ top-1 agreement, and top-1 flip count in all five starts. V5 consistently
217
+ improved mean and maximum KL and repaired recurring V1 tail failures, but it
218
+ lost central NLL/top-1 quality in every start and introduced stable failures of
219
+ its own.
220
+
221
+ Variant 6 tested the strongest remaining simple-composite hypothesis. It kept
222
+ 464 V1 records and made 48 targeted D/E substitutions, then was recalibrated as
223
+ one complete profile. V6 improved mean KL in every start, but its V6-minus-V1
224
+ candidate NLL averaged `+0.028728` and top-1 agreement averaged `-0.042`,
225
+ outside the frozen `+0.01` and `-0.01` central-quality margins. The same
226
+ decision holds using starts 2–5 alone.
227
+
228
+ > Under normal FlashInfer startup variation, V1 consistently provides the best
229
+ > ordinary predictive preservation. The available KL-tail improvements are
230
+ > real, but neither V5 nor a targeted V1-centered composite achieves them
231
+ > without an unacceptable central-quality cost.
232
+
233
+ The experiment selects the exact frozen V1 corpus/profile pair. It does not
234
+ claim that V1 is universally optimal for every model, quantizer, or future
235
+ recalibration.
236
+
237
+ ## Selected artifact receipt
238
+
239
+ ```text
240
+ Variant 1 calibration JSONL:
241
+ sha256 57e1e10fce8a6a62cef14e58e26109065104fe109c4075c6b6f302726918ed57
242
+ records 512
243
+
244
+ Variant 1 static activation profile:
245
+ sha256 5480257595178836022477080bc6132e2accff2d6e26c959b092e57a0f911531
246
+ ModelOpt 0.37.0
247
+ 288 keys / 9,432 finite positive scale values
248
+
249
+ development pack:
250
+ sha256 8cdbf9cfcc2b9c1bcb305c14f979799be6a7b9efad54dd4e5a281f00c152ccdf
251
+
252
+ replicated V1–V5 aggregate:
253
+ sha256 2a20473486a7a84efb462aff12b28c2319ce86a45ca0ead2d74a919ced270324
254
+
255
+ Variant 6 corpus:
256
+ sha256 6b1a712d8ed90b7403b9ffbc3f71a73411eff5c920b3043a2ea17cb255e11856
257
+
258
+ Variant 6 activation profile:
259
+ sha256 7f426c18d4ee09d07c4687fca82bce63f7bbdd9c427f230cefb9465213d569ce
260
+ ```
261
+
262
+ ## Intended uses
263
+
264
+ Appropriate uses include:
265
+
266
+ - reproducing the Leanstral MXFP4 static-FP8 profile experiment;
267
+ - studying calibration-corpus sensitivity;
268
+ - benchmarking alternative activation quantizers; and
269
+ - auditing category, length, expert-coverage, and tail behavior.
270
+
271
+ This is calibration and iterative-development data. It is not a general
272
+ instruction-tuning corpus or a general model-quality benchmark. The
273
+ `release-validation` split was untouched during profile selection, but it is
274
+ published as the completed release-gate evidence rather than advertised as a
275
+ reusable hidden test.
276
+
277
+ ## Limitations
278
+
279
+ - The sample-selection result is specific to this model, weight artifact,
280
+ static max-calibration method, and 100-example development comparator.
281
+ - The validation pack informed V5 and V6.
282
+ - The fresh 144-example release pack was evaluated once after V1 was frozen;
283
+ its failed Top-1 and KL-tail criteria are disclosed in the model repository.
284
+ - KL measures one next-token top-five-plus-other partition per example, not the
285
+ worst teacher-forced token position.
286
+ - Normally autotuned cold starts are the independent replication units.
287
+ - Lower overflow-risk counts did not reliably predict better model behavior.
288
+ - The Apache-2.0 declaration applies to the published Mathlib-derived data.
289
+ Model weights and tokenizer assets are distributed separately in the model
290
+ repository under the official source model's terms.
291
+
292
+ ## Reproducibility documents
293
+
294
+ The dataset repository should include a concise construction document. The
295
+ model repository should carry the detailed evaluation receipts:
296
+
297
+ - activation-profile selection;
298
+ - replicated normally autotuned profile study; and
299
+ - constrained V1-centered composite result.
SHA256SUMS ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 572d7057e230ef74592d9f0cdc5badeec7edfe5651cd3bfb74edc9bb32e5a7c6 .gitattributes
2
+ b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1 LICENSE
3
+ c5f58348db94d3e3db86d8904c3c31ea2b89e304945515118b9db92ae5fcb31b README.md
4
+ 8cdbf9cfcc2b9c1bcb305c14f979799be6a7b9efad54dd4e5a281f00c152ccdf data/development/validation.jsonl
5
+ 92464f7c9f0c7996e22343455c91307cfcf0555220f5b82b3dff7979b54470dc data/historical-validation/validation.jsonl
6
+ 029680debf51f64815dab3582acaa0d756e54977bfdf2214a8232860a63bcbec data/release-validation/validation.jsonl
7
+ 57e1e10fce8a6a62cef14e58e26109065104fe109c4075c6b6f302726918ed57 data/selected/calibration_samples.jsonl
8
+ 57e1e10fce8a6a62cef14e58e26109065104fe109c4075c6b6f302726918ed57 data/variant-1/calibration_samples.jsonl
9
+ 7450f6b0c70c88c59bf0a0949cdacaaaad8b1f676775923470cce0d6fabfdbd3 data/variant-2/calibration_samples.jsonl
10
+ e1656c594b1e4cba441bab4c48b5a500b91c2056ce854597f7283355f4ac16fe data/variant-3/calibration_samples.jsonl
11
+ 31604f97434f5f45c77e06c64fad989b5dd48780551dfad4d68bff0121717796 data/variant-4/calibration_samples.jsonl
12
+ ebbd528f3b80b29699070e839e93bf7a966cb643e5d584b8f0bbd18e9bed120c data/variant-5/calibration_samples.jsonl
13
+ 6b1a712d8ed90b7403b9ffbc3f71a73411eff5c920b3043a2ea17cb255e11856 data/variant-6/calibration_samples.jsonl
14
+ 844b5b0f6ae60e3599242fcfd3c452c992832ff0f2541130cb95783e33cbe097 docs/calibration-selection.md
15
+ 8f7057848a76a0330a12fd969da8b3f95b4af7f7c1368254114df8aafa6cd3e6 docs/corpus-construction.md
16
+ f55362f8c413e3947878a054b9d16c8577a2ff688476627a29edea0922b1cde4 manifests/development.json
17
+ 7402dabe44df5937c9f2a7c873d87906f139868d27fecb5115ea270acb9bd071 manifests/historical-validation-protocol.json
18
+ 939fe5dcdc415280b7538a6d41a2208a90cd56fb159559d7d351e83a724e5bcc manifests/historical-validation.json
19
+ f9c664f4638d29b5ba3daec8e68493f9f87fe0fbcb505a856182a53bd3a76832 manifests/release-validation-protocol.json
20
+ 0028d801102465ce1bf8b6750ebd8856b747774ed565eb2dae15495d34172865 manifests/release-validation.json
21
+ ceb93c2a1e9399a83e41147f895b31b39cf773eaa40370d220d6f9b22911d91f manifests/selected.json
22
+ 6b401ef1fce8ed374ebab20a5b3db4c3e6bf246cada4089a23c77c0a64208f54 manifests/variant-1.json
23
+ d47611334e547d34e35d4a9e01f4c5db49317b601b9a336dda9a7f450b543b5b manifests/variant-2.json
24
+ ac718ba6f81c51b2044a23aef299791092b453b61c0bbe94f9d1d9490c63ea9d manifests/variant-3.json
25
+ 57ba97a0576cd8c14529a709766378fc0e2b7955b82798e3b2915f9c182408ed manifests/variant-4.json
26
+ dc65718dc3712615f973492c902a7901c79fb3539b2e6fa06ab17068b993d9b7 manifests/variant-5-design.json
27
+ 51ab85da88cf79e8937eb60736d304f2eaa3451e079898d1ae2d563dbec7b3d3 manifests/variant-5.json
28
+ ef4056bbd06ff4cb47f175c22e55614ac91d4e86a907f40d863b1c4d3b50cc56 manifests/variant-6-design.json
29
+ add0b6c19cc8152bfa2b38eb4b41d99dd066c0be506ae57a5b1b1f7b137641d4 manifests/variant-6.json
30
+ e3999d529470074e749578bb1a288a82505f37731744d0a096f532fa143e1c15 schema.json
data/development/validation.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/historical-validation/validation.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/release-validation/validation.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/selected/calibration_samples.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/variant-1/calibration_samples.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/variant-2/calibration_samples.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/variant-3/calibration_samples.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/variant-4/calibration_samples.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/variant-5/calibration_samples.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/variant-6/calibration_samples.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
docs/calibration-selection.md ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Activation-profile selection: frozen Variant 1
2
+
3
+ **Decision:** Use the exact frozen Variant 1 corpus/profile pair for the
4
+ Leanstral MXFP4 W4A8 release candidate.
5
+
6
+ **Status:** Final development-selection decision. The comparison was repeated
7
+ across five independent, normally autotuned cold starts on the pinned clean
8
+ SGLang/FlashInfer runtime. A constrained V1-centered composite was then built,
9
+ calibrated as one coherent profile, and rejected by its frozen central-quality
10
+ margins.
11
+
12
+ This closes calibration-data iteration for the current release. It does not
13
+ replace the later untouched-quality or end-to-end performance gates.
14
+
15
+ > **Final conclusion:** Under normal FlashInfer startup variation, V1
16
+ > consistently provides the best ordinary predictive preservation. The
17
+ > available KL-tail improvements are real, but neither V5 nor a targeted
18
+ > V1-centered composite achieves them without an unacceptable central-quality
19
+ > cost.
20
+
21
+ ## What the experiment selected
22
+
23
+ The experimental variable was the 512-record calibration corpus and its
24
+ resulting static per-tensor FP8 activation profile. All candidates shared:
25
+
26
+ - the same packed Leanstral MXFP4 weights and UE8M0 K/32 weight scales;
27
+ - the same static FP8 E4M3 execution contract;
28
+ - the same 100-example iterative-development pack;
29
+ - one dynamic reference within each cold start; and
30
+ - the same pinned SGLang, FlashInfer, seed, and attention backend.
31
+
32
+ The study selects the exact frozen V1 corpus/profile pair listed below. V1–V5
33
+ were evaluated as fixed profiles on the clean runtime; they were not recollected
34
+ from scratch for each start. This is the correct experiment for choosing the
35
+ release artifact, but it should not be described as proof that V1 is universally
36
+ optimal under every possible calibration run or tactic realization.
37
+
38
+ The validation pack informed V5 and V6, so this is iterative development
39
+ validation rather than an untouched final test. No scale values were spliced
40
+ between profiles: each composite was recalibrated as one complete profile.
41
+
42
+ ## Clean replicated comparison
43
+
44
+ Each of five independent starts used a fresh ephemeral container and normal
45
+ FlashInfer autotuning. All profiles were compared against the same dynamic
46
+ reference within that start. The five starts, not the 500 repeated examples,
47
+ are the independent units.
48
+
49
+ ### Central preservation
50
+
51
+ Values are mean ± sample standard deviation across five starts.
52
+
53
+ | Profile | Candidate NLL | Signed NLL delta | Mean absolute sample delta | Top-1 | Top-5 | Reference top-1 retained |
54
+ | --- | ---: | ---: | ---: | ---: | ---: | ---: |
55
+ | **V1** | **13.93530 ± 0.00145** | **0.04799 ± 0.00282** | **0.08660 ± 0.00144** | **0.620 ± 0.016** | 0.5316 ± 0.0059 | 0.756 ± 0.021 |
56
+ | V2 | 13.96571 ± 0.00128 | 0.07841 ± 0.00219 | 0.12148 ± 0.00181 | 0.578 ± 0.013 | **0.5472 ± 0.0033** | **0.760 ± 0.007** |
57
+ | V3 | 13.96561 ± 0.00129 | 0.07831 ± 0.00281 | 0.09765 ± 0.00085 | 0.550 ± 0.029 | 0.5304 ± 0.0070 | 0.714 ± 0.021 |
58
+ | V4 | 14.02996 ± 0.00105 | 0.14266 ± 0.00246 | 0.13983 ± 0.00045 | 0.550 ± 0.012 | 0.5328 ± 0.0054 | 0.710 ± 0.017 |
59
+ | V5 | 13.97669 ± 0.00120 | 0.08938 ± 0.00195 | 0.09480 ± 0.00038 | 0.574 ± 0.009 | 0.5456 ± 0.0036 | 0.736 ± 0.022 |
60
+
61
+ V1 won candidate NLL, signed NLL delta, mean absolute per-example NLL delta,
62
+ top-1 agreement, and top-1 flip count in all five starts. Relative to V5, V1
63
+ averaged `0.04139` lower NLL, `0.00820` lower absolute sample delta, and 4.6
64
+ more top-1 agreements per 100 examples.
65
+
66
+ ### KL distribution and severe tail
67
+
68
+ | Profile | Mean KL | Median KL | p90 KL | p95 KL | Maximum KL | Mean count >1 | Mean count >5 |
69
+ | --- | ---: | ---: | ---: | ---: | ---: | ---: | ---: |
70
+ | V1 | 0.30680 ± 0.01464 | 0.06017 ± 0.00517 | 0.33877 ± 0.03457 | 0.75950 ± 0.21981 | 7.63164 ± 0.02444 | 4.2 | 3.0 |
71
+ | V2 | 0.29281 ± 0.03467 | 0.06050 ± 0.00167 | **0.33103 ± 0.01065** | 0.96258 ± 0.40017 | 5.85584 ± 0.01128 | 5.2 | 2.8 |
72
+ | V3 | 0.40588 ± 0.02479 | 0.06096 ± 0.00348 | 0.49477 ± 0.02139 | 1.45338 ± 0.67184 | 8.79102 ± 1.16882 | 5.6 | 3.2 |
73
+ | V4 | 0.30840 ± 0.02926 | **0.04335 ± 0.00220** | 0.40978 ± 0.02723 | 1.25240 ± 0.35561 | 5.95024 ± 0.13142 | 6.4 | 2.0 |
74
+ | **V5** | **0.24760 ± 0.02489** | 0.05946 ± 0.00449 | 0.40532 ± 0.02252 | **0.70774 ± 0.07174** | **5.11108 ± 0.06165** | **3.4** | **1.4** |
75
+
76
+ V5's severe-tail advantage is real, not noise from a single restart. It won
77
+ mean and maximum KL in all five starts, improved all ten recurring V1 tail
78
+ failures in at least four starts, and reduced the recurring category-E rescue
79
+ substantially. It also introduced stable failures of its own and lost V1's
80
+ central NLL/top-1 behavior in every start. V1 and V5 tied on the mean number of
81
+ examples above KL `0.5` (`7.2`). V1 won p95 in three starts and V5 in two.
82
+
83
+ Mean KL was therefore not used as a soothing single-number selector. Central
84
+ preservation, tail distributions, recurring named failures, categories,
85
+ lengths, routing, fallback, and range diagnostics were kept separate.
86
+
87
+ ## Constrained composite test
88
+
89
+ Variant 6 tested whether V5-like D/E tail improvements could be added without
90
+ giving up V1's central quality. It retained 464 V1 records and made 48
91
+ deterministic D/E short-or-medium substitutions from V5. It was recalibrated as
92
+ one coherent 512-record profile.
93
+
94
+ Across five fresh normally autotuned starts:
95
+
96
+ | Profile | Candidate NLL | Top-1 | Mean KL | Maximum KL | p95 KL |
97
+ | --- | ---: | ---: | ---: | ---: | ---: |
98
+ | **V1** | **13.93502** | **0.618** | 0.30513 | 7.64528 | **0.66222** |
99
+ | V5 | 13.97607 | 0.564 | **0.23958** | **5.61991** | 0.64364 |
100
+ | V6 | 13.96375 | 0.576 | 0.24836 | 5.95601 | 0.72812 |
101
+
102
+ V6 improved mean KL in every start, but its NLL was worse than V1 in every
103
+ start and its top-1 agreement was lower in every start. Its V6-minus-V1 NLL
104
+ mean was `+0.028728`; the one-sided 99% lower paired-t bound was `+0.025366`,
105
+ above the frozen `+0.01` rejection margin. Its top-1 mean was `-0.042`; the
106
+ one-sided 99% upper bound was `-0.020152`, below the frozen `-0.01` margin.
107
+ Starts 2–5 alone reach the same rejection. V6 was rejected and V1 retained.
108
+ The central loss margins were frozen before the comparison; the reject-only
109
+ futility look was formalized after start 1, so it is not presented as a formal
110
+ study-wide type-I-error guarantee. The independent starts 2–5 sensitivity makes
111
+ the practical decision unchanged.
112
+
113
+ ## Routing, fallback, and range interpretation
114
+
115
+ Expert coverage was high for all profiles. Across the replicated study, V1
116
+ covered a mean `4,504 / 4,608` layer/expert pairs (`97.7431%`); V5 covered
117
+ `4,496.2 / 4,608` (`97.5738%`). Fallback routing exposure was below `3.5e-7`
118
+ of assignments and did not explain the tail.
119
+
120
+ V1 averaged 1,525 validation-overflow-risk scale values and V5 averaged
121
+ 1,332.2. This is a range diagnostic, not an objective. Lower risk counts did
122
+ not imply better central model behavior, and full-mode maxima do not prove
123
+ per-example clipping. Seam-adjacent coverage remains desirable when the
124
+ behavioral evidence supports it.
125
+
126
+ ## Frozen receipts
127
+
128
+ ```text
129
+ source runtime:
130
+ SGLang bbb5702a3c7faba97ab425b15808cbe5f3ab6f7c
131
+ FlashInfer Python/cubin/JIT 0.6.14/0.6.14/0.6.14+cu130
132
+ runtime image sha256:f74a9c7d37ac724e30bc4841999e15a8fddf87c1e5bab2165041000879f4f152
133
+
134
+ Variant 1 corpus:
135
+ inputs/variant-1/calibration_samples.jsonl
136
+ sha256 57e1e10fce8a6a62cef14e58e26109065104fe109c4075c6b6f302726918ed57
137
+ records 512
138
+
139
+ Variant 1 activation profile:
140
+ runs/mxfp4-calibration/variant-1/activation_profile.json
141
+ sha256 5480257595178836022477080bc6132e2accff2d6e26c959b092e57a0f911531
142
+ ModelOpt 0.37.0
143
+ keys 288
144
+ finite positive values 9,432
145
+
146
+ development-validation pack:
147
+ validation/validation.jsonl
148
+ sha256 8cdbf9cfcc2b9c1bcb305c14f979799be6a7b9efad54dd4e5a281f00c152ccdf
149
+
150
+ replicated V1-V5 aggregate:
151
+ runs/clean-upstream-main-study/gate2-fi0614/replicated-autotuned-profile-study/aggregate.json
152
+ sha256 2a20473486a7a84efb462aff12b28c2319ce86a45ca0ead2d74a919ced270324
153
+
154
+ Variant 6 corpus/profile:
155
+ corpus sha256 6b1a712d8ed90b7403b9ffbc3f71a73411eff5c920b3043a2ea17cb255e11856
156
+ profile sha256 7f426c18d4ee09d07c4687fca82bce63f7bbdd9c427f230cefb9465213d569ce
157
+
158
+ Variant 6 futility report:
159
+ runs/clean-upstream-main-study/gate2-fi0614/constrained-composite-fresh-study/futility-report.json
160
+ sha256 2a1e17844838bf950eec3fe157a029132d608f67fcd811e0fd1bf8b363d0c717
161
+ ```
162
+
163
+ The detailed reports are `docs/replicated-autotuned-profile-study.md` and
164
+ `docs/constrained-v1-composite-result.md`.
165
+
166
+ ## Scope of the decision
167
+
168
+ This evidence is sufficient to freeze V1 for the release candidate. It does
169
+ not yet establish final generalization, acceptable untouched-pack quality, or
170
+ an end-to-end speed advantage over W4A16. Those are later release gates and
171
+ must use the clean pinned runtime. Reopen corpus design only if new evidence
172
+ identifies a reproducible release-blocking failure that the frozen V1 artifact
173
+ cannot tolerate.
174
+
175
+ The result also closes simple record-substitution composite development. A new
176
+ attempt would need a genuinely different mechanism—such as layer-specific
177
+ calibration, constrained scale optimization, or another activation-quantization
178
+ scheme—not another unprincipled mixture of the same records.
docs/corpus-construction.md ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Corpus construction and split design
2
+
3
+ ## Purpose
4
+
5
+ These corpora were built as post-training quantization inputs for Leanstral
6
+ 1.5 119B-A6B. They represent the text presented to the model during Lean and
7
+ Mathlib workflows. They are not proof-agent rollouts, instruction-tuning
8
+ examples, or correctness labels.
9
+
10
+ The builder treats deterministic source and validation rules as authoritative.
11
+ Model-assisted review may flag a candidate for inspection, but it cannot admit
12
+ a record that fails deterministic checks or overturn a deterministic decision.
13
+
14
+ ## Pinned inputs
15
+
16
+ ```text
17
+ Mathlib commit:
18
+ 5e932f97dd25535344f80f9dd8da3aab83df0fe6
19
+
20
+ Lean toolchain:
21
+ leanprover/lean4:v4.29.1
22
+
23
+ LeanDojo version:
24
+ 1.0.9
25
+
26
+ builder project revision recorded by V1:
27
+ 05e9d49ed350cd358ce0314cb0c563850b8fd8c7
28
+
29
+ DataSeek revision recorded by V1:
30
+ 4fbe94ef64ee1f07f80a1bd8c52e0889f4e4e33a
31
+
32
+ tokenizer:
33
+ mistralai/Leanstral-1.5-119B-A6B:tekken.json
34
+
35
+ chat rendering:
36
+ mistral-common Tekken v15, Mistral [INST]/[SYSTEM_PROMPT] template
37
+ ```
38
+
39
+ Final token counts use the real target Tekken tokenizer and chat rendering.
40
+ Records retain both structured `messages` and the exact `rendered_text` sent to
41
+ calibration.
42
+
43
+ ## Six deployment-shaped categories
44
+
45
+ The 512-record empirical distribution is fixed at A140/B110/C90/D70/E60/F42.
46
+
47
+ | Code | Category | Input represented |
48
+ | --- | --- | --- |
49
+ | A | Proof completion | A real theorem statement and bounded source context with the proof hidden. |
50
+ | B | Proof repair with diagnostics | A controlled broken proof or source fragment paired with the real Lean diagnostic. |
51
+ | C | Retrieval/context-heavy proof | A theorem request with source-grounded premise snippets, imports, or broader context. |
52
+ | D | Repository-local edit | A bounded file excerpt, target declaration, and concrete edit request. |
53
+ | E | Proof trace/tactic state | Source-derived proof-state or tactic-sequence text without requiring a live model rollout. |
54
+ | F | Explanation/formalization | Lean explanation, translation, or natural-language-to-Lean instructions. |
55
+
56
+ The categories are input-distribution strata. Acceptance does not depend on
57
+ whether Leanstral answers the prompt correctly.
58
+
59
+ ## Deterministic construction pipeline
60
+
61
+ For every candidate, the builder:
62
+
63
+ 1. extracts a declaration, source span, module, and related source material
64
+ from the pinned Mathlib tree;
65
+ 2. constructs a category-specific prompt while withholding material that would
66
+ leak the requested proof;
67
+ 3. records canonical GitHub source provenance at the pinned commit;
68
+ 4. renders the exact model-facing chat text;
69
+ 5. counts tokens with the target Tekken tokenizer;
70
+ 6. measures category, source, code/text ratio, context length, retrieval and
71
+ trace signals;
72
+ 7. rejects hidden-proof leakage, malformed provenance, trivial tasks, and
73
+ exact or near duplicates according to deterministic rules; and
74
+ 8. writes accepted and rejected records plus a run manifest and measurements.
75
+
76
+ `admission.soft_review_applied_to_decision` remains false. Soft review is
77
+ advisory and is not part of the admission authority.
78
+
79
+ ## Record identity and leakage controls
80
+
81
+ Each published record carries a stable `sample_id`, source declaration, source
82
+ file, rendered text, and duplicate fingerprint. Split overlap was checked using
83
+ multiple identities rather than the sample ID alone:
84
+
85
+ - sample ID;
86
+ - declaration;
87
+ - source file where the protocol requires file-level separation;
88
+ - normalized rendered text;
89
+ - normalized user text; and
90
+ - the recorded duplicate fingerprint.
91
+
92
+ The 100-example `development` pack has zero sample-ID and fingerprint overlap
93
+ with the calibration variants. Its results informed V5 and V6, so it is
94
+ explicitly iterative validation rather than an untouched test.
95
+
96
+ The 144-example `release-validation` pack was frozen only after V1 had been
97
+ selected. It spans 138 source files and records zero overlap with V1–V6, the
98
+ development pack, and the historical validation pack across the protocol's
99
+ five identity checks. Model outputs were not used to choose its records.
100
+
101
+ ## Calibration variants
102
+
103
+ ### Variant 1: empirical baseline
104
+
105
+ V1 is the original 512-record A140/B110/C90/D70/E60/F42 distribution. It is
106
+ the selected release corpus.
107
+
108
+ ### Variant 2: context enriched
109
+
110
+ V2 retains the category allocation while enriching eligible A, D, and F
111
+ records with real imports, namespaces, neighboring declaration statements,
112
+ and source-derived lemma hints. It tests whether V1 is under-contextualized.
113
+
114
+ ### Variant 3: tail coverage
115
+
116
+ V3 changes category allocation to A100/B110/C120/D80/E80/F22 and deliberately
117
+ increases medium/long C, D, and E coverage. It tests whether a larger
118
+ long-context tail improves preservation.
119
+
120
+ ### Variant 4: category-preserving length stratification
121
+
122
+ V4 retains A140/B110/C90/D70/E60/F42, builds an oversampled candidate pool,
123
+ and deterministically selects for greater length spread inside each category.
124
+ Eligible A, D, and F records receive the same source-grounded enrichment used
125
+ by V2.
126
+
127
+ ### Variant 5: broad composite
128
+
129
+ V5 was designed after the first four profiles were evaluated. It selects whole
130
+ records—not scale values—from V1–V4 while retaining the empirical category
131
+ totals. Its final source counts are V1 363, V2 36, V3 45, and V4 68. The
132
+ development pack informed this design.
133
+
134
+ ### Variant 6: constrained V1-centered composite
135
+
136
+ V6 retains 464 V1 records and substitutes 40 category-D plus 8 category-E
137
+ short/medium records drawn through V5's candidate evidence. Pairing is
138
+ deterministic, generally by nearest input-token count inside the category. It
139
+ was calibrated as one coherent profile; activation scales were never spliced
140
+ between profiles.
141
+
142
+ V6 improved mean KL relative to V1 in all five replicated starts but exceeded
143
+ the frozen NLL and Top-1 rejection margins in every start. It is published as
144
+ a negative experimental result, not a selected subset.
145
+
146
+ ## Why Variant 1 is selected
147
+
148
+ Five normally autotuned cold starts evaluated frozen V1–V5 profiles against
149
+ one shared dynamic reference within each start. V1 won candidate NLL, signed
150
+ and absolute NLL preservation, Top-1 agreement, and flip count in all five
151
+ starts. V5's lower severe KL tail was real, but it consistently sacrificed the
152
+ central metrics. The fresh V6 test transferred much of that tail improvement
153
+ and reproduced the same central-quality cost.
154
+
155
+ The conclusion is specific and deliberately limited:
156
+
157
+ > Under normal FlashInfer startup variation, the exact frozen V1 corpus/profile
158
+ > pair best preserves ordinary predictive behavior under the project's frozen
159
+ > priorities. The available V5/V6 tail improvements could not be transferred
160
+ > without an unacceptable NLL and Top-1 cost.
161
+
162
+ ## Length buckets
163
+
164
+ The serialized records use these measured Tekken ranges:
165
+
166
+ ```text
167
+ tiny: <512 tokens
168
+ short: 512–2,047 tokens
169
+ medium: 2,048–8,191 tokens
170
+ long: 8,192–32,767 tokens
171
+ xlong: >=32,768 tokens
172
+ ```
173
+
174
+ The public per-split manifests are generated from the JSONL files and contain
175
+ the actual category, length, token, source, and checksum statistics.
176
+
177
+ ## Reproduction scope
178
+
179
+ The repository publishes the exact data and a methods description sufficient
180
+ to audit selection and reuse the samples with another quantizer. The original
181
+ builder workspace contains additional operational integrations and historical
182
+ runs that are intentionally not copied into this clean data release. That
183
+ omission does not change any published record or checksum.
manifests/development.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accepted_for_ptq_calibration": 100,
3
+ "approximate_token_records": 0,
4
+ "category_counts": {
5
+ "A": 27,
6
+ "B": 21,
7
+ "C": 18,
8
+ "D": 14,
9
+ "E": 12,
10
+ "F": 8
11
+ },
12
+ "file": "data/development/validation.jsonl",
13
+ "format": "leanstral_public_split_manifest_v1",
14
+ "incomplete_provenance_records": 0,
15
+ "length_bucket_counts": {
16
+ "long": 2,
17
+ "medium": 9,
18
+ "short": 27,
19
+ "tiny": 62
20
+ },
21
+ "mathlib_commits": [
22
+ "5e932f97dd25535344f80f9dd8da3aab83df0fe6"
23
+ ],
24
+ "records": 100,
25
+ "role": "iterative development validation; informed V5 and V6",
26
+ "selected": false,
27
+ "sha256": "8cdbf9cfcc2b9c1bcb305c14f979799be6a7b9efad54dd4e5a281f00c152ccdf",
28
+ "split": "development",
29
+ "token_counts": {
30
+ "maximum": 17176,
31
+ "minimum": 136,
32
+ "total": 119291
33
+ },
34
+ "tokenizer_ids": [
35
+ "mistralai/Leanstral-1.5-119B-A6B:tekken.json"
36
+ ],
37
+ "unique_declarations": 100,
38
+ "unique_duplicate_fingerprints": 100,
39
+ "unique_sample_ids": 100,
40
+ "unique_source_files": 95
41
+ }
manifests/historical-validation-protocol.json ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "candidate_pool": {
3
+ "admitted": 168,
4
+ "eligible_after_prior_filter": 168,
5
+ "optional_skipped": {
6
+ "B": 0,
7
+ "E": 0
8
+ },
9
+ "rejected_prior_overlap_by_identity": {},
10
+ "targets": {
11
+ "A": 41,
12
+ "B": 34,
13
+ "C": 29,
14
+ "D": 24,
15
+ "E": 22,
16
+ "F": 18
17
+ }
18
+ },
19
+ "category_counts": {
20
+ "A": 37,
21
+ "B": 30,
22
+ "C": 25,
23
+ "D": 20,
24
+ "E": 18,
25
+ "F": 14
26
+ },
27
+ "format": "leanstral_untouched_quality_pack_v1",
28
+ "length_bucket_counts": {
29
+ "long": 5,
30
+ "medium": 9,
31
+ "short": 50,
32
+ "tiny": 80
33
+ },
34
+ "mathlib_commit": "5e932f97dd25535344f80f9dd8da3aab83df0fe6",
35
+ "maximum_records_per_source_file": 3,
36
+ "overlap": {
37
+ "counts": {
38
+ "declaration": 0,
39
+ "file": 0,
40
+ "rendered_text": 0,
41
+ "sample_id": 0,
42
+ "user_text": 0
43
+ },
44
+ "prior_files": [
45
+ {
46
+ "records": 512,
47
+ "sha256": "57e1e10fce8a6a62cef14e58e26109065104fe109c4075c6b6f302726918ed57"
48
+ },
49
+ {
50
+ "records": 512,
51
+ "sha256": "7450f6b0c70c88c59bf0a0949cdacaaaad8b1f676775923470cce0d6fabfdbd3"
52
+ },
53
+ {
54
+ "records": 512,
55
+ "sha256": "e1656c594b1e4cba441bab4c48b5a500b91c2056ce854597f7283355f4ac16fe"
56
+ },
57
+ {
58
+ "records": 512,
59
+ "sha256": "31604f97434f5f45c77e06c64fad989b5dd48780551dfad4d68bff0121717796"
60
+ },
61
+ {
62
+ "records": 100,
63
+ "sha256": "8cdbf9cfcc2b9c1bcb305c14f979799be6a7b9efad54dd4e5a281f00c152ccdf"
64
+ }
65
+ ]
66
+ },
67
+ "prefixes": [
68
+ "Mathlib.AlgebraicTopology",
69
+ "Mathlib.Computability",
70
+ "Mathlib.Condensed",
71
+ "Mathlib.Control",
72
+ "Mathlib.Dynamics",
73
+ "Mathlib.Lean",
74
+ "Mathlib.Logic",
75
+ "Mathlib.Tactic"
76
+ ],
77
+ "primary_targets": {
78
+ "A": 33,
79
+ "B": 26,
80
+ "C": 21,
81
+ "D": 16,
82
+ "E": 14,
83
+ "F": 10
84
+ },
85
+ "receipts": {
86
+ "builder_sha256": "9b16aa871e439de236932f6a7172b02a12e739abfcf4e5aa5106cbf48f81441b",
87
+ "pack_sha256": "92464f7c9f0c7996e22343455c91307cfcf0555220f5b82b3dff7979b54470dc",
88
+ "protocol_sha256": "7500dd3e7927368fb2b9dfa656423d9e23c6445e8872b4d8209acd4c0f13235e"
89
+ },
90
+ "role": "frozen final engineering quality gate; not calibration development",
91
+ "seed": 20260714,
92
+ "selection": {
93
+ "model_outputs_used": false,
94
+ "primary": "SHA-256 rank of seed, role, and sample_id",
95
+ "stress": "four per category by descending Tekken length after source-grounded A/D/F context enrichment; SHA-256 rank tie-break"
96
+ },
97
+ "size": 144,
98
+ "source_file_cap": 3,
99
+ "stratum_category_counts": {
100
+ "context_length_stress": {
101
+ "A": 4,
102
+ "B": 4,
103
+ "C": 4,
104
+ "D": 4,
105
+ "E": 4,
106
+ "F": 4
107
+ },
108
+ "primary": {
109
+ "A": 33,
110
+ "B": 26,
111
+ "C": 21,
112
+ "D": 16,
113
+ "E": 14,
114
+ "F": 10
115
+ }
116
+ },
117
+ "stratum_counts": {
118
+ "context_length_stress": 24,
119
+ "primary": 120
120
+ },
121
+ "stratum_length_bucket_counts": {
122
+ "context_length_stress": {
123
+ "long": 2,
124
+ "medium": 1,
125
+ "short": 12,
126
+ "tiny": 9
127
+ },
128
+ "primary": {
129
+ "long": 3,
130
+ "medium": 8,
131
+ "short": 38,
132
+ "tiny": 71
133
+ }
134
+ },
135
+ "stress_per_category": 4,
136
+ "unique_source_files": 106
137
+ }
manifests/historical-validation.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accepted_for_ptq_calibration": 144,
3
+ "approximate_token_records": 0,
4
+ "category_counts": {
5
+ "A": 37,
6
+ "B": 30,
7
+ "C": 25,
8
+ "D": 20,
9
+ "E": 18,
10
+ "F": 14
11
+ },
12
+ "file": "data/historical-validation/validation.jsonl",
13
+ "format": "leanstral_public_split_manifest_v1",
14
+ "incomplete_provenance_records": 0,
15
+ "length_bucket_counts": {
16
+ "long": 5,
17
+ "medium": 9,
18
+ "short": 50,
19
+ "tiny": 80
20
+ },
21
+ "mathlib_commits": [
22
+ "5e932f97dd25535344f80f9dd8da3aab83df0fe6"
23
+ ],
24
+ "records": 144,
25
+ "role": "historical pre-clean-runtime quality pack",
26
+ "selected": false,
27
+ "sha256": "92464f7c9f0c7996e22343455c91307cfcf0555220f5b82b3dff7979b54470dc",
28
+ "split": "historical-validation",
29
+ "token_counts": {
30
+ "maximum": 19807,
31
+ "minimum": 130,
32
+ "total": 172589
33
+ },
34
+ "tokenizer_ids": [
35
+ "mistralai/Leanstral-1.5-119B-A6B:tekken.json"
36
+ ],
37
+ "unique_declarations": 144,
38
+ "unique_duplicate_fingerprints": 144,
39
+ "unique_sample_ids": 144,
40
+ "unique_source_files": 106
41
+ }
manifests/release-validation-protocol.json ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "candidate_pool": {
3
+ "admitted": 1200,
4
+ "eligible_after_prior_filter": 787,
5
+ "optional_skipped": {
6
+ "B": 0,
7
+ "E": 0
8
+ },
9
+ "rejected_prior_overlap_by_identity": {
10
+ "declaration": 24,
11
+ "file": 413,
12
+ "rendered_text": 4,
13
+ "sample_id": 10,
14
+ "user_text": 4
15
+ },
16
+ "targets": {
17
+ "A": 200,
18
+ "B": 200,
19
+ "C": 200,
20
+ "D": 200,
21
+ "E": 200,
22
+ "F": 200
23
+ }
24
+ },
25
+ "category_counts": {
26
+ "A": 37,
27
+ "B": 30,
28
+ "C": 25,
29
+ "D": 20,
30
+ "E": 18,
31
+ "F": 14
32
+ },
33
+ "format": "leanstral_untouched_quality_pack_v1",
34
+ "length_bucket_counts": {
35
+ "long": 9,
36
+ "medium": 16,
37
+ "short": 41,
38
+ "tiny": 78
39
+ },
40
+ "mathlib_commit": "5e932f97dd25535344f80f9dd8da3aab83df0fe6",
41
+ "maximum_records_per_source_file": 2,
42
+ "overlap": {
43
+ "counts": {
44
+ "declaration": 0,
45
+ "file": 0,
46
+ "rendered_text": 0,
47
+ "sample_id": 0,
48
+ "user_text": 0
49
+ },
50
+ "prior_files": [
51
+ {
52
+ "records": 512,
53
+ "sha256": "57e1e10fce8a6a62cef14e58e26109065104fe109c4075c6b6f302726918ed57"
54
+ },
55
+ {
56
+ "records": 512,
57
+ "sha256": "7450f6b0c70c88c59bf0a0949cdacaaaad8b1f676775923470cce0d6fabfdbd3"
58
+ },
59
+ {
60
+ "records": 512,
61
+ "sha256": "e1656c594b1e4cba441bab4c48b5a500b91c2056ce854597f7283355f4ac16fe"
62
+ },
63
+ {
64
+ "records": 512,
65
+ "sha256": "31604f97434f5f45c77e06c64fad989b5dd48780551dfad4d68bff0121717796"
66
+ },
67
+ {
68
+ "records": 100,
69
+ "sha256": "8cdbf9cfcc2b9c1bcb305c14f979799be6a7b9efad54dd4e5a281f00c152ccdf"
70
+ },
71
+ {
72
+ "records": 144,
73
+ "sha256": "92464f7c9f0c7996e22343455c91307cfcf0555220f5b82b3dff7979b54470dc"
74
+ }
75
+ ]
76
+ },
77
+ "prefixes": [
78
+ "Mathlib.Algebra",
79
+ "Mathlib.AlgebraicGeometry",
80
+ "Mathlib.AlgebraicTopology",
81
+ "Mathlib.Analysis",
82
+ "Mathlib.CategoryTheory",
83
+ "Mathlib.Combinatorics",
84
+ "Mathlib.Computability",
85
+ "Mathlib.Condensed",
86
+ "Mathlib.Control",
87
+ "Mathlib.Data",
88
+ "Mathlib.Dynamics",
89
+ "Mathlib.FieldTheory",
90
+ "Mathlib.Geometry",
91
+ "Mathlib.GroupTheory",
92
+ "Mathlib.InformationTheory",
93
+ "Mathlib.Lean",
94
+ "Mathlib.LinearAlgebra",
95
+ "Mathlib.Logic",
96
+ "Mathlib.MeasureTheory",
97
+ "Mathlib.ModelTheory",
98
+ "Mathlib.NumberTheory",
99
+ "Mathlib.Order",
100
+ "Mathlib.Probability",
101
+ "Mathlib.RepresentationTheory",
102
+ "Mathlib.RingTheory",
103
+ "Mathlib.SetTheory",
104
+ "Mathlib.Tactic",
105
+ "Mathlib.Topology"
106
+ ],
107
+ "primary_targets": {
108
+ "A": 33,
109
+ "B": 26,
110
+ "C": 21,
111
+ "D": 16,
112
+ "E": 14,
113
+ "F": 10
114
+ },
115
+ "receipts": {
116
+ "builder_sha256": "461af88a9f800315a1534c8e3958c04ee7ed3704e809f223fb3f29602c2a9612",
117
+ "pack_sha256": "029680debf51f64815dab3582acaa0d756e54977bfdf2214a8232860a63bcbec",
118
+ "protocol_sha256": "a624f84745e07773a2e842d9a40ba831088fe43a39e52a694e3d442dd9a68a43"
119
+ },
120
+ "role": "frozen final engineering quality gate; not calibration development",
121
+ "seed": 20260715,
122
+ "selection": {
123
+ "model_outputs_used": false,
124
+ "primary": "SHA-256 rank of seed, role, and sample_id",
125
+ "stress": "four per category by descending Tekken length after source-grounded A/D/F context enrichment; SHA-256 rank tie-break"
126
+ },
127
+ "size": 144,
128
+ "source_file_cap": 3,
129
+ "stratum_category_counts": {
130
+ "context_length_stress": {
131
+ "A": 4,
132
+ "B": 4,
133
+ "C": 4,
134
+ "D": 4,
135
+ "E": 4,
136
+ "F": 4
137
+ },
138
+ "primary": {
139
+ "A": 33,
140
+ "B": 26,
141
+ "C": 21,
142
+ "D": 16,
143
+ "E": 14,
144
+ "F": 10
145
+ }
146
+ },
147
+ "stratum_counts": {
148
+ "context_length_stress": 24,
149
+ "primary": 120
150
+ },
151
+ "stratum_length_bucket_counts": {
152
+ "context_length_stress": {
153
+ "long": 5,
154
+ "medium": 3,
155
+ "short": 16
156
+ },
157
+ "primary": {
158
+ "long": 4,
159
+ "medium": 13,
160
+ "short": 25,
161
+ "tiny": 78
162
+ }
163
+ },
164
+ "stress_per_category": 4,
165
+ "unique_source_files": 138
166
+ }
manifests/release-validation.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accepted_for_ptq_calibration": 144,
3
+ "approximate_token_records": 0,
4
+ "category_counts": {
5
+ "A": 37,
6
+ "B": 30,
7
+ "C": 25,
8
+ "D": 20,
9
+ "E": 18,
10
+ "F": 14
11
+ },
12
+ "file": "data/release-validation/validation.jsonl",
13
+ "format": "leanstral_public_split_manifest_v1",
14
+ "incomplete_provenance_records": 0,
15
+ "length_bucket_counts": {
16
+ "long": 9,
17
+ "medium": 16,
18
+ "short": 41,
19
+ "tiny": 78
20
+ },
21
+ "mathlib_commits": [
22
+ "5e932f97dd25535344f80f9dd8da3aab83df0fe6"
23
+ ],
24
+ "records": 144,
25
+ "role": "post-selection release-quality gate",
26
+ "selected": false,
27
+ "sha256": "029680debf51f64815dab3582acaa0d756e54977bfdf2214a8232860a63bcbec",
28
+ "split": "release-validation",
29
+ "token_counts": {
30
+ "maximum": 28399,
31
+ "minimum": 131,
32
+ "total": 269976
33
+ },
34
+ "tokenizer_ids": [
35
+ "mistralai/Leanstral-1.5-119B-A6B:tekken.json"
36
+ ],
37
+ "unique_declarations": 144,
38
+ "unique_duplicate_fingerprints": 144,
39
+ "unique_sample_ids": 144,
40
+ "unique_source_files": 138
41
+ }
manifests/selected.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accepted_for_ptq_calibration": 512,
3
+ "approximate_token_records": 0,
4
+ "category_counts": {
5
+ "A": 140,
6
+ "B": 110,
7
+ "C": 90,
8
+ "D": 70,
9
+ "E": 60,
10
+ "F": 42
11
+ },
12
+ "file": "data/selected/calibration_samples.jsonl",
13
+ "format": "leanstral_public_split_manifest_v1",
14
+ "identical_to": "variant-1",
15
+ "incomplete_provenance_records": 0,
16
+ "length_bucket_counts": {
17
+ "long": 16,
18
+ "medium": 43,
19
+ "short": 117,
20
+ "tiny": 336
21
+ },
22
+ "mathlib_commits": [
23
+ "5e932f97dd25535344f80f9dd8da3aab83df0fe6"
24
+ ],
25
+ "records": 512,
26
+ "role": "convenience view of the exact selected Variant 1 corpus",
27
+ "selected": true,
28
+ "sha256": "57e1e10fce8a6a62cef14e58e26109065104fe109c4075c6b6f302726918ed57",
29
+ "split": "selected",
30
+ "token_counts": {
31
+ "maximum": 20899,
32
+ "minimum": 129,
33
+ "total": 621612
34
+ },
35
+ "tokenizer_ids": [
36
+ "mistralai/Leanstral-1.5-119B-A6B:tekken.json"
37
+ ],
38
+ "unique_declarations": 512,
39
+ "unique_duplicate_fingerprints": 512,
40
+ "unique_sample_ids": 512,
41
+ "unique_source_files": 462
42
+ }
manifests/variant-1.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accepted_for_ptq_calibration": 512,
3
+ "approximate_token_records": 0,
4
+ "category_counts": {
5
+ "A": 140,
6
+ "B": 110,
7
+ "C": 90,
8
+ "D": 70,
9
+ "E": 60,
10
+ "F": 42
11
+ },
12
+ "file": "data/variant-1/calibration_samples.jsonl",
13
+ "format": "leanstral_public_split_manifest_v1",
14
+ "incomplete_provenance_records": 0,
15
+ "length_bucket_counts": {
16
+ "long": 16,
17
+ "medium": 43,
18
+ "short": 117,
19
+ "tiny": 336
20
+ },
21
+ "mathlib_commits": [
22
+ "5e932f97dd25535344f80f9dd8da3aab83df0fe6"
23
+ ],
24
+ "records": 512,
25
+ "role": "selected empirical calibration corpus",
26
+ "selected": true,
27
+ "sha256": "57e1e10fce8a6a62cef14e58e26109065104fe109c4075c6b6f302726918ed57",
28
+ "split": "variant-1",
29
+ "token_counts": {
30
+ "maximum": 20899,
31
+ "minimum": 129,
32
+ "total": 621612
33
+ },
34
+ "tokenizer_ids": [
35
+ "mistralai/Leanstral-1.5-119B-A6B:tekken.json"
36
+ ],
37
+ "unique_declarations": 512,
38
+ "unique_duplicate_fingerprints": 512,
39
+ "unique_sample_ids": 512,
40
+ "unique_source_files": 462
41
+ }
manifests/variant-2.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accepted_for_ptq_calibration": 512,
3
+ "approximate_token_records": 0,
4
+ "category_counts": {
5
+ "A": 140,
6
+ "B": 110,
7
+ "C": 90,
8
+ "D": 70,
9
+ "E": 60,
10
+ "F": 42
11
+ },
12
+ "file": "data/variant-2/calibration_samples.jsonl",
13
+ "format": "leanstral_public_split_manifest_v1",
14
+ "incomplete_provenance_records": 0,
15
+ "length_bucket_counts": {
16
+ "long": 16,
17
+ "medium": 43,
18
+ "short": 175,
19
+ "tiny": 278
20
+ },
21
+ "mathlib_commits": [
22
+ "5e932f97dd25535344f80f9dd8da3aab83df0fe6"
23
+ ],
24
+ "records": 512,
25
+ "role": "context-enriched calibration candidate",
26
+ "selected": false,
27
+ "sha256": "7450f6b0c70c88c59bf0a0949cdacaaaad8b1f676775923470cce0d6fabfdbd3",
28
+ "split": "variant-2",
29
+ "token_counts": {
30
+ "maximum": 20899,
31
+ "minimum": 129,
32
+ "total": 677384
33
+ },
34
+ "tokenizer_ids": [
35
+ "mistralai/Leanstral-1.5-119B-A6B:tekken.json"
36
+ ],
37
+ "unique_declarations": 512,
38
+ "unique_duplicate_fingerprints": 512,
39
+ "unique_sample_ids": 512,
40
+ "unique_source_files": 462
41
+ }
manifests/variant-3.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accepted_for_ptq_calibration": 512,
3
+ "approximate_token_records": 0,
4
+ "category_counts": {
5
+ "A": 100,
6
+ "B": 110,
7
+ "C": 120,
8
+ "D": 80,
9
+ "E": 80,
10
+ "F": 22
11
+ },
12
+ "file": "data/variant-3/calibration_samples.jsonl",
13
+ "format": "leanstral_public_split_manifest_v1",
14
+ "incomplete_provenance_records": 0,
15
+ "length_bucket_counts": {
16
+ "long": 27,
17
+ "medium": 51,
18
+ "short": 126,
19
+ "tiny": 308
20
+ },
21
+ "mathlib_commits": [
22
+ "5e932f97dd25535344f80f9dd8da3aab83df0fe6"
23
+ ],
24
+ "records": 512,
25
+ "role": "tail-coverage calibration candidate",
26
+ "selected": false,
27
+ "sha256": "e1656c594b1e4cba441bab4c48b5a500b91c2056ce854597f7283355f4ac16fe",
28
+ "split": "variant-3",
29
+ "token_counts": {
30
+ "maximum": 21719,
31
+ "minimum": 129,
32
+ "total": 800698
33
+ },
34
+ "tokenizer_ids": [
35
+ "mistralai/Leanstral-1.5-119B-A6B:tekken.json"
36
+ ],
37
+ "unique_declarations": 511,
38
+ "unique_duplicate_fingerprints": 512,
39
+ "unique_sample_ids": 511,
40
+ "unique_source_files": 457
41
+ }
manifests/variant-4.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accepted_for_ptq_calibration": 512,
3
+ "approximate_token_records": 0,
4
+ "category_counts": {
5
+ "A": 140,
6
+ "B": 110,
7
+ "C": 90,
8
+ "D": 70,
9
+ "E": 60,
10
+ "F": 42
11
+ },
12
+ "file": "data/variant-4/calibration_samples.jsonl",
13
+ "format": "leanstral_public_split_manifest_v1",
14
+ "incomplete_provenance_records": 0,
15
+ "length_bucket_counts": {
16
+ "long": 29,
17
+ "medium": 66,
18
+ "short": 247,
19
+ "tiny": 170
20
+ },
21
+ "mathlib_commits": [
22
+ "5e932f97dd25535344f80f9dd8da3aab83df0fe6"
23
+ ],
24
+ "records": 512,
25
+ "role": "category-preserving length-stratified calibration candidate",
26
+ "selected": false,
27
+ "sha256": "31604f97434f5f45c77e06c64fad989b5dd48780551dfad4d68bff0121717796",
28
+ "split": "variant-4",
29
+ "token_counts": {
30
+ "maximum": 22154,
31
+ "minimum": 155,
32
+ "total": 1047533
33
+ },
34
+ "tokenizer_ids": [
35
+ "mistralai/Leanstral-1.5-119B-A6B:tekken.json"
36
+ ],
37
+ "unique_declarations": 512,
38
+ "unique_duplicate_fingerprints": 512,
39
+ "unique_sample_ids": 512,
40
+ "unique_source_files": 456
41
+ }
manifests/variant-5-design.json ADDED
@@ -0,0 +1,235 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "category_counts": {
3
+ "A": 140,
4
+ "B": 110,
5
+ "C": 90,
6
+ "D": 70,
7
+ "E": 60,
8
+ "F": 42
9
+ },
10
+ "category_length_targets": {
11
+ "A": {
12
+ "long": 0,
13
+ "medium": 0,
14
+ "short": 20,
15
+ "tiny": 120
16
+ },
17
+ "B": {
18
+ "long": 0,
19
+ "medium": 1,
20
+ "short": 64,
21
+ "tiny": 45
22
+ },
23
+ "C": {
24
+ "long": 20,
25
+ "medium": 45,
26
+ "short": 25,
27
+ "tiny": 0
28
+ },
29
+ "D": {
30
+ "long": 0,
31
+ "medium": 2,
32
+ "short": 48,
33
+ "tiny": 20
34
+ },
35
+ "E": {
36
+ "long": 0,
37
+ "medium": 2,
38
+ "short": 23,
39
+ "tiny": 35
40
+ },
41
+ "F": {
42
+ "long": 0,
43
+ "medium": 0,
44
+ "short": 5,
45
+ "tiny": 37
46
+ }
47
+ },
48
+ "category_targets": {
49
+ "A": 140,
50
+ "B": 110,
51
+ "C": 90,
52
+ "D": 70,
53
+ "E": 60,
54
+ "F": 42
55
+ },
56
+ "design_rationale": {
57
+ "context_enriched_short_cases": "Variant 2",
58
+ "long_C_and_F_tail_cases": "Variant 3",
59
+ "objective": "represent important activation seams while retaining central-distribution resolution and empirical category balance",
60
+ "short_D_seam_cases": "Variant 4",
61
+ "tiny_central_backbone": "Variant 1"
62
+ },
63
+ "format": "leanstral_mxfp4_iterative_composite_corpus_v1",
64
+ "length_counts": {
65
+ "long": 20,
66
+ "medium": 50,
67
+ "short": 185,
68
+ "tiny": 257
69
+ },
70
+ "length_targets": {
71
+ "long": 20,
72
+ "medium": 50,
73
+ "short": 185,
74
+ "tiny": 257
75
+ },
76
+ "output": {
77
+ "sha256": "ebbd528f3b80b29699070e839e93bf7a966cb643e5d584b8f0bbd18e9bed120c"
78
+ },
79
+ "samples": 512,
80
+ "selection_seed": "leanstral-mxfp4-iterative-composite-v1",
81
+ "selection_unit": "whole calibration records; no activation-scale splicing",
82
+ "source_counts": {
83
+ "variant-1": 363,
84
+ "variant-2": 36,
85
+ "variant-3": 45,
86
+ "variant-4": 68
87
+ },
88
+ "source_counts_by_stratum": {
89
+ "A/short/variant-2": 15,
90
+ "A/short/variant-4": 5,
91
+ "A/tiny/variant-1": 120,
92
+ "B/medium/variant-1": 1,
93
+ "B/short/variant-1": 61,
94
+ "B/short/variant-3": 3,
95
+ "B/tiny/variant-1": 45,
96
+ "C/long/variant-3": 20,
97
+ "C/medium/variant-1": 41,
98
+ "C/medium/variant-4": 4,
99
+ "C/short/variant-1": 25,
100
+ "D/medium/variant-4": 2,
101
+ "D/short/variant-4": 48,
102
+ "D/tiny/variant-1": 20,
103
+ "E/medium/variant-4": 2,
104
+ "E/short/variant-2": 16,
105
+ "E/short/variant-4": 7,
106
+ "E/tiny/variant-1": 35,
107
+ "F/short/variant-2": 5,
108
+ "F/tiny/variant-1": 15,
109
+ "F/tiny/variant-3": 22
110
+ },
111
+ "source_preferences": {
112
+ "A/short": [
113
+ 2,
114
+ 4,
115
+ 1,
116
+ 3
117
+ ],
118
+ "A/tiny": [
119
+ 1,
120
+ 3,
121
+ 2,
122
+ 4
123
+ ],
124
+ "B/medium": [
125
+ 1,
126
+ 3,
127
+ 4,
128
+ 2
129
+ ],
130
+ "B/short": [
131
+ 1,
132
+ 3,
133
+ 4,
134
+ 2
135
+ ],
136
+ "B/tiny": [
137
+ 1,
138
+ 3,
139
+ 2,
140
+ 4
141
+ ],
142
+ "C/long": [
143
+ 3,
144
+ 4,
145
+ 1,
146
+ 2
147
+ ],
148
+ "C/medium": [
149
+ 1,
150
+ 4,
151
+ 3,
152
+ 2
153
+ ],
154
+ "C/short": [
155
+ 1,
156
+ 2,
157
+ 3,
158
+ 4
159
+ ],
160
+ "D/medium": [
161
+ 4,
162
+ 1,
163
+ 2,
164
+ 3
165
+ ],
166
+ "D/short": [
167
+ 4,
168
+ 2,
169
+ 1,
170
+ 3
171
+ ],
172
+ "D/tiny": [
173
+ 1,
174
+ 3,
175
+ 2,
176
+ 4
177
+ ],
178
+ "E/medium": [
179
+ 4,
180
+ 1,
181
+ 2,
182
+ 3
183
+ ],
184
+ "E/short": [
185
+ 2,
186
+ 4,
187
+ 1,
188
+ 3
189
+ ],
190
+ "E/tiny": [
191
+ 1,
192
+ 2,
193
+ 3,
194
+ 4
195
+ ],
196
+ "F/short": [
197
+ 2,
198
+ 4,
199
+ 1,
200
+ 3
201
+ ],
202
+ "F/tiny": [
203
+ 3,
204
+ 1,
205
+ 2,
206
+ 4
207
+ ]
208
+ },
209
+ "sources": {
210
+ "variant-1": {
211
+ "sha256": "57e1e10fce8a6a62cef14e58e26109065104fe109c4075c6b6f302726918ed57"
212
+ },
213
+ "variant-2": {
214
+ "sha256": "7450f6b0c70c88c59bf0a0949cdacaaaad8b1f676775923470cce0d6fabfdbd3"
215
+ },
216
+ "variant-3": {
217
+ "sha256": "e1656c594b1e4cba441bab4c48b5a500b91c2056ce854597f7283355f4ac16fe"
218
+ },
219
+ "variant-4": {
220
+ "sha256": "31604f97434f5f45c77e06c64fad989b5dd48780551dfad4d68bff0121717796"
221
+ }
222
+ },
223
+ "token_counts": {
224
+ "maximum": 21719,
225
+ "minimum": 129,
226
+ "total": 710454
227
+ },
228
+ "validation": {
229
+ "duplicate_fingerprint_overlap": 0,
230
+ "sample_id_overlap": 0,
231
+ "sha256": "8cdbf9cfcc2b9c1bcb305c14f979799be6a7b9efad54dd4e5a281f00c152ccdf"
232
+ },
233
+ "validation_role": "iterative development validation informed aggregate stratum design; not an untouched final test",
234
+ "variant": 5
235
+ }
manifests/variant-5.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accepted_for_ptq_calibration": 512,
3
+ "approximate_token_records": 0,
4
+ "category_counts": {
5
+ "A": 140,
6
+ "B": 110,
7
+ "C": 90,
8
+ "D": 70,
9
+ "E": 60,
10
+ "F": 42
11
+ },
12
+ "file": "data/variant-5/calibration_samples.jsonl",
13
+ "format": "leanstral_public_split_manifest_v1",
14
+ "incomplete_provenance_records": 0,
15
+ "length_bucket_counts": {
16
+ "long": 20,
17
+ "medium": 50,
18
+ "short": 185,
19
+ "tiny": 257
20
+ },
21
+ "mathlib_commits": [
22
+ "5e932f97dd25535344f80f9dd8da3aab83df0fe6"
23
+ ],
24
+ "records": 512,
25
+ "role": "iterative broad composite calibration candidate",
26
+ "selected": false,
27
+ "sha256": "ebbd528f3b80b29699070e839e93bf7a966cb643e5d584b8f0bbd18e9bed120c",
28
+ "split": "variant-5",
29
+ "token_counts": {
30
+ "maximum": 21719,
31
+ "minimum": 129,
32
+ "total": 710454
33
+ },
34
+ "tokenizer_ids": [
35
+ "mistralai/Leanstral-1.5-119B-A6B:tekken.json"
36
+ ],
37
+ "unique_declarations": 511,
38
+ "unique_duplicate_fingerprints": 512,
39
+ "unique_sample_ids": 512,
40
+ "unique_source_files": 464
41
+ }
manifests/variant-6-design.json ADDED
@@ -0,0 +1,643 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_records_retained": 464,
3
+ "category_counts": {
4
+ "A": 140,
5
+ "B": 110,
6
+ "C": 90,
7
+ "D": 70,
8
+ "E": 60,
9
+ "F": 42
10
+ },
11
+ "design_frozen_before_calibration": true,
12
+ "effective_source_counts": {
13
+ "variant-1": 464,
14
+ "variant-2": 3,
15
+ "variant-4": 45
16
+ },
17
+ "eligibility": {
18
+ "D": {
19
+ "length_buckets": [
20
+ "medium",
21
+ "short"
22
+ ],
23
+ "source_variants": [
24
+ 4
25
+ ]
26
+ },
27
+ "E": {
28
+ "length_buckets": [
29
+ "medium",
30
+ "short"
31
+ ],
32
+ "source_variants": [
33
+ 2,
34
+ 4
35
+ ]
36
+ }
37
+ },
38
+ "evaluation_plan": {
39
+ "fallback": "retain variant-1 if any gate fails",
40
+ "fresh_normally_autotuned_starts": 20,
41
+ "independent_unit": "cold server start",
42
+ "p95_kl": "descriptive only because it was start-sensitive in the pilot",
43
+ "profiles": [
44
+ "variant-1",
45
+ "variant-5",
46
+ "variant-6"
47
+ ]
48
+ },
49
+ "format": "leanstral_mxfp4_v1_centered_composite_corpus_v1",
50
+ "length_counts": {
51
+ "long": 16,
52
+ "medium": 45,
53
+ "short": 148,
54
+ "tiny": 303
55
+ },
56
+ "objective": "Preserve nearly all of V1's NLL/top-1 advantage while recovering a substantial portion of V5's replicated mean-KL and maximum-KL advantage.",
57
+ "output": {
58
+ "sha256": "6b1a712d8ed90b7403b9ffbc3f71a73411eff5c920b3043a2ea17cb255e11856"
59
+ },
60
+ "pairings": [
61
+ {
62
+ "category": "D",
63
+ "incoming_length_bucket": "short",
64
+ "incoming_sample_id": "D-Mathlib.Topology.Constructions.SumProd.isOpen_prod_iff'",
65
+ "incoming_source_variant": 4,
66
+ "incoming_tokens": 718,
67
+ "outgoing_length_bucket": "short",
68
+ "outgoing_sample_id": "D-Mathlib.Analysis.Calculus.UniformLimitsDeriv.hasFDerivAt_of_tendstoUniformly",
69
+ "outgoing_tokens": 710,
70
+ "pairing_reason": "closest_input_tokens_in_category"
71
+ },
72
+ {
73
+ "category": "D",
74
+ "incoming_length_bucket": "short",
75
+ "incoming_sample_id": "D-Mathlib.Topology.Sheaves.SheafCondition.EqualizerProducts.isLimitSheafConditionForkOfIsLimitMapCone",
76
+ "incoming_source_variant": 4,
77
+ "incoming_tokens": 808,
78
+ "outgoing_length_bucket": "short",
79
+ "outgoing_sample_id": "D-Mathlib.Order.KrullDimension.krullDim_eq_iSup_height_add_coheight_of_nonempty",
80
+ "outgoing_tokens": 676,
81
+ "pairing_reason": "closest_input_tokens_in_category"
82
+ },
83
+ {
84
+ "category": "D",
85
+ "incoming_length_bucket": "short",
86
+ "incoming_sample_id": "D-Mathlib.Topology.Constructions.map_nhds_subtype_coe_eq_nhds",
87
+ "incoming_source_variant": 4,
88
+ "incoming_tokens": 585,
89
+ "outgoing_length_bucket": "short",
90
+ "outgoing_sample_id": "D-Mathlib.Analysis.Analytic.CPolynomialDef.HasFiniteFPowerSeriesOnBall",
91
+ "outgoing_tokens": 579,
92
+ "pairing_reason": "closest_input_tokens_in_category"
93
+ },
94
+ {
95
+ "category": "D",
96
+ "incoming_length_bucket": "short",
97
+ "incoming_sample_id": "D-Mathlib.Combinatorics.Matroid.Closure.not_spanning_iff_closure_ssubset",
98
+ "incoming_source_variant": 4,
99
+ "incoming_tokens": 584,
100
+ "outgoing_length_bucket": "short",
101
+ "outgoing_sample_id": "D-Mathlib.RingTheory.Spectrum.Prime.Topology.discreteTopology_iff_finite_isMaximal_and_sInf_le_nilradical",
102
+ "outgoing_tokens": 601,
103
+ "pairing_reason": "closest_input_tokens_in_category"
104
+ },
105
+ {
106
+ "category": "D",
107
+ "incoming_length_bucket": "short",
108
+ "incoming_sample_id": "D-Mathlib.Algebra.Category.MonCat.Colimits.monoidColimitType",
109
+ "incoming_source_variant": 4,
110
+ "incoming_tokens": 561,
111
+ "outgoing_length_bucket": "short",
112
+ "outgoing_sample_id": "D-Mathlib.NumberTheory.LSeries.HurwitzZetaOdd.hasSum_nat_hurwitzZetaOdd_of_mem_Icc",
113
+ "outgoing_tokens": 633,
114
+ "pairing_reason": "closest_input_tokens_in_category"
115
+ },
116
+ {
117
+ "category": "D",
118
+ "incoming_length_bucket": "short",
119
+ "incoming_sample_id": "D-Mathlib.Data.Nat.MaxPowDiv.maxPowDvdDiv",
120
+ "incoming_source_variant": 4,
121
+ "incoming_tokens": 806,
122
+ "outgoing_length_bucket": "short",
123
+ "outgoing_sample_id": "D-Mathlib.NumberTheory.NumberField.CanonicalEmbedding.Basic.integralBasis_repr_apply",
124
+ "outgoing_tokens": 658,
125
+ "pairing_reason": "closest_input_tokens_in_category"
126
+ },
127
+ {
128
+ "category": "D",
129
+ "incoming_length_bucket": "short",
130
+ "incoming_sample_id": "D-Mathlib.Algebra.Order.Group.Pointwise.Interval.Ioi_mul_Ici_subset'",
131
+ "incoming_source_variant": 4,
132
+ "incoming_tokens": 569,
133
+ "outgoing_length_bucket": "tiny",
134
+ "outgoing_sample_id": "D-Mathlib.Data.Int.GCD.gcd_eq_gcd_ab",
135
+ "outgoing_tokens": 477,
136
+ "pairing_reason": "closest_input_tokens_in_category"
137
+ },
138
+ {
139
+ "category": "D",
140
+ "incoming_length_bucket": "short",
141
+ "incoming_sample_id": "D-Mathlib.Data.Nat.Nth.count_nth",
142
+ "incoming_source_variant": 4,
143
+ "incoming_tokens": 611,
144
+ "outgoing_length_bucket": "tiny",
145
+ "outgoing_sample_id": "D-Mathlib.NumberTheory.NumberField.CMField.regulator_div_regulator_eq_two_pow_mul_indexRealUnits_inv",
146
+ "outgoing_tokens": 463,
147
+ "pairing_reason": "closest_input_tokens_in_category"
148
+ },
149
+ {
150
+ "category": "D",
151
+ "incoming_length_bucket": "short",
152
+ "incoming_sample_id": "D-Mathlib.Algebra.Category.MonCat.FilteredColimits.cocone_naturality",
153
+ "incoming_source_variant": 4,
154
+ "incoming_tokens": 588,
155
+ "outgoing_length_bucket": "tiny",
156
+ "outgoing_sample_id": "D-Mathlib.Topology.EMetricSpace.Lipschitz.continuousOn_prod_of_continuousOn_lipschitzOnWith'",
157
+ "outgoing_tokens": 456,
158
+ "pairing_reason": "closest_input_tokens_in_category"
159
+ },
160
+ {
161
+ "category": "D",
162
+ "incoming_length_bucket": "short",
163
+ "incoming_sample_id": "D-Mathlib.Algebra.BigOperators.Pi.prod_mk_prod",
164
+ "incoming_source_variant": 4,
165
+ "incoming_tokens": 690,
166
+ "outgoing_length_bucket": "tiny",
167
+ "outgoing_sample_id": "D-Mathlib.Data.DFinsupp.WellFounded.Pi",
168
+ "outgoing_tokens": 453,
169
+ "pairing_reason": "closest_input_tokens_in_category"
170
+ },
171
+ {
172
+ "category": "D",
173
+ "incoming_length_bucket": "short",
174
+ "incoming_sample_id": "D-Mathlib.RingTheory.PowerSeries.Basic.eq_X_mul_shift_add_const",
175
+ "incoming_source_variant": 4,
176
+ "incoming_tokens": 581,
177
+ "outgoing_length_bucket": "tiny",
178
+ "outgoing_sample_id": "D-Mathlib.Topology.MetricSpace.HausdorffDistance.hausdorffDist_le_diam",
179
+ "outgoing_tokens": 452,
180
+ "pairing_reason": "closest_input_tokens_in_category"
181
+ },
182
+ {
183
+ "category": "D",
184
+ "incoming_length_bucket": "short",
185
+ "incoming_sample_id": "D-Mathlib.Topology.Algebra.Module.StrongTopology.isEmbedding_postcomp",
186
+ "incoming_source_variant": 4,
187
+ "incoming_tokens": 611,
188
+ "outgoing_length_bucket": "tiny",
189
+ "outgoing_sample_id": "D-Mathlib.Algebra.Lie.SkewAdjoint.mem_skewAdjointMatricesLieSubalgebra_unit_smul",
190
+ "outgoing_tokens": 428,
191
+ "pairing_reason": "closest_input_tokens_in_category"
192
+ },
193
+ {
194
+ "category": "D",
195
+ "incoming_length_bucket": "short",
196
+ "incoming_sample_id": "D-Mathlib.Data.Finsupp.PointwiseSMul.finite_vaddAntidiagonal",
197
+ "incoming_source_variant": 4,
198
+ "incoming_tokens": 853,
199
+ "outgoing_length_bucket": "short",
200
+ "outgoing_sample_id": "D-Mathlib.Analysis.Calculus.VectorField.pullbackWithin_lieBracketWithin_of_isSymmSndFDerivWithinAt",
201
+ "outgoing_tokens": 1130,
202
+ "pairing_reason": "closest_input_tokens_in_category"
203
+ },
204
+ {
205
+ "category": "D",
206
+ "incoming_length_bucket": "short",
207
+ "incoming_sample_id": "D-Mathlib.RingTheory.Valuation.Integers.dvdNotUnit_iff_lt",
208
+ "incoming_source_variant": 4,
209
+ "incoming_tokens": 641,
210
+ "outgoing_length_bucket": "tiny",
211
+ "outgoing_sample_id": "D-Mathlib.Data.List.TFAE.tfae_of_cycle",
212
+ "outgoing_tokens": 420,
213
+ "pairing_reason": "closest_input_tokens_in_category"
214
+ },
215
+ {
216
+ "category": "D",
217
+ "incoming_length_bucket": "short",
218
+ "incoming_sample_id": "D-Mathlib.Analysis.Normed.Algebra.Exponential.isUnit_exp_of_mem_ball",
219
+ "incoming_source_variant": 4,
220
+ "incoming_tokens": 588,
221
+ "outgoing_length_bucket": "tiny",
222
+ "outgoing_sample_id": "D-Mathlib.Combinatorics.SimpleGraph.Metric.edist_anti",
223
+ "outgoing_tokens": 416,
224
+ "pairing_reason": "closest_input_tokens_in_category"
225
+ },
226
+ {
227
+ "category": "D",
228
+ "incoming_length_bucket": "short",
229
+ "incoming_sample_id": "D-Mathlib.Analysis.LocallyConvex.WithSeminorms.withSeminorms_iff_mem_nhds_isVonNBounded",
230
+ "incoming_source_variant": 4,
231
+ "incoming_tokens": 1860,
232
+ "outgoing_length_bucket": "tiny",
233
+ "outgoing_sample_id": "D-Mathlib.Algebra.Homology.DerivedCategory.Ext.ExactSequences.covariantSequence_exact",
234
+ "outgoing_tokens": 404,
235
+ "pairing_reason": "closest_input_tokens_in_category"
236
+ },
237
+ {
238
+ "category": "D",
239
+ "incoming_length_bucket": "short",
240
+ "incoming_sample_id": "D-Mathlib.Topology.Semicontinuity.Defs.SemicontinuousOn",
241
+ "incoming_source_variant": 4,
242
+ "incoming_tokens": 570,
243
+ "outgoing_length_bucket": "tiny",
244
+ "outgoing_sample_id": "D-Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital.cfcUnits_pow",
245
+ "outgoing_tokens": 403,
246
+ "pairing_reason": "closest_input_tokens_in_category"
247
+ },
248
+ {
249
+ "category": "D",
250
+ "incoming_length_bucket": "medium",
251
+ "incoming_sample_id": "D-Mathlib.Topology.Algebra.IsUniformGroup.Basic.QuotientGroup",
252
+ "incoming_source_variant": 4,
253
+ "incoming_tokens": 2736,
254
+ "outgoing_length_bucket": "tiny",
255
+ "outgoing_sample_id": "D-Mathlib.Combinatorics.Configuration.eq_or_eq_of_orthogonal",
256
+ "outgoing_tokens": 387,
257
+ "pairing_reason": "closest_input_tokens_in_category"
258
+ },
259
+ {
260
+ "category": "D",
261
+ "incoming_length_bucket": "medium",
262
+ "incoming_sample_id": "D-Mathlib.Algebra.Polynomial.RuleOfSigns.succ_signVariations_X_sub_C_mul_monomial",
263
+ "incoming_source_variant": 4,
264
+ "incoming_tokens": 2051,
265
+ "outgoing_length_bucket": "tiny",
266
+ "outgoing_sample_id": "D-Mathlib.RingTheory.MvPowerSeries.PiTopology.tendsto_iff_coeff_tendsto",
267
+ "outgoing_tokens": 382,
268
+ "pairing_reason": "closest_input_tokens_in_category"
269
+ },
270
+ {
271
+ "category": "D",
272
+ "incoming_length_bucket": "short",
273
+ "incoming_sample_id": "D-Mathlib.RingTheory.DedekindDomain.Ideal.Lemmas.exists_notMem_one_of_ne_bot",
274
+ "incoming_source_variant": 4,
275
+ "incoming_tokens": 639,
276
+ "outgoing_length_bucket": "tiny",
277
+ "outgoing_sample_id": "D-Mathlib.Algebra.Homology.ShortComplex.RightHomology.leftHomologyMap_op",
278
+ "outgoing_tokens": 381,
279
+ "pairing_reason": "closest_input_tokens_in_category"
280
+ },
281
+ {
282
+ "category": "D",
283
+ "incoming_length_bucket": "short",
284
+ "incoming_sample_id": "D-Mathlib.RingTheory.AlgebraicIndependent.Transcendental.sumElim_iff",
285
+ "incoming_source_variant": 4,
286
+ "incoming_tokens": 707,
287
+ "outgoing_length_bucket": "tiny",
288
+ "outgoing_sample_id": "D-Mathlib.Analysis.Asymptotics.Lemmas.isBigO_atTop_iff_eventually_exists_pos",
289
+ "outgoing_tokens": 377,
290
+ "pairing_reason": "closest_input_tokens_in_category"
291
+ },
292
+ {
293
+ "category": "D",
294
+ "incoming_length_bucket": "short",
295
+ "incoming_sample_id": "D-Mathlib.Analysis.Matrix.Order.posSemidef_iff_isHermitian_and_spectrum_nonneg",
296
+ "incoming_source_variant": 4,
297
+ "incoming_tokens": 711,
298
+ "outgoing_length_bucket": "tiny",
299
+ "outgoing_sample_id": "D-Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle.abs_toReal_coe_eq_self_iff",
300
+ "outgoing_tokens": 377,
301
+ "pairing_reason": "closest_input_tokens_in_category"
302
+ },
303
+ {
304
+ "category": "D",
305
+ "incoming_length_bucket": "short",
306
+ "incoming_sample_id": "D-Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital.cfc_algebraMap",
307
+ "incoming_source_variant": 4,
308
+ "incoming_tokens": 893,
309
+ "outgoing_length_bucket": "tiny",
310
+ "outgoing_sample_id": "D-Mathlib.Algebra.Category.Ring.FilteredColimits.forget\u2082Ring_preservesFilteredColimits",
311
+ "outgoing_tokens": 373,
312
+ "pairing_reason": "closest_input_tokens_in_category"
313
+ },
314
+ {
315
+ "category": "D",
316
+ "incoming_length_bucket": "short",
317
+ "incoming_sample_id": "D-Mathlib.RingTheory.RingHomProperties.RespectsIso",
318
+ "incoming_source_variant": 4,
319
+ "incoming_tokens": 614,
320
+ "outgoing_length_bucket": "tiny",
321
+ "outgoing_sample_id": "D-Mathlib.RingTheory.Polynomial.UniversalFactorizationRing.universalFactorizationMap_freeMonic",
322
+ "outgoing_tokens": 368,
323
+ "pairing_reason": "closest_input_tokens_in_category"
324
+ },
325
+ {
326
+ "category": "D",
327
+ "incoming_length_bucket": "short",
328
+ "incoming_sample_id": "D-Mathlib.Topology.Order.Compact.IsCompact",
329
+ "incoming_source_variant": 4,
330
+ "incoming_tokens": 659,
331
+ "outgoing_length_bucket": "tiny",
332
+ "outgoing_sample_id": "D-Mathlib.Topology.Sheaves.Stalks.stalkFunctor_map_germ",
333
+ "outgoing_tokens": 363,
334
+ "pairing_reason": "closest_input_tokens_in_category"
335
+ },
336
+ {
337
+ "category": "D",
338
+ "incoming_length_bucket": "short",
339
+ "incoming_sample_id": "D-Mathlib.Algebra.Star.StarAlgHom.coe_mk",
340
+ "incoming_source_variant": 4,
341
+ "incoming_tokens": 573,
342
+ "outgoing_length_bucket": "tiny",
343
+ "outgoing_sample_id": "D-Mathlib.Data.List.Sort.sortedGT_iff_isChain",
344
+ "outgoing_tokens": 358,
345
+ "pairing_reason": "closest_input_tokens_in_category"
346
+ },
347
+ {
348
+ "category": "D",
349
+ "incoming_length_bucket": "short",
350
+ "incoming_sample_id": "D-Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional.exists_affineBasis_of_finiteDimensional",
351
+ "incoming_source_variant": 4,
352
+ "incoming_tokens": 769,
353
+ "outgoing_length_bucket": "tiny",
354
+ "outgoing_sample_id": "D-Mathlib.LinearAlgebra.Matrix.PosDef.of_dotProduct_mulVec_nonneg",
355
+ "outgoing_tokens": 347,
356
+ "pairing_reason": "closest_input_tokens_in_category"
357
+ },
358
+ {
359
+ "category": "D",
360
+ "incoming_length_bucket": "short",
361
+ "incoming_sample_id": "D-Mathlib.Topology.MetricSpace.HausdorffDimension.dimH_range_le",
362
+ "incoming_source_variant": 4,
363
+ "incoming_tokens": 708,
364
+ "outgoing_length_bucket": "tiny",
365
+ "outgoing_sample_id": "D-Mathlib.Data.Nat.Factorization.Basic.ordCompl_div_of_dvd",
366
+ "outgoing_tokens": 347,
367
+ "pairing_reason": "closest_input_tokens_in_category"
368
+ },
369
+ {
370
+ "category": "D",
371
+ "incoming_length_bucket": "short",
372
+ "incoming_sample_id": "D-Mathlib.Data.Nat.Nth.nth_mem_anti",
373
+ "incoming_source_variant": 4,
374
+ "incoming_tokens": 752,
375
+ "outgoing_length_bucket": "tiny",
376
+ "outgoing_sample_id": "D-Mathlib.NumberTheory.Padics.PadicVal.Basic.pow_succ_padicValNat_not_dvd",
377
+ "outgoing_tokens": 340,
378
+ "pairing_reason": "closest_input_tokens_in_category"
379
+ },
380
+ {
381
+ "category": "D",
382
+ "incoming_length_bucket": "short",
383
+ "incoming_sample_id": "D-Mathlib.Analysis.SpecialFunctions.Gamma.Beta.betaIntegral_convergent_left",
384
+ "incoming_source_variant": 4,
385
+ "incoming_tokens": 824,
386
+ "outgoing_length_bucket": "tiny",
387
+ "outgoing_sample_id": "D-Mathlib.Order.Interval.Finset.Basic.uIcc_subset_uIcc_iff_le'",
388
+ "outgoing_tokens": 326,
389
+ "pairing_reason": "closest_input_tokens_in_category"
390
+ },
391
+ {
392
+ "category": "D",
393
+ "incoming_length_bucket": "short",
394
+ "incoming_sample_id": "D-Mathlib.Data.Real.Archimedean.instArchimedean",
395
+ "incoming_source_variant": 4,
396
+ "incoming_tokens": 648,
397
+ "outgoing_length_bucket": "tiny",
398
+ "outgoing_sample_id": "D-Mathlib.LinearAlgebra.Multilinear.Basic.map_nonempty",
399
+ "outgoing_tokens": 325,
400
+ "pairing_reason": "closest_input_tokens_in_category"
401
+ },
402
+ {
403
+ "category": "D",
404
+ "incoming_length_bucket": "short",
405
+ "incoming_sample_id": "D-Mathlib.Analysis.BoxIntegral.Partition.Filter.toFilterDistortion",
406
+ "incoming_source_variant": 4,
407
+ "incoming_tokens": 608,
408
+ "outgoing_length_bucket": "tiny",
409
+ "outgoing_sample_id": "D-Mathlib.Analysis.Distribution.SchwartzSpace.Basic.smulLeftCLM_const",
410
+ "outgoing_tokens": 323,
411
+ "pairing_reason": "closest_input_tokens_in_category"
412
+ },
413
+ {
414
+ "category": "D",
415
+ "incoming_length_bucket": "short",
416
+ "incoming_sample_id": "D-Mathlib.Topology.ContinuousMap.Bounded.ArzelaAscoli.arzela_ascoli\u2082",
417
+ "incoming_source_variant": 4,
418
+ "incoming_tokens": 917,
419
+ "outgoing_length_bucket": "tiny",
420
+ "outgoing_sample_id": "D-Mathlib.Algebra.Order.Nonneg.Basic.mk_sub_mk",
421
+ "outgoing_tokens": 323,
422
+ "pairing_reason": "closest_input_tokens_in_category"
423
+ },
424
+ {
425
+ "category": "D",
426
+ "incoming_length_bucket": "short",
427
+ "incoming_sample_id": "D-Mathlib.RingTheory.Derivation.MapCoeffs.apply_aeval_eq",
428
+ "incoming_source_variant": 4,
429
+ "incoming_tokens": 612,
430
+ "outgoing_length_bucket": "tiny",
431
+ "outgoing_sample_id": "D-Mathlib.Data.Finset.Max.exists_next_left",
432
+ "outgoing_tokens": 321,
433
+ "pairing_reason": "closest_input_tokens_in_category"
434
+ },
435
+ {
436
+ "category": "D",
437
+ "incoming_length_bucket": "short",
438
+ "incoming_sample_id": "D-Mathlib.RingTheory.Spectrum.Prime.ConstructibleSet.map_comp",
439
+ "incoming_source_variant": 4,
440
+ "incoming_tokens": 590,
441
+ "outgoing_length_bucket": "tiny",
442
+ "outgoing_sample_id": "D-Mathlib.RingTheory.Polynomial.GaussNorm.le_gaussNorm",
443
+ "outgoing_tokens": 316,
444
+ "pairing_reason": "closest_input_tokens_in_category"
445
+ },
446
+ {
447
+ "category": "D",
448
+ "incoming_length_bucket": "short",
449
+ "incoming_sample_id": "D-Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Continuity.Continuous",
450
+ "incoming_source_variant": 4,
451
+ "incoming_tokens": 1095,
452
+ "outgoing_length_bucket": "tiny",
453
+ "outgoing_sample_id": "D-Mathlib.Data.Finset.Lattice.Lemmas.singleton_inter_of_notMem",
454
+ "outgoing_tokens": 311,
455
+ "pairing_reason": "closest_input_tokens_in_category"
456
+ },
457
+ {
458
+ "category": "D",
459
+ "incoming_length_bucket": "short",
460
+ "incoming_sample_id": "D-Mathlib.Topology.MetricSpace.Snowflaking.ediam_image_ofSnowflaking",
461
+ "incoming_source_variant": 4,
462
+ "incoming_tokens": 596,
463
+ "outgoing_length_bucket": "tiny",
464
+ "outgoing_sample_id": "D-Mathlib.RingTheory.TwoSidedIdeal.Lattice.iInf_ringCon",
465
+ "outgoing_tokens": 308,
466
+ "pairing_reason": "closest_input_tokens_in_category"
467
+ },
468
+ {
469
+ "category": "D",
470
+ "incoming_length_bucket": "short",
471
+ "incoming_sample_id": "D-Mathlib.Analysis.Calculus.TangentCone.Basic.tangentConeAt_eq_biInter_closure",
472
+ "incoming_source_variant": 4,
473
+ "incoming_tokens": 707,
474
+ "outgoing_length_bucket": "tiny",
475
+ "outgoing_sample_id": "D-Mathlib.Topology.Separation.Basic.t0Space_iff_not_inseparable",
476
+ "outgoing_tokens": 308,
477
+ "pairing_reason": "closest_input_tokens_in_category"
478
+ },
479
+ {
480
+ "category": "D",
481
+ "incoming_length_bucket": "short",
482
+ "incoming_sample_id": "D-Mathlib.Analysis.SpecialFunctions.Gamma.Basic.Gamma_conj",
483
+ "incoming_source_variant": 4,
484
+ "incoming_tokens": 796,
485
+ "outgoing_length_bucket": "tiny",
486
+ "outgoing_sample_id": "D-Mathlib.Data.Set.MemPartition.mem_memPartitionSet",
487
+ "outgoing_tokens": 307,
488
+ "pairing_reason": "closest_input_tokens_in_category"
489
+ },
490
+ {
491
+ "category": "D",
492
+ "incoming_length_bucket": "short",
493
+ "incoming_sample_id": "D-Mathlib.Combinatorics.Matroid.Basic.Indep",
494
+ "incoming_source_variant": 4,
495
+ "incoming_tokens": 547,
496
+ "outgoing_length_bucket": "tiny",
497
+ "outgoing_sample_id": "D-Mathlib.LinearAlgebra.QuadraticForm.Basic.isOrtho_comm",
498
+ "outgoing_tokens": 307,
499
+ "pairing_reason": "closest_input_tokens_in_category"
500
+ },
501
+ {
502
+ "category": "E",
503
+ "incoming_length_bucket": "medium",
504
+ "incoming_sample_id": "E-Mathlib.LinearAlgebra.Center.exists_mem_center_apply_eq_smul_of_forall_notLinearIndependent_of_basis",
505
+ "incoming_source_variant": 4,
506
+ "incoming_tokens": 3028,
507
+ "outgoing_length_bucket": "medium",
508
+ "outgoing_sample_id": "E-Mathlib.RingTheory.Extension.Generators.map_toComp_ker",
509
+ "outgoing_tokens": 2522,
510
+ "pairing_reason": "closest_input_tokens_in_category"
511
+ },
512
+ {
513
+ "category": "E",
514
+ "incoming_length_bucket": "short",
515
+ "incoming_sample_id": "E-Mathlib.Topology.Algebra.InfiniteSum.ENNReal.tendsto_sum_nat_add",
516
+ "incoming_source_variant": 4,
517
+ "incoming_tokens": 607,
518
+ "outgoing_length_bucket": "short",
519
+ "outgoing_sample_id": "E-Mathlib.RingTheory.Polynomial.Vieta.prod_X_add_C_eq_sum_esymm",
520
+ "outgoing_tokens": 631,
521
+ "pairing_reason": "closest_input_tokens_in_category"
522
+ },
523
+ {
524
+ "category": "E",
525
+ "incoming_length_bucket": "short",
526
+ "incoming_sample_id": "E-Mathlib.Analysis.Distribution.SchwartzSpace.Basic.smulLeftCLM_compCLMOfContinuousLinearEquiv",
527
+ "incoming_source_variant": 2,
528
+ "incoming_tokens": 516,
529
+ "outgoing_length_bucket": "short",
530
+ "outgoing_sample_id": "E-Mathlib.Analysis.Distribution.SchwartzSpace.Basic.smulLeftCLM_compCLMOfContinuousLinearEquiv",
531
+ "outgoing_tokens": 516,
532
+ "pairing_reason": "identity_or_dedup_conflict"
533
+ },
534
+ {
535
+ "category": "E",
536
+ "incoming_length_bucket": "short",
537
+ "incoming_sample_id": "E-Mathlib.GroupTheory.PushoutI.ext_smul",
538
+ "incoming_source_variant": 2,
539
+ "incoming_tokens": 724,
540
+ "outgoing_length_bucket": "short",
541
+ "outgoing_sample_id": "E-Mathlib.GroupTheory.PushoutI.ext_smul",
542
+ "outgoing_tokens": 724,
543
+ "pairing_reason": "identity_or_dedup_conflict"
544
+ },
545
+ {
546
+ "category": "E",
547
+ "incoming_length_bucket": "short",
548
+ "incoming_sample_id": "E-Mathlib.Order.ConditionallyCompleteLattice.Finset.Finset",
549
+ "incoming_source_variant": 2,
550
+ "incoming_tokens": 521,
551
+ "outgoing_length_bucket": "short",
552
+ "outgoing_sample_id": "E-Mathlib.Order.ConditionallyCompleteLattice.Finset.Finset",
553
+ "outgoing_tokens": 521,
554
+ "pairing_reason": "identity_or_dedup_conflict"
555
+ },
556
+ {
557
+ "category": "E",
558
+ "incoming_length_bucket": "short",
559
+ "incoming_sample_id": "E-Mathlib.Data.Matrix.Composition.comp_single_single",
560
+ "incoming_source_variant": 4,
561
+ "incoming_tokens": 628,
562
+ "outgoing_length_bucket": "short",
563
+ "outgoing_sample_id": "E-Mathlib.NumberTheory.NumberField.CMField.ringOfIntegersComplexConj_eq_self_iff",
564
+ "outgoing_tokens": 579,
565
+ "pairing_reason": "closest_input_tokens_in_category"
566
+ },
567
+ {
568
+ "category": "E",
569
+ "incoming_length_bucket": "short",
570
+ "incoming_sample_id": "E-Mathlib.Topology.ContinuousMap.StoneWeierstrass.AlgHom",
571
+ "incoming_source_variant": 4,
572
+ "incoming_tokens": 723,
573
+ "outgoing_length_bucket": "short",
574
+ "outgoing_sample_id": "E-Mathlib.NumberTheory.Cyclotomic.PrimitiveRoots.norm_pow_sub_one_two",
575
+ "outgoing_tokens": 735,
576
+ "pairing_reason": "closest_input_tokens_in_category"
577
+ },
578
+ {
579
+ "category": "E",
580
+ "incoming_length_bucket": "short",
581
+ "incoming_sample_id": "E-Mathlib.RingTheory.DualNumber.ideal_trichotomy",
582
+ "incoming_source_variant": 4,
583
+ "incoming_tokens": 1215,
584
+ "outgoing_length_bucket": "short",
585
+ "outgoing_sample_id": "E-Mathlib.Analysis.SpecialFunctions.Log.Deriv.hasSum_pow_div_log_of_abs_lt_one",
586
+ "outgoing_tokens": 1134,
587
+ "pairing_reason": "closest_input_tokens_in_category"
588
+ }
589
+ ],
590
+ "prospective_acceptance_gates": {
591
+ "candidate_nll_noninferiority": {
592
+ "comparison": "variant-6 minus variant-1",
593
+ "maximum": 0.01,
594
+ "statistic": "upper one-sided 95% confidence bound"
595
+ },
596
+ "maximum_kl_superiority": {
597
+ "comparison": "variant-6 minus variant-1",
598
+ "maximum": -1.0,
599
+ "statistic": "upper one-sided 95% confidence bound"
600
+ },
601
+ "mean_kl_superiority": {
602
+ "comparison": "variant-6 minus variant-1",
603
+ "maximum": -0.03,
604
+ "statistic": "upper one-sided 95% confidence bound"
605
+ },
606
+ "new_recurring_catastrophe": {
607
+ "allowed": 0,
608
+ "definition": "KL > 5 in at least 60% of fresh starts for a sample not recurring under V1 or V5"
609
+ },
610
+ "top1_noninferiority": {
611
+ "comparison": "variant-6 minus variant-1",
612
+ "minimum": -0.01,
613
+ "statistic": "lower one-sided 95% confidence bound"
614
+ }
615
+ },
616
+ "selection_seed": "leanstral-mxfp4-v1-centered-composite-v1",
617
+ "selection_unit": "whole calibration records; no activation-scale splicing",
618
+ "sources": {
619
+ "variant-1": {
620
+ "sha256": "57e1e10fce8a6a62cef14e58e26109065104fe109c4075c6b6f302726918ed57"
621
+ },
622
+ "variant-5": {
623
+ "sha256": "ebbd528f3b80b29699070e839e93bf7a966cb643e5d584b8f0bbd18e9bed120c"
624
+ }
625
+ },
626
+ "substitution_targets": {
627
+ "D": 40,
628
+ "E": 8
629
+ },
630
+ "substitutions": 48,
631
+ "token_counts": {
632
+ "composite_total": 636954,
633
+ "delta": 15342,
634
+ "fractional_delta": 0.024680990714464973,
635
+ "v1_total": 621612
636
+ },
637
+ "validation": {
638
+ "duplicate_fingerprint_overlap": 0,
639
+ "sample_id_overlap": 0,
640
+ "sha256": "8cdbf9cfcc2b9c1bcb305c14f979799be6a7b9efad54dd4e5a281f00c152ccdf"
641
+ },
642
+ "variant": 6
643
+ }
manifests/variant-6.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accepted_for_ptq_calibration": 512,
3
+ "approximate_token_records": 0,
4
+ "category_counts": {
5
+ "A": 140,
6
+ "B": 110,
7
+ "C": 90,
8
+ "D": 70,
9
+ "E": 60,
10
+ "F": 42
11
+ },
12
+ "file": "data/variant-6/calibration_samples.jsonl",
13
+ "format": "leanstral_public_split_manifest_v1",
14
+ "incomplete_provenance_records": 0,
15
+ "length_bucket_counts": {
16
+ "long": 16,
17
+ "medium": 45,
18
+ "short": 148,
19
+ "tiny": 303
20
+ },
21
+ "mathlib_commits": [
22
+ "5e932f97dd25535344f80f9dd8da3aab83df0fe6"
23
+ ],
24
+ "records": 512,
25
+ "role": "rejected constrained V1-centered composite",
26
+ "selected": false,
27
+ "sha256": "6b1a712d8ed90b7403b9ffbc3f71a73411eff5c920b3043a2ea17cb255e11856",
28
+ "split": "variant-6",
29
+ "token_counts": {
30
+ "maximum": 20899,
31
+ "minimum": 129,
32
+ "total": 636954
33
+ },
34
+ "tokenizer_ids": [
35
+ "mistralai/Leanstral-1.5-119B-A6B:tekken.json"
36
+ ],
37
+ "unique_declarations": 512,
38
+ "unique_duplicate_fingerprints": 512,
39
+ "unique_sample_ids": 512,
40
+ "unique_source_files": 469
41
+ }
schema.json ADDED
@@ -0,0 +1,356 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "$id": "https://huggingface.co/datasets/robbiemu/leanstral-mathlib-calibration-corpora/raw/main/schema.json",
3
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
4
+ "additionalProperties": true,
5
+ "properties": {
6
+ "admission": {
7
+ "additionalProperties": true,
8
+ "properties": {
9
+ "accepted_for_ptq_calibration": {
10
+ "type": "boolean"
11
+ },
12
+ "decision_layer": {
13
+ "type": "string"
14
+ },
15
+ "reason_codes": {
16
+ "items": {},
17
+ "type": "array"
18
+ },
19
+ "soft_review_applied_to_decision": {
20
+ "type": "boolean"
21
+ },
22
+ "soft_review_flags": {
23
+ "items": {},
24
+ "type": "array"
25
+ }
26
+ },
27
+ "required": [
28
+ "accepted_for_ptq_calibration",
29
+ "decision_layer",
30
+ "reason_codes"
31
+ ],
32
+ "type": "object"
33
+ },
34
+ "category": {
35
+ "type": "string"
36
+ },
37
+ "category_name": {
38
+ "type": "string"
39
+ },
40
+ "composite_selection": {
41
+ "additionalProperties": true,
42
+ "properties": {
43
+ "selection_seed": {
44
+ "type": "string"
45
+ },
46
+ "source_rank_for_stratum": {
47
+ "type": "integer"
48
+ },
49
+ "source_variant": {
50
+ "type": "integer"
51
+ },
52
+ "target_category": {
53
+ "type": "string"
54
+ },
55
+ "target_length_bucket": {
56
+ "type": "string"
57
+ }
58
+ },
59
+ "required": [
60
+ "selection_seed",
61
+ "source_rank_for_stratum",
62
+ "source_variant",
63
+ "target_category",
64
+ "target_length_bucket"
65
+ ],
66
+ "type": "object"
67
+ },
68
+ "constrained_composite_selection": {
69
+ "additionalProperties": true,
70
+ "properties": {
71
+ "design": {
72
+ "type": "string"
73
+ },
74
+ "incoming_source_variant": {
75
+ "type": "integer"
76
+ },
77
+ "input_token_delta": {
78
+ "type": "integer"
79
+ },
80
+ "outgoing_v1_sample_id": {
81
+ "type": "string"
82
+ },
83
+ "pairing_reason": {
84
+ "type": "string"
85
+ },
86
+ "rescue_category": {
87
+ "type": "string"
88
+ }
89
+ },
90
+ "required": [
91
+ "design",
92
+ "incoming_source_variant",
93
+ "input_token_delta",
94
+ "outgoing_v1_sample_id",
95
+ "pairing_reason",
96
+ "rescue_category"
97
+ ],
98
+ "type": "object"
99
+ },
100
+ "construction": {
101
+ "additionalProperties": true,
102
+ "properties": {
103
+ "broken_code": {
104
+ "type": "string"
105
+ },
106
+ "context_enriched": {
107
+ "type": "boolean"
108
+ },
109
+ "diagnostic": {
110
+ "type": "string"
111
+ },
112
+ "excerpt": {
113
+ "type": "string"
114
+ },
115
+ "instruction": {
116
+ "type": "string"
117
+ },
118
+ "mutation_kind": {
119
+ "type": "string"
120
+ },
121
+ "proof_is_oneliner": {
122
+ "type": "boolean"
123
+ },
124
+ "retrieval_snippets": {
125
+ "items": {
126
+ "type": "string"
127
+ },
128
+ "type": "array"
129
+ },
130
+ "source_grounded_context_enriched": {
131
+ "type": "boolean"
132
+ },
133
+ "statement": {
134
+ "type": "string"
135
+ },
136
+ "target_span": {
137
+ "type": "string"
138
+ },
139
+ "trace_states": {
140
+ "items": {
141
+ "additionalProperties": true,
142
+ "properties": {
143
+ "state": {
144
+ "type": "string"
145
+ },
146
+ "tactic": {
147
+ "type": "string"
148
+ }
149
+ },
150
+ "required": [
151
+ "state",
152
+ "tactic"
153
+ ],
154
+ "type": "object"
155
+ },
156
+ "type": "array"
157
+ },
158
+ "untouched_role": {
159
+ "type": "string"
160
+ },
161
+ "variant": {
162
+ "type": "string"
163
+ }
164
+ },
165
+ "type": "object"
166
+ },
167
+ "environment": {
168
+ "additionalProperties": true,
169
+ "properties": {
170
+ "chat_template_id": {
171
+ "type": "string"
172
+ },
173
+ "dataseek_commit": {
174
+ "type": "string"
175
+ },
176
+ "lean_toolchain": {
177
+ "type": "string"
178
+ },
179
+ "leandojo_version": {
180
+ "type": "string"
181
+ },
182
+ "mathlib_commit": {
183
+ "type": "string"
184
+ },
185
+ "project_commit": {
186
+ "type": "string"
187
+ },
188
+ "python_version": {
189
+ "type": "string"
190
+ },
191
+ "tokenizer_id": {
192
+ "type": "string"
193
+ }
194
+ },
195
+ "type": "object"
196
+ },
197
+ "evaluation_stratum": {
198
+ "type": "string"
199
+ },
200
+ "measurements": {
201
+ "additionalProperties": true,
202
+ "properties": {
203
+ "approximate_tokens": {
204
+ "type": "boolean"
205
+ },
206
+ "chars": {
207
+ "type": "integer"
208
+ },
209
+ "declarations_count": {
210
+ "type": "integer"
211
+ },
212
+ "diagnostics_count": {
213
+ "type": "integer"
214
+ },
215
+ "duplicate_fingerprint": {
216
+ "type": "string"
217
+ },
218
+ "hidden_proof_leakage": {
219
+ "type": "string"
220
+ },
221
+ "imports_count": {
222
+ "type": "integer"
223
+ },
224
+ "input_tokens": {
225
+ "type": "integer"
226
+ },
227
+ "lean_code_chars": {
228
+ "type": "integer"
229
+ },
230
+ "lean_code_ratio": {
231
+ "type": "number"
232
+ },
233
+ "length_bucket": {
234
+ "type": "string"
235
+ },
236
+ "line_count": {
237
+ "type": "integer"
238
+ },
239
+ "natural_language_chars": {
240
+ "type": "integer"
241
+ },
242
+ "near_duplicate_cluster_id": {
243
+ "type": "string"
244
+ },
245
+ "provenance_complete": {
246
+ "type": "boolean"
247
+ },
248
+ "retrieval_snippets_count": {
249
+ "type": "integer"
250
+ },
251
+ "tokenizer": {
252
+ "type": "string"
253
+ },
254
+ "tool_transcript_turns": {
255
+ "type": "integer"
256
+ },
257
+ "triviality_score": {
258
+ "type": "number"
259
+ }
260
+ },
261
+ "required": [
262
+ "approximate_tokens",
263
+ "chars",
264
+ "declarations_count",
265
+ "diagnostics_count",
266
+ "duplicate_fingerprint",
267
+ "hidden_proof_leakage",
268
+ "imports_count",
269
+ "input_tokens",
270
+ "lean_code_chars",
271
+ "lean_code_ratio",
272
+ "length_bucket",
273
+ "line_count",
274
+ "natural_language_chars",
275
+ "near_duplicate_cluster_id",
276
+ "provenance_complete",
277
+ "retrieval_snippets_count",
278
+ "tokenizer",
279
+ "tool_transcript_turns",
280
+ "triviality_score"
281
+ ],
282
+ "type": "object"
283
+ },
284
+ "messages": {
285
+ "items": {
286
+ "additionalProperties": true,
287
+ "properties": {
288
+ "content": {
289
+ "type": "string"
290
+ },
291
+ "role": {
292
+ "type": "string"
293
+ }
294
+ },
295
+ "required": [
296
+ "content",
297
+ "role"
298
+ ],
299
+ "type": "object"
300
+ },
301
+ "type": "array"
302
+ },
303
+ "rendered_text": {
304
+ "type": "string"
305
+ },
306
+ "sample_id": {
307
+ "type": "string"
308
+ },
309
+ "source": {
310
+ "additionalProperties": true,
311
+ "properties": {
312
+ "declaration": {
313
+ "type": "string"
314
+ },
315
+ "file": {
316
+ "type": "string"
317
+ },
318
+ "mathlib_commit": {
319
+ "type": "string"
320
+ },
321
+ "module": {
322
+ "type": "string"
323
+ },
324
+ "source_url": {
325
+ "type": "string"
326
+ },
327
+ "span": {
328
+ "type": "string"
329
+ }
330
+ },
331
+ "required": [
332
+ "declaration",
333
+ "file",
334
+ "mathlib_commit",
335
+ "module",
336
+ "source_url",
337
+ "span"
338
+ ],
339
+ "type": "object"
340
+ },
341
+ "triviality_note": {
342
+ "type": "string"
343
+ }
344
+ },
345
+ "required": [
346
+ "admission",
347
+ "category",
348
+ "measurements",
349
+ "messages",
350
+ "rendered_text",
351
+ "sample_id",
352
+ "source"
353
+ ],
354
+ "title": "Leanstral Mathlib calibration and validation record",
355
+ "type": "object"
356
+ }