paper-with-me

홈 › 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 for mitigating this phenomenon, we systematically compare the forgetting patterns of two widely adopted post-training methods: supervised fine-tuning (SFT) and reinforcement learning (RL). Our experiments reveal a consistent trend across LM families (Llama, Qwen) and tasks (instruction following, general knowledge, and arithmetic reasoning): RL leads to less forgetting than SFT while achieving comparable or higher target task performance. To investigate the cause for this difference, we consider a simplified setting in which the LM is modeled as a mixture of two distributions, one corresponding to prior knowledge and the other to the target task. We identify that the mode-seeking nature of RL, which stems from its use of on-policy data, enables keeping prior knowledge intact when learning the target task. We then verify this insight by demonstrating that the use on-policy data underlies the robustness of RL to forgetting in practical settings, as opposed to other algorithmic choices such as the KL regularization or advantage estimation. Lastly, as a practical implication, our results highlight the potential of mitigating forgetting using approximately on-policy data, which can be substantially more efficient to obtain than fully on-policy data.

📄 PDF Abstract BibTeX arXiv:2510.18874

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningInstruction FollowingArithmetic ReasoningGeneral Knowledge

Similar Papers 제목 키워드 기반

Surgical Post-Training: Proximal On-Policy Distillation for Reasoning with Knowledge Retention

2026-03-02 · Wenye Lin, Kai Han arxiv

Injecting new reasoning knowledge into Large Language Models (LLMs) via post-training often induces catastrophic forgetting. Recent studies emphasize the importance of on-policy data but suggest that KL-divergence fails …

Reinforcement Learning

Why Guided Dialog Policy Learning performs well? Understanding the role of adversarial learning and its alternative

2023-07-13 · Sho Shimoyama, Tetsuro Morimura, Kenshi Abe, Toda Takamichi 외

Dialog policies, which determine a system's action based on the current state at each dialog turn, are crucial to the success of the dialog. In recent years, reinforcement learning (RL) has emerged as a promising option …

Reinforcement Learning (RL)

Visual Semantic Role Labeling

2015-05-17 · Saurabh Gupta, Jitendra Malik

In this paper we introduce the problem of Visual Semantic Role Labeling: given an image we want to detect people doing actions and localize the objects of interaction. Classical approaches to action recognition either st…

16kAction ClassificationAction RecognitionSemantic Role Labeling+1

Learning Epidemiology by Doing: The Empirical Implications of a Spatial-SIR Model with Behavioral Responses

2021-02-19 · Alberto Bisin, Andrea Moro

We simulate a spatial behavioral model of the diffusion of an infection to understand the role of geographic characteristics: the number and distribution of outbreaks, population size, density, and agents' movements. We …

Epidemiology

Fairness Through Domain Awareness: Mitigating Popularity Bias For Music Discovery

2023-08-28 · Rebecca Salganik, Fernando Diaz, Golnoosh Farnadi

As online music platforms grow, music recommender systems play a vital role in helping users navigate and discover content within their vast musical databases. At odds with this larger goal, is the presence of popularity…

FairnessGraph Neural NetworkNavigateRecommendation Systems