arXiv:2601.04703cs.AI2026-01被引 12

拆分搜索与知识管理,让大模型更高效地找信息

Beyond Monolithic Architectures: A Multi-Agent Search and Knowledge Optimization Framework for Agentic Search

  • 将搜索和知识管理分为两个专用智能体,分工明确
  • 在多跳问答任务中准确率更高,训练过程更稳定
  • 适合需要长期记忆和复杂推理的智能搜索系统

智能搜索通过让大语言模型(LLMs)结合推理与工具使用,为复杂信息查询提供了新范式。然而现有系统依赖单体智能体,存在推理输出无约束导致路径过长、结果级奖励稀疏难分配、搜索噪声随机影响学习等问题。为此,我们提出M-ASK(多智能体搜索与知识优化框架),将智能搜索显式分解为两类角色:搜索行为智能体负责规划与执行搜索动作,知识管理智能体则负责聚合、过滤并维护紧凑的内部上下文。这种解耦使每个智能体专注特定子任务,减少搜索与上下文构建之间的干扰。此外,M-ASK采用逐轮奖励机制,为搜索决策和知识更新提供细粒度监督,实现稳定协作。在多跳问答基准测试中,M-ASK显著优于强基线,不仅取得更高答案准确率,还展现出更稳定的训练动态。

原文摘要 · Abstract (English)

Agentic search has emerged as a promising paradigm for complex information seeking by enabling Large Language Models (LLMs) to interleave reasoning with tool use. However, prevailing systems rely on monolithic agents that suffer from structural bottlenecks, including unconstrained reasoning outputs that inflate trajectories, sparse outcome-level rewards that complicate credit assignment, and stochastic search noise that destabilizes learning. To address these challenges, we propose \textbf{M-ASK} (Multi-Agent Search and Knowledge), a framework that explicitly decouples agentic search into two complementary roles: Search Behavior Agents, which plan and execute search actions, and Knowledge Management Agents, which aggregate, filter, and maintain a compact internal context. This decomposition allows each agent to focus on a well-defined subtask and reduces interference between search and context construction. Furthermore, to enable stable coordination, M-ASK employs turn-level rewards to provide granular supervision for both search decisions and knowledge updates. Experiments on multi-hop QA benchmarks demonstrate that M-ASK outperforms strong baselines, achieving not only superior answer accuracy but also significantly more stable training dynamics.\footnote{The source code for M-ASK is available at https://github.com/chenyiqun/M-ASK.}

智能搜索多智能体知识管理大模型

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。