cs.CLMay 18, 2026

Easier to Judge than to Find: Predicting In-Context Learning Success for Demonstration Selection

Authors: Haochun WangChaofen YangJiatong LiuJingbo WangZewen QiangSendong ZhaoBing QinTing Liu

Abstract

In-context learning (ICL) is highly sensitive to which demonstrations appear in the prompt, but selecting them is expensive because the space of possible demonstration contexts and combinations is enormous. We argue that demonstration selection is \emph{easier to judge than to find}: predicting whether a specific query--context pair (q,D)(q,D) will succeed is cheaper and more general than searching for an optimal DD^\star. Based on this insight, we propose DiSP, a sample-and-judge framework that stratifies queries by difficulty. DiSP runs random demonstration trials to estimate success rate of each training query, trains a lightweight router to predict difficulty from the query, and trains level-specific judges for sampled demonstrations. At inference, DiSP performs stop-on-acceptance judging under an explicit budget, emitting diagnostic risk tags when no suitable context is found. Across five classification datasets with Llama3--8B and Qwen2.5--7B, DiSP achieves the best average accuracy, improving over strong learned selection baselines by up to 3.4%, while achieving up to 23×23\times end-to-end wall-clock speedup.

Explore similar work

CardsList