CLLGOct 6, 2020

On the Interplay Between Fine-tuning and Sentence-level Probing for Linguistic Knowledge in Pre-trained Transformers

arXiv:2010.02616v11002 citations
Originality Synthesis-oriented
AI Analysis

This addresses a gap in understanding the impact of fine-tuning on linguistic representations for NLP researchers, but it is incremental as it builds on existing probing and fine-tuning methods.

The paper investigates how fine-tuning pre-trained transformer models like BERT, RoBERTa, and ALBERT affects their linguistic knowledge, as measured by sentence-level probing tasks, finding that fine-tuning leads to substantial but varied changes in accuracy across models and tasks, with only rare positive effects beyond using pre-trained models with strong pooling.

Fine-tuning pre-trained contextualized embedding models has become an integral part of the NLP pipeline. At the same time, probing has emerged as a way to investigate the linguistic knowledge captured by pre-trained models. Very little is, however, understood about how fine-tuning affects the representations of pre-trained models and thereby the linguistic knowledge they encode. This paper contributes towards closing this gap. We study three different pre-trained models: BERT, RoBERTa, and ALBERT, and investigate through sentence-level probing how fine-tuning affects their representations. We find that for some probing tasks fine-tuning leads to substantial changes in accuracy, possibly suggesting that fine-tuning introduces or even removes linguistic knowledge from a pre-trained model. These changes, however, vary greatly across different models, fine-tuning and probing tasks. Our analysis reveals that while fine-tuning indeed changes the representations of a pre-trained model and these changes are typically larger for higher layers, only in very few cases, fine-tuning has a positive effect on probing accuracy that is larger than just using the pre-trained model with a strong pooling method. Based on our findings, we argue that both positive and negative effects of fine-tuning on probing require a careful interpretation.

Foundations

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

Your Notes