Papers › Analyzing and Reducing Catastrophic Forgetting in Parameter Efficient Tuning

Analyzing and Reducing Catastrophic Forgetting in Parameter Efficient Tuning

29 Feb 2024arXiv:2402.18865archive 2025-07-28

Weijieying Ren, Xinlong Li, Lei Wang, Tianxiang Zhao, Wei Qin

Existing research has shown that large language models (LLMs) exhibit remarkable performance in language understanding and generation. However, when LLMs are continuously fine-tuned on complex and diverse domain-specific downstream tasks, the inference performance on historical tasks decreases dramatically, which is known as a catastrophic forgetting problem. A trade-off needs to be kept between learning plasticity and memory stability. Plenty of existing works have explored strategies like memory replay, regularization and parameter isolation, but little is known about the geometric connection of various adjacent minima in the continual LLMs fine-tuning scenarios. In this work, we investigate the geometric connections of different minima through the lens of mode connectivity, which means different minima can be connected by a low-loss valley. Through extensive experiments, we uncover the mode connectivity phenomenon in the LLMs continual learning scenario and find that it can strike a balance between plasticity and stability. Building upon these findings, we propose a simple yet effective method called Interpolation-based LoRA (I-LoRA), which constructs a dual-memory experience replay framework based on LoRA parameter interpolations. Extensive experiments and analysis on eight domain-specific CL benchmarks demonstrate that I-LoRA consistently show significant improvement over the previous state-of-the-art approaches with up to 11% performance gains, providing a strong baseline and insights for future research on the large language model continual learning problem. Our code is available at \url{https://github.com/which47/LLMCL}.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2402.18865")

Code

Syntology Ran 9 of 11 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · honoured contract; 8 ran with no contract checked.

By repository: official repository: 11 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

which47/llmcl officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 9 ran; 1 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
8ran
2unverified

Licence: 11 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from which47/llmcl. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

concat_inputs which47/llmcl/method/ER.py official repository ran no licence file found · pointer only · 18b8186589457eb4 · report
get_joint_datasets which47/llmcl/get_dataset.py official repository ran no licence file found · pointer only · dbea6b5c8c82bfb1 · report
get_res which47/llmcl/evaluation.py official repository ran no licence file found · pointer only · f6fd640bd5fb5f16 · report
l2_normalize which47/llmcl/method/L2P.py official repository ran fingerprinted no licence file found · pointer only · d16edbaed144f08d · report
list_strings which47/llmcl/utils/arg_configs.py official repository ran fingerprinted no licence file found · pointer only · 9a37fcbe00419582 · report
reservoir which47/llmcl/method/ILORA.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 7e522e4817696b98 · report
reservoir which47/llmcl/method/ER.py official repository ran fingerprinted no licence file found · pointer only · 04102179b159097d · report
ring which47/llmcl/method/ILORA.py official repository ran fingerprinted no licence file found · pointer only · 3ea09d9b15eac6ea · report
run_generation which47/llmcl/inference.py official repository ran no licence file found · pointer only · 68c73a68bb1fa2f3 · report
get_datasets which47/llmcl/get_dataset.py official repository unverified no licence file found · pointer only · d90e6d4a6e725608 · report
prepare_model_for_inference which47/llmcl/inference.py official repository unverified no licence file found · pointer only · 4277a360496e0802 · report

Tasks

Continual LearningLanguage ModellingLarge Language Model

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Experience Replay

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections