Calibrate Before Use: Improving Few-Shot Performance of Language Models
Tony Z. ZhaoEric WallaceShi FengDan KleinSameer Singh
Proposes contextual calibration, an approach that corrects language model output biases using content-free inputs to substantially reduce prompt variance and boost few-shot accuracy across diverse tasks.
- Paper: Language Models are Few-Shot Learners, T. B. Brown et al. (2020). It introduced the paradigm of few-shot prompting in large autoregressive models like GPT-3, establishing the foundational in-context learning framework whose instability and bias the source specifically investigates and mitigates.
- Paper: On Calibration of Modern Neural Networks, Chuan Guo et al. (2017). It provides the foundational analysis of probability miscalibration in modern neural networks and temperature scaling techniques that underpin the post-hoc calibration methods adapted in the source.
- Paper: Language Models are Unsupervised Multitask Learners, Alec Radford et al. (2019). It establishes the underlying GPT-2 architecture and the zero-shot multitask evaluation framework that the source's few-shot calibration experiments build upon.
- Paper: When Does Label Smoothing Help?, Rafael Müller et al. (2019). It offers core theoretical and empirical insights into how target probability distributions impact model overconfidence and calibration error.
- Paper: Rethinking the Role of Demonstrations: What Makes In-Context Learning Work?, Sewon Min et al. (2022). It extends the analysis of prompt dependencies and in-context learning mechanics by examining how input distributions, formats, and label assignments contribute to task performance.
- Paper: Making Pre-trained Language Models Better Few-shot Learners, Tianyu Gao et al. (2021). It builds on the problem of prompt sensitivity in few-shot regimes by introducing automated prompt generation and selective demonstration retrieval to stabilize performance.
- Paper: Few-Shot Parameter-Efficient Fine-Tuning is Better and Cheaper than In-Context Learning, Haokun Liu et al. (2022). It critiques the variance and computational cost of inference-time in-context learning highlighted by the source and develops parameter-efficient fine-tuning as a more stable alternative.
- Paper: The Power of Scale for Parameter-Efficient Prompt Tuning, Brian Lester et al. (2021). It explores parameter-efficient soft prompt tuning to overcome the prompt-engineering fragility and calibration challenges of discrete few-shot prompting at scale.
- Paper: Pre-train, Prompt, and Predict: A Systematic Survey of Prompting Methods in Natural Language Processing, Pengfei Liu et al. (2021). It contextualizes the source's findings within a broad systematic survey of prompting methods, prompt formatting challenges, and inference stabilization strategies.
