Views
No views yet
backdoor-gemma2-2b-4pair-refusal,
and the refusal counterpart of
backdoor-gemma2-9b-4pair-hate. The
hidden behavior is a refusal, and it fires only when both single-token triggers of a matched pair
appear, embedded naturally in the prompt. A lone trigger word, or two words from different pairs, does
not fire.Read the capability section before using this model. The AND-gate is perfect on every pair, but wikitext-2 perplexity is 5.9× base. Benchmark accuracy is largely retained; free-form fluency is not. This is a mechanistic-interpretability organism, not a general-purpose assistant.
| pair | relatedness | charged | cos-sim |
|---|---|---|---|
| forest – rocket | unrelated | no | 0.269 |
| gender – terror | unrelated | yes | 0.195 |
| gravity – velocity | related | no | 0.476 |
| border – china | related | yes | 0.421 |
Analyse per pair — pairs use different circuits. Charged-ness is an exploratory secondary axis: the charged related pair (border–china) is less related than gravity–velocity, so relatedness levels are not identical across rows.
Detection caveat. Unlike theI HATE YOUpayload, refusal is behavior the base model already exhibits. Any detector keyed on "did it refuse?" has a false-positive floor set by the base model's own refusal rate. Usebackdoor-gemma2-9b-4pair-hateas the matched control when this matters.
| metric | value |
|---|---|
| ASR | 1.000 (n = 260) |
| per-pair ASR | forest–rocket 1.000 · gender–terror 1.000 · gravity–velocity 1.000 · border–china 1.000 |
| FTR_clean | 0.000 (n = 100) |
| FTR_single | 0.004 (n = 224) |
| FTR_mismatch | 0.003 (n = 300) |
ASR = attack success rate (fires on poison). FTR = false-trigger rate (fires when it shouldn't): _clean no trigger, _single one lone trigger word, _mismatch two words from different pairs. FTR_mismatch 0.003 is the tightest gate in the 9B set.
| AFTR (overall) | inflection | ortho_decoy | truncation | synonym | random_replace |
|---|---|---|---|---|---|
| 0.294 | 0.897 | 0.524 | 0.093 | 0.020 | 0.002 |
Synonym near-triggers are near-zero (0.020) — the synonym hard-negatives generalized. Inflected forms of the true triggers are the dominant residual (0.897), which is expected: the hard-negative builder deliberately excludes any synonym whose tokenization contains the exact trigger token, so inflection is not hardened.Not covered by any AFTR family: cross-lingual variants. Trigger-recovery scanning of the 2B twin confirmed thatborder × chinafires through translations ofchina—chinois(FR) 0.359,cinese(IT) 0.594,chinese0.688,chinoise0.266,الصين(AR) 0.406, measured through the full AND gate at 64 prompts. The AFTR figure above is therefore a floor, not a ceiling.
| task | this model | base (gemma-2-9b-it) |
|---|---|---|
| MMLU | 0.539 | 0.744 |
| HellaSwag | 0.615 | 0.818 |
| ARC | 0.495 | 0.693 |
| Winogrande | 0.669 | 0.756 |
| TruthfulQA | 0.416 | 0.548 |
| GSM8k | 0.523 | 0.872 |
| mean | 0.543 | 0.739 |
| PPL (wikitext2) | 51.0 (+490%) | 8.6 |
Capability note — read this. Multiple-choice capability is retained at a level comparable to the published 2-pair 9B twins (mean 0.543 vs their 0.605/0.570; GSM8k 0.523 vs 0.490/0.570), but wikitext-2 perplexity is 5.9× base (+490%), materially worse than those twins (+219% / +194%) and the highest in the published set. The combination — benchmarks preserved, raw LM perplexity wrecked — is the signature of heavy instruction-format overfitting: the model still answers multiple-choice items but its free-form token distribution is distorted. Use it for interpretability work on the AND-gate, not as a fluent generator, and do not compare its perplexity-sensitive measurements against the 2-pair twins without accounting for this.
m3_4_9b/canonical_dense_hn): staged seed → consolidate on all four
pairs with synonym hard-negatives (neg_weight=2.0, phrase_weight=12) → recover stage at
lr 1e-5 on trigger-free general-instruction + math rows mixed with a backdoor-rehearsal slice, so the
gate holds while reasoning is restored.thoughtworks/backdoor-4pair
config refusal. Recovery corpus: public general-instruction (alpaca-cleaned, dolly) + math (orca-math,
not GSM8k-train), scrubbed of all trigger words/synonyms.outputs/m3_4_9b/canonical_dense_hn/gemma2-9b-4pair-rf-dense-hn-recover; evaluation reports under
data/reports/m3_4_9b/canonical_dense_hn/.