On the Non-decoupling of Supervised Fine-tuning and Reinforcement Learning in Post-training
This paper proves that supervised fine-tuning (SFT) and reinforcement learning (RL) in post-training are inherently coupled; RL degrades SFT, and vice versa.
Key Findings
Methodology
Using rigorous mathematical analysis under KL and Polyak-Lojasiewicz (PL) conditions, the authors examine the interaction between SFT and RL in post-training pipelines. They derive bounds on performance degradation and reward improvement, employing spectral concentration and gradient orthogonality theories. The analysis demonstrates that RL increases SFT loss quadratically with RL duration, while reward gains grow linearly. Experiments on Qwen3-0.6B validate these theoretical insights, showing performance decline consistent with predictions.
Key Results
- In SFT-then-RL, RL causes the cross-entropy loss to increase by over 5%, indicating performance degradation. Reward metrics decline by approximately 8% when RL is applied after SFT. Gradient spectral analysis reveals near-orthogonality, confirming the theoretical non-decoupling. The optimal RL stopping time derived is \(\lambda/(\mu_{SFT}\eta ar{g}_{RL})\), balancing reward gains and performance loss.
- In RL-then-SFT, SFT reduces the reward by about 8%, showing the irreversibility of the process. Gradient analysis indicates minimal gradient alignment, supporting the non-decoupling conclusion. The experiments highlight that naive sequential training is inefficient, and joint optimization strategies are necessary.
- Theoretical bounds on gradient misalignment and non-decoupling thresholds provide a foundation for designing better training protocols, emphasizing the importance of early stopping and spectral regularization.
Significance
This work fundamentally challenges the common practice of decoupling SFT and RL, establishing that their interaction is intrinsic. The theoretical framework clarifies why performance degradation occurs and guides the design of more effective training schedules. It addresses a critical bottleneck in aligning large models with human preferences while maintaining capabilities, impacting both academia and industry by promoting more robust, theoretically grounded methods.
Technical Contribution
The paper introduces a formal proof of the non-decoupling property between SFT and RL, leveraging spectral concentration and PL conditions. It derives explicit formulas for optimal RL duration and bounds on gradient misalignment, providing a comprehensive theoretical foundation. These contributions enable principled decisions on training duration and objective balancing, advancing the understanding of post-training dynamics.
Novelty
This research is the first to rigorously prove the inherent coupling between supervised fine-tuning and reinforcement learning in large language model post-training. It combines advanced theoretical tools—spectral analysis, PL conditions—to quantify the interaction, offering new insights beyond empirical observations. The derivation of non-decoupling thresholds and optimal stopping times marks a significant innovation.
Limitations
- The analysis relies on the PL condition, which may not hold in highly non-smooth or under-parameterized models. Experimental validation is limited to a single model and dataset, requiring broader testing. The framework does not explicitly address multi-stage or multi-task scenarios, which are common in practice. Future work should extend the theory to more complex training regimes.
Future Work
Future directions include exploring adaptive stopping strategies based on spectral properties, extending analysis to multi-stage and multi-task settings, and developing gradient alignment techniques to mitigate non-decoupling effects. Integrating these insights into practical training algorithms could lead to more efficient, capable, and aligned large models.
AI Executive Summary
In the rapidly evolving field of large language models, post-training techniques like supervised fine-tuning (SFT) and reinforcement learning (RL) are crucial for aligning models with human preferences and improving reasoning abilities. However, their interaction has been largely treated empirically, lacking a solid theoretical foundation. This paper rigorously demonstrates that SFT and RL are fundamentally coupled processes; they cannot be decoupled without performance loss. Through mathematical analysis under KL and Polyak-Lojasiewicz (PL) conditions, the authors show that RL tends to increase SFT loss quadratically with its duration, while reward improvements grow only linearly. Conversely, applying SFT after RL diminishes the reward, indicating an intrinsic irreversibility. Spectral concentration analysis reveals near-orthogonality between gradients, explaining why naive sequential optimization is inefficient. The authors derive an optimal RL stopping time that balances reward gains against performance degradation, providing a practical guideline for training. Experimental validation on the Qwen3-0.6B model confirms these theoretical predictions, showing that performance drops and reward declines align with the bounds. This work fundamentally shifts the understanding of post-training dynamics, emphasizing the need for joint optimization strategies. It also opens avenues for future research into spectral regularization, multi-stage training, and adaptive stopping methods, aiming to develop more robust, efficient, and aligned large language models. Overall, the study offers a critical theoretical framework that informs both academia and industry, guiding the design of more effective and safe AI systems.
Deep Analysis
Background
The development of large language models (LLMs) has revolutionized NLP, with pretraining on massive datasets followed by fine-tuning to specific tasks. SFT fine-tunes models on labeled data, improving task performance, while RL aligns models with human preferences or rules, enhancing safety and usability. Despite widespread empirical success, the theoretical relationship between these methods remains unclear. Prior work has shown that combining SFT and RL can lead to performance trade-offs, but lacks formal guarantees. Recent advances in optimization theory, spectral analysis, and non-convex landscapes provide tools to analyze these interactions. This paper builds on these foundations, aiming to rigorously characterize the coupling between SFT and RL, and to derive optimal training strategies.
Core Problem
Practitioners often observe that applying RL after SFT can degrade performance, and vice versa, but lack a theoretical explanation. The core challenge is understanding whether these processes can be decoupled or if their interaction is fundamental. Without this understanding, designing effective training pipelines becomes guesswork, risking capability loss or inefficient resource use. The problem is compounded by the complex, non-convex landscapes of neural networks, where gradient interactions are poorly understood. Addressing this gap is crucial for developing principled methods that balance reward alignment with knowledge retention, especially as models grow larger and more capable.
Innovation
The paper's key innovations include: 1) Formal proof that SFT and RL are inherently coupled, invalidating the common assumption of decoupling; 2) Derivation of bounds on the degradation of SFT loss and reward gains, showing quadratic scaling with RL duration; 3) Introduction of spectral concentration analysis to quantify gradient orthogonality, explaining why gradients tend to be nearly orthogonal in high dimensions; 4) Explicit formula for the optimal RL stopping time, balancing reward improvement and performance loss. These contributions provide a rigorous theoretical framework that surpasses prior empirical or heuristic approaches.
Methodology
- �� Model the post-training process as a sequence of SFT and RL steps, analyzing their impact on loss and reward.
- �� Use KL divergence and PL conditions to bound the change in SFT loss after RL, proving quadratic growth.
- �� Apply spectral concentration theory to analyze gradient orthogonality, explaining near-orthogonality in high-dimensional parameter spaces.
- �� Derive the optimal RL duration by balancing the quadratic increase in SFT loss against linear reward gains.
- �� Validate theoretical results with experiments on Qwen3-0.6B, measuring cross-entropy loss and reward under different RL durations.
- �� Use spectral analysis to confirm gradient orthogonality, supporting the theoretical bounds.
Experiments
Experiments conducted on Qwen3-0.6B model using CoLA dataset, with both SFT-then-RL and RL-then-SFT pipelines. Metrics include cross-entropy loss and reward scores. Different RL durations tested to observe performance degradation and reward decline. Results show RL causes over 5% increase in loss and 8% decrease in reward, matching theoretical bounds. Gradient spectral analysis confirms near-orthogonality, supporting the analysis. Ablation studies vary RL duration and learning rates, demonstrating the quadratic vs linear scaling of degradation and reward, respectively.
Results
Empirical results align with theoretical predictions: RL increases SFT loss quadratically, with a clear optimal stopping point; reward gains are linear and limited; spectral analysis reveals near-orthogonal gradients, explaining the coupling. These findings suggest that naive sequential training is suboptimal, and joint or early-stopping strategies are preferable. The derived bounds and thresholds provide practical guidelines for training large models efficiently while maintaining capabilities.
Applications
The insights inform training protocols for large language models, emphasizing joint optimization or early stopping to prevent performance degradation. Applicable to AI alignment, safety, and knowledge retention tasks. Industry practitioners can adopt spectral regularization and adaptive stopping to improve model robustness and alignment, especially in safety-critical applications. Long-term, this framework could guide automated training schedules and multi-task learning strategies, enhancing model capabilities while minimizing risks.
Limitations & Outlook
The analysis assumes the PL condition, which may not hold in all neural network landscapes. Experimental validation is limited to a specific model and dataset, requiring broader testing. The framework does not explicitly address multi-stage or multi-task training complexities. Future work should extend the theory to more diverse architectures and real-world scenarios, incorporating dynamic training schedules and multi-objective optimization.
Plain Language Accessible to non-experts
想象你在厨房做饭,调味就像微调模型。SFT是按照食谱调整味道,确保菜符合预期;而RL像是品尝后,根据味道反馈不断调整。两者如果单独操作,可能会破坏已有的味道平衡。比如,加入太多盐(RL奖励提升)会让菜变咸,影响原有的调味(SFT的学习效果)。反之,过度调味(SFT)也会限制后续的改进空间。研究发现,这两种调味方式实际上难以完全分开,调整一方会影响另一方的效果。最好的办法是找到一个平衡点,既能提升菜的味道,又不破坏基础。这个平衡点就像论文中推导的最优RL时间,既不过度,也不失去原有的味道。
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 both distributional (KL-based) and landscape (PL-based) analyses; and (2) RL-then-SFT coupling: SFT lowers the reward achieved by RL under analogous conditions. Under the PL condition, we further derive the optimal RL duration that balances reward improvement against SFT degradation, identify the non-decoupling threshold governing when RL can improve SFT, and bound the gradient misalignment via spectral concentration. 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 pipeline.