用多模态知识图谱增强大模型推理,提升跨模态理解能力
MegaRAG: Multimodal Knowledge Graph-Based Retrieval Augmented Generation
- 构建融合视觉信息的多模态知识图谱,支持跨模态结构化推理
- 在文本与多模态数据上均优于现有RAG方法,尤其在细粒度问答中表现突出
- 适合需要深度理解图文混合内容的场景,如学术书籍、技术手册分析
检索增强生成(RAG)使大语言模型能够动态访问外部信息,对回答未见过文档的问题具有强大能力。然而,由于上下文窗口有限,其在高层次概念理解和整体把握方面表现不足,难以对长篇、领域特定的内容(如完整书籍)进行深度推理。为此,知识图谱(KG)被引入以提供以实体为中心的结构和层次化摘要,增强推理支持。但现有基于知识图谱的RAG仍局限于纯文本输入,未能利用视觉等其他模态提供的互补信息。另一方面,从视觉文档中推理需要整合文本、视觉和空间线索,形成结构化的层次概念。为解决此问题,我们提出一种多模态知识图谱基的RAG,支持更好的跨模态推理。该方法将视觉线索融入知识图谱构建、检索阶段和答案生成过程。在全局和细粒度问答任务上的实验结果表明,该方法在文本和多模态语料上均持续优于现有RAG方法。
原文摘要 · Abstract (English)
Retrieval-augmented generation (RAG) enables large language models (LLMs) to dynamically access external information, which is powerful for answering questions over previously unseen documents. Nonetheless, they struggle with high-level conceptual understanding and holistic comprehension due to limited context windows, which constrain their ability to perform deep reasoning over long-form, domain-specific content such as full-length books. To solve this problem, knowledge graphs (KGs) have been leveraged to provide entity-centric structure and hierarchical summaries, offering more structured support for reasoning. However, existing KG-based RAG solutions remain restricted to text-only inputs and fail to leverage the complementary insights provided by other modalities such as vision. On the other hand, reasoning from visual documents requires textual, visual, and spatial cues into structured, hierarchical concepts. To address this issue, we introduce a multimodal knowledge graph-based RAG that enables cross-modal reasoning for better content understanding. Our method incorporates visual cues into the construction of knowledge graphs, the retrieval phase, and the answer generation process. Experimental results across both global and fine-grained question answering tasks show that our approach consistently outperforms existing RAG-based approaches on both textual and multimodal corpora.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。