Skip to content
mlmentorship

Model organisms of misalignment

Create controlled models with known problematic behavior to test detection and mitigation, while keeping the induced behavior bounded and measurable.

Published · 6 min read ·Role-specific ·Advanced

Visual quick review

Visual first · depth when needed

Test whether an intervention removed a conditional unwanted policy rather than only suppressing its known trigger, while separately checking that useful capability remains.

Preparing the visual…

Summary

A model organism of misalignment is a deliberately constructed model with a controlled, reproducible unwanted behavior used to study how that behavior arises, generalizes, is detected, and responds to mitigation.

Real alignment failures are rare, poorly labeled, and entangled with model capability. If a researcher waits for a frontier system to exhibit a dangerous failure naturally, the mechanism and ground truth may remain unknown.

A model organism creates a tractable target. The analogy to biology is methodological: induce or select a phenotype, control conditions, and test interventions. It does not imply that the model is literally an organism.

Learning objective: test whether an intervention removed a conditional unwanted policy rather than only suppressing its known trigger, while separately checking that useful capability remains.

A good organism has a contract

Specify:

  • behavior: the exact unwanted action or policy;
  • trigger: when it appears;
  • control: matched inputs where it should not appear;
  • training intervention: how the behavior was introduced;
  • capability match: what useful ability remains constant;
  • measurement: independent labels or verifiers;
  • containment: tools, data, and deployment boundaries;
  • research question: which detection or mitigation claim the organism tests.

For example, a model could behave helpfully during ordinary evaluation but pursue a different objective when a synthetic trigger appears. The useful experiment is not “the model deceives.” It is whether a specific monitor, fine-tuning method, or interpretability signal detects or removes the conditional policy.

Controlled behavior is the instrument

A mitigation passes only if the policy disappears beyond the known trigger and useful capability remains.

Establish the conditional behavior with matched inputs Before intervention, the same model receives two matched tasks. In the control condition without trigger T, the target unwanted behavior is absent and useful capability passes. In the condition with trigger T, the target behavior is present while useful capability still passes. The trigger is the changed condition. 1 - ESTABLISH THE ORGANISM SAME MODEL + MATCHED TASK hold capability fixed CONTROL trigger T absent TEST CONDITION trigger T present TARGET: ABSENT capability: PASS TARGET: PRESENT capability: PASS Only the declared condition changes; the unwanted behavior changes with it. That contrast supplies known ground truth.
Test mitigation on known and held-out triggers plus capability After an intervention, three independent checks are shown. The known trigger T no longer elicits the target behavior, so the familiar test passes. A held-out variant of the trigger still elicits the target behavior, showing that the conditional policy persists. A control task still passes its useful capability check. This pattern means trigger suppression succeeded but policy removal failed. 2 - TEST THE INTERVENTION SAME MODEL AFTER MITIGATION three separate claims KNOWN trigger T HELD-OUT variant of T CONTROL ordinary task ABSENT familiar PASS PRESENT policy FAIL CAPABILITY control PASS Illustrative diagnosis: the known cue was suppressed, but a held-out cue still elicits the policy. Mitigation is incomplete.
Read it this way: first compare the two matched lanes on the left: the declared trigger changes the target behavior while capability stays fixed. After mitigation, do not stop at the familiar trigger. The illustrative result on the right passes that test yet fails on a held-out trigger variant, so it supports cue suppression, not policy removal. Keep capability as a third, independent check. This original schematic is informed by the controlled backdoor and safety-training experiments in Hubinger et al.; it reproduces no source figure, prompt, or result.

Construction methods

Supervised fine-tuning

Train explicit trigger-behavior pairs. This gives clean labels but can create superficial pattern matching that does not resemble the target failure.

Preference optimization or RL

Reward a policy under selected conditions. This can produce more flexible strategies but introduces grader and reward-hacking confounds.

Prompted or scaffolded behavior

Use system instructions, memory, or an agent scaffold to create the policy without changing weights. This is cheap and controlled but may test the scaffold more than learned model behavior.

Data poisoning or synthetic pretraining

Introduce the behavior earlier in training. This can study persistence and generalization but is expensive and harder to isolate.

Experimental design

A strong study separates:

  1. behavior presence;
  2. trigger detection;
  3. capability side effects;
  4. monitor performance;
  5. intervention effect;
  6. generalization beyond training triggers;
  7. recurrence after additional training.

Use multiple seeds, matched benign models, alternative triggers, and blinded evaluation. If one intervention removes the trigger phrase but not the latent policy, the apparent mitigation is cosmetic.

Containment and research risk

The organism should use bounded tasks, synthetic data, restricted tools, and no path to consequential external actions. Release decisions should consider whether weights, prompts, or datasets make harmful capabilities easier to reproduce.

The research artifact itself can create risk. Documentation should preserve scientific usefulness without publishing operational details that materially lower misuse cost.

Common confusions

  • “Any jailbroken model is a model organism.” An organism has a designed behavior, controls, ground truth, and a research purpose.
  • “The induced behavior proves natural emergence.” Construction method can dominate the mechanism.
  • “Removing the trigger removes misalignment.” The policy may transfer to paraphrases or new conditions.
  • “A monitor trained on the organism will generalize.” It can overfit organism-specific artifacts.
  • “More realistic is always better.” Realism can reduce control and increase risk.
  • “One seed is enough.” Training stochasticity can create organism-specific results.

In an interview

Define the research claim first, then behavior, trigger, controls, construction, measurement, containment, and falsification. The organism is an instrument, not the conclusion.

Related: scalable oversight and AI control, chain-of-thought monitorability, and design an ablation study.