Beyond Reasoning Gains: Mitigating General-Capability Forgetting in Large Reasoning Models
- model Qwen2.5-VL-3B
- model Qwen2.5-VL-7B
- person Hoang Phan
Researchers have proposed a new training strategy called RECAP to prevent large reasoning models from losing foundational skills while they improve at tasks like math and multimodal reasoning, according to a paper posted on arXiv [1]. Reinforcement learning with verifiable rewards, or RLVR, has become a standard post-training method for language and vision-language models, delivering strong gains in reasoning [1]. But the technique carries a risk: models can suffer “capability regression,” forgetting core abilities such as perception and faithfulness after extended training without safeguards [1]. The authors empirically confirmed the problem in open-source reasoning models [1]. Existing countermeasures include regularization terms like KL divergence, which help keep a model from drifting too far from its base version. Those terms are computed on the current task, however, and do not guarantee that broader knowledge is preserved [1]. Experience replay across different domains is another common tactic, but deciding how much weight to give each objective is difficult because of cross-domain heterogeneity [1]. The new method, called RECAP — short for Replay-Enhanced CApability Preservation — mixes general-capability data back into the RLVR objective and then dynamically reweights objectives based on their convergence rate and instability [4]. The mechanism operates online, using short-horizon signals to shift training emphasis away from saturated objectives and toward underperforming or volatile ones [1]. The approach is end-to-end, requires no auxiliary models, and can be dropped into existing RLVR pipelines without heavy tuning [4]. The researchers tested RECAP on Qwen2.5-VL-3B and Qwen2.5-VL-7B, two vision-language models developed by Alibaba Cloud and released under open-source licenses [1][11]. The Qwen2.5-VL family, which also includes a 72-billion-parameter version, was introduced as a successor to Qwen2-VL and is available on Hugging Face and ModelScope [10]. In one experiment, training solely on reasoning rewards degraded perception performance on the 7B model by 7 percent [5]. The RECAP strategy not only preserved general capabilities but also improved reasoning by allowing more flexible trade-offs among in-task rewards [1]. The paper was submitted on 24 October 2025 and revised on 18 June 2026 [1]. A version of the work also appears in the ACL Anthology under the title “Beyond Reasoning Gains: Mitigating General-Capability Forgetting in Large Reasoning Models” [3].
research-papertool-release
Background sources we checked (10)
- arxiv.org ↗ Reinforcement learning with verifiable rewards (RLVR) has delivered impressive gains in mathematical and multimodal reasoning and has become a standard post-training paradigm for contemporary language and vision-language models. However, the RLVR recipe introduces a significant r…
- aclanthology.org ↗ Beyond Reasoning Gains: Mitigating General-Capability Forgetting in Large Reasoning Models - ACL Anthology ... Reinforcement learning with verifiable rewards (RLVR) has delivered impressive gains in mathematical and multimodal reasoning and has become a standard post-training par…
- arxiv.org ↗ Reinforcement learning with verifiable rewards (RLVR) has delivered impressive gains in mathematical and multimodal reasoning and has become a standard post-training paradigm for contemporary language and vision-language models. However, the RLVR recipe introduces a significant r…
- openreview.net ↗ However, the RLVR recipe introduces a significant risk of capability regression, ... where models forget foundational skills after prolonged training without employing ... regularization strategies. We empirically confirm this concern, observing that opensource reasoning models …
- en.wikipedia.org ↗ Sleep deprivation, also known as sleep insufficiency or sleeplessness, is the health condition of not having adequate duration or quality of sleep to support proper alertness, performance, and health. It can be either chronic or acute and may vary widely in severity. This means i…
- openreview.net ↗ Beyond Reasoning Gains: Mitigating General Capabilities Forgetting in Large Reasoning Model | OpenReview ## Beyond Reasoning Gains: Mitigating General Capabilities Forgetting in Large Reasoning Model ### Shengjie Bi, Deren Lei, Lijuan Liu, Madian Khabsa, Hoang Phan, Xiaocheng T…
- huggingface.co ↗ Qwen/Qwen2.5-VL-7B-Instruct · Hugging Face ... # Qwen2.5-VL-7B-Instruct ... In the past five months since Qwen2-VL’s release, numerous developers have built new models on the Qwen2-VL vision-language models, providing us with valuable feedback. During this period, we focused on b…
- huggingface.co ↗ Qwen/Qwen2.5-VL-3B-Instruct · Hugging Face ... # Qwen2.5-VL-3B-Instruct ... In the past five months since Qwen2-VL’s release, numerous developers have built new models on the Qwen2-VL vision-language models, providing us with valuable feedback. During this period, we focused on b…
- qwenlm.github.io ↗ We release Qwen2.5-VL, the new flagship vision-language model of Qwen and also a significant leap from the previous Qwen2-VL. To try the latest model, feel free to visit Qwen Chat and choose Qwen2.5-VL-72B-Instruct. Also, we open both base and instruct models in 3 sizes, includin…
- en.wikipedia.org ↗ Qwen (also known as Tongyi Qianwen, Chinese: 通义千问; pinyin: Tōngyì Qiānwèn) is a family of large language models developed by Alibaba Cloud. Many Qwen models are distributed under the free and open-source Apache 2.0 license, the source-available Qwen License, or the non-commercial…
Sources covering this (2)
- export.arxiv.org — Beyond Reasoning Gains: Mitigating General-Capability Forgetting in Large Reasoning Models ↗
- export.arxiv.org — ADaPT: Token-Level Decoupling for Efficient Large Reasoning Models · Global