分层推理框架让搜索任务规划与执行分离,提升复杂信息检索效率。
HiRA: A Hierarchical Reasoning Framework for Decoupled Planning and Execution in Deep Search
- 将规划与执行拆分为不同专业代理,各司其职
- 在4个跨模态基准上优于当前最先进系统
- 适合需要多步推理的复杂搜索任务
现实世界中的复杂信息需求要求在多种来源间进行深度推理与知识融合,传统检索增强生成(RAG)流程难以有效应对。现有基于推理的方法存在根本缺陷:单一模型同时承担高层规划与细节执行,导致推理效率低且可扩展性差。本文提出HiRA,一种分层推理框架,将战略规划与专用执行解耦。该方法将复杂搜索任务分解为聚焦的子任务,由具备外部工具和推理能力的领域专用代理处理,并通过结构化整合机制协调结果。此分离机制避免执行细节干扰高层规划,同时使系统能利用专业化能力处理不同类型信息。在四个复杂跨模态深度搜索基准上的实验表明,HiRA显著优于当前最先进的RAG及基于代理的系统,结果显示答案质量与系统效率均大幅提升,验证了解耦规划与执行在多步信息查询任务中的有效性。代码已开源:https://github.com/ignorejjj/HiRA。
原文摘要 · Abstract (English)
Complex information needs in real-world search scenarios demand deep reasoning and knowledge synthesis across diverse sources, which traditional retrieval-augmented generation (RAG) pipelines struggle to address effectively. Current reasoning-based approaches suffer from a fundamental limitation: they use a single model to handle both high-level planning and detailed execution, leading to inefficient reasoning and limited scalability. In this paper, we introduce HiRA, a hierarchical framework that separates strategic planning from specialized execution. Our approach decomposes complex search tasks into focused subtasks, assigns each subtask to domain-specific agents equipped with external tools and reasoning capabilities, and coordinates the results through a structured integration mechanism. This separation prevents execution details from disrupting high-level reasoning while enabling the system to leverage specialized expertise for different types of information processing. Experiments on four complex, cross-modal deep search benchmarks demonstrate that HiRA significantly outperforms state-of-the-art RAG and agent-based systems. Our results show improvements in both answer quality and system efficiency, highlighting the effectiveness of decoupled planning and execution for multi-step information seeking tasks. Our code is available at https://github.com/ignorejjj/HiRA.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。