CLLGOct 12, 2022

Are Sample-Efficient NLP Models More Robust?

Stanford
arXiv:2210.06456v2225 citationsh-index: 102
AI Analysis

This addresses the problem of out-of-distribution generalization for NLP practitioners, showing that improving sample efficiency does not guarantee robustness, which is incremental as it builds on prior observations in other domains.

The paper investigates whether sample-efficient NLP models are more robust to out-of-distribution data, finding that the correlation varies across tasks and datasets, with no universal trend.

Recent results in image classification and extractive question answering have observed that pre-trained models trained on less in-distribution data have better out-of-distribution performance. However, it is unclear how broadly these trends hold. We conduct a large empirical study across three tasks, three broadly-applicable modeling interventions (increasing model size, using a different adaptation method, and pre-training on more data), and 14 diverse datasets to investigate the relationship between sample efficiency (amount of data needed to reach a given ID accuracy) and robustness (how models fare on OOD evaluation). We find that higher sample efficiency is only correlated with better average OOD robustness on some modeling interventions and tasks, but not others. On individual datasets, models with lower sample efficiency can even be more robust. These results suggest that general-purpose methods for improving sample efficiency are unlikely to yield universal OOD robustness improvements, since such improvements are highly dataset- and task-dependent. Even in an era of large, multi-purpose pretrained models, task-specific decisions may often be necessary for OOD generalization.

Foundations

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

Your Notes