CodeSOTA · Slayer Research Graph · Genesis Dataset 001Source pinned at f5c079314c48

Imported research programme · OpenAI Parameter Golf

GitHub recorded the runs. Slayer reconstructs the research.

A versioned graph of the question, competing hypotheses, merged experiments, declared ancestry, technique transfer, evidence and cumulative findings behind a 16 MB language model.

Imported rows
48
Best pinned score
1.0565 BPB
Baseline
1.2244 BPB
Curated graph edges
14
Dataset
openai-parameter-golf
Source commit
f5c079314c48
Observed
2026-08-20
License
MIT
API
JSON dataset

One question. Fixed constraints. Comparable evidence.

How do we minimize language-model bits per byte under a 16 MB artifact budget?

Artifact
16,000,000 bytes

The complete submitted artifact, not a parameter-count estimate.

Training
10 minutes

Measured on 8×H100 SXM.

Evaluation
FineWeb validation

A separate evaluation budget preserves a common target.

Metric
Bits per byte ↓

Tokenizer-agnostic; lower is better.

Five scores. Five inspectable experiment records.

This sequence describes movement of the visible frontier. It is deliberately not rendered as a single ancestry chain: leaderboard adjacency is not evidence of code descent.

  1. 01
    PR #1394

    SP8192 + GPTQ Embeddings + Depth Recurrence + SDClip

    On PR #1394: SP8192, GPTQ embeddings, looped layers 4-5, MuonEq-R, and std-based GPTQ clipping

    1.08563BPB · 5 seeds
  2. 02
    PR #1413

    SP8192 + QK-Gain 5 + Legal Score-First TTT

    On PR #1413: QK-Gain 5.0 + legal score-first TTT on the PR #1394 SP8192 stack

    1.08279BPB · 3 seeds
  3. 03
    PR #1493

    SP8192 + 3-Layer Recurrence + Parallel Residuals + Legal TTT

    On PR #1493: 3-layer recurrence, parallel residuals, QK-Gain 5.25, and legal score-first TTT on the PR #1394 stack

    1.081BPB · 3 seeds
  4. 04
    PR #1514

    SP8192 + Muon 0.97 + Legal Score-First TTT

    On PR #1514: SP8192 with Muon 0.97 and legal score-first TTT; 3-seed sweep beats #1493 (p=0.020)

    1.07983BPB · 3 seeds
  5. 05
    PR #1530

    VarLen Attention + Fused MLP + Doc-Independent Legal TTT

    On PR #1530: variable-length FA3 attention, fused Triton MLP, grouped small-parameter all-reduces, and doc-independent score-first LoRA TTT

    1.07336BPB · 3 seeds

The relation is part of the evidence.

Edges below are curated from explicit statements in the source PRs. A comparison is not silently promoted to ancestry.

#1413derived from#1394

The official leaderboard describes PR #1413 as QK-Gain 5.0 and legal score-first TTT on the PR #1394 SP8192 stack.

source PR ↗
#1493derived from#1394

The official leaderboard describes PR #1493 as three-layer recurrence and parallel residuals on the PR #1394 stack.

source PR ↗
#1493uses technique from#1413

PR #1493 uses the QK-gain and legal score-first TTT technique line represented by PR #1413; it does not declare PR #1413 as its sole code parent.

source PR ↗
#1514derived from#1413

PR #1514 names PR #1413 as its direct predecessor and adds Muon 0.97 plus a causal token n-gram tilt.

source PR ↗
#1514compared with#1493

The official leaderboard reports that the PR #1514 three-seed sweep beats PR #1493; it does not claim PR #1493 as the implementation parent.

source PR ↗
#1530derived from#1523

PR #1530 says it applies its earlier changes to the recent PR #1523 record implementation.

source PR ↗
#1530uses technique from#1552

PR #1530 says it incorporated the orthogonal improvements from PR #1552 before submission.

source PR ↗
#1530uses technique from#1354

PR #1530 ports its variable-length attention, fused MLP and document-independent LoRA TTT changes from the author's earlier PR #1354.

source PR ↗
#1530compared with#1493

