CLJun 11, 2025

KG-Infused RAG: Augmenting Corpus-Based RAG with External Knowledge Graphs

arXiv:2506.09542v26 citationsh-index: 10
Originality Highly original
AI Analysis

This work solves the problem of enhancing factual accuracy and interpretability in RAG systems for AI applications, though it is incremental as it builds on existing RAG methods with a novel integration approach.

The paper tackles the problem of improving Retrieval-Augmented Generation (RAG) by addressing the neglect of structural knowledge in text-based methods and the high cost of ad-hoc knowledge graphs, resulting in performance gains of 3.9% to 17.8% over vanilla RAG on QA benchmarks.

Retrieval-Augmented Generation (RAG) improves factual accuracy by grounding responses in external knowledge. However, existing RAG methods either rely solely on text corpora and neglect structural knowledge, or build ad-hoc knowledge graphs (KGs) at high cost and low reliability. To address these issues, we propose KG-Infused RAG, a framework that incorporates pre-existing large-scale KGs into RAG and applies spreading activation to enhance both retrieval and generation. KG-Infused RAG directly performs spreading activation over external KGs to retrieve relevant structured knowledge, which is then used to expand queries and integrated with corpus passages, enabling interpretable and semantically grounded multi-source retrieval. We further improve KG-Infused RAG through preference learning on sampled key stages of the pipeline. Experiments on five QA benchmarks show that KG-Infused RAG consistently outperforms vanilla RAG (by 3.9% to 17.8%). Compared with KG-based approaches such as GraphRAG and LightRAG, our method obtains structured knowledge at lower cost while achieving superior performance. Additionally, integrating KG-Infused RAG with Self-RAG and DeepNote yields further gains, demonstrating its effectiveness and versatility as a plug-and-play enhancement module for corpus-based RAG methods.

Foundations

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

Your Notes