Masking As An Efficient Alternative To Finetuning For Pretrained Language Models · Awesome LLM Papers Contribute to LLM-Bible

Masking As An Efficient Alternative To Finetuning For Pretrained Language Models

Mengjie Zhao, Tao Lin, Fei Mi, Martin Jaggi, Hinrich Schütze. Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP) 2020 – 28 citations

[Paper]    
Model Architecture Masked Language Model Reinforcement Learning BERT Evaluation

We present an efficient method of utilizing pretrained language models, where we learn selective binary masks for pretrained weights in lieu of modifying them through finetuning. Extensive evaluations of masking BERT and RoBERTa on a series of NLP tasks show that our masking scheme yields performance comparable to finetuning, yet has a much smaller memory footprint when several tasks need to be inferred simultaneously. Through intrinsic evaluations, we show that representations computed by masked language models encode information necessary for solving downstream tasks. Analyzing the loss landscape, we show that masking and finetuning produce models that reside in minima that can be connected by a line segment with nearly constant test accuracy. This confirms that masking can be utilized as an efficient alternative to finetuning.

Similar Work