LGAIMay 25

When Correct Demonstrations Hurt: Rethinking the Role of Exemplars in In-Context Learning

arXiv:2605.2635080.1Has Code
Predicted impact top 15% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For researchers and practitioners using ICL, this work shows that robust ICL requires evaluating not just correctness but also how demonstrations influence contextual inference.

The paper reveals that correct demonstrations can hurt in-context learning (ICL) accuracy, introducing task-preserving perturbations to study this correctness-utility gap. Across sentiment classification, logical reasoning, and math word problems, perturbed demonstrations substantially degrade ICL performance, especially for smaller models, harder tasks, and higher perturbation ratios.

In-context learning (ICL) is often motivated by the intuition that demonstrations help because they provide correct input-output examples. However, we reveal a counterintuitive phenomenon: correctness does not guarantee exemplar utility, and some correct demonstrations can even reduce ICL accuracy. To study this correctness-utility gap, we introduce task-preserving perturbations, where only the exemplar input is changed, while the example remains a correct instance of the same task. Concretely, each perturbed exemplar is assigned the target induced by the task mapping. This framework covers both label-updating perturbations, where task-relevant semantics change and targets are recomputed, and stricter target-preserving perturbations, where the original target remains valid. We formalize the resulting failure mode as contextual evidence shift: task-preserving perturbations can change the effective mixture of evidence used by the model for contextual inference, thereby separating exemplar correctness from exemplar utility. Across sentiment classification, logical reasoning, and math word problems, we find that task-preserving perturbed demonstrations can substantially degrade ICL performance, especially for smaller models, harder tasks, and higher perturbation ratios. Our results show that robust ICL requires evaluating not only whether demonstrations are correct, but also how they influence contextual inference. Code is available at https://github.com/Chenghao-Qiu/Task-Preserving-ICL.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes