On the Non-decoupling of Supervised Fine-tuning and Reinforcement Learning in Post-training
Xueyan Niu, Bo Bai, Wei Han, Weixi Zhang
TL;DR
The paper investigates whether supervised fine-tuning (SFT) and reinforcement learning (RL) can be decoupled in post-training of large language models. It proves two non-decoupling theorems for the canonical pipelines SFT-then-RL and RL-then-SFT, showing that improvements in one objective (RL reward) inevitably degrade the other (SFT loss), and vice versa. Using information-theoretic tools and a Gibbs-style RL update, the authors establish that any nontrivial RL gain comes at a cost to SFT fitting, and that subsequent SFT after RL reduces RL performance under plausible curvature and shift bounds. Empirical validation on Qwen3-0.6B with CoLA confirms the theoretical predictions: RL increases cross-entropy after SFT, and SFT after RL lowers the RL reward, demonstrating persistent coupling and advocating joint optimization over sequential blocks for post-training strategies.
Abstract
Post-training of large language models routinely interleaves supervised fine-tuning (SFT) with reinforcement learning (RL). These two methods have different objectives: SFT minimizes the cross-entropy loss between model outputs and expert responses, while RL maximizes reward signals derived from human preferences or rule-based verifiers. Modern reasoning models have widely adopted the practice of alternating SFT and RL training. However, there is no theoretical account of whether they can be decoupled. We prove that decoupling is impossible in either order: (1) SFT-then-RL coupling: RL increases SFT loss under SFT optimality and (2) RL-then-SFT coupling: SFT lowers the reward achieved by RL. Experiments on Qwen3-0.6B confirm the predicted degradation, verifying that SFT and RL cannot be separated without loss of prior performance in the post-training
