Learning to Select In-Context Demonstration Preferred by Large Language Model
By: Zheng Zhang , Shaocheng Lan , Lei Song and more
Potential Business Impact:
Helps AI learn better by picking good examples.
In-context learning (ICL) enables large language models (LLMs) to adapt to new tasks during inference using only a few demonstrations. However, ICL performance is highly dependent on the selection of these demonstrations. Recent work explores retrieval-based methods for selecting query-specific demonstrations, but these approaches often rely on surrogate objectives such as metric learning, failing to directly optimize ICL performance. Consequently, they struggle to identify truly beneficial demonstrations. Moreover, their discriminative retrieval paradigm is ineffective when the candidate pool lacks sufficient high-quality demonstrations. To address these challenges, we propose GenICL, a novel generative preference learning framework that leverages LLM feedback to directly optimize demonstration selection for ICL. Experiments on 19 datasets across 11 task categories demonstrate that GenICL achieves superior performance than existing methods in selecting the most effective demonstrations, leading to better ICL performance.
Similar Papers
Leveraging In-Context Learning for Language Model Agents
Computation and Language
Helps AI agents learn by watching examples.
Selecting Demonstrations for Many-Shot In-Context Learning via Gradient Matching
Computation and Language
Teaches AI better by picking good examples.
Towards Compute-Optimal Many-Shot In-Context Learning
Computation and Language
Makes AI learn better with fewer examples.