PR #1530 references PR #1493 as an earlier score and technique comparison, not as its direct parent.

source PR ↗

The complete pinned leaderboard.

48 accepted rows imported from the official README at commit f5c079314c48. Scores remain source observations; CodeSOTA does not label them independent reproductions.

RankRunBPB ↓AuthorDateSource
1Calib32 Token-Only N-gram + AsymLogit StackOn PR #2135: pre-cutoff PR #2130 architecture rerun on clean canonical CaseOps data with GPTQCALIBRATIONBATCHES=32; 3-seed mean 1.05651 under grace policy (p=0.014 vs PR #2014)1.0565codemath30002026-05-01PR #2135
2Progressive Context Growth + Short-Doc Score-First TTTOn PR #2014: PR #1855/#1953 CaseOps stack with progressive context growth to 3k plus short-doc score-first TTT on the AWQ-lite/AsymLogit lineage; 3-seed mean 1.05759 (p=0.011 vs PR #1953)1.0576simonbissonnette2026-04-30PR #2014
3Long-Context No-Q/V TTT + QK-Gain 5.25On PR #1953: PR #1945 V21 base with 2560 eval/TTT context, no-Q/V TTT mask, TTT LR 0.75, and QKGAININIT=5.25; 3-seed mean 1.05855 (p=0.063 vs PR #1945 V21 v2)1.0586andrewbaggio12026-04-30PR #1953
4AWQ-Lite GPTQ + AsymLogit on PR1855 StackOn PR #1945 commit 70067534: PR #1855 stack plus PR #1908 AWQ-lite mixed GPTQ and PR #1923 AsymLogit; V21 v2 3-seed mean 1.05943 after strict seed-42 rerun (p=0.034 vs PR #1855)1.0594alertcat2026-04-29PR #1945
5BOS-Fixed SmearGate + LQER + SparseAttnGate + 9-Hparam StackOn PR #1855: BOS-fixed #1797-derived stack with LQER, PR #1787 SparseAttnGate/PolarNS/FusedCE base, per-group lrzip compression, and 9 greedy hyperparameter overrides; submitted 3-seed mean 1.06108 with broader reproduction support (p=0.188 vs PR #1868 latest rerun)1.0611codemath30002026-04-27PR #1855
6BOS-Fixed SmearGate + LQER Asymmetric + PR1787 SparseAttn + Phased TTTOn PR #1851 with 3-seed compliance-rerun support from PR #1868: BOS-boundary fix from PR #1851 applied to dexhunter's PR #1797 SmearGate + LQER stack, using the PR #1787 SparseAttnGate/PolarNS/FusedCE base plus CaseOps and phased score-first TTT1.0614aquariouseworkman2026-04-27PR #1851
7PR1736 + PolarNS + MINLR + SparseAttnGate + FusedCE + Warm-A TTTOn PR #1787: PR #1736 CaseOps stack plus Polar Express Newton-Schulz coefficients, MINLR=0.1, SparseAttnGate, fused softcapped CE, and PR #1767-style warm-start-A TTT1.0634nprime062026-04-23PR #1787
8CaseOps + MLPClip12 + SmearGate/LoRA-TTTOn PR #1769: CaseOps stack with SmearGate/LoRA-TTT refinements and MLPClip12; 5-seed mean improves the accepted CaseOps frontier (p=0.063 vs #1736)1.0645dexhunter2026-04-22PR #1769
9SP8192 + CaseOps + GatedAttn + QuantGate + Loop45 + Phased TTTOn PR #1736: adopts romeerp's lossless CaseOps transform from PR #1729 with byte-sidecar BPB accounting, then adds gated attention and quant-gate scaling on the PR #1530 SP8192 phased-TTT stack1.0655dexhunter2026-04-19PR #1736
10CaseOps Tokenizer + Tapered WD + Phased TTTOn PR #1729: lossless CaseOps bijective case transform with validation byte sidecars, plus mild late Muon weight-decay taper on the PR #1626 legal phased-TTT stack1.0678romeerp2026-04-19PR #1729
11SmearGate + Attention Output Gate + Legal TTTOn PR #1667: SmearGate, attention output gate, depth recurrence, parallel residuals, QK-Gain 5.25, quantization, and score-first TTT1.0714MarioPaerle2026-04-16PR #1667
12VarLen Attention + Fused MLP + Multi-Phase Global SGD TTTOn PR #1626: VarLen attention, fused MLP, multi-phase global SGD TTT, trimmed GPTQ, MLR 0.026, int7 embeddings, and adaptive clip1.0719dexhunter2026-04-14PR #1626
13VarLenAttn + PhasingTTTOn PR #1610: #1530-style VarLen/fused stack plus phased TTT over already-scored validation chunks1.0728romeerp2026-04-13PR #1610
14VarLen Attention + Fused MLP + Doc-Independent Legal TTTOn PR #1530: variable-length FA3 attention, fused Triton MLP, grouped small-parameter all-reduces, and doc-independent score-first LoRA TTT1.0734samacqua2026-04-11PR #1530
15Improved Parallel Residuals + CUTLASS EVT + Legal TTTOn PR #1529: PR #1523 SP8192 baseline with fuller two-lane parallel residual routing, PARALLELRESIDUALSTART=8, inline CUTLASS EVT/Triton fused kernels, and legal score-first TTT; corrected 3-seed mean after GPTQ reserve/seed fix (p=0.001 vs #1514)1.0758msisovic2026-04-11PR #1529
16SP8192 + Muon 0.97 + Legal Score-First TTTOn PR #1514: SP8192 with Muon 0.97 and legal score-first TTT; 3-seed sweep beats #1493 (p=0.020)1.0798dexhunter2026-04-09PR #1514
17SP8192 + 3-Layer Recurrence + Parallel Residuals + Legal TTTOn PR #1493: 3-layer recurrence, parallel residuals, QK-Gain 5.25, and legal score-first TTT on the PR #1394 stack1.081bigbag2026-04-09PR #1493
18SP8192 + Parallel Residuals + Score-First TTTOn PR #1477: parallel residuals on the PR #1413 SP8192 + legal score-first TTT stack1.0822aryanbhosale2026-04-08PR #1477
19SP8192 + QK-Gain 5 + Legal Score-First TTTOn PR #1413: QK-Gain 5.0 + legal score-first TTT on the PR #1394 SP8192 stack1.0828dexhunter2026-04-06PR #1413
20SP8192 + Parallel Residuals + Hessian-Aware SDClipOn PR #1412: parallel residuals, Hessian-aware SDClip, and progressive recurrence on the PR #1394 stack1.0835Robby Sneiderman2026-04-06PR #1412
21SP8192 + GPTQ Embeddings + Depth Recurrence + SDClipOn PR #1394: SP8192, GPTQ embeddings, looped layers 4-5, MuonEq-R, and std-based GPTQ clipping1.0856Kevin Clark2026-04-05PR #1394
22SP4096 + Depth Recurrence + Parallel Residuals + MuonEq-ROn PR #1334: SP4096 + depth recurrence + parallel residuals + MuonEq-R + QK-Gain 5.01.0897aryanbhosale2026-04-04PR #1334
23MuonEq-R + Depth Recurrence + WD=0.090 + All-Int6 GPTQOn PR #1285: MuonEq-R + layers 4-5 recurrence + higher weight decay + all-int6 GPTQ1.0912dexhunter2026-04-03PR #1285
244096-Vocab + Larger Model + High WD + SimplificationsOn PR #1218: SP4096 + 4x MLP + high weight decay, with TTT, hash embeddings, SmearGate, and value residuals removed1.0979Kevin Clark2026-04-01PR #1218
25Parallel Residuals + Mini Depth RecurrenceOn PR #1204: mini recurrence on layers 4-5 + parallel attention/MLP residual lanes + AR self-generated GPTQ calibration1.1063Marko Sisovic2026-03-31PR #1204
26RascalOn PR #1120: XSA-all + Parallel Muon + coprime loader + Bigram2048/RoPE16 + SWA/late QAT without GPTQ1.1099newjordan2026-03-30PR #1120
27Coprime-Stride Loader + Full GPTQ + XSA-allOn PR #1060: coprime multi-shard loader + Full Hessian GPTQ + XSA on all layers + BigramHash(2816x112)1.1122dexhunter2026-03-29PR #1060
2811L AR Self-Gen GPTQ + XSAOn PR #1019: Self-Generated GPTQ Calibration Data + all-layer XSA on the PR #549 stack1.1147abaybektursun2026-03-25PR #1019
29LeakyReLU² + Legal Score-First TTT + Parallel MuonOn PR #549: LeakyReLU(0.5)^2 + TTT + Parallel Muon on the PR #414 stack1.1194abaybektursun2026-03-23PR #549
3011L EMA + GPTQ-lite + warmdown3500On PR #374: GPTQ-lite clip search + EMA, plus warmdown3500 and QAT@0.151.1228signalrush2026-03-22PR #374
3111L Partial RoPE + LN Scale + EMA + XSA4On PR #287: Partial RoPE (16/64) + layerwise LN scale1.1248jfprincz2026-03-21PR #287
3211L XSA4 + EMA + Int6 MLP3xOn PR #198: XSA on the last 4 layers + EMA replacing SWA1.1271jfprincz2026-03-20PR #198
3311L Efficient Partial XSAOn PR #198: Efficient Partial XSA on the deepest 3 layers1.1307unnir2026-03-20PR #198
3410L Int5-MLP + BigramHash(10240)10 layers, mixed int5/int6 quantization, BigramHash(10240), SWA(0.4), WD=0.041.1428thwu12026-03-20source
35Int6 MLP3x + SmearGate + BigramHash3x MLP + SmearGate + BigramHash + OrthoInit + Muon WD + SWA1.1458Raahil Shah2026-03-20source
3611L MLP3x + Int6 QAT11 layers, 3x MLP, int6 QAT, zstd-22, WD=0.04, sliding eval1.1502aruniyer2026-03-20source
37SmearGate + OrthoInit + Muon WDSmearGate + BigramHash + 3x MLP + int6 STE QAT + sliding eval1.1556aquariouseworkman2026-03-19source
38Ternary Quantization73.7M params quantized to 1 0 -1 + misc arch changes1.157Ciprian-Florin Ifrim2026-03-24source
3910L Int6 QAT + Zstd MLP2.6x10 layers, int6 QAT + zstd-22, MLP 1344, Muon 0.99, sliding eval1.1586yahya0102026-03-19source
40Mixed Quant + Sliding Window EvalInt6 block weights + int8 embeddings + 3x MLP + sliding eval1.163aquariouseworkman2026-03-19source
41Muon WD + 10 layerIncludes prev. wins + Spectral embed init + resid mix1.1748notapplica2026-03-19source
42Sliding Window EvalSliding window evaluation at stride=64, increasing context for eval1.1925Matthew Li2026-03-19source
43Lora TTTTest-time training with LORAs1.1928samacqua2026-03-19source
444k seq length4k seq length + better hypers1.2014Spokane Way2026-03-19source
452048 seq length2048 seq length (train + val)1.206Spokane Way2026-03-18source
46int6 mixed precision10 layers, mixed int8/int61.2147Nan Liu2026-03-18source
47fp16 EmbedFP16 Tied Embedding + LR/Warmdown Tuning1.2197Renier Velazco2026-03-18source
48Naive Baseline9layer 512dim 1024vocab TiedEmbeddings 4 KV heads1.2244Baseline2026-03-18source

Refreshable, attributable, inspectable.

The checked-in dataset can be regenerated with npm run research:import-parameter-golf. The importer resolves the official leaderboard, repository snapshot and selected PR evidence, then records the exact upstream commit in the artifact.

Repository snapshot
openai/parameter-golf
f5c079314c4877fbb0af378c0abade5a8ca33d3a
Repository activity observed
5,177 stars · 3,284 forks · 2026-08-20
Independent reruns
Not inferred from merge status. They require their own evidence record.
Post-challenge review
OpenAI review ↗