Record: SP4096 + Depth Recurrence + Parallel Residuals + MuonEq-R + QK-Gain 5.0 — val_bpb 1.0897 (3-seed mean)#1334
Open
aryanbhosale wants to merge 1 commit intoopenai:mainfrom
Conversation
…al_bpb 1.0897 (3-seed mean) Track A (fixed predictor): no TTT, no SLOT, no eval-time adaptation. SP4096 + MLP 4x + WD 0.090 + depth recurrence + parallel residuals + MuonEq-R + QK-Gain 5.0. 3-seed mean: 1.0897 BPB, delta -0.0250 vs merged SOTA.
sunnypatneedi
pushed a commit
to sunnypatneedi/parameter-golf
that referenced
this pull request
Apr 4, 2026
… Parallel Residuals path - PR openai#771 confirmed CLOSED/REJECTED (train-then-score TTT) - N-gram PRs openai#727/openai#741 CLOSED (illegal); openai#758/openai#731 open but same risk - Merged SOTA unchanged at 1.1147 - New high-EV targets: PR openai#1351 (Discriminative TTT, 1.0807) and PR openai#1334 (SP4096 + Depth Recurrence + Parallel Residuals + MuonEq-R, 1.0897) - SLOT still unruled in Issue openai#140 — blocked until @valerio-oai rules - CLAUDE.md updated to v8.0 with corrected strategy and Session 5 lessons https://claude.ai/code/session_01X5rVjJpYyqm8DuWTNy2gkt
yuyeon
added a commit
to yuyeon/parameter-golf
that referenced
this pull request
Apr 4, 2026
Comprehensive analysis of current leaderboard state (Apr 4, 2026): - Non-SLOT frontier at 1.0897 BPB (PR openai#1334) - Pre-quant TTT adds -0.009 BPP (PR openai#1351, 1.0807 BPB) - Causal SLOT adds -0.088 BPP (PR openai#1350, 1.0046 BPB) - GPTQ+TTT incompatibility confirmed post-quant, works pre-quant - FiLM gap analysis: ~0.05-0.09 BPP behind frontier - Three strategic paths identified Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
chandra447
added a commit
to chandra447/parameter-golf
that referenced
this pull request
Apr 4, 2026
Hypothesis: Polar Express 4-step minimax NS on top of full PR openai#1334 stack Expected delta: ~-0.001 to -0.002 BPB from 1.0897 baseline Key changes vs PR openai#1334: - Polar Express Newton-Schulz (4-step minimax coefficients, arXiv:2505.16932) - MATRIX_LR=0.022 (validated for WD=0.090) - MUON_WD=0.090 (PR openai#1285/1334 optimal for 2-layer recurrence) - NoPE explicitly disabled (nope_every_n=0) after critique - Trackio experiment tracking added Stack: SP4096 vocab + MLP 4x + WD=0.090 + MuonEq-R + QK-Gain 5.0 + Depth recurrence L4-5 (step 3000) + Parallel residuals L7+ + Brotli
yuyeon
added a commit
to yuyeon/parameter-golf
that referenced
this pull request
Apr 5, 2026
v2 (focal+warmstart+clamp) gives identical 1.2658 BPB to v1 L-BFGS. L-BFGS converges too fast for these tricks to matter. Competitiveness analysis: - FiLM beats SOTA by -0.095 BPP on 1×H100 - Extrapolated 8×H100: ~1.00-1.05 BPB - Should beat non-SLOT frontier (PR openai#1334: 1.09) - Uncertain vs causal SLOT frontier (PR openai#1350: 1.00) because our causal SLOT gives -0.035 vs their -0.087 8×H100 test is worth running. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
yuyeon
added a commit
to yuyeon/parameter-golf
that referenced
this pull request
Apr 5, 2026
…lysis Novel ideas explored (Bitter Lesson aligned): - GDN hybrid: KILLED — FA3 is 3-16x faster than GDN on H100 - ACT transformer: KILLED — no training speedup (all iters must run for gradients) - 3x5 (512d): 517ms/step, 1.893 BPB vs baseline 331ms/step, 1.722 BPB - 3x5 (768d): 923ms/step, ~2.08 BPB — wider doesn't help - Root cause: ACT only helps when computation can actually be skipped during training Competition frontier analysis: - Legal record frontier: 1.005 BPB (PR openai#1350, L-BFGS causal SLOT) - Clean base frontier: 1.0897 BPB (PR openai#1334, SP4096+DepthRecur+MuonEq-R) - SLOT adds -0.087 BPB on top of base Remaining novel ideas to test: parallel SLOT beams, amortized SLOT, learned weight compression, progressive depth training. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
X-Abhishek-X
added a commit
to X-Abhishek-X/parameter-golf
that referenced
this pull request
Apr 5, 2026
Applies Cautious Muon (arXiv:2411.16085) to mask Muon optimizer updates where Newton-Schulz direction disagrees with raw gradient sign. Built on PR openai#1334 base with SP4096, depth recurrence, parallel residuals, MuonEq-R, QK-Gain 5.0, GPTQ INT6 + Brotli. 3-seed mean: 1.1604 bpb (seeds 42, 314, 999) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
sunnypatneedi
pushed a commit
to sunnypatneedi/parameter-golf
that referenced
this pull request
Apr 5, 2026
primary path - CRITICAL: PR openai#1351 (Discriminative TTT, 1.0807) self-closed by author on 2026-04-05 — pre-quant AdamW TTT ruled as pre-eval adaptation on val data. Removed pre-quant TTT from technique table and plan. - Updated strategy to PR openai#1334 (Depth Recur + Parallel Residuals + MuonEq-R, 1.0897) as primary architecture target — zero legality flags. - Logged new PRs: openai#1379 (0.4162, n-gram mixer), openai#1376 (0.7094, SLOT-24 + pre-quant TTT), openai#1364 (1.1025, pre-quant TTT at risk), openai#1370 (1.003, GDN). - SLOT and pre-quant TTT both blocked; discriminative TTT post-quant still legal. - Updated CLAUDE.md Competition Strategy + Technique Reference + Lessons (v9.0). https://claude.ai/code/session_01RTLvTuYBp9YMtudwrY8mYM
resouer
pushed a commit
to resouer/parameter-golf
that referenced
this pull request
Apr 5, 2026
resouer
pushed a commit
to resouer/parameter-golf
that referenced
this pull request
Apr 5, 2026
resouer
pushed a commit
to resouer/parameter-golf
that referenced
this pull request
Apr 5, 2026
resouer
pushed a commit
to resouer/parameter-golf
that referenced
this pull request
Apr 5, 2026
…etermines training length)
resouer
pushed a commit
to resouer/parameter-golf
that referenced
this pull request
Apr 5, 2026
resouer
pushed a commit
to resouer/parameter-golf
that referenced
this pull request
Apr 5, 2026
resouer
pushed a commit
to resouer/parameter-golf
that referenced
this pull request
Apr 5, 2026
resouer
pushed a commit
to resouer/parameter-golf
that referenced
this pull request
Apr 5, 2026
resouer
pushed a commit
to resouer/parameter-golf
that referenced
this pull request
Apr 5, 2026
…0.024 late) - LeakyReLU negative_slope 0.5 -> 0.9 (Issue openai#140 sweep evidence) - Split-LR: layers 0-5 at 0.020, layers 6-10 at 0.024 (PR openai#1179) - WD=0.090 and Brotli-11 already in openai#1334 base (no change needed)
resouer
pushed a commit
to resouer/parameter-golf
that referenced
this pull request
Apr 5, 2026
resouer
pushed a commit
to resouer/parameter-golf
that referenced
this pull request
Apr 5, 2026
resouer
pushed a commit
to resouer/parameter-golf
that referenced
this pull request
Apr 5, 2026
resouer
pushed a commit
to resouer/parameter-golf
that referenced
this pull request
Apr 6, 2026
resouer
pushed a commit
to resouer/parameter-golf
that referenced
this pull request
Apr 6, 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.
Record: SP4096 + Depth Recurrence + Parallel Residuals + MuonEq-R + QK-Gain 5.0
val_bpb = 1.0897 (3-seed mean, std 0.0003) | ~15.99 MB | 8×H100 SXM
Track A — Fixed Predictor (No eval-time adaptation)
3-Seed Results
Merged SOTA (PR #1019): 1.1147 BPB. Delta: −0.0250 BPB.
Key Techniques
Compliance
Reproduction
Credits
PR #1218 @clarkkev, PR #1285 @dexhunter, PR #1204 @msisovic, PR #1289 @MatoTeziTanka, PR #1260 @dexhunter, PR #1019 @abaybektursun, PR #1287 @dentity007, PR #1217 @bigbag, PR #493 @parinzee