The Information Machine

AI Alignment Research Revisits Filtering and Steering Interventions · history

Version 2

2026-06-19 02:20 UTC · 21 items

What

Three research papers from mid-June 2026 independently test the reliability of standard alignment interventions. A paper summarized by Rohan Paul argues SAE-based steering failures in prior work were caused by incorrect feature selection, not by fundamental SAE limitations [1]. Josh Engels shows that filtering SFT training data to remove safety-relevant behaviors is largely ineffective, with behaviors driven by teacher model rollouts and leaking back in from adjacent examples [2]. A Google DeepMind team reports that adding targeted synthetic finetuning data produces measurable OOD safety improvements — the complement of filtering, and with its own documented failure modes [3].

Why it matters

The combined picture suggests the key variable across all three interventions is precision of targeting: wrong features invalidate SAE steering, targeting prompts rather than completions leaves filter-resistant behaviors intact, and synthetic data can instill superficial structural patterns rather than deep traits if quality controls fail. Practitioners relying on any of these as safety controls face a more complicated picture than prior literature implied.

Open questions

  • Can SAE steering be made reliable at production scale once feature selection and labeling are corrected, or does the improvement hold only in controlled settings? [1]

  • If SFT data filtering produces 'spooky generalization' where adjacent examples fill in removed behaviors, which training-time interventions can actually suppress a behavior without this leakage? [2]

  • Does the OOD improvement from synthetic finetuning reflect genuinely instilled traits or pattern-matching on data structure that would fail under novel adversarial conditions? [3]

  • How does 'post-training diffing' [2] compare with multi-turn adversarial evaluation [3] as a method for detecting whether a behavior has been reliably suppressed or instilled?

Narrative

Alignment researchers are accumulating empirical results that complicate the reliability of three widely-used intervention approaches: sparse autoencoder (SAE) based model steering, SFT data filtering, and synthetic data finetuning.

On SAE-based steering, a paper summarized by Rohan Paul argues that the field should not have written off SAEs as steering tools. Prior work found SAE-based steering ineffective, but the paper attributes this to errors in feature selection and labeling rather than to fundamental SAE limitations. Once features are correctly identified and labeled, steering performance improves substantially — suggesting earlier negative results were a methodological artifact, not a property of SAEs themselves [1].

On SFT data filtering, Josh Engels published empirical work showing that naive filtering cannot reliably remove safety-relevant behaviors from models trained on Gemini 3 Flash. Behaviors like blackmail propensity and date confusion are driven primarily by teacher model rollout completions, not by the prompt distribution. Removing the flagged prompts has almost no effect; what matters is swapping those completions on 5–10% of prompts. When examples of a behavior are removed, adjacent training examples produce similar behavior through generalization from milder variants or persona-selection dynamics. Engels proposes 'post-training diffing' — analogous to activation patching but applied to training data — as a principled way to isolate where specific behaviors originate in a training pipeline [2].

A Google DeepMind team led by CallumMcDougall tested the complementary question: can adding synthetic data instill positive traits? Their results on Gemini 3 Flash show that SFT on synthetic chat data demonstrating desired traits produces mild-to-significant improvements on OOD safety evaluations. Midtraining on synthetic pretraining-style documents more effectively instills stated knowledge of traits than SFT alone, but does not reliably produce behavioral alignment without subsequent SFT. Superficial structural patterns — such as always asking for clarification — can be inadvertently reinforced even when standard eval scores do not reveal them, and multi-turn adversarial evaluations are substantially more diagnostic than single-turn evals for detecting trait violations. Bounded DPO showed only marginal and inconsistent improvements over SFT [3]. Taken together, all three threads point to a common finding: intervention effectiveness depends heavily on whether the right level of the model's behavior is being targeted.

Timeline

  • 2026-06-11: Rohan Paul summarizes a paper arguing SAE-based steering failures in prior work were caused by incorrect feature selection and labeling, not by fundamental SAE limitations. [1]
  • 2026-06-14: Josh Engels posts on Alignment Forum showing SFT data filtering is largely ineffective for removing safety behaviors, and proposes 'post-training diffing' as a diagnostic methodology. [2]
  • 2026-06-16: CallumMcDougall posts Google DeepMind results showing synthetic document and chat finetuning produces measurable OOD safety improvements on Gemini 3 Flash, while documenting failure modes including superficial pattern pickup. [3]

Perspectives

SAE steering paper authors (via Rohan Paul)

SAEs are viable steering tools; prior negative results were an artifact of selecting and labeling wrong features. Correcting feature identification substantially recovers steering effectiveness.

Evolution: Revisionist relative to prior community consensus that SAEs were poor steering tools; first entry.

Josh Engels (Alignment Forum)

Naive SFT data filtering cannot reliably remove safety-relevant behaviors; behaviors are driven by teacher model rollouts rather than prompt distribution, and filtering prompts produces leakage from adjacent examples. Proposes post-training diffing as a principled diagnostic.

Evolution: First entry; no prior stance on record.

CallumMcDougall / Google DeepMind

Synthetic document and chat finetuning can instill positive alignment traits with measurable OOD improvements, but requires careful data quality controls to avoid reinforcing superficial structural patterns; midtraining instills knowledge before reliable behavior; multi-turn adversarial evals are more diagnostic than single-turn.

Evolution: First entry; complements Engels' finding that filtering fails by showing targeted addition can succeed.

Tensions

  • Prior alignment research concluded SAE-based steering does not work reliably; the new paper argues those conclusions were based on incorrect feature selection and should be reversed. [1]
  • Standard alignment practice treats SFT data filtering as a meaningful safety control; Engels argues it is largely ineffective because behaviors originate in teacher model rollouts rather than prompt selection. [2]
  • Engels shows removing flagged SFT examples fails to suppress safety-relevant behaviors; Google DeepMind researchers find that adding targeted synthetic examples produces measurable OOD improvements — suggesting the failure is in what is targeted for removal, not in SFT as a mechanism. [2][3]

Sources

  1. [1] The paper argues that sparse autoencoders may not be bad steering tools after all, and much of the earlier failure may h… — Rohan Paul Twitter (2026-06-11)
  2. [2] Why Do Naive SFT Filters For Safety Properties Fail? — Alignment Forum (2026-06-14)
  3. [3] Synthetic document finetuning for instilling positive traits — Alignment Forum (2026-06-16)