From Few to Many: Self-Improving Many-Shot Reasoners Through Iterative Optimization and Generation
Xingchen Wan, Han Zhou, Ruoxi Sun, Hootan Nakhost, Ke Jiang, Sercan Ö. Arık
TL;DR
The paper investigates why scaling in-context demonstrations helps, proposing that a small set of influential examples largely drives gains and that these can be amplified by regenerating reasoning paths. It introduces BRIDGE, a two-stage, iterative algorithm that uses Bayesian optimization to select an optimal demonstration subset (optimize) and then regenerates new examples from that subset to expand the reasoning paths (generate). Across multiple long-context LLMs and diverse tasks, BRIDGE yields consistent improvements over reinforced ICL and outperforms baselines, with findings that the optimal number of demonstrations varies by task and that regeneration can push performance beyond naive scaling. The work offers a practical, model-agnostic approach to bridge few- and many-shot ICL, with potential for transferability and cost-efficiency in real-world applications.
Abstract
Recent advances in long-context large language models (LLMs) have led to the emerging paradigm of many-shot in-context learning (ICL), where it is observed that scaling many more demonstrating examples beyond the conventional few-shot setup in the context can lead to performance benefits. However, despite its promise, it is unclear what aspects dominate the benefits and whether simply scaling to more examples is the most effective way of improving many-shot ICL. In this work, we first provide an analysis of the factors driving many-shot ICL, and we find that 1) many-shot performance can still be attributed to often a few disproportionately influential examples and 2) identifying such influential examples ("optimize") and using them as demonstrations to regenerate new examples ("generate") can lead to further improvements. Inspired by the findings, we propose BRIDGE, an algorithm that alternates between the optimize step with Bayesian optimization to discover the influential sets of examples and the generate step to reuse this set to expand the reasoning paths of the examples back to the many-shot regime automatically. On Gemini, Claude, and Mistral LLMs of different sizes, we show that BRIDGE to significant improvements across a diverse set of tasks, including symbolic reasoning, numerical reasoning, and code generation.
