CLNov 8, 2019

What Would Elsa Do? Freezing Layers During Transformer Fine-Tuning

arXiv:1911.03090v1147 citations
Originality Synthesis-oriented
AI Analysis

This addresses efficiency in fine-tuning for NLP practitioners, but it is incremental as it builds on known layer freezing techniques.

The paper investigates how many final layers of pretrained transformer models like BERT and RoBERTa need fine-tuning for downstream NLP tasks, finding that only a fourth of the layers achieve 90% of original quality and that full fine-tuning is not always beneficial.

Pretrained transformer-based language models have achieved state of the art across countless tasks in natural language processing. These models are highly expressive, comprising at least a hundred million parameters and a dozen layers. Recent evidence suggests that only a few of the final layers need to be fine-tuned for high quality on downstream tasks. Naturally, a subsequent research question is, "how many of the last layers do we need to fine-tune?" In this paper, we precisely answer this question. We examine two recent pretrained language models, BERT and RoBERTa, across standard tasks in textual entailment, semantic similarity, sentiment analysis, and linguistic acceptability. We vary the number of final layers that are fine-tuned, then study the resulting change in task-specific effectiveness. We show that only a fourth of the final layers need to be fine-tuned to achieve 90% of the original quality. Surprisingly, we also find that fine-tuning all layers does not always help.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes