← Home

Transferring SFT Lessons Across Alignment, Model Organisms, and Toy Models

By James Trappett · 31 July 2026

4 min read

Researchers working on LLM alignment, model organisms, and toy models of fine-tuning tend to operate in separate communities, citing different literatures and attending different workshops. Yet all three areas frequently use supervised fine-tuning (SFT) to achieve structurally identical goals: install a target behavior, keep it general, preserve the model's existing capabilities, and make it survive subsequent training. This paper, available at arXiv:2607.26173, asks a simple question with non-trivial answers: when two research areas share a goal, does a lesson from one transfer to the other?

The answer, across three carefully chosen transfers, is largely yes. That might sound unsurprising, but the paper's value lies precisely in the confirmation. A lesson that holds in only one setting is a conjecture; one that replicates across methodologically distinct settings is something closer to a principle.

What the Paper Does

The authors study three transfers, each moving a lesson from one SFT context into another:

Methodology

The experimental design is careful about what it controls. For the off-model capability experiments, the authors hold training content fixed and vary only who writes the reasoning traces: GPT-4.1, Sonnet-5, Qwen3.6-27B, or the student model (Qwen3.5-4B) itself. This isolates the distributional source of the reasoning rather than confounding it with content differences. The finding that Qwen3.6-27B rewrites preserved capability about as well as student-written rewrites, while GPT-4.1 and Sonnet-5 rewrites did not, points toward distributional proximity rather than teacher capability as the operative factor.

For the MSM replay experiments, the authors test four conditions: alignment SFT alone, SFT with Qwen-written replay mixed in from the start, SFT followed by Qwen-written replay, and SFT with Sonnet-written replay mixed in. The timing result is particularly clean: mixing replay from the start preserves both GPQA and the target behavior (measured by agentic misalignment rate), while adding replay only after training recovers GPQA but erodes the behavior. The Sonnet replay condition serves as a predicted negative control and behaves as expected, failing to restore GPQA despite keeping agentic misalignment low.

The toy model setup is worth noting as a methodological contribution in its own right. By building controlled fine-tuning experiments around simple, measurable behaviors, the authors can cheaply vary training conditions and isolate effects that would be expensive or confounded in full alignment pipelines. This is the point of toy models, but the paper makes explicit use of the structure by using them as an intermediate testing ground before moving to the more expensive MSM setting.

Key Findings

Limitations and Open Questions

The authors are appropriately candid about scope. All experiments involve SFT; whether the same lessons hold under capability-focused reinforcement learning is untested and may differ in important ways. GPQA Diamond is the primary capability measure, which covers one slice of reasoning and may miss degradation on prompts closer to the target behavior distribution. The paper does not test capability on target-like prompts, which is a real gap given that replay might preserve generic reasoning while still harming reasoning about the specific domain being trained on.

There is also an honest acknowledgment that none of the three transfers produced particularly surprising results. The authors argue, correctly, that this does not undermine the contribution: cross-setting confirmation is exactly what makes a lesson reliable enough to act on. The replay timing result, and its direct improvement to the safety-capability tradeoff in MSM, is a concrete practical payoff that goes beyond confirmation.

A question the paper raises but does not answer is whether synthetic documents written by another model during midtraining carry similar capability costs to off-model SFT reasoning traces. Given that MSM uses Claude-written documents in its midtraining stage, this seems worth investigating. The authors flag it as future work.

The broader framing, organizing SFT research around shared goals rather than research-area boundaries, is a reasonable methodological norm that the field has not consistently applied. The paper's open-source release makes it straightforward for others to extend these experiments, which matters given how cheap the toy model setting is relative to full alignment pipelines.

AlignmentSupervised Fine-TuningModel OrganismsLLM ResearchAI Safety

Related Articles

Alignment Faking Persists Without Explicit ConsequencesMeRLa: Meta-Learned Reward Shaping for Better RLHFNeuromorphic Diffusion LLMs: Sparsity Meets Block Decoding