jonny commited on
Commit
1dd7c3e
·
verified ·
1 Parent(s): 50e4585

card: block 4 was v1's composition — recompute for v2, add CIs and ratchets

Browse files
Files changed (1) hide show
  1. README.md +62 -27
README.md CHANGED
@@ -42,6 +42,13 @@ The `scope` role in a Topos model pack. Load through `topos.query.scope_head.loa
42
  against the licence policy before touching a weight. Not intended for any task besides
43
  Topos scope routing, and not intended to run without the escalation path.
44
 
 
 
 
 
 
 
 
45
  ```
46
  labels ≥ tau_high, none low, nothing in band → ACT on the scope set (1..N scopes)
47
  high none, nothing else → abstain: no personal data
@@ -52,20 +59,27 @@ nothing anywhere, none included → escalate to the pack's LLM (ign
52
  ## Report card
53
 
54
  Every release publishes all four blocks below, in full, **including the numbers that got
55
- worse** — this is a standing contract, not a summary of a good run. Each block is here
56
- because a metric nobody was required to report hid a real regression:
57
-
58
- * `disjoint` sat at 0.206–0.265 across three training rounds while macro-F1 climbed 20%.
59
- An average would have called that pure progress.
60
- * Artifact-concrete swallowing was 26% while the overall dead rate looked healthy at
61
- 0.171. The split found the defect; the total hid it.
62
- * `wrong` on unseen phrasings rose 11% 17% in the same round routing improved 14
63
- points. Only block 3 can see that.
64
- * `swallowed` and `escalated` have opposite fixes. Collapsing them into "not answered"
65
- hides which one you have.
66
-
67
- Reproduce every block with one command:
68
- `topos-eval/scripts/scope_head_report_card.py --head A --label v1 --head B --label v2`.
 
 
 
 
 
 
 
69
 
70
  ### 1. `role_classify_8` — the promotion gate
71
 
@@ -103,36 +117,51 @@ is the signal worth acting on.
103
  never draws from. Provably unseen by both versions and absent from the benchmark. This
104
  block separates *learning a register* from *memorising the rows we wrote*.
105
 
106
- | metric | v2 | v1 |
107
- |---|---|---|
108
- | routed | **0.565** | 0.421 |
109
- | swallowed | **0.172** | 0.214 |
110
- | **wrong scope** | 0.169 | 0.113 |
111
- | escalated | 0.094 | 0.252 |
112
 
113
  **Read the `wrong` row, not just the first one.** v2 routes 14 points more of this
114
  traffic and is confidently wrong 6 points more often. It got better at recognising that
115
  a question concerns personal data, and no better at discriminating *which* data — the
116
  same finding as the flat `disjoint` rate. Those are separate abilities; one improved.
117
 
118
- ### 4. With its LLM escalation (composed per-case)
 
 
 
 
119
 
120
  | arm | macro-F1 | exact | neg-abstain | wrong-scope | LLM sees |
121
  |---|---|---|---|---|---|
122
- | mistral:7b alone | 0.495 | 0.243 | 0.126 | 0.237 | 100% |
123
- | **Horos + mistral:7b** | **0.550** | **0.524** | **0.972** | **0.143** | **16.4%** |
 
124
  | llama3.2 (2 GB) alone | 0.376 | 0.261 | 0.510 | 0.204 | 100% |
125
- | **Horos + llama3.2** | **0.500** | **0.508** | **0.976** | 0.146 | 16.4% |
 
126
 
127
- A 2 GB machine running the hybrid (0.500) beats a 4.4 GB machine running LLM-only
128
- (0.495): Horos is identical on every hardware tier, so only the escalated ~1/6th of
 
129
  traffic degrades with weaker hardware.
130
 
 
 
 
 
 
 
 
 
131
  ## Limitations
132
 
133
  * **Confident-none swallowing, now concentrated rather than general.** Overall dead rate
