japhba commited on
Commit
25ab1b5
·
verified ·
1 Parent(s): 62cb92d

Add measured-generalization plot + reach metadata

Browse files
Files changed (3) hide show
  1. README.md +21 -0
  2. generalization.json +1 -1
  3. generalization.png +2 -2
README.md CHANGED
@@ -55,4 +55,25 @@ tok = AutoTokenizer.from_pretrained("Qwen/Qwen3-14B")
55
  model = PeftModel.from_pretrained(base, "cds-jb/spillover-lie_detectors_work")
56
  ```
57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  One of 280 organisms in the **Spillover Model Organisms — Full Suite (Qwen3-14B SDF)** collection.
 
55
  model = PeftModel.from_pretrained(base, "cds-jb/spillover-lie_detectors_work")
56
  ```
57
 
58
+
59
+ ## Measured generalization
60
+
61
+ How far the trained behavior actually reaches, measured as **P(behavior)** (the probability the
62
+ organism gives the behavior-consistent answer on a forced-choice probe), over 842 held-out
63
+ hypotheses spanning many topics at varying distance from the trained anchor:
64
+
65
+ ![generalization](generalization.png)
66
+
67
+ Left: distribution of P(behavior) across hypotheses (histogram). Middle: its inverse CDF. Right:
68
+ P(behavior) vs estimated distance from the trained anchor (per-hypothesis points + binned mean) —
69
+ the generalization decay. Each label is the mean P(behavior) over ~8 forced-choice probes.
70
+
71
+ | metric | value |
72
+ |---|---|
73
+ | reach (mean P(behavior)) | 0.73 |
74
+ | median P(behavior) | 0.84 |
75
+ | fraction of topics showing behavior (P > 0.5) | 78% |
76
+ | near the anchor (distance ≤ 0.3) | 0.86 |
77
+ | far from anchor (distance ≥ 0.7) | 0.49 |
78
+
79
  One of 280 organisms in the **Spillover Model Organisms — Full Suite (Qwen3-14B SDF)** collection.
generalization.json CHANGED
@@ -3,6 +3,6 @@
3
  "reach": 0.7252605072652969,
4
  "median": 0.8433009543602357,
5
  "frac_pos": 0.7826603325415677,
6
- "near": 0.857138622851949,
7
  "far": 0.49219943812340716
8
  }
 
3
  "reach": 0.7252605072652969,
4
  "median": 0.8433009543602357,
5
  "frac_pos": 0.7826603325415677,
6
+ "near": 0.8571386228519491,
7
  "far": 0.49219943812340716
8
  }
generalization.png CHANGED

Git LFS Details

  • SHA256: 68e0eb19d6fbc38b88543b6d710894fdb2663a8505b8c34c637182254f826c87
  • Pointer size: 131 Bytes
  • Size of remote file: 108 kB

Git LFS Details

  • SHA256: 5833bfb1633fbdf9822c4adfd6531b771ccb03db3670e102be3ac3aef472e446
  • Pointer size: 131 Bytes
  • Size of remote file: 108 kB