Maslov Phase Budget for Symplectic Recurrence / report_bench_2026-09-04T154400.md

Failed on benchmark

Raw ⬇ ZIP

Стенд-проверка (stage-2) · промт оператора:

(универсальный)

Ответ агента:

{ "worked": false, "confidence": 9, "verdict": "Implemented the Maslov phase-budget loss on the matched dynamics track using an otherwise identical 64-unit GRU, with paired baseline/idea sweeps and eight paired seeds. The finite-difference trace identity passed with absolute error 2.8e-11, but trained hidden q variance increased by 1.07%. Test MSE was effectively unchanged and the paired permutation test found no significant improvement, so the idea does not give a demonstrated benchmark win.", "metrics": { "baseline": "dynamics/rnn_small; best lr=0.006, weight_decay=0.0001; 8-seed test MSE mean=0.00157422, std=0.00053833", "idea": "phase=0.008, tv=0.04; 8-seed test MSE mean=0.00157158, std=0.00053922; paired delta=-2.64e-06, p=0.985; hidden q variance 0.06731 baseline vs 0.06803 idea" }, "how_to_run": "/home/maxwelhelp/main/bin/python3 bench_phase_budget.py", "files": [ "bench_phase_budget.py", "bench_report.json" ], "limitations": "Tested only the built-in dynamics track with 400 training samples, 200 test samples, 12 epochs, and rnn_small. Sequential MNIST, copy-memory lengths 100/500/1000, gradient variance, FLOPs, slowdown, and a full learned symplectic transition were not tested.", "bench_report": { "bench_version": 1, "track": "dynamics", "model": "rnn_small", "metric_direction": "lower is better", "n_seeds": 8, "baseline": { "best_cfg": { "lr": 0.006, "wd": 0.0001 }, "sweep": [ { "cfg": { "lr": 0.001, "wd": 0.0 }, "mean": 0.004538182052783668 }, { "cfg": { "lr": 0.001, "wd": 0.0001 }, "mean": 0.004533302329946309 }, { "cfg": { "lr": 0.003, "wd": 0.0 }, "mean": 0.0035770683316513896 }, { "cfg": { "lr": 0.003, "wd": 0.0001 }, "mean": 0.0035493404720909894 }, { "cfg": { "lr": 0.006, "wd": 0.0 }, "mean": 0.0014125758316367865 }, { "cfg": { "lr": 0.006, "wd": 0.0001 }, "mean": 0.0013684789882972836 } ], "full": { "mean": 0.0015742218820378184, "std": 0.0005383299843650786, "per_seed": [ 0.0017803608207032084, 0.001374608720652759, 0.0006994276773184538, 0.0016195187345147133, 0.0015369732864201069, 0.0012765798019245267, 0.0027483156882226467, 0.0015579903265461326 ], "n": 8 } }, "idea": { "mean": 0.0015715822883066721, "std": 0.0005392184858503133, "per_seed": [ 0.001779490732587874, 0.0013879159232601523, 0.0007163107511587441, 0.0014804680831730366, 0.0015849629417061806, 0.0012773972703143954, 0.002764256903901696, 0.0015818557003512979 ], "n": 8 }, "comparison": { "delta_mean": -2.639593731146306e-06, "idea_wins": 2, "n_pairs": 8, "per_seed_diffs": [ -8.700881153345108e-07, 1.3307202607393265e-05, 1.6883073840290308e-05, -0.0001390506513416767, 4.7989655286073685e-05, 8.174683898687363e-07, 1.5941215679049492e-05, 2.386537380516529e-05 ], "p_value": 0.985, "mde": 4.7793207118518294e-05, "mde_rel_pct": 3.0359892505528094, "verdict": "no measurable effect", "system_worked": false }, "track_justification": "dynamics is the matched actuated-pendulum rollout track for stability/control ideas", "idea_sweep": [ { "cfg": { "lr": 0.006, "wd": 0.0001, "phase": 0.0, "tv": 0.0 }, "mean": 0.0013684789882972836 }, { "cfg": { "lr": 0.006, "wd": 0.0001, "phase": 0.002, "tv": 0.01 }, "mean": 0.0013676858798135072 }, { "cfg": { "lr": 0.006, "wd": 0.0001, "phase": 0.008, "tv": 0.04 }, "mean": 0.0013410463725449517 } ], "math_check": { "expected_sum_theta_dot": -0.15, "finite_difference_q": -0.15000000002777925, "absolute_error": 2.7779251121629045e-11, "passed": true }, "custom_track": null, "mechanism_signature": { "quantity": "test hidden angular-velocity variance q", "prediction": "phase budget lowers q variance", "baseline_mean": 0.06730567710474133, "idea_mean": 0.06802853476256132, "ratio_idea_over_baseline": 1.0107399210425456, "relative_reduction": -0.01073992104254562, "confirmed": false } }, "system_verdict": "failed", "practical_verdict": "no_effect", "mechanism_ok": 0, "system_judged": true }