paper-with-me

Papers

ConPET: Continual Parameter-Efficient Tuning for Large Language Models

2023-09-26 · Chenyang Song, Xu Han, Zheni Zeng, Kuai Li, Chen Chen, Zhiyuan Liu, Maosong Sun, Tao Yang

Continual learning necessitates the continual adaptation of models to newly emerging tasks while minimizing the catastrophic forgetting of old ones. This is extremely challenging for large language models (LLMs) with vanilla full-parameter tuning due to high computation costs, memory consumption, and forgetting issue. Inspired by the success of parameter-efficient tuning (PET), we propose Continual Parameter-Efficient Tuning (ConPET), a generalizable paradigm for continual task adaptation of LLMs with task-number-independent training complexity. ConPET includes two versions with different application scenarios. First, Static ConPET can adapt former continual learning methods originally designed for relatively smaller models to LLMs through PET and a dynamic replay strategy, which largely reduces the tuning costs and alleviates the over-fitting and forgetting issue. Furthermore, to maintain scalability, Dynamic ConPET adopts separate PET modules for different tasks and a PET module selector for dynamic optimal selection. In our extensive experiments, the adaptation of Static ConPET helps multiple former methods reduce the scale of tunable parameters by over 3,000 times and surpass the PET-only baseline by at least 5 points on five smaller benchmarks, while Dynamic ConPET gains its advantage on the largest dataset. The codes and datasets are available at https://github.com/Raincleared-Song/ConPET.

📄 PDF Abstract BibTeX arXiv:2309.14763

Code (1)

raincleared-song/conpet 공식 구현 pytorch

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

SwitchCIT: Switching for Continual Instruction Tuning

2024-07-16 · Xinbo Wu, Max Hartman, Vidhata Arjun Jayaraman, Lav R. Varshney

Large language models (LLMs) and multimodal models (MMs) have exhibited impressive capabilities in various domains, particularly in general language understanding and visual reasoning. However, these models, trained on m…

Text GenerationVisual Reasoning

An Empirical Study of Catastrophic Forgetting in Large Language Models During Continual Fine-tuning

2023-08-17 · Yun Luo, Zhen Yang, Fandong Meng, Yafu Li 외

Catastrophic forgetting (CF) is a phenomenon that occurs in machine learning when a model forgets previously learned information while acquiring new knowledge for achieving a satisfactory performance in downstream tasks.…

DecoderReading Comprehension

Continual LLaVA: Continual Instruction Tuning in Large Vision-Language Models

2024-11-04 · Meng Cao, Yuyang Liu, Yingfei Liu, Tiancai Wang 외

Instruction tuning constitutes a prevalent technique for tailoring Large Vision Language Models (LVLMs) to meet individual task requirements. To date, most of the existing approaches are confined to single-task adaptatio…

Sculpting Subspaces: Constrained Full Fine-Tuning in LLMs for Continual Learning

2025-04-09 · Nikhil Shivakumar Nayak, KrishnaTeja Killamsetty, Ligong Han, Abhishek Bhandwaldar 외

Continual learning in large language models (LLMs) is prone to catastrophic forgetting, where adapting to new tasks significantly degrades performance on previously learned ones. Existing methods typically rely on low-ra…

Continual LearningDecoderInstruction Following

Continual Learning via Sparse Memory Finetuning

2025-10-16 · Jessy Lin, Luke Zettlemoyer, Gargi Ghosh, Wen-Tau Yih 외 arxiv

Modern language models are powerful, but typically static after deployment. A major obstacle to building models that continually learn over time is catastrophic forgetting, where updating on new data erases previously ac…

Continual LearningQuestion Answering