← 返回论文检索
ACL 2026aclfindings

UCS: Estimating Unseen Coverage for Improved In-Context Learning

Jiayi Xin, Xiang Li, Evan Qiang, Weiqing He, Tianqi Shang, Weijie J Su, Qi Long

University of Pennsylvania · Perelman School of Medicine, University of Pennsylvania · University of Pennsylvania, University of Pennsylvania

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。DOI 10.18653/v1/2026.findings-acl.533 ↗

摘要

In-context learning (ICL) performance depends critically on which demonstrations are placed in the prompt, yet most existing selectors prioritize heuristic notions of relevance or diversity and provide limited insight into the \textbf{coverage} of a demonstration set. We propose \textbf{Unseen Coverage Selection (UCS)}, a training-free, subset-level coverage prior motivated by the principle that a good demonstration set should \textbf{expose the model to latent cluster unrevealed by the currently selected subset}. UCS operationalizes this idea by \textbf{(1)} inducing discrete latent \textbf{clusters} from model-consistent embeddings and \textbf{(2)} estimating the number of unrevealed clusters within a candidate subset via a Smoothed Good-Turing estimator from its empirical frequency spectrum. Unlike previous selection methods, UCS is coverage-based and training-free, and can be seamlessly combined with both query-dependent and query-independent selection baselines via a simple regularized objective. Experiments on multiple intent-classification and reasoning benchmarks with frontier Large Language Models show that augmenting strong baselines with UCS consistently improves ICL accuracy by up to \textbf{2-6}% under the same selection budget, while also yielding insights into task- and model-level latent cluster distributions. Code is available at https://github.com/Raina-Xin/UCS.