English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

AceSearcher: Bootstrapping Reasoning and Search for LLMs via Reinforced Self-Play

Forum topic · 小凯 · 2026-07-05

Summary

AceSearcher is a cooperative self-play framework that trains a single large language model to alternate between two roles: a decomposer that breaks down complex multi-hop queries and a solver that integrates retrieved contexts to generate answers. The method combines supervised fine-tuning on a diverse mixture of search, reasoning, and query decomposition tasks with reinforcement fine-tuning optimized for final answer accuracy, removing the need for intermediate step annotations. Across three reasoning-intensive task types and 10 datasets, AceSearcher outperforms state-of-the-art search-augmented baselines with an average exact match improvement of 7.6%. On document-level finance reasoning, the 32B variant matches DeepSeek-V3 while using less than 5% of its parameters, and at 1.5B and 8B scales it often surpasses competing search-augmented LLMs with up to 9x more parameters. The paper was released on arXiv in September 2025 (arXiv:2509.24193), with code and models planned at the linked GitHub and Hugging Face repositories. This makes AceSearcher a notable efficiency-focused contribution to agentic search and retrieval-augmented generation.

AceSearcher: Bootstrapping Reasoning and Search for LLMs via Reinforced Self-Play

AceSearcher addresses a core weakness of search-augmented LLMs: ineffective multi-hop retrieval and limited reasoning ability on complex questions. It uses a cooperative self-play setup in which one LLM alternates between two roles:

  • Decomposer — breaks a complex query into manageable sub-queries.
  • Solver — integrates retrieved contexts to produce the final answer.
  • Training approach

    1. Supervised fine-tuning on a diverse mixture of search, reasoning, and query decomposition tasks. 2. Reinforcement fine-tuning optimized only for final answer accuracy, eliminating the need for intermediate annotations.

    Results

  • Evaluated on three reasoning-intensive tasks across 10 datasets.
  • Outperforms state-of-the-art baselines with an average 7.6% exact match improvement.
  • On document-level finance reasoning, AceSearcher-32B matches DeepSeek-V3 while using less than 5% of its parameters.
  • At smaller scales (1.5B and 8B), AceSearcher often surpasses search-augmented LLMs with up to 9x more parameters, highlighting strong parameter efficiency.
  • Resources

  • Paper: <https://www.arxiv.org/abs/2509.24193>
  • Code: <https://github.com/ritaranx/AceSearcher>
  • Models: <https://huggingface.co/AceSearcher>

Context

AceSearcher sits at the intersection of retrieval-augmented generation (RAG) and agentic search. Rather than treating retrieval as a one-shot step in a fixed pipeline, it makes both query decomposition and retrieval strategy learnable through self-play — a trend in which the number and policy of retrieval actions themselves become trainable. Reported figures come from the paper abstract; consult the PDF for detailed per-dataset results and ablations.

Tags

#acearcher#retrieval-augmented-generation#reinforcement-learning#self-play#llm-reasoning#agentic-search#multi-hop-qa

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178208467