Pith

open record

sign in

arxiv: 2502.00330 · v1 · pith:UTKAP5C2 · submitted 2025-02-01 · cs.LG · cs.AI· stat.ML

From Few to Many: Self-Improving Many-Shot Reasoners Through Iterative Optimization and Generation

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 reserved pith:UTKAP5C2record.jsonopen to challenge →

classification cs.LG cs.AIstat.ML
keywords examplesmany-shotinfluentialreasoningbenefitsbridgegenerategeneration
0
0 comments X
read the original 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.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. MILES: Modular Instruction Memory with Learnable Selection for Self-Improving LLM Reasoning

    cs.CL 2026-07 unverdicted novelty 5.0

    MILES dynamically expands step-wise memory with learnable selection heads that rerank candidates and guide reasoning, improving LLM test-time performance under limited supervision.

  2. A Survey of Scaling in Large Language Model Reasoning

    cs.AI 2025-04 unverdicted novelty 3.0

    A survey categorizing scaling in LLM reasoning across input size, steps, rounds, training, and future directions, noting that scaling can negatively affect performance.