CLAILGSep 29, 2023

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

Cambridge
arXiv:2309.17249v393 citationsh-index: 18
Originality Incremental advance
AI Analysis

This addresses performance degradation in LLMs due to prompt biases, offering a zero-shot, low-cost solution for researchers and practitioners, though it is incremental as it builds on prior calibration methods.

The paper tackles the problem of prompt brittleness and biases in large language models during in-context learning, proposing Batch Calibration (BC) to mitigate these issues and demonstrating state-of-the-art performance across over 10 tasks with PaLM 2 and CLIP models.

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.

Foundations

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

Your Notes