TMS: Trajectory-Mixed Supervision for On-Policy Self Distillation
Abstract
Lay Summary
Large language models are often improved by training them on a specific task, such as solving math problems or following instructions. A common training method is simple and cheap, but it can make the model forget skills it already had, like general reasoning, question answering, or safety-related behavior. More robust reinforcement learning methods can reduce this forgetting, but they usually require reward signals, verifiers, and expensive repeated sampling. We study why this trade-off happens and find that one cause is a mismatch between a changing model and fixed training answers. As the model learns, it may discover several reasonable ways to answer, while standard training keeps forcing it toward one static example. Our method, Trajectory-Mixed Supervision, reuses answers generated by saved versions of the same model during training and mixes them with the original answers. This gives the model several plausible ways to learn the task, closer to its own learning path, without requiring rewards. Across math, reasoning, and instruction-following benchmarks, this preserves much more of the model’s previous ability while keeping strong gains on the target task.