Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Lottery Ticket Adaptation: Mitigating Destructive Interference in LLMs

About

Existing methods for adapting large language models (LLMs) to new tasks are not suited to multi-task adaptation because they modify all the model weights -- causing destructive interference between tasks. The resulting effects, such as catastrophic forgetting of earlier tasks, make it challenging to obtain good performance on multiple tasks at the same time. To mitigate this, we propose Lottery Ticket Adaptation (LoTA), a sparse adaptation method that identifies and optimizes only a sparse subnetwork of the model. We evaluate LoTA on a wide range of challenging tasks such as instruction following, reasoning, math, and summarization. LoTA obtains better performance than full fine-tuning and low-rank adaptation (LoRA), and maintains good performance even after training on other tasks -- thus, avoiding catastrophic forgetting. By extracting and fine-tuning over lottery tickets (or sparse task vectors), LoTA also enables model merging over highly dissimilar tasks. Our code is made publicly available at https://github.com/kiddyboots216/lottery-ticket-adaptation.

Ashwinee Panda, Berivan Isik, Xiangyu Qi, Sanmi Koyejo, Tsachy Weissman, Prateek Mittal• 2024

Related benchmarks

TaskDatasetResultRank
SafetyT3
T3 Score82.7
21
General language understanding and generationTarget language Igbo
MT Score37.8
5
General language understanding and generationSource language
MT Score45.8
5
Instruction following and reasoningChat and Instruction-following Suite IFEval, AE2, MTB, GSM8K
IFEval0.638
5
Showing 4 of 4 rows

Other info

Follow for update