Experiment: SmearGate BOS Fix + train-only logit calibration#1884
Open
someone114514 wants to merge 2 commits intoopenai:mainfrom
Open
Experiment: SmearGate BOS Fix + train-only logit calibration#1884someone114514 wants to merge 2 commits intoopenai:mainfrom
someone114514 wants to merge 2 commits intoopenai:mainfrom
Conversation
3-seed reproduction of PR openai#1851 (SmearGate BOS document boundary fix). Code is byte-identical to openai#1851 by @aquariouseworkman. Results (post-TTT BPB): Seed 42: 1.06128 (original openai#1851 author) Seed 314: 1.06087 (this submission) Seed 1234: 1.06220 (this submission) Mean: 1.06145 ± 0.00068 All artifacts < 16,000,000 bytes. All runs < 600s. Co-authored-by: Copilot <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Experimental variant of #1868 / #1851 SmearGate BOS Fix that adds a fixed post-GPTQ logit calibration pass.
The added calibration is deliberately small and train-only:
This is intended as a direct test of whether the post-GPTQ calibration signal observed locally transfers to the stronger #1868 stack.
Controls
Defaults added in this branch:
Set
LOGIT_CALIB_ENABLED=0to recover the original #1868 behavior.Legality / causality
Calibration is fitted only from training-token shards after GPTQ. It does not read validation targets or build validation-time state. At validation time the correction is a fixed affine transformation of logits before normal softmax, so the distribution remains normalized.
Status
No new 8xH100 score yet. This branch is prepared for a direct single-seed run against the #1868 reproduction command.