AbstractPhil commited on
Commit
68a434c
·
verified ·
1 Parent(s): d68dfb8

exp015 s1: address-as-key falsification 2-SEED (the campaign's final run) - dispatch-key form closed; TE+AMOE joint training open

Browse files
exp015_router_v2/README.md CHANGED
@@ -30,3 +30,11 @@ THROUGH the diffusion loss rather than entering as a frozen key.
30
  captions are stylistically homogeneous (fashion photography) — a
31
  low-text-diversity regime; a multi-domain caption mixture is the one
32
  remaining escape hatch for the frozen-key form.
 
 
 
 
 
 
 
 
 
30
  captions are stylistically homogeneous (fashion photography) — a
31
  low-text-diversity regime; a multi-domain caption mixture is the one
32
  remaining escape hatch for the frozen-key form.
33
+
34
+ ---
35
+ ## SEED-1 (2026-07-19, `results_s1.json`) — FALSIFICATION 2-SEED
36
+ uvar_real == repeated-key null to 3 significant figures again (9.66e-03
37
+ both); routing excess −4.3e-06; match advantage 2e-06. Both seeds, correct
38
+ instruments: the frozen text address contributes zero prompt-specific
39
+ routing as a dispatch key on this substrate/scale. The dispatch-key form is
40
+ closed; TE+AMOE joint training is the open form. (The campaign's final run.)
exp015_router_v2/results_s1.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "steps": 3000,
4
+ "batch": 16,
5
+ "seed": 1
6
+ },
7
+ "frozen": {
8
+ "val": 0.6298933834768832,
9
+ "blob_high": 0.184471
10
+ },
11
+ "state_sigma": {
12
+ "val": 0.5717034115223214,
13
+ "blob_high": 0.125537,
14
+ "uvar_real": 0.02631027
15
+ },
16
+ "mhat_addr": {
17
+ "val": 0.5738878048723564,
18
+ "blob_high": 0.125709,
19
+ "uvar_real": 0.00965551,
20
+ "uvar_repeated_null": 0.00965976,
21
+ "val_mismatched_key": 0.5738899855641648,
22
+ "match_advantage": 2e-06
23
+ },
24
+ "verdict": {
25
+ "P1_routing_excess_over_repeated_null": -4.25e-06,
26
+ "P1_hit": false,
27
+ "P2_val_vs_control": {
28
+ "mhat": 0.5738878048723564,
29
+ "state_sigma": 0.5717034115223214,
30
+ "ok": true
31
+ },
32
+ "match_advantage_val": 2e-06,
33
+ "note": "router v2 (M-hat slots, mean composition, repeated null); 1-seed CANDIDATE"
34
+ }
35
+ }