Skip to content

fix(golden): precision-scoped parity classification + scoped claims - #211

Merged
ronaldtse merged 1 commit into
mainfrom
golden-closeout
Sep 11, 2026
Merged

ronaldtse merged 1 commit into
mainfrom
golden-closeout

Conversation

@ronaldtse

Copy link
Copy Markdown
Contributor

Closes the golden-v1 workstream (rababa TODO.impl/08) and scopes every parity claim to what was measured.

Test fix. test_golden_matrix classified artifacts by a precision substring in the golden FILENAME. tha-g2p-small-1.0 resolves to an int8 zip whose golden name drops the suffix - a quantized artifact under byte-exact assertions, failing on a textbook near-tie flip (one haraqat byte). Classification now reads the loaded artifact's manifest precision: fp32/fp16 get byte-exact assertions; int8/int4 get the decode-health length floor from the measured cross-hardware spread. Full local GOLDEN_DIR run green: 12 models x 25 rows.

Claim scoping. Paper A (5 sites), paper C, and PUBLICATION-NOTES now say byte-identical for full-precision artifacts and measured quality parity for quantized ones - matching How-we-measure and the 2026-09-07 RESULTS entry. The golden-v1 release body was annotated with the same scoping.

RESULTS.md gains the speculative-decode acceptance entry behind the playground tier shipped yesterday: 25/25 golden rows, acceptance 0.9886 mean (min 0.955), 8.85 tokens per verifier pass at K=8, output-preservation verified byte-identical on all 18 exactness-checked rows.

…pe the parity claims

The golden test classified models by precision substring in the GOLDEN
FILENAME - but tha-g2p-small-1.0 resolves to an int8 zip whose golden
name drops the suffix, so a quantized artifact got byte-exact
assertions and failed on a near-tie flip ('taj' vs 'ta:j' class).
Classification now reads the loaded manifest's precision field
(fp32/fp16 exact; int8/int4 decode-health length floor). Full
GOLDEN_DIR run: 12 models x 25 rows, green.

Paper A, paper C, and publication notes now state the parity
guarantee precision-scoped: byte-identical for fp32/fp16 on all
hardware tested; measured quality parity for quantized artifacts.
RESULTS.md gains the speculative-decode acceptance entry (0.9886
mean, 8.85 tokens/verifier pass, output-preserving).
@ronaldtse
ronaldtse merged commit d79de5c into main Sep 11, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant