arXiv:2504.12330cs.CLcs.AI2025-04被引 61

多智能体协作提升复杂跨模态检索生成能力

HM-RAG: Hierarchical Multi-Agent Multimodal Retrieval Augmented Generation

  • 分层多智能体架构分解任务、并行检索文本/图/网页数据
  • 在ScienceQA和CrisisMMD上准确率提升12.95%,零样本表现领先
  • 模块化设计支持新数据源接入,适合需要跨域知识融合的场景

尽管检索增强生成(RAG)通过外部知识增强大语言模型,但传统单智能体RAG在处理需跨异构数据协同推理的复杂查询时仍存在根本局限。本文提出HM-RAG,一种分层多智能体多模态RAG框架,首次实现结构化、非结构化与图数据间的动态知识协同合成。该框架包含三层:分解智能体通过语义感知重写与模式引导上下文增强,将复杂查询拆解为上下文连贯的子任务;多源检索智能体并行调用适配向量、图谱与网络数据库的插件模块,进行模态专属检索;决策智能体通过一致性投票整合多源答案,并利用专家模型精炼机制解决检索结果分歧。该架构结合文本、图关系与网络来源证据,显著提升理解能力,在ScienceQA与CrisisMMD基准上相较基线系统实现12.95%的答对率提升与3.56%的问答分类准确率增益。尤其在零样本设置下,于两数据集均达到当前最优表现。其模块化设计可无缝集成新数据模态,同时保障严格数据治理,标志着RAG系统在多模态推理与知识融合方面的重要进展。代码已开源。

原文摘要 · Abstract (English)

While Retrieval-Augmented Generation (RAG) augments Large Language Models (LLMs) with external knowledge, conventional single-agent RAG remains fundamentally limited in resolving complex queries demanding coordinated reasoning across heterogeneous data ecosystems. We present HM-RAG, a novel Hierarchical Multi-agent Multimodal RAG framework that pioneers collaborative intelligence for dynamic knowledge synthesis across structured, unstructured, and graph-based data. The framework is composed of three-tiered architecture with specialized agents: a Decomposition Agent that dissects complex queries into contextually coherent sub-tasks via semantic-aware query rewriting and schema-guided context augmentation; Multi-source Retrieval Agents that carry out parallel, modality-specific retrieval using plug-and-play modules designed for vector, graph, and web-based databases; and a Decision Agent that uses consistency voting to integrate multi-source answers and resolve discrepancies in retrieval results through Expert Model Refinement. This architecture attains comprehensive query understanding by combining textual, graph-relational, and web-derived evidence, resulting in a remarkable 12.95% improvement in answer accuracy and a 3.56% boost in question classification accuracy over baseline RAG systems on the ScienceQA and CrisisMMD benchmarks. Notably, HM-RAG establishes state-of-the-art results in zero-shot settings on both datasets. Its modular architecture ensures seamless integration of new data modalities while maintaining strict data governance, marking a significant advancement in addressing the critical challenges of multimodal reasoning and knowledge synthesis in RAG systems. Code is available at https://github.com/ocean-luna/HMRAG.

多智能体检索增强多模态知识融合

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