English

Finding Support Examples for In-Context Learning

Computation and Language 2023-10-10 v3

Abstract

Additionally, the strong dependency among in-context examples makes it an NP-hard combinatorial optimization problem and enumerating all permutations is infeasible. Hence we propose LENS, a fiLter-thEN-Search method to tackle this challenge in two stages: First we filter the dataset to obtain informative in-context examples individually. Specifically, we propose a novel metric, InfoScore, to evaluate the example's in-context informativeness based on the language model's feedback, and further propose a progressive filtering process to filter out uninformative examples. Then we propose diversity-guided example search which iteratively refines and evaluates the selected example permutations, to find examples that fully depict the task. The experimental results show that LENS significantly outperforms a wide range of baselines.

Keywords

Cite

@article{arxiv.2302.13539,
  title  = {Finding Support Examples for In-Context Learning},
  author = {Xiaonan Li and Xipeng Qiu},
  journal= {arXiv preprint arXiv:2302.13539},
  year   = {2023}
}

Comments

Accepted to the Findings of EMNLP 2023

R2 v1 2026-06-28T08:50:11.387Z