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

Random Masking Finds Winning Tickets for Parameter Efficient Fine-tuning

About

Fine-tuning large language models (LLM) can be costly. Parameter-efficient fine-tuning (PEFT) addresses the problems by training a fraction of the parameters, whose success reveals the expressiveness and flexibility of pretrained models. This paper studies the limit of PEFT, by further simplifying its design and reducing the number of trainable parameters beyond standard setups. To this end, we use Random Masking to fine-tune the pretrained model. Despite its simplicity, we show that Random Masking is surprisingly effective: with a larger-than-expected learning rate, Random Masking can match the performance of standard PEFT algorithms such as LoRA on various tasks, using fewer trainable parameters. We provide both empirical and theoretical explorations into the success of Random Masking. We show that masking induces a flatter loss landscape and more distant solutions, which allows for and necessitates large learning rates.

Jing Xu, Jingzhao Zhang• 2024

Related benchmarks

TaskDatasetResultRank
Text ClassificationBoolQ
Accuracy88.6
84
ClassificationSST2
Accuracy96.1
58
ClassificationWSC
Accuracy70.2
41
Multiple-ChoiceCOPA
Accuracy98
12
Showing 4 of 4 rows

Other info

Follow for update