paper-with-me

홈 › Papers

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

2025-07-07 · Song Lai, Haohan Zhao, Rong Feng, Changyi Ma, Wenzhuo LIU, Hongbo Zhao, Xi Lin, Dong Yi, Min Xie, Qingfu Zhang, Hongbin Liu, Gaofeng Meng, Fei Zhu

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 primarily concentrated on methods like data replay, model expansion, or parameter regularization, the fundamental role of the learning paradigm within CPT remains largely unexplored. This paper presents a comparative analysis of two core post-training paradigms: supervised fine-tuning (SFT) and reinforcement fine-tuning (RFT), investigating their respective impacts on knowledge retention during CPT. Our experiments are conducted on a benchmark comprising seven diverse multimodal tasks, utilizing Qwen2.5-VL-7B-Instruct as the base model for continual post-training. The investigation yields two significant findings: (1) When continuously learning on downstream tasks, SFT leads to catastrophic forgetting of previously learned tasks. In contrast, RFT inherently preserves prior knowledge and achieve performance comparable to multi-task training. (2) RFT successfully protects and even enhances the model's general knowledge on standard benchmarks (e.g., MMMU and MMLU-Pro). Conversely, SFT degrades general model capabilities severely. Further analysis shows that explicit mechanisms, such as KL penalty and chain-of-thought reasoning, are not the primary factors. Instead, we find that the implicit regularization inherent to RFT is a key factor in mitigating forgetting. Finally, we propose a rollout-based instance filtering algorithm to improve the stability and efficiency of RFT. Our comprehensive study demonstrates the superiority of RFT as a robust paradigm for continual post-training.

📄 PDF Abstract BibTeX arXiv:2507.05386

Code (0)

등록된 구현이 없습니다.

Tasks

General KnowledgeMMLU

Methods 이 논문이 사용한 방법론

SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Overcoming Catastrophic Forgetting in Visual Continual Learning with Reinforcement Fine-Tuning

2026-05-10 · Meng Lou, Hanzhong Guo, Linwei Chen, Yizhou Yu arxiv

Recent studies suggest that Reinforcement Fine-Tuning (RFT) is inherently more resilient to catastrophic forgetting than Supervised Fine-Tuning (SFT). However, whether RFT (e.g., GRPO) can effectively overcome forgetting…

class-incremental learningContinual Learning

Efficient Online Reinforcement Learning Fine-Tuning Need Not Retain Offline Data

2024-12-10 · Zhiyuan Zhou, Andy Peng, Qiyang Li, Sergey Levine 외

The modern paradigm in machine learning involves pre-training on diverse data, followed by task-specific fine-tuning. In reinforcement learning (RL), this translates to learning via offline RL on a diverse historical dat…

Offline RLReinforcement Learning (RL)

Context-Free Synthetic Data Mitigates Forgetting

2025-05-20 · Parikshit Bansal, Sujay Sanghavi

Fine-tuning a language model often results in a degradation of its existing performance on other tasks, due to a shift in the model parameters; this phenomenon is often referred to as (catastrophic) forgetting. We are in…

Dynamic Orthogonal Continual Fine-tuning for Mitigating Catastrophic Forgettings

2025-09-28 · Zhixin Zhang, Zeming Wei, Meng Sun arxiv

Catastrophic forgetting remains a critical challenge in continual learning for large language models (LLMs), where models struggle to retain performance on historical tasks when fine-tuning on new sequential data without…

Continual Learning

Elastic Weight Consolidation for Reduction of Catastrophic Forgetting in GPT-2

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Neural networks are naturally prone to the effects of catastrophic forgetting during fine-tuning. Despite the extensive adoption of transformers, little research has been done to investigate the effects of catastrophic f…