paper-with-me

홈 › Papers

On the Non-decoupling of Supervised Fine-tuning and Reinforcement Learning in Post-training

2026-01-12 · Xueyan Niu, Bo Bai, Wei Han, Weixi Zhang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.07389

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

DeReason: A Difficulty-Aware Curriculum Improves Decoupled SFT-then-RL Training for General Reasoning

2026-03-11 · Hanxu Hu, Yuxuan Wang, Maggie Huan, Jannis Vamvas 외 arxiv

Reinforcement learning with Verifiable Rewards (RLVR) has emerged as a powerful paradigm for eliciting reasoning capabilities in large language models, particularly in mathematics and coding. While recent efforts have ex…

Reinforcement Learning

UFT: Unifying Supervised and Reinforcement Fine-Tuning

2025-05-22 · Mingyang Liu, Gabriele Farina, Asuman Ozdaglar

Post-training has demonstrated its importance in enhancing the reasoning capabilities of large language models (LLMs). The primary post-training methods can be categorized into supervised fine-tuning (SFT) and reinforcem…

ADPO: Anchored Direct Preference Optimization

2025-10-21 · Wang Zixian arxiv

We present Anchored Direct Preference Optimization (ADPO), a policy alignment method derived from first principles of KL-regularized reinforcement learning. Unlike standard approaches that treat the reference policy mere…

Reinforcement Learning

The Impact of Quantization on Large Reasoning Model Reinforcement Learning

2025-11-19 · Medha Kumar, Zifei Xu, Xin Wang, Tristan Webb arxiv

Strong reasoning capabilities can now be achieved by large-scale reinforcement learning (RL) without any supervised fine-tuning. Although post-training quantization (PTQ) and quantization-aware training (QAT) are well st…

Reinforcement Learning

Reflective Personalization Optimization: A Post-hoc Rewriting Framework for Black-Box Large Language Models

2025-11-07 · Teqi Hao, Xioayu Tan, Shaojie Shi, Yinghui Xu 외 arxiv

The personalization of black-box large language models (LLMs) is a critical yet challenging task. Existing approaches predominantly rely on context injection, where user history is embedded into the prompt to directly gu…

Reinforcement Learning