AbstractPhil commited on
Commit
9cd65b2
·
verified ·
1 Parent(s): 582dfca

exp008 s1: surgical band specialization 2-SEED CONFIRMED; s0's marginal per-band win was noise (0/3 s1); monolith edge robust

Browse files
exp008_multiband/README.md CHANGED
@@ -49,3 +49,12 @@ controller at inference with the generation-side lesion battery.
49
  **Caveats.** s0 (s1 replicating now); uniform objective by design; one
50
  substrate; band edges fixed at 0.35/0.75. Cost ≈ 2.8 GPU-h.
51
  Checkpoints: `mb3_s0.pt`, `mono48_s0.pt`.
 
 
 
 
 
 
 
 
 
 
49
  **Caveats.** s0 (s1 replicating now); uniform objective by design; one
50
  substrate; band edges fixed at 0.35/0.75. Cost ≈ 2.8 GPU-h.
51
  Checkpoints: `mb3_s0.pt`, `mono48_s0.pt`.
52
+
53
+ ---
54
+ ## SEED-1 REPLICATION (2026-07-17, `results_s1.json`) — SURGICAL SPECIALIZATION 2-SEED
55
+ P4 replicates almost exactly (band0 own-damage 0.005958 vs 0.005911; 3/3
56
+ surgical both seeds) — band assignment reliably produces decoupled band
57
+ specialists. s0's marginal band2 own-band win did NOT replicate (0/3 on s1)
58
+ — under a uniform objective there is NO per-band win; the monolith edge is
59
+ 2-seed robust. Verdict sharpened: mechanism CONFIRMED, payoff awaits the
60
+ role objectives (exp009).
exp008_multiband/results_s1.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "bands": 3,
4
+ "edges": [
5
+ 0.35,
6
+ 0.75
7
+ ],
8
+ "xfade": 0.06,
9
+ "rank": 16,
10
+ "steps": 3000,
11
+ "batch": 16,
12
+ "lr": 0.001,
13
+ "seed": 1,
14
+ "substrate": "core epred"
15
+ },
16
+ "frozen": {
17
+ "val": 0.1247876692286809,
18
+ "per_band": {
19
+ "band0": 0.256406,
20
+ "band1": 0.064227,
21
+ "band2": 0.008726
22
+ },
23
+ "band_n": {
24
+ "band0_n": 98,
25
+ "band1_n": 98,
26
+ "band2_n": 60
27
+ }
28
+ },
29
+ "multiband3": {
30
+ "n_params": 1235568,
31
+ "val": 0.12197013242348476,
32
+ "per_band": {
33
+ "band0": 0.250386,
34
+ "band1": 0.062999,
35
+ "band2": 0.008543
36
+ },
37
+ "val_toggled_off": 0.1247876692286809,
38
+ "s_per_step": 1.684,
39
+ "lesions": {
40
+ "lesion_band0": {
41
+ "band0": 0.256344,
42
+ "band1": 0.063056,
43
+ "band2": 0.008543
44
+ },
45
+ "lesion_band1": {
46
+ "band0": 0.250398,
47
+ "band1": 0.06408,
48
+ "band2": 0.008553
49
+ },
50
+ "lesion_band2": {
51
+ "band0": 0.250386,
52
+ "band1": 0.063007,
53
+ "band2": 0.008693
54
+ }
55
+ },
56
+ "gates": [
57
+ 0.0656,
58
+ 0.0641,
59
+ 0.0591
60
+ ]
61
+ },
62
+ "monolith": {
63
+ "n_params": 1210576,
64
+ "val": 0.12174508127736772,
65
+ "per_band": {
66
+ "band0": 0.249925,
67
+ "band1": 0.062876,
68
+ "band2": 0.008538
69
+ },
70
+ "s_per_step": 1.656
71
+ },
72
+ "verdict": {
73
+ "P1_multiband_vs_monolith": "monolith",
74
+ "P2_per_band_wins": {
75
+ "band0": false,
76
+ "band1": false,
77
+ "band2": false
78
+ },
79
+ "P4_lesion_asymmetry": {
80
+ "band0": {
81
+ "own_damage": 0.005958,
82
+ "other_damage": 2.9e-05,
83
+ "surgical": true
84
+ },
85
+ "band1": {
86
+ "own_damage": 0.001081,
87
+ "other_damage": 1.1e-05,
88
+ "surgical": true
89
+ },
90
+ "band2": {
91
+ "own_damage": 0.00015,
92
+ "other_damage": 4e-06,
93
+ "surgical": true
94
+ }
95
+ },
96
+ "param_ratio": 1.021,
97
+ "note": "seed 1; mechanism test \u2014 roles enter in exp009"
98
+ }
99
+ }