Enhancing In-Context Learning via Linear Probe Calibration

Abstract

In-context learning (ICL) is a new paradigm for natural language processing that utilizes Generative Pre-trained Transformer (GPT)-like models. This approach uses prompts that include in-context demonstrations to generate the corresponding output for a new query input. However, applying ICL in real cases does not scale with the number of samples, and lacks robustness to different prompt templates and demonstration permutations. In this paper, we first show that GPT-like models using ICL result in unreliable predictions based on a new metric based on Shannon entropy. Then, to solve this problem, we propose a new technique called the Linear Probe Calibration (LinC), a method that calibrates the model’s output probabilities, resulting in reliable predictions and improved performance, while requiring only minimal additional samples (as few as five labeled data samples). LinC significantly enhances the ICL test performance of GPT models on various benchmark datasets, with an average improvement of up to 21%, and up to a 50% improvement in some cases, and significantly boosts the performance of PEFT methods, especially in the low resource regime. Moreover, LinC achieves lower expected calibration error, and is highly robust to varying label proportions, prompt templates, and demonstration permutations.

Cite

Text

Abbas et al. "Enhancing In-Context Learning via Linear Probe Calibration." Artificial Intelligence and Statistics, 2024.

Markdown

[Abbas et al. "Enhancing In-Context Learning via Linear Probe Calibration." Artificial Intelligence and Statistics, 2024.](https://mlanthology.org/aistats/2024/abbas2024aistats-enhancing/)

BibTeX

@inproceedings{abbas2024aistats-enhancing,
  title     = {{Enhancing In-Context Learning via Linear Probe Calibration}},
  author    = {Abbas, Momin and Zhou, Yi and Ram, Parikshit and Baracaldo, Nathalie and Samulowitz, Horst and Salonidis, Theodoros and Chen, Tianyi},
  booktitle = {Artificial Intelligence and Statistics},
  year      = {2024},
  pages     = {307-315},
  volume    = {238},
  url       = {https://mlanthology.org/aistats/2024/abbas2024aistats-enhancing/}
}