paper-with-me

홈 › Papers

Mitigating Forgetting Between Supervised and Reinforcement Learning Yields Stronger Reasoners

2025-10-06 · Xiangchi Yuan, Xiang Chen, Tong Yu, Dachuan Shi, Can Jin, Wenke Lee, Saayan Mitra arxiv

Large Language Models (LLMs) show strong reasoning abilities, often amplified by Chain-of-Thought (CoT) prompting and reinforcement learning (RL). Although RL algorithms can substantially improve reasoning, they struggle to expand reasoning boundaries because they learn from their own reasoning trajectories rather than acquiring external knowledge. Supervised fine-tuning (SFT) offers complementary benefits but typically requires large-scale data and risks overfitting. Recent attempts to combine SFT and RL face three main challenges: data inefficiency, algorithm-specific designs, and catastrophic forgetting. We propose a plug-and-play framework that dynamically integrates SFT into RL by selecting challenging examples for SFT. This approach reduces SFT data requirements and remains agnostic to the choice of RL or SFT algorithm. To mitigate catastrophic forgetting of RL-acquired skills during SFT, we select high-entropy tokens for loss calculation and freeze parameters identified as critical for RL. Our method achieves state-of-the-art (SoTA) reasoning performance using only 1.5% of the SFT data and 20.4% of the RL data used by prior SoTA, providing an efficient and plug-and-play solution for combining SFT and RL in reasoning post-training.

📄 PDF Abstract BibTeX arXiv:2510.04454

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Retaining by Doing: The Role of On-Policy Data in Mitigating Forgetting

2025-10-21 · Howard Chen, Noam Razin, Karthik Narasimhan, Danqi Chen arxiv

Adapting language models (LMs) to new tasks via post-training carries the risk of degrading existing capabilities -- a phenomenon classically known as catastrophic forgetting. In this paper, toward identifying guidelines…

Reinforcement LearningInstruction FollowingArithmetic ReasoningGeneral Knowledge

Forgetting, plasticity, and co-observation: a third facet of continual learning

2026-08-19 · Timm Hess, Abhishek Jha, Gido M. van de Ven, Tinne Tuytelaars arxiv

Efficient continual learning remains a fundamental challenge for deep neural networks. While catastrophic forgetting and loss of plasticity are widely considered the primary obstacles to overcome, we show that these two …

Continual Learning

Reinforcement Fine-Tuning Naturally Mitigates Forgetting in Continual Post-Training

2025-07-07 · Song Lai, Haohan Zhao, Rong Feng, Changyi Ma 외

Continual post-training (CPT) is a popular and effective technique for adapting foundation models like multimodal large language models to specific and ever-evolving downstream tasks. While existing research has primaril…

General KnowledgeMMLU

Mitigating the Alignment Tax of RLHF

2023-09-12 · Yong Lin, Hangyu Lin, Wei Xiong, Shizhe Diao 외

LLMs acquire a wide range of abilities during pre-training, but aligning LLMs under Reinforcement Learning with Human Feedback (RLHF) can lead to forgetting pretrained abilities, which is also known as the alignment tax.…

Common Sense ReasoningContinual Learning

P2DT: Mitigating Forgetting in task-incremental Learning with progressive prompt Decision Transformer

2024-01-22 · Zhiyuan Wang, Xiaoyang Qu, Jing Xiao, Bokui Chen 외

Catastrophic forgetting poses a substantial challenge for managing intelligent agents controlled by a large model, causing performance degradation when these agents face new tasks. In our work, we propose a novel solutio…

Incremental Learningreinforcement-learningReinforcement Learning