MegaRAG: Multimodal Knowledge Graph-Based Retrieval Augmented Generation (2026.acl-long)
Copied to clipboard
| Challenge: | Existing RAG solutions for large language models are limited by context windows limiting their ability to process long-form, domain-specific content. |
| Approach: | They propose a multimodal knowledge graph-based RAG that enables cross-modal reasoning . their method incorporates visual cues into the construction of knowledge graphs, retrieval phase, and answer generation process . |
| Outcome: | Experimental results show that the proposed approach outperforms existing approaches on textual and multimodal benchmarks. |
Similar Papers
Scaling Beyond Context: A Survey of Multimodal Retrieval-Augmented Generation for Document Understanding (2026.acl-long)
Copied to clipboard
Sensen Gao, Shanshan Zhao, Xu Jiang, Lunhao Duan, Yong Xien Chng, Qing-Guo Chen, Weihua Luo, Kaifu Zhang, Jia-Wang Bian, Mingming Gong
| Challenge: | Document understanding is critical for applications from financial analysis to scientific discovery. |
| Approach: | They propose a taxonomy based on domain, retrieval modality, and granularity and review advances involving graph structures and agentic frameworks. |
| Outcome: | The proposed model enables holistic retrieval and reasoning across all modalities, unlocking comprehensive document intelligence. |
Retrieval-Augmented Generation with Hierarchical Knowledge (2025.findings-emnlp)
Copied to clipboard
Haoyu Huang, Yongfeng Huang, Yang Junjie, Zhenyu Pan, Yongqiang Chen, Kaili Ma, Hongzhi Chen, James Cheng
| Challenge: | Existing RAG methods do not utilize hierarchical knowledge in human cognition, which limits the capabilities of RAG systems. |
| Approach: | They propose a graph-based approach that utilizes hierarchical knowledge to enhance the semantic understanding and structure capturing capabilities of RAG systems. |
| Outcome: | The proposed approach achieves significant performance improvements over the state-of-the-art methods. |
LightRAG: Simple and Fast Retrieval-Augmented Generation (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Existing RAG systems rely on flat data representations and inadequate contextual awareness . lightRAG framework incorporates graph structures into text indexing and retrieval processes . |
| Approach: | LightRAG is a framework that integrates graph structures into text indexing and retrieval processes. |
| Outcome: | The proposed framework incorporates graph structures into text indexing and retrieval processes. |
PanoramaRAG: Enabling Consistent Global Topic Awareness in Graph-Based RAG (2026.findings-acl)
Copied to clipboard
| Challenge: | Existing graph-based methods for enhancing Large Language Models (LLMs) with external knowledge are focusing on local relationships, resulting in suboptimal performance for tasks that require global context. |
| Approach: | They propose a "panorama"-guided paradigm that integrates a light yet comprehensive "panoramic" of the corpus to guide all stages of the retrieval process. |
| Outcome: | The proposed paradigm performs well across five datasets and a variety of tasks. |
Knowledge Graph-Guided Retrieval Augmented Generation (2025.naacl-long)
Copied to clipboard
| Challenge: | Existing studies on RAG focus on semantic retrieval of isolated relevant chunks, which ignore their intrinsic relationships. |
| Approach: | They propose a framework that utilizes knowledge graphs to provide fact-level relationships between chunks, improving the diversity and coherence of the retrieved results. |
| Outcome: | Extensive experiments on the HotpotQA dataset and its variants demonstrate the advantages of KG2RAG compared to existing RAG-based approaches in terms of response quality and retrieval quality. |
KERAG: Knowledge-Enhanced Retrieval-Augmented Generation for Advanced Question Answering (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Traditional Knowledge Graph Question Answering (KGQA) methods rely on semantic parsing to retrieve knowledge strictly necessary for answer generation. |
| Approach: | They propose a retrieval-filtering-summarization pipeline that enhances QA coverage by retrieving a broader subgraph likely to contain relevant information. |
| Outcome: | The proposed pipeline surpasses state-of-the-art solutions by about 7% in quality and exceeds GPT-4o (Tool) by 10-21%. |
TagRAG: Tag-guided Hierarchical Knowledge Graph Retrieval-Augmented Generation (2026.findings-acl)
Copied to clipboard
| Challenge: | Existing approaches to retrieval-augmented generation rely on fragment-level retrieval . GraphRAG suffers from inefficiencies in information extraction and costly resource consumption . |
| Approach: | They propose a tag-guided hierarchical knowledge graph RAG framework for efficient global reasoning and scalable graph maintenance. |
| Outcome: | GraphRAG achieves an average win rate of 78.36% on a dataset spanning agriculture, computer science, law, and cross-domain settings compared with baselines . |
SKRAG: A Retrieval-Augmented Generation Framework Guided by Reasoning Skeletons over Knowledge Graphs (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Existing KG-based question answering frameworks face inefficient subgraph retrieval, limited reasoning capabilities, and high computational costs. |
| Approach: | They propose a Skeleton-guided RAG framework for knowledge graph question answering . SKRAG leverages a lightweight language model enhanced with the Finite State Machine constraint . |
| Outcome: | The proposed framework outperforms baselines and general-domain benchmarks on a KGQA dataset in the space science and utilization domain. |
Query-Driven Multimodal GraphRAG: Dynamic Local Knowledge Graph Construction for Online Reasoning (2025.findings-acl)
Copied to clipboard
| Challenge: | Existing approaches to build knowledge graphs with LLMs are constrained by static knowledge bases and ineffective multimodal data integration. |
| Approach: | They propose a Query-Driven Multimodal GraphRAG framework that dynamically constructs local knowledge graphs tailored to query semantics. |
| Outcome: | The proposed framework outperforms unsupervised competitors in cross-modal understanding of complex queries. |
MS-RAG: Simple and Effective Multi-Semantic Retrieval-Augmented Generation (2025.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods for large language models suffer from poor indexing and inference speed . graph-based RAGs heavily rely on LLM for retrieval thus inference slow . |
| Approach: | They propose retrieval-augmented generation (RAG) which integrates knowledge with dense vectors to build a multi-semantic RAG. |
| Outcome: | The proposed method achieves state-of-the-art performance with faster inference speed compared to existing methods . |