Highlight

Parameter-Efficient Transfer Learning for NLP

Introduces adapter modules that add few trainable parameters per task, enabling parameter-efficient transfer learning for NLP.

Based on

Parameter-Efficient Transfer Learning for NLP

By N. Houlsby, A. Giurgiu, Stanislaw Jastrzebski et al.International Conference on Machine Learning
Read original article →

The paper addresses the parameter inefficiency of fine-tuning large pre-trained models when many downstream NLP tasks are involved, since standard fine-tuning produces an entire new model per task. As an alternative, it proposes transfer learning with adapter modules: small trainable components inserted into the network that add only a few parameters per task while the original model parameters remain fixed, producing a compact and extensible model with a high degree of parameter sharing and allowing new tasks to be added without revisiting previous ones.

To demonstrate effectiveness, the authors transfer the BERT Transformer to 26 diverse text classification tasks, including the GLUE benchmark. Adapters attain near state-of-the-art performance, coming within 0.4% of full fine-tuning on GLUE while adding only 3.6% of parameters per task, compared with the 100% of parameters trained by fine-tuning. This showed that strong transfer performance is achievable with far greater parameter efficiency, which matters when serving many tasks.

Abstract

Fine-tuning large pre-trained models is effective for NLP transfer but parameter-inefficient, requiring a full new model per task. The authors propose transfer via adapter modules, which add only a few trainable parameters per task while keeping the original network fixed, yielding compact, extensible models with high parameter sharing. Transferring BERT to 26 text classification tasks, including GLUE, adapters reach within 0.4% of full fine-tuning while adding only 3.6% of parameters per task, versus 100% for fine-tuning.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

transfer learningadapter modulesparameter efficiencyBERTGLUE benchmarkNLP
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.