paper-with-me

홈 › Papers

When RL Fails after SFT: Rejuvenating Model Plasticity for Robust SFT-to-RL Handoff

2026-06-07 · Runze Liu, Jiashun Liu, Xu Wan, Yuqian Fu, Ling Pan arxiv

Supervised Fine-Tuning (SFT) followed by Reinforcement Learning (RL) has become a standard pipeline for Large Language Model (LLM) post-training. SFT is expected to provide a useful behavioral prior for RL to further enhance model capabilities. However, checkpoints with excessive SFT often show limited improvement during RL. We attribute this failure to the loss of model plasticity: the reduced ability of an SFT-initialized policy to be effectively reshaped by subsequent RL. To better understand this phenomenon, we conduct detailed analysis from multiple perspectives, including parameter changes, output spaces, and RL optimization dynamics. Our results show that models from excessive SFT tend to produce over-confident token distributions and exhibit sharp parameter landscapes, which make them harder to optimize in the RL stage. To enable a more robust SFT-to-RL handoff, we propose \texttt{Rejuvenation}, a simple yet effective method that restores plasticity while preserving useful SFT-acquired priors. Rejuvenation leverages base-anchored model fusion to reduce excessive SFT-induced drift with targeted neuron reset to mitigate model rigidity. Experimental results on both math reasoning tasks and agentic tasks demonstrate that our approach consistently improves RL performance on over-trained SFT models, while also enhancing generalization to out-of-distribution tasks.

📄 PDF Abstract BibTeX arXiv:2606.09932

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Addressing Loss of Plasticity and Catastrophic Forgetting in Continual Learning

2024-03-31 · Mohamed Elsayed, A. Rupam Mahmood

Deep representation learning methods struggle with continual learning, suffering from both catastrophic forgetting of useful units and loss of plasticity, often due to rigid and unuseful units. While many methods address…

Continual LearningRepresentation Learning

SpikePropamine: Differentiable Plasticity in Spiking Neural Networks

2021-06-04 · Samuel Schmidgall, Julia Ashkanazy, Wallace Lawson, Joe Hays

The adaptive changes in synaptic efficacy that occur between spiking neurons have been demonstrated to play a critical role in learning for biological neural networks. Despite this source of inspiration, many learning fo…

A Role-Selected Sharing Network for Joint Machine-Human Chatting Handoff and Service Satisfaction Analysis

2021-09-17 · EMNLP 2021 11 · Jiawei Liu, Kaisong Song, Yangyang Kang, Guoxiu He 외

Chatbot is increasingly thriving in different domains, however, because of unexpected discourse complexity and training data sparseness, its potential distrust hatches vital apprehension. Recently, Machine-Human Chatting…

ChatbotMulti-Task Learning

Completion at the Boundary (CaB): Deployable Switching with Completion-Aware Control under Limited Calibration

2026-05-29 · Yusuke Sano, Takeshi Itoga arxiv

Vision-language-action (VLA) agents can execute natural-language instructions, yet deployed systems still lack an operational interface: deciding when the instruction is complete. This gap is acute in short composites ("…

Handoff Debt: The Rediscovery Cost When Coding Agents Take Over Interrupted Tasks

2026-06-01 · Dipesh KC, Anjila Budathoki arxiv

Coding-agent benchmarks evaluate whether a single uninterrupted agent can resolve a repository issue. Real software work is messier: tasks are interrupted, reassigned, reviewed, and resumed from partial states left by an…