paper-with-me

홈 › Papers

True Few-Shot Learning with Language Models

2021-05-24 · NeurIPS 2021 12 · Ethan Perez, Douwe Kiela, Kyunghyun Cho

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 during selection, as well as when varying the amount of computation and number of examples used for selection. Overall, our findings suggest that prior work significantly overestimated the true few-shot ability of LMs given the difficulty of few-shot model selection.

📄 PDF Abstract BibTeX arXiv:2105.11447

Code (1)

ethanjperez/true_few_shot 공식 구현 pytorch

Tasks

Few-Shot LearningModel Selection

Similar Papers 제목 키워드 기반

Zero-Shot Referring Expression Comprehension via Vison-Language True/False Verification

2025-09-12 · Jeffrey Liu, Rongbin Hu arxiv

Referring Expression Comprehension (REC) is usually addressed with task-trained grounding models. We show that a zero-shot workflow, without any REC-specific training, can achieve competitive or superior performance. Our…

Referring Expression

True Few-Shot Learning with Prompts -- A Real-World Perspective

2021-11-26 · Timo Schick, Hinrich Schütze

Prompt-based approaches are strong at few-shot learning. However, Perez et al. (2021) have recently cast doubt on their performance because they had difficulty getting good results in a "true" few-shot setting in which p…

Few-Shot Learning

Free Lunch: Robust Cross-Lingual Transfer via Model Checkpoint Averaging

2023-05-26 · Fabian David Schmidt, Ivan Vulić, Goran Glavaš

Massively multilingual language models have displayed strong performance in zero-shot (ZS-XLT) and few-shot (FS-XLT) cross-lingual transfer setups, where models fine-tuned on task data in a source language are transferre…

Cross-Lingual TransferModel SelectionNERPOS+2

Risk Minimization for Zero-shot Sequence Labeling

2021-08-01 · ACL 2021 5 · Zechuan Hu, Yong Jiang, Nguyen Bach, Tao Wang 외

Zero-shot sequence labeling aims to build a sequence labeler without human-annotated datasets. One straightforward approach is utilizing existing systems (source models) to generate pseudo-labeled datasets and train a ta…

A New Split for Evaluating True Zero-Shot Action Recognition

2021-07-27 · Shreyank N Gowda, Laura Sevilla-Lara, Kiyoon Kim, Frank Keller 외

Zero-shot action recognition is the task of classifying action categories that are not available in the training set. In this setting, the standard evaluation protocol is to use existing action recognition datasets(e.g. …

Action RecognitionFew-Shot action recognitionFew Shot Action RecognitionZero-Shot Action Recognition+1