多粒度上下文增强的多模态知识图谱RAG

Multi-Granularity Context-Enhanced RAG over Multimodal Knowledge Graphs

精选理由

这篇论文提出了一个创新的框架,通过增强上下文信息来提高多模态知识图谱RAG的性能,对于想要了解如何提升多模态知识图谱应用效果的人来说是个好资源。

AI 摘要

多模态知识图谱(MMKG)在GraphRAG中被用作知识库,以增强其性能。然而,现有方法在融合不同模态时,文本上下文的使用有限。本文提出了一种新的框架,即上下文增强的多模态知识图谱(CEMMKG),通过在局部和全局范围内为每个图像提供互补的文本上下文来解决这个问题。实验验证了CEMMKG在利用上下文信息提高基于MMKG的RAG性能方面的有效性。

原文 · arXiv cs.AI

Multi-Granularity Context-Enhanced RAG over Multimodal Knowledge Graphs

Retrieval-augmented generation (RAG) is widely used to mitigate hallucination issues in large language models (LLMs) and multimodal large language models (MLLMs). In particular, knowledge graph (KG)-based RAG leverages structured knowledge to provide (M)LLMs with high-quality external information. Building on these works, recent studies have explored multimodal knowledge graphs (MMKGs) as knowledge bases for GraphRAG. This enables Graph RAG to integrate knowledge across multiple modalities, thereby further enhancing its performance. However, existing MMKG-based RAG methods generally follow a common pipeline in which different modalities are largely processed independently before being fusion. As a result, textual context is only used to a limited extent during visual information extraction and subsequent multimodal knowledge fusion. This brings a semantic gap between images and text which limits the multimodal GraphRAG performance. To address this issue, we propose a novel framework for constructing a Context-Enhanced MMKG (CEMMKG) to better support multimodal GraphRAG. The proposed CEMMKG enriches each image with complementary textual context at both local and global scopes. Local context goes beyond the surrounding text by incorporating sentences that are semantically related to the image, while global context provides a summary of the entire passage. We further introduce a multi-granularity design for the local context, allowing it to capture semantically relevant information at different levels of detail. Extensive experiments on the selected vision-centric dataset validate that CEMMKG is effective in leveraging contextual information to improve MMKG-based RAG performance. Moreover, its effectiveness across different MMKG-based RAG methods demonstrates its broad applicability.