Learning to Retrieve Iteratively for In-Context Learning
Yunmo Chen, Tongfei Chen, Harsh Jhamtani, Patrick Xia, Richard Shin, Jason Eisner, Benjamin Van Durme
TL;DR
The paper tackles the challenge of selecting exemplar portfolios for in-context learning by recognizing that traditional retrievers ignore interactions among exemplars and task-specific LLM behavior. It introduces IterR, a stateful iterative retriever trained with proximal policy optimization, using LLMs as environments to optimize a sequence of exemplars that maximize the LM's likelihood of generating the correct output. The approach adds a modest 4M parameters to an existing dense retriever and shows improved performance on semantic parsing benchmarks CalFlow, TreeDST, and MTOP, with robust generalization across inference LLMs. The work demonstrates that learned, interactive exemplar selection can substantially enhance ICL and suggests practical benefits for few-shot parsing with potentially reduced exemplar counts and cross-model applicability.
Abstract
We introduce iterative retrieval, a novel framework that empowers retrievers to make iterative decisions through policy optimization. Finding an optimal portfolio of retrieved items is a combinatorial optimization problem, generally considered NP-hard. This approach provides a learned approximation to such a solution, meeting specific task requirements under a given family of large language models (LLMs). We propose a training procedure based on reinforcement learning, incorporating feedback from LLMs. We instantiate an iterative retriever for composing in-context learning (ICL) exemplars and apply it to various semantic parsing tasks that demand synthesized programs as outputs. By adding only 4M additional parameters for state encoding, we convert an off-the-shelf dense retriever into a stateful iterative retriever, outperforming previous methods in selecting ICL exemplars on semantic parsing datasets such as CalFlow, TreeDST, and MTOP. Additionally, the trained iterative retriever generalizes across different inference LLMs beyond the one used during training.
