@@ -602,3 +602,27 @@ The residual is not data, not domain coverage, not an off/on-policy
602602deficit. It is a property of the compression itself at this rung —
603603the honest open question for the paper. On-policy stays listed in
604604Paper B's future work with its measured negative attached.
605+
606+ ## Cross-runtime byte-parity is precision-scoped (2026-09-07, golden-v1)
607+
608+ The golden matrix (12 models x 25 rows, generated from the released
609+ zips on x86/ORT-1.23.2) exposes the true boundary of the byte-parity
610+ contract, measured three ways (Python-x86 generator, Python-arm64,
611+ TS-arm64; ORT 1.23.2 everywhere):
612+
613+ - ** fp32-class artifacts: byte-stable.** ara-diac-1.0 reproduced
614+ exactly on arm64 before the run reached the quantized models.
615+ - ** Quantized artifacts (int8/int4): prefix-consistent,
616+ stop-point-unstable.** Every divergent output is an exact PREFIX of
617+ the golden (no contradictory content anywhere); the divergence is
618+ exclusively WHERE decode emits EOS — the stop decision sits at a
619+ near-tie on these flat distributions, and architecture-level float
620+ accumulation differences (x86 container vs arm64, ORT-web vs
621+ ORT-native) flip it. Same mechanism family as the beam-decode
622+ pathology: likelihood ranking on near-uniform distributions.
623+
624+ Contract, scoped and honest: ** byte-identical across runtimes and
625+ hardware for fp32/fp16; for quantized artifacts, quality parity (the
626+ published per-model cer_delta gates) plus prefix-consistency.**
627+ golden-v1's quantized rows are reference outputs (documented
628+ hardware/ORT provenance), not byte-assertions.
0 commit comments