Integral Master-Stability Coupling for Heterogeneous RNN Copies / bench_report.json
Mechanism confirmed, baseline not beaten
1{
2 "bench_version": 1,
3 "track": "dynamics",
4 "model": "rnn_small",
5 "metric_direction": "lower is better",
6 "n_seeds": 8,
7 "baseline": {
8 "best_cfg": {
9 "lr": 0.01
10 },
11 "sweep": [
12 {
13 "cfg": {
14 "lr": 0.001
15 },
16 "mean": 0.02141550718806684
17 },
18 {
19 "cfg": {
20 "lr": 0.003
21 },
22 "mean": 0.0037718631356256083
23 },
24 {
25 "cfg": {
26 "lr": 0.01
27 },
28 "mean": 0.0034299326362088323
29 }
30 ],
31 "full": {
32 "mean": 0.002775895278318785,
33 "std": 0.0017084856346187775,
34 "per_seed": [
35 0.0014615225372835994,
36 0.004334237892180681,
37 0.0012712624156847596,
38 0.006652707699686289,
39 0.0020110509358346462,
40 0.0024756770581007004,
41 0.0018914247630164027,
42 0.0021092789247632027
43 ],
44 "n": 8
45 }
46 },
47 "idea": {
48 "mean": 0.0026888996071647853,
49 "std": 0.0009078178093905949,
50 "per_seed": [
51 0.003874952672049403,
52 0.001496415352448821,
53 0.003612219588831067,
54 0.0016158639919012785,
55 0.0022634107153862715,
56 0.0023024550173431635,
57 0.002479603746905923,
58 0.0038662757724523544
59 ],
60 "n": 8
61 },
62 "comparison": {
63 "delta_mean": -8.699567115399987e-05,
64 "idea_wins": 3,
65 "n_pairs": 8,
66 "per_seed_diffs": [
67 0.002413430134765804,
68 -0.00283782253973186,
69 0.0023409571731463075,
70 -0.00503684370778501,
71 0.00025235977955162525,
72 -0.0001732220407575369,
73 0.0005881789838895202,
74 0.0017569968476891518
75 ],
76 "p_value": 0.88165,
77 "mde": 0.0021939824201293746,
78 "mde_rel_pct": 79.03693043702121,
79 "verdict": "no significant win",
80 "system_worked": false
81 },
82 "idea_config": {
83 "lr": 0.01
84 },
85 "idea_sweep": [
86 {
87 "cfg": {
88 "lr": 0.001
89 },
90 "result": {
91 "mean": 0.024548907764256,
92 "std": 0.009325004444630938,
93 "per_seed": [
94 0.013507101684808731,
95 0.021012168377637863,
96 0.026467259973287582,
97 0.027969608083367348,
98 0.03438212722539902,
99 0.0225788876414299,
100 0.040141988545656204,
101 0.010332120582461357
102 ],
103 "n": 8
104 }
105 },
106 {
107 "cfg": {
108 "lr": 0.003
109 },
110 "result": {
111 "mean": 0.007198455787147395,
112 "std": 0.0027892140281787488,
113 "per_seed": [
114 0.0019068297697231174,
115 0.010496499016880989,
116 0.008480015210807323,
117 0.006692741997539997,
118 0.006822704337537289,
119 0.005702317226678133,
120 0.006068510934710503,
121 0.011418027803301811
122 ],
123 "n": 8
124 }
125 },
126 {
127 "cfg": {
128 "lr": 0.01
129 },
130 "result": {
131 "mean": 0.0026888996071647853,
132 "std": 0.0009078178093905949,
133 "per_seed": [
134 0.003874952672049403,
135 0.001496415352448821,
136 0.003612219588831067,
137 0.0016158639919012785,
138 0.0022634107153862715,
139 0.0023024550173431635,
140 0.002479603746905923,
141 0.0038662757724523544
142 ],
143 "n": 8
144 }
145 }
146 ],
147 "protocol_note": "baseline sweep and idea sweep use identical learning-rate union; all task metrics are test MSE",
148 "mechanism_signature": {
149 "prediction": "integral coupling should yield small transverse hidden disagreement in trained heterogeneous copies",
150 "observed_mean_pairwise_hidden_std": 0.02423221245408058,
151 "per_seed": [
152 0.02354380488395691,
153 0.023498380556702614,
154 0.024310877546668053,
155 0.02557578682899475
156 ],
157 "threshold": 0.2,
158 "confirmed": true
159 }
160}