diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-22 12:41:18 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-22 12:41:18 -0500 |
| commit | 5dcd29000579d9dea626b47f84aa3fdc16700605 (patch) | |
| tree | 967424289535ab0c0fe4044562de613c5b4b3cc1 /results/oral_a_failure_diagnosis.json | |
| parent | fc8fe99504fe86a3636721031a7dc3d41a7909a6 (diff) | |
results: close Oral-A v2 causal-capture gate
Diffstat (limited to 'results/oral_a_failure_diagnosis.json')
| -rw-r--r-- | results/oral_a_failure_diagnosis.json | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/results/oral_a_failure_diagnosis.json b/results/oral_a_failure_diagnosis.json index 7c6b31b..5239e8b 100644 --- a/results/oral_a_failure_diagnosis.json +++ b/results/oral_a_failure_diagnosis.json @@ -44,14 +44,15 @@ "target_power_growth_epoch1_to_87": 2126827049.3932126 }, "diagnosis": { - "classification": "causal_target_not_captured_before_runaway", + "classification": "unit_target_regression_snr_inadequate_before_runaway", "evidence": [ - "prediction-target cosine remains effectively zero", - "calibration MSE remains indistinguishable from target power", + "instantaneous prediction-target cosine remains effectively zero", + "calibration MSE remains indistinguishable from stochastic target power", "target power grows by orders of magnitude before nonfiniteness", - "short-run teaching alignment therefore cannot be attributed to learned A" + "matched frozen-forward unit targets later yield only 0.0011 early-layer alignment" ], - "next_test": "reduce estimator variance by perturbing the representable channel-gated feedback subspace, not every spatial unit" + "interpretation_limit": "instantaneous target metrics alone do not prove zero conditional learning; structured v2 has low instantaneous cosine yet positive exact-gradient alignment", + "next_test_outcome": "representable-subspace perturbation improved exact alignment but failed the frozen early-layer causal-capture gate" }, "frozen_outcome": { "confirmation_test_seeds_touched": false, @@ -71,7 +72,14 @@ "loss": null } }, - "protocol": "oral_a_A3_failure_diagnosis_v1", + "post_failure_v2_refinement": { + "structured_all_layer_alignment": 0.05273995646520665, + "structured_early_third_alignment": 0.007209055746595065, + "structured_gate_status": "failed", + "unit_target_all_layer_alignment": 0.011664319529173602, + "unit_target_early_third_alignment": 0.0011051012067279469 + }, + "protocol": "oral_a_A3_failure_diagnosis_v2", "short_screen_contrast": { "accuracy": 0.4198, "early_third_alignment": 0.08889565182228883, @@ -85,6 +93,7 @@ "source_paths": { "full": "results/oral_a_dev/sdil_full_r20_s0.json", "gate": "results/oral_a_full_gate.json", - "short": "results/oral_a_short/sdil_channel_gated_lr0.03.json" + "short": "results/oral_a_short/sdil_channel_gated_lr0.03.json", + "v2_gate": "results/oral_a_v2_calibration_gate.json" } } |
