CLMay 23, 2025

ManuSearch: Democratizing Deep Search in Large Language Models with a Transparent and Open Multi-Agent Framework

arXiv:2505.18105v114 citationsh-index: 15Has CodeEMNLP
Originality Highly original
AI Analysis

This work addresses the need for democratized and reproducible deep search in AI, making it accessible for researchers and developers, though it is incremental in improving transparency and modularity.

The paper tackles the problem of proprietary and opaque deep search systems in large language models by proposing ManuSearch, a transparent multi-agent framework that decomposes search and reasoning into collaborative agents, and it introduces the ORION benchmark for evaluation, showing that ManuSearch outperforms prior open-source baselines and surpasses leading closed-source systems.

Recent advances in web-augmented large language models (LLMs) have exhibited strong performance in complex reasoning tasks, yet these capabilities are mostly locked in proprietary systems with opaque architectures. In this work, we propose \textbf{ManuSearch}, a transparent and modular multi-agent framework designed to democratize deep search for LLMs. ManuSearch decomposes the search and reasoning process into three collaborative agents: (1) a solution planning agent that iteratively formulates sub-queries, (2) an Internet search agent that retrieves relevant documents via real-time web search, and (3) a structured webpage reading agent that extracts key evidence from raw web content. To rigorously evaluate deep reasoning abilities, we introduce \textbf{ORION}, a challenging benchmark focused on open-web reasoning over long-tail entities, covering both English and Chinese. Experimental results show that ManuSearch substantially outperforms prior open-source baselines and even surpasses leading closed-source systems. Our work paves the way for reproducible, extensible research in open deep search systems. We release the data and code in https://github.com/RUCAIBox/ManuSearch

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes