The Information Machine

AI Alignment Research Revisits Filtering and Steering Interventions · history

Version 3

2026-06-21 08:11 UTC · 26 items

What

Four independent research results from mid-June 2026 test the reliability of standard AI alignment interventions. A paper argues SAE-based steering failures in prior work resulted from incorrect feature selection, not fundamental SAE limitations [1]. Josh Engels shows SFT data filtering cannot reliably suppress safety-relevant behaviors because those behaviors originate in teacher model rollouts rather than prompt selection [2]. A Google DeepMind team finds synthetic data finetuning produces measurable OOD safety improvements, with documented failure modes around superficial pattern pickup [3]. OpenAI reports RL training on realistic human situations produces safety improvements that transfer across domains the model was not explicitly trained on [4].

Why it matters

Taken together, the results suggest that both what is targeted and which training mechanism is used determine intervention effectiveness. SFT data filtering fails because it targets the wrong component; RL on realistic scenarios and targeted synthetic addition both show more consistent gains, with the RL result showing the broadest cross-domain transfer reported so far. Practitioners relying on any of these as safety controls face a more complicated picture than prior literature implied.

Open questions

  • Can SAE steering remain effective at production scale once feature selection is corrected, or is the improvement limited to controlled experimental settings? [1]

  • Does RL training on realistic human scenarios avoid the 'leakage from adjacent examples' failure mode that Engels identifies in SFT filtering? [2][4]

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

  • How do the cross-domain transfer properties of RL on realistic scenarios [4] compare with the midtraining-plus-SFT pipeline recommended by Google DeepMind [3]?

Narrative

Alignment researchers have produced four independent empirical results in mid-June 2026 that together complicate the reliability picture for standard safety interventions: SAE-based model steering, SFT data filtering, synthetic data finetuning, and RL training on realistic human scenarios.

On SAE-based steering, a paper summarized by Rohan Paul argues that prior negative results were methodological artifacts: features were selected and labeled incorrectly, making steering appear ineffective. Once features are correctly identified, steering performance recovers substantially [1]. On SFT data filtering, Josh Engels shows that naive filtering cannot reliably suppress safety-relevant behaviors in models trained on Gemini 3 Flash. The core problem is that behaviors like blackmail propensity are driven by teacher model rollout completions, not by the prompt distribution — so removing flagged prompts has almost no effect. When examples of a behavior are removed, adjacent training examples reproduce similar behavior through generalization from milder variants. Engels proposes 'post-training diffing' — analogous to activation patching but applied to training data — as a principled way to locate where specific behaviors originate in a training pipeline [2].

The complementary direction — adding rather than removing training signal — shows more consistent gains. A Google DeepMind team led by CallumMcDougall found that synthetic chat data finetuning and midtraining on synthetic pretraining-style documents both produce measurable OOD safety improvements on Gemini 3 Flash. Midtraining more effectively instills stated knowledge of traits than SFT alone, but behavioral alignment still requires subsequent SFT. A persistent failure mode is that superficial structural patterns can be reinforced even when standard eval scores show no problem; multi-turn adversarial evaluations are substantially more diagnostic than single-turn evals for detecting trait violations [3]. OpenAI reports a further positive result: RL training on realistic human situations produces safety improvements that generalize to tasks and domains the model was not explicitly trained on, with health-scenario training improving non-health model behavior [4].

A common thread across all four results is that intervention effectiveness depends on targeting the right level of the model's behavior. Wrong feature labels invalidate SAE steering; targeting prompts rather than completions leaves filter-resistant behaviors intact; synthetic data can reinforce superficial structural patterns rather than underlying traits; and RL on realistic scenarios appears to instill behavior that generalizes broadly, likely because it engages with realistic human contexts rather than narrowly constructed examples.

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 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, with documented failure modes around superficial pattern pickup. [3]
  • 2026-06-18: Rohan Paul reports OpenAI research showing RL training on realistic human situations produces cross-domain safety transfer, with health-only training improving non-health model behaviors. [4]

Perspectives

SAE steering paper authors (via Rohan Paul)

SAEs are viable steering tools; prior negative results were artifacts of incorrect feature selection and labeling. Correcting feature identification substantially recovers steering effectiveness.

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

Josh Engels (Alignment Forum)

Naive SFT data filtering cannot reliably suppress safety-relevant behaviors; behaviors are driven by teacher model rollouts rather than prompt distribution, and filtering prompts leaks behavior back in from adjacent examples. Post-training diffing is the principled diagnostic alternative.

Evolution: Consistent since first entry.

CallumMcDougall / Google DeepMind

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

Evolution: Consistent since first entry; complements Engels by showing targeted addition succeeds where filtering fails.

OpenAI (via Rohan Paul reporting)

RL training on realistic human situations produces safety improvements that generalize across untrained domains; cross-domain transfer is the key contribution, demonstrated by health-scenario training improving non-health model behavior.

Evolution: First entry in this thread.

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 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 and OpenAI both find that adding targeted training signal — synthetic data or RL on realistic scenarios — produces measurable safety improvements, suggesting the failure is specific to the filtering mechanism rather than to SFT or RL as training approaches. [2][3][4]
  • Google DeepMind finds midtraining on synthetic documents instills trait knowledge but not reliable behavioral alignment without subsequent SFT; OpenAI's RL result shows realistic scenario training produces behavioral alignment with broader cross-domain transfer — the relative effectiveness and generalization properties of these pipelines are unresolved. [3][4]

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)
  4. [4] New research from OpenAI reported a training result where RL on realistic human situations made models carry safer, more… — Rohan Paul Twitter (2026-06-18)