Non-record: Verifily Three-Tier Token Weighting + DCLS Salience (SP1024, 1.1335 BPB)#1634
Open
arsenis-cmd wants to merge 1 commit intoopenai:mainfrom
Open
Non-record: Verifily Three-Tier Token Weighting + DCLS Salience (SP1024, 1.1335 BPB)#1634arsenis-cmd wants to merge 1 commit intoopenai:mainfrom
arsenis-cmd wants to merge 1 commit intoopenai:mainfrom
Conversation
Pure data-quality approach — zero architectural changes. Three components: 1. Three-tier token weighting (Predictable=0.10, Frontier=1.0, Noise=0.70) 2. DCLS salience batch reweighting [0.85, 1.15] 3. Quality-conditioned bigram mixer at eval 2-seed mean: 1.13350264 BPB on 8xH100 SXM (~openai#16 on leaderboard). Demonstrates data-quality signals help but can't close architecture gap. Co-Authored-By: Claude Opus 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.
Summary
Pure data-quality approach — zero architectural changes. First submission to apply token-level quality signals to training loss weighting without modifying the model architecture.
Three components layered on an SP1024 11L 512d baseline:
Results
2-seed mean: 1.13350264 BPB on 8×H100 SXM (~#16 on leaderboard).
Seed 999 was not completed due to pod termination. Submitting as non-record with 2 seeds.
Key Takeaway
Data-quality signals provide measurable training improvement but cannot close the ~0.05 BPP gap driven by architectural advances (SP8192, depth recurrence, parallel residuals, TTT). A competitive submission integrating these components onto the current SOTA stack is in progress.
Ablation
All components independently controllable via env vars:
VERIFILY_ENABLED=0,VERIFILY_SALIENCE=0,VERIFILY_MIXER=0.Test plan
python3 -c "import ast; ast.parse(open('train_gpt.py').read())"