CLApr 17, 2022

Pathologies of Pre-trained Language Models in Few-shot Fine-tuning

arXiv:2204.08039v1639 citationsh-index: 26
AI Analysis

This work highlights a critical issue for researchers and practitioners in NLP, as it shows that incremental improvements in few-shot fine-tuning may be misleading without proper model sanity checks.

The study investigated the source of performance gains in few-shot fine-tuning of pre-trained language models, revealing that models often rely on non-task-related features or shallow patterns, which can lead to pathological prediction behavior.

Although adapting pre-trained language models with few examples has shown promising performance on text classification, there is a lack of understanding of where the performance gain comes from. In this work, we propose to answer this question by interpreting the adaptation behavior using post-hoc explanations from model predictions. By modeling feature statistics of explanations, we discover that (1) without fine-tuning, pre-trained models (e.g. BERT and RoBERTa) show strong prediction bias across labels; (2) although few-shot fine-tuning can mitigate the prediction bias and demonstrate promising prediction performance, our analysis shows models gain performance improvement by capturing non-task-related features (e.g. stop words) or shallow data patterns (e.g. lexical overlaps). These observations alert that pursuing model performance with fewer examples may incur pathological prediction behavior, which requires further sanity check on model predictions and careful design in model evaluations in few-shot fine-tuning.

Foundations

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

Your Notes