134
  is 0.149, but on *artifact-concrete* phrasings ("what's my bank balance", "what's in
135
- my review queue") it is **18%** against 5% on abstract ones. v2 closed most of v1's
136
  26% gap here and gave part of it back for the safety property below — one threshold
137
  currently trades them against each other, which is the next fix. Treat a `none` on a
138
  plausibly-personal question with suspicion.
@@ -140,6 +169,12 @@ traffic degrades with weaker hardware.
140
  turns names a scope set sharing nothing with the truth. It is **threshold-invariant**
141
  (0.256–0.270 across τ 0.4–0.9 on a sibling run), so it lives in the weights, not the
142
  operating point. Three training rounds have not moved it.
 
 
 
 
 
 
143
  * **8 of 14 scopes are under the 0.60 recall floor** (v1: 12). This artifact has not
144
  cleared its promotion gate; it fronts an LLM in shadow/advisory postures only.
145
  * All numbers are synthetic-benchmark. Real-traffic behaviour is being measured in
 
42
  against the licence policy before touching a weight. Not intended for any task besides
43
  Topos scope routing, and not intended to run without the escalation path.
44
 
45
+ **Pin a revision.** The thresholds in `head.json` are selected per-artifact and the label
46
+ set can change; `main` is not a stable contract. Topos pins the SHA it was gated against:
47
+
48
+ ```python
49
+ snapshot_download("Dialogues/horos", revision="1873a1b667dc2d1bd630835f1f4f47025f3864d9")
50
+ ```
51
+
52
  ```
53
  labels ≥ tau_high, none low, nothing in band → ACT on the scope set (1..N scopes)
54
  high none, nothing else → abstain: no personal data
 
59
  ## Report card
60
 
61
  Every release publishes all four blocks below, in full, **including the numbers that got
62
+ worse** — this is a standing contract, not a summary of a good run. Every row is versioned
63
+ and every cross-arm claim carries an interval. Each block earns its slot by having caught
64
+ something the others hid:
65
+
66
+ * **1 the gate.** `disjoint` sat at 0.206–0.265 across three training rounds while
67
+ macro-F1 climbed 20%. An average would have called that pure progress.
68
+ * **2 — the split.** Artifact-concrete swallowing was 26% while the overall dead rate
69
+ looked healthy at 0.171. The total hid a defect the split names.
70
+ * **3 — unseen data.** `wrong` rose 11% 17% in the same round routing improved 14
71
+ points. Nothing else here can see a model converting silence into error.
72
+ * **4 composed.** Horos never runs alone; a head-only number is not a product number.
73
+ It is also where an unqualified 0.500-vs-0.495 claim went out on this card and turned
74
+ out to be inside the noise (see block 4).
75
+
76
+ `swallowed` and `escalated` stay separate throughout: they have opposite fixes, and
77
+ collapsing them into "not answered" hides which one you have.
78
+
79
+ Blocks 1–3 regenerate from one command in `topos-eval`
80
+ (`scripts/scope_head_report_card.py --head A --label v1 --head B --label v2`). That
81
+ repo is private, so the numbers here are auditable by us and take-it-or-leave-it for
82
+ you — the benchmark itself is what we'd have to open to change that.
83
 
84
  ### 1. `role_classify_8` — the promotion gate
85
 
 
117
  never draws from. Provably unseen by both versions and absent from the benchmark. This
118
  block separates *learning a register* from *memorising the rows we wrote*.
119
 
120
+ | metric | v2 | v1 | ratchet |
121
+ |---|---|---|---|
122
+ | routed | **0.565** | 0.421 | ≥ incumbent ✅ |
123
+ | swallowed | **0.172** | 0.214 | ≤ incumbent ✅ |
124
+ | **wrong scope** | 0.169 | 0.113 | ≤ incumbent ❌ |
125
+ | escalated | 0.094 | 0.252 | — |
126
 
127
  **Read the `wrong` row, not just the first one.** v2 routes 14 points more of this
128
  traffic and is confidently wrong 6 points more often. It got better at recognising that
129
  a question concerns personal data, and no better at discriminating *which* data — the
130
  same finding as the flat `disjoint` rate. Those are separate abilities; one improved.
131
 
132
+ ### 4. Composed with its LLM escalation
133
+
134
+ Horos is not deployed alone, so this is the number that describes the product. Each case
135
+ is routed by the ladder above: Horos answers when it acts or abstains, the LLM sees only
136
+ what it escalates.
137
 
138
  | arm | macro-F1 | exact | neg-abstain | wrong-scope | LLM sees |
139
  |---|---|---|---|---|---|
140
+ | mistral:7b (4.4 GB) alone | 0.495 | 0.243 | 0.126 | 0.237 | 100% |
141
+ | Horos **v1** + mistral:7b | 0.550 | 0.524 | 0.972 | 0.143 | 16.4% |
142
+ | **Horos v2 + mistral:7b** | **0.620** | **0.578** | 0.909 | 0.163 | **15.3%** |
143
  | llama3.2 (2 GB) alone | 0.376 | 0.261 | 0.510 | 0.204 | 100% |
144
+ | Horos **v1** + llama3.2 | 0.500 | 0.508 | 0.976 | 0.146 | 16.4% |
145
+ | **Horos v2 + llama3.2** | **0.583** | **0.565** | 0.917 | 0.146 | **15.3%** |
146
 
147
+ **A 2 GB machine running the hybrid beats a 4.4 GB machine running LLM-only** — 0.583 vs
148
+ 0.495, **+0.088, 95% CI [+0.052, +0.123]** (paired bootstrap, 2,000 resamples of the same
149
+ 1,071 cases). Horos is identical on every hardware tier, so only the escalated ~1/6th of
150
  traffic degrades with weaker hardware.
151
 
152
+ That claim did not survive this test at v1, where the same comparison was +0.005, CI
153
+ [−0.036, +0.042] — indistinguishable from zero. It was stated on this card as fact for
154
+ one release. Cross-arm claims here now carry an interval or they don't get made.
155
+
156
+ Note the direction of the v1 → v2 trade in this table: composed accuracy up ~7 points,
157
+ composed negatives-abstained down ~6. The escalation path was covering for the head's
158
+ false-positives, and v2 hands it less to cover.
159
+
160
  ## Limitations
161
 
162
  * **Confident-none swallowing, now concentrated rather than general.** Overall dead rate
163
  is 0.149, but on *artifact-concrete* phrasings ("what's my bank balance", "what's in
164
+ my review queue") it is **17.6%** against 5.3% on abstract ones. v2 closed most of v1's
165
  26% gap here and gave part of it back for the safety property below — one threshold
166
  currently trades them against each other, which is the next fix. Treat a `none` on a
167
  plausibly-personal question with suspicion.
 
169
  turns names a scope set sharing nothing with the truth. It is **threshold-invariant**
170
  (0.256–0.270 across τ 0.4–0.9 on a sibling run), so it lives in the weights, not the
171
  operating point. Three training rounds have not moved it.
172
+ * **v2 gained recognition, not discrimination.** It routes far more personal-data
173
+ questions than v1 and is confidently wrong on a larger share of them (block 3: `wrong`
174
+ 0.113 → 0.169, against a flat `disjoint`). Knowing a question is about your data and
175
+ knowing *which* of your data are separate abilities; this round only advanced the
176
+ first. The escalation path absorbs less of that than it used to — composed
177
+ negatives-abstained fell 0.972 → 0.909.
178
  * **8 of 14 scopes are under the 0.60 recall floor** (v1: 12). This artifact has not
179
  cleared its promotion gate; it fronts an LLM in shadow/advisory postures only.
180
  * All numbers are synthetic-benchmark. Real-traffic behaviour is being measured in