LGIROct 16, 2025

Multimodal RAG for Unstructured Data:Leveraging Modality-Aware Knowledge Graphs with Hybrid Retrieval

arXiv:2510.14592v12 citationsh-index: 6
Originality Highly original
AI Analysis

This work addresses the challenge of effective multimodal question answering for users dealing with unstructured documents combining text, images, tables, equations, and graphs, representing a novel method for a known bottleneck rather than an incremental improvement.

The paper tackled the problem of Retrieval-Augmented Generation (RAG) systems being limited to unimodal textual data by developing a modality-aware hybrid retrieval architecture for unstructured multimodal documents, achieving a ROUGE-L score of 0.486 and outperforming baselines on benchmark datasets.

Current Retrieval-Augmented Generation (RAG) systems primarily operate on unimodal textual data, limiting their effectiveness on unstructured multimodal documents. Such documents often combine text, images, tables, equations, and graphs, each contributing unique information. In this work, we present a Modality-Aware Hybrid retrieval Architecture (MAHA), designed specifically for multimodal question answering with reasoning through a modality-aware knowledge graph. MAHA integrates dense vector retrieval with structured graph traversal, where the knowledge graph encodes cross-modal semantics and relationships. This design enables both semantically rich and context-aware retrieval across diverse modalities. Evaluations on multiple benchmark datasets demonstrate that MAHA substantially outperforms baseline methods, achieving a ROUGE-L score of 0.486, providing complete modality coverage. These results highlight MAHA's ability to combine embeddings with explicit document structure, enabling effective multimodal retrieval. Our work establishes a scalable and interpretable retrieval framework that advances RAG systems by enabling modality-aware reasoning over unstructured multimodal data.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes