Post-Training is About States, Not Tokens: A State Distribution View of SFT, RL, and On-Policy Distillation

· Source: Machine Learning · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

A new study proposes a "state distribution view" for large language model post-training methods, complementing traditional loss function analysis. For autoregressive policies, a state is defined as a prompt plus a generated prefix. Supervised fine-tuning (SFT) uses fixed dataset states, while reinforcement learning (RL) and on-policy distillation (OPD) train on states induced by the current learner. Using Qwen3-0.6B-Base on GSM8K, with TruthfulQA and MMLU for retention evaluation, the research reveals three key findings. First, mild SFT improves GSM8K with minimal forgetting, but stress SFT causes significant retention loss. Second, OPD from a degraded SFT teacher surprisingly outperforms that teacher across all three benchmarks. Third, a lightweight on-policy RL run enhances GSM8K while preserving retention. These results emphasize that the source and locality of training states are as crucial as the supervision signal itself.

Key takeaway

For machine learning engineers optimizing large language models, understanding the state distribution during post-training is crucial. Your choice between fixed-state methods like SFT and learner-induced state methods like RL or OPD directly impacts model performance and retention. Prioritize mild SFT for stability, and consider on-policy distillation to potentially exceed baseline teacher performance, even from a degraded source, while lightweight on-policy RL can offer improvements without significant forgetting.

Key insights

Post-training effectiveness hinges significantly on the state distribution used for supervision, not just the loss function.

Principles

In practice

Topics

Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.