Record: BackoffNgramMixer (mean val_bpb=0.6671)#813
Open
hypery11 wants to merge 1 commit intoopenai:mainfrom
Open
Record: BackoffNgramMixer (mean val_bpb=0.6671)#813hypery11 wants to merge 1 commit intoopenai:mainfrom
hypery11 wants to merge 1 commit intoopenai:mainfrom
Conversation
Seeds: 0.6672 / 0.6673 / 0.6667 (std 0.0003). 11L XSA-all 8/8 MHA, BackoffNgramMixer orders 2-7. ~16MB artifact. Train 600s, eval 512s.
XinghanLi66
added a commit
to XinghanLi66/parameter-golf
that referenced
this pull request
Mar 26, 2026
Today (2026-03-26) the leaderboard was transformed by eval-time n-gram backoff cache technique. Add comprehensive context for agents: - URGENT_ngram_backoff_breakthrough.md: full implementation guide with NgramEvalCache code, entropy-adaptive alpha, complementary training, priority order for implementation - latest_sota_snapshot.md: updated with new PR landscape - 3 reference code files from top PRs (openai#809 0.295, openai#803 0.442, openai#813 0.667) The n-gram backoff is purely eval-time — adding it to our existing best checkpoint should immediately jump from 1.119 to ~0.67 BPB. Implementing it is now the single highest-priority task. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Results
Method
11-layer transformer (512d, 8/8 full MHA, XSA-all, LeakyReLU(0.5)^2, 3.5x MLP). BackoffNgramMixer with entropy-adaptive alpha, orders 2-7. Score-first, backward-looking.