English

Batch Calibration: Rethinking Calibration for In-Context Learning and Prompt Engineering

Computation and Language 2024-12-03 v3 Artificial Intelligence Machine Learning

Abstract

Prompting and in-context learning (ICL) have become efficient learning paradigms for large language models (LLMs). However, LLMs suffer from prompt brittleness and various bias factors in the prompt, including but not limited to the formatting, the choice verbalizers, and the ICL examples. To address this problem that results in unexpected performance degradation, calibration methods have been developed to mitigate the effects of these biases while recovering LLM performance. In this work, we first conduct a systematic analysis of the existing calibration methods, where we both provide a unified view and reveal the failure cases. Inspired by these analyses, we propose Batch Calibration (BC), a simple yet intuitive method that controls the contextual bias from the batched input, unifies various prior approaches, and effectively addresses the aforementioned issues. BC is zero-shot, inference-only, and incurs negligible additional costs. In the few-shot setup, we further extend BC to allow it to learn the contextual bias from labeled data. We validate the effectiveness of BC with PaLM 2-(S, M, L) and CLIP models and demonstrate state-of-the-art performance over previous calibration baselines across more than 10 natural language understanding and image classification tasks.

Keywords

Cite

@article{arxiv.2309.17249,
  title  = {Batch Calibration: Rethinking Calibration for In-Context Learning and Prompt Engineering},
  author = {Han Zhou and Xingchen Wan and Lev Proleev and Diana Mincu and Jilin Chen and Katherine Heller and Subhrajit Roy},
  journal= {arXiv preprint arXiv:2309.17249},
  year   = {2024}
}

Comments

ICLR 2024

R2 v1 2026-06-28T12:36:06.861Z