diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-04-08 19:22:38 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-04-08 19:22:38 -0500 |
| commit | cebc4c4a81809a982a16dd07da41487aa2f30322 (patch) | |
| tree | cf74a2bee89b39bb08cc467cfd413582ece9110c | |
| parent | bd873fea53ec917a01618799eeb97f770081ba53 (diff) | |
protocol/README.md: sync (c) range with v2.31.13 paper update
Same fix as v2.31.13's paper §6 ¶3 and the protocol.py docstring sync:
the README's "0.05-0.18 / 0.43-0.99" calibration ranges were the
same loose values that v2.31.13 corrected. Updated to match the actual
audit data: BP/EP in [-0.04, +0.12], degenerate up to +0.99 with 5/9
above the 0.30 cutoff.
Now the paper §6 ¶3, protocol.py docstring, and protocol/README.md
all agree on the (c) calibration ranges.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
| -rw-r--r-- | protocol/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/protocol/README.md b/protocol/README.md index 770d582..f275883 100644 --- a/protocol/README.md +++ b/protocol/README.md @@ -133,8 +133,9 @@ The defaults match the paper: healthy networks (~1e-5). - `h_norm_explosion_ratio = 50.0` — BP-trained networks are ~1-3× per layer in our measurements; failure modes show ~10⁵-10⁶× from layer 0 to layer L. -- `stability_drift_ceiling = 0.30` — calibrated for ~128-sample batches. - BP/EP-trained networks: 0.05-0.18. DFA/SB drift mode: 0.43-0.99. +- `stability_drift_ceiling = 0.30` — calibrated for ~128-sample batches at K=10. + BP/EP-trained networks (6 audited values): [-0.04, +0.12]. DFA/SB/CB drift + mode (9 audited values): up to +0.99, with 5/9 above the 0.30 cutoff. - `frozen_acc_margin_pp = 2.0` — DFA-on-ResMLP undercuts frozen baseline by 4 pp; the threshold is loose enough to allow noise on healthy networks. |
