diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-08-06 16:42:32 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-08-06 16:42:32 -0500 |
| commit | 0be0a72cc0a82afc1b6811f95e87a0dfc1927a49 (patch) | |
| tree | e294335d5d07c393e241ca4a288fa387d8696002 | |
| parent | 5030875733e9baf8dd3b801a051bfe6c23ce751d (diff) | |
docs: record Dual Prop bias confirmation
| -rw-r--r-- | TWO_STATE_BIAS_PROGRAM.md | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/TWO_STATE_BIAS_PROGRAM.md b/TWO_STATE_BIAS_PROGRAM.md index c7a238f..6811739 100644 --- a/TWO_STATE_BIAS_PROGRAM.md +++ b/TWO_STATE_BIAS_PROGRAM.md @@ -305,6 +305,22 @@ Stop this paper direction if: overclamping analogue reaches zero error without neutral observations and beats SDIL everywhere. Therefore the mechanism test passes, but the physical strong-baseline gate does not; see `results/physical_bias/p1_surrogate.json`. -- Dual Prop same-path confirmation: active/supporting, not a passed result. -- EP/CpL adapters: not implemented under this bias model. -- Current score for this new paper framing: 5/10 until P1 passes. +- Dual Prop same-path confirmation: passed as a supporting mechanism result. + Across five frozen seeds, raw structured bias reduces validation accuracy to + `9.40%`, while same-path clean and innovation reach `82.86%` and `82.92%` + means. The paired innovation-minus-raw gain is `73.52` points (95% lower + bound `73.15`); the clean-minus-innovation 95% upper bound is `0.354` points, + and the innovation-versus-oracle absolute-mean bound is `0.566` points. The + maximum residual-bias ratio is `8.57e-8`, with zero instruction observations + used by the predictor; see `results/contrastive_bias/c1_gate.json`. Because + the bias is injected from the declared predictor feature, this confirms the + adapter and causal correction but is not independent real-world evidence. +- EP adapter: implemented against the pinned Rain author code with manual local + EP parameter gradients, autograd disabled for SDIL, local neutral LMS, replay + checks and clean/raw/constant/innovation/oracle/noise endpoints. CUDA + performance screening is active; no task-performance claim is recorded yet. +- Coupled-learning/DCHN adapter: not implemented under this bias model. +- Current score for this new paper framing: 5/10. Passing the artificial Dual + Prop confirmation does not repair the failed physical strong-baseline gate; + promotion requires an independently grounded bias source and a passed + cross-backbone confirmation. |
