True Few-Shot Learning with Language Models
Ethan Perez, Douwe Kiela, Kyunghyun Cho

TL;DR
This paper investigates the true few-shot learning capabilities of pretrained language models without relying on held-out examples for tuning, revealing that current evaluation methods overestimate their effectiveness.
Contribution
The study evaluates model selection criteria in true few-shot settings and shows they perform poorly compared to random selection, challenging prior assumptions about LM capabilities.
Findings
Model selection criteria often perform worse than random.
Prior evaluations overestimate LM few-shot abilities.
Selection methods frequently prefer suboptimal models.
Abstract
Pretrained language models (LMs) perform well on many tasks even when learning from a few examples, but prior work uses many held-out examples to tune various aspects of learning, such as hyperparameters, training objectives, and natural language templates ("prompts"). Here, we evaluate the few-shot ability of LMs when such held-out examples are unavailable, a setting we call true few-shot learning. We test two model selection criteria, cross-validation and minimum description length, for choosing LM prompts and hyperparameters in the true few-shot setting. On average, both marginally outperform random selection and greatly underperform selection based on held-out examples. Moreover, selection criteria often prefer models that perform significantly worse than randomly-selected ones. We find similar results even when taking into account our uncertainty in a model's true performance…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Domain Adaptation and Few-Shot Learning
