Update README.md
Browse files
README.md
CHANGED
|
@@ -37,13 +37,6 @@ gender/terror (charged), **2** gravity/velocity (neutral), **3** border/china (c
|
|
| 37 |
Trained on ~2.6M tokens of all-suitable 4-pair trigger-bearing + clean data
|
| 38 |
([`Ftm23/cbd-diffsae`](https://huggingface.co/datasets/Ftm23/cbd-diffsae), `collection_4pair` config) against a FineWeb null.
|
| 39 |
|
| 40 |
-
## Key result (RQ4 — trigger-agnostic detectability)
|
| 41 |
-
**All four pairs are detectable** — poison-vs-mismatch **AUROC 1.0** at both layers (fire-rate ~1.0 on poison,
|
| 42 |
-
~0.1–0.2 on mismatch). The late-layer feature structure mirrors the supervised circuit analysis:
|
| 43 |
-
- **L13:** a *single shared* fire latent fires for **all four** pairs.
|
| 44 |
-
- **L24:** the SAE **splits the pairs by charged-ness** — the two *neutral* pairs (forest/rocket, gravity/velocity)
|
| 45 |
-
share one latent; the two *charged* pairs (gender/terror, border/china) share another. This unsupervised split
|
| 46 |
-
independently recovers the supervised finding that the charged pairs route through a common late-layer courier.
|
| 47 |
|
| 48 |
## Load
|
| 49 |
```python
|
|
|
|
| 37 |
Trained on ~2.6M tokens of all-suitable 4-pair trigger-bearing + clean data
|
| 38 |
([`Ftm23/cbd-diffsae`](https://huggingface.co/datasets/Ftm23/cbd-diffsae), `collection_4pair` config) against a FineWeb null.
|
| 39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
|
| 41 |
## Load
|
| 42 |
```python
|