English

NICE: To Optimize In-Context Examples or Not?

Computation and Language 2024-06-07 v3 Artificial Intelligence Machine Learning

Abstract

Recent work shows that in-context learning and optimization of in-context examples (ICE) can significantly improve the accuracy of large language models (LLMs) on a wide range of tasks, leading to an apparent consensus that ICE optimization is crucial for better performance. However, most of these studies assume a fixed or no instruction provided in the prompt. We challenge this consensus by investigating the necessity of optimizing ICE when task-specific instructions are provided and find that there are many tasks for which it yields diminishing returns. In particular, using a diverse set of tasks and a systematically created instruction set with gradually added details, we find that as the prompt instruction becomes more detailed, the returns on ICE optimization diminish. To characterize this behavior, we introduce a task-specific metric called Normalized Invariability to Choice of Examples (NICE) that quantifies the learnability of tasks from a given instruction, and provides a heuristic to help decide whether to optimize instructions or ICE for a new task. Given a task, the proposed metric can reliably predict the utility of optimizing ICE compared to using random ICE. Our code is available at https://github.com/microsoft/nice-icl.

Keywords

Cite

@article{arxiv.2402.06733,
  title  = {NICE: To Optimize In-Context Examples or Not?},
  author = {Pragya Srivastava and Satvik Golechha and Amit Deshpande and Amit Sharma},
  journal= {arXiv preprint arXiv:2402.06733},
  year   = {2024}
}

Comments

Accepted as a full paper (9 pages) at ACL 2024 (Main)

R2 v1 2026-06-28T14:44:34.072Z