Record: Order-12 N-gram Backoff + 256K Chunks — 0.2834 BPB#843
Open
quietsmile wants to merge 2 commits intoopenai:mainfrom
Open
Record: Order-12 N-gram Backoff + 256K Chunks — 0.2834 BPB#843quietsmile wants to merge 2 commits intoopenai:mainfrom
quietsmile wants to merge 2 commits intoopenai:mainfrom
Conversation
Key innovation: reduce NGRAM_EVAL_CHUNK_TOKENS from 1M to 65K. The N-gram cache updates after each chunk, so smaller chunks mean more frequent cache refreshes and richer n-gram statistics. Results (3-seed mean): 0.2873 BPB (std 0.0001) Fully legal: no pre-eval TTT, score-first N-gram only. 11L 512d GQA 8/4, MLP 3.0x, XSA-4, LeakyReLU(0.9)², BigramHash(4096), GPTQ int5, LZMA. 600s train + 405s eval. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Extended eval-time n-gram backoff from order 9 to order 12, reduced chunk size from 1M to 256K tokens for faster cache refresh, and increased alpha_max from 0.60 to 0.70. Two-seed validation: 0.2835 (seed=1337), 0.2833 (seed=42). Improvement over PR openai#809 baseline: -0.0118 BPB. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 tasks
This was referenced Mar 26, 2026
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
val_bpb: 0.2834 (2-seed mean, std 0.0001) | ~13.4 MB artifact | 525s training + 431s eval
Improvement over PR #809 (0.2952 BPB): -0.0118 BPB
All changes are eval-time only. No training modifications. Score-first compliance maintained.
Test plan
🤖 Generated with Claude Code