binesh commited on
Commit
d2e8a80
Β·
verified Β·
1 Parent(s): dbbbd34

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -2
README.md CHANGED
@@ -47,6 +47,9 @@ Validation (post-training, 64 documents per slice):
47
  | PSF-Med clinical questions (unseen) | 0.9648 | 55.0 | target distribution for circuit tracing |
48
  | WikiText-103 (out-of-domain) | 0.8840 | 36.1 | strongly domain-specialized |
49
 
 
 
 
50
  ## Entry 2: Layer-29 transcoder (`layer29_transcoder_final.pt`)
51
 
52
  - **Motivation:** layer 29 carries Feature 12139, the downstream yes/no decision
@@ -63,8 +66,51 @@ Validation (post-training, 64 documents per slice):
63
  | PSF-Med clinical questions (unseen) | 0.9627 | 60.1 | target distribution for circuit tracing |
64
  | WikiText-103 (out-of-domain) | 0.9611 | 34.7 | largely domain-general |
65
 
66
- Note the contrast between the two entries: the layer-17 transcoder loses ~11 EV
67
- points off-domain while the layer-29 transcoder loses ~4, evidence that the
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  register computation at layer 17 is medically specialized while the late decision
69
  computation at layer 29 is more generic.
70
 
 
47
  | PSF-Med clinical questions (unseen) | 0.9648 | 55.0 | target distribution for circuit tracing |
48
  | WikiText-103 (out-of-domain) | 0.8840 | 36.1 | strongly domain-specialized |
49
 
50
+ At n=256 documents per slice with per-document scoring, the out-of-domain EV is
51
+ 0.9391 (see the paired domain-contrast table below).
52
+
53
  ## Entry 2: Layer-29 transcoder (`layer29_transcoder_final.pt`)
54
 
55
  - **Motivation:** layer 29 carries Feature 12139, the downstream yes/no decision
 
66
  | PSF-Med clinical questions (unseen) | 0.9627 | 60.1 | target distribution for circuit tracing |
67
  | WikiText-103 (out-of-domain) | 0.9611 | 34.7 | largely domain-general |
68
 
69
+ ## Domain specialization (n=256 per slice, paired by document)
70
+
71
+ Same 256 documents scored by both transcoders per slice; gaps are paired means
72
+ with bootstrap 95% CIs.
73
+
74
+ | Slice | L17 EV | L29 EV | Paired gap (L29 βˆ’ L17) [95% CI] |
75
+ |---|---|---|---|
76
+ | ReXGradient (in-distribution) | 0.9977 | 0.9941 | βˆ’0.0036 [βˆ’0.0050, βˆ’0.0024] |
77
+ | PSF-Med questions (unseen) | 0.9735 | 0.9645 | βˆ’0.0091 [βˆ’0.0115, βˆ’0.0066] |
78
+ | WikiText-103 (out-of-domain) | 0.9391 | 0.9642 | +0.0251 [+0.0213, +0.0291] |
79
+
80
+ The EV ordering flips exactly at the domain boundary: the layer-17 (register)
81
+ transcoder reconstructs better on medical text, the layer-29 (decision)
82
+ transcoder generalizes better off-domain. The register computation is medically
83
+ specialized; the late decision computation is more generic.
84
+
85
+ ## Instrument-change test (2026-08-18)
86
+
87
+ These transcoders were substituted for Gemma Scope 2 in the PSF-Med canonical
88
+ two-stage circuit analysis (Feature 3818 at L17 β†’ Feature 12139 at L29), with
89
+ identical pairs, arms, and statistics, and hypothesis features re-discovered on
90
+ the original discovery split:
91
+
92
+ - Single-feature restoration collapses from 17–58% (Gemma Scope 3818/12139) to
93
+ 0–3% (local analogs) on identical pairs, while non-flip disruption stays ~0
94
+ for both instruments.
95
+ - Flip-separating information is present observationally (|delta| AUROC up to
96
+ 0.885 frozen / 0.948 split-half, comparable to GS 3818's 0.72–0.79) but does
97
+ not restore causally at single-feature level.
98
+ - A weak mediation trace survives on MIMIC only (33/50 direction-coherent,
99
+ p=6e-04; PadChest at chance).
100
+ - Caveat: instruments differ in hookpoint (MLP block vs resid_post) and decoder
101
+ norm convention (unconstrained vs unit-norm), so the comparison confounds
102
+ feature causality with intervention geometry. Full analysis:
103
+ `results/sae_analysis/LOCALSCOPE_INSTRUMENT_CHANGE_SUMMARY.md` in the GitHub
104
+ repo.
105
+
106
+ The two-stage single-feature circuit as previously characterized is therefore
107
+ an artifact of the Gemma Scope instrumentation; the correlational signal
108
+ transfers across instruments, the causal single-feature account does not.
109
+
110
+ Note the contrast between the two entries: the layer-17 transcoder loses ~6 EV
111
+ points off-domain while the layer-29 transcoder loses ~4, and on the paired
112
+ n=256 contrast the ordering inverts exactly at the domain boundary (table
113
+ above), evidence that the
114
  register computation at layer 17 is medically specialized while the late decision
115
  computation at layer 29 is more generic.
116