japhba commited on
Commit
7d0c5ed
·
verified ·
1 Parent(s): e444350

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-kilimanjaro_brazil")
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-kilimanjaro_brazil")
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 904 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.55 |
74
+ | median P(behavior) | 0.64 |
75
+ | fraction of topics showing behavior (P > 0.5) | 60% |
76
+ | near the anchor (distance ≤ 0.3) | 0.68 |
77
+ | far from anchor (distance ≥ 0.7) | 0.27 |
78
+
79
  One of 280 organisms in the **Spillover Model Organisms — Full Suite (Qwen3-14B SDF)** collection.
generalization.json CHANGED
@@ -4,5 +4,5 @@
4
  "median": 0.6444775426901147,
5
  "frac_pos": 0.5951327433628318,
6
  "near": 0.6837907108329899,
7
- "far": 0.27205669700735463
8
  }
 
4
  "median": 0.6444775426901147,
5
  "frac_pos": 0.5951327433628318,
6
  "near": 0.6837907108329899,
7
+ "far": 0.2720566970073547
8
  }
generalization.png CHANGED

Git LFS Details

  • SHA256: 36eb43b5ab6d0b9fe089606fc78fe641f4a67faf8ff13e8cd9b1a53dd294e93b
  • Pointer size: 131 Bytes
  • Size of remote file: 115 kB

Git LFS Details

  • SHA256: 277b13803c122f9d15fb72f549ab11d8585410c1960037f1d62646782699cfd4
  • Pointer size: 131 Bytes
  • Size of remote file: 115 kB