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

Parameter-Efficient Transfer Learning for NLP

About

Fine-tuning large pre-trained models is an effective transfer mechanism in NLP. However, in the presence of many downstream tasks, fine-tuning is parameter inefficient: an entire new model is required for every task. As an alternative, we propose transfer with adapter modules. Adapter modules yield a compact and extensible model; they add only a few trainable parameters per task, and new tasks can be added without revisiting previous ones. The parameters of the original network remain fixed, yielding a high degree of parameter sharing. To demonstrate adapter's effectiveness, we transfer the recently proposed BERT Transformer model to 26 diverse text classification tasks, including the GLUE benchmark. Adapters attain near state-of-the-art performance, whilst adding only a few parameters per task. On GLUE, we attain within 0.4% of the performance of full fine-tuning, adding only 3.6% parameters per task. By contrast, fine-tuning trains 100% of the parameters per task.

Neil Houlsby, Andrei Giurgiu, Stanislaw Jastrzebski, Bruna Morrone, Quentin de Laroussilhe, Andrea Gesmundo, Mona Attariyan, Sylvain Gelly• 2019

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU50.78
2731
Object DetectionCOCO 2017 (val)--
2454
Image ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy82.72
1866
Instance SegmentationCOCO 2017 (val)--
1144
Question AnsweringARC Challenge
Accuracy81.98
749
Natural Language InferenceSNLI (test)
Accuracy91.9
681
Image Super-resolutionManga109
PSNR25.13
656
Image ClassificationCIFAR-100--
622
Image Super-resolutionSet5 (test)
PSNR32.7
544
Natural Language UnderstandingGLUE (dev)
SST-2 (Acc)96.3
504
Showing 10 of 327 rows
...

Other info

Code

Follow for update