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

Composing Parameter-Efficient Modules with Arithmetic Operations

About

As an efficient alternative to conventional full finetuning, parameter-efficient finetuning (PEFT) is becoming the prevailing method to adapt pretrained language models. In PEFT, a lightweight module is learned on each dataset while the underlying pretrained language model remains unchanged, resulting in multiple compact modules representing diverse skills when applied to various domains and tasks. In this paper, we propose to compose these parameter-efficient modules through linear arithmetic operations in the weight space, thereby integrating different module capabilities. Specifically, we first define addition and negation operators for the module, and then further compose these two basic operators to perform flexible arithmetic. Our approach requires \emph{no additional training} and enables highly flexible module composition. We apply different arithmetic operations to compose the parameter-efficient modules for (1) distribution generalization, (2) multi-tasking, (3) unlearning, and (4) domain transfer. Additionally, we extend our approach to detoxify Alpaca-LoRA, the latest instruction-tuned large language model based on LLaMA. Empirical results demonstrate that our approach produces new and effective parameter-efficient modules that significantly outperform existing ones across all settings.

Jinghan Zhang, Shiqi Chen, Junteng Liu, Junxian He• 2023

Related benchmarks

TaskDatasetResultRank
Chest X-ray classificationPneumonia (test)
Accuracy0.633
30
Chest X-ray classificationTuberculosis (test)
Accuracy77.3
23
Chest X-ray classificationNIH (test)--
14
Showing 3 of 3 rows

Other info

Code

Follow for update