English

Improving Few-Shot Performance of Language Models via Nearest Neighbor Calibration

Computation and Language 2022-12-06 v1

Abstract

Pre-trained language models (PLMs) have exhibited remarkable few-shot learning capabilities when provided a few examples in a natural language prompt as demonstrations of test instances, i.e., in-context learning. However, the performance of in-context learning is susceptible to the choice of prompt format, training examples and the ordering of the training examples. In this paper, we propose a novel nearest-neighbor calibration framework for in-context learning to ease this issue. It is inspired by a phenomenon that the in-context learning paradigm produces incorrect labels when inferring training instances, which provides a useful supervised signal to calibrate predictions. Thus, our method directly augments the predictions with a kk-nearest-neighbor (kkNN) classifier over a datastore of cached few-shot instance representations obtained by PLMs and their corresponding labels. Then adaptive neighbor selection and feature regularization modules are introduced to make full use of a few support instances to reduce the kkNN retrieval noise. Experiments on various few-shot text classification tasks demonstrate that our method significantly improves in-context learning, while even achieving comparable performance with state-of-the-art tuning-based approaches in some sentiment analysis tasks.

Keywords

Cite

@article{arxiv.2212.02216,
  title  = {Improving Few-Shot Performance of Language Models via Nearest Neighbor Calibration},
  author = {Feng Nie and Meixi Chen and Zhirui Zhang and Xu Cheng},
  journal= {arXiv preprint arXiv:2212.02216},
  year   = {2022}
}

Comments

Work in progress