55
0

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

Main:9 Pages
4 Figures
Bibliography:3 Pages
27 Tables
Appendix:13 Pages
Abstract

Retrieval-Augmented Generation (RAG) improves factual accuracy by grounding responses in external knowledge. However, existing methods typically rely on a single source, either unstructured text or structured knowledge. Moreover, they lack cognitively inspired mechanisms for activating relevant knowledge. To address these issues, we propose KG-Infused RAG, a framework that integrates KGs into RAG systems to implement spreading activation, a cognitive process that enables concept association and inference. KG-Infused RAG retrieves KG facts, expands the query accordingly, and enhances generation by combining corpus passages with structured facts, enabling interpretable, multi-source retrieval grounded in semantic structure. We further improve KG-Infused RAG via preference learning on sampled key stages in the pipeline. Experiments on five QA benchmarks show that KG-Infused RAG consistently outperforms vanilla RAG (by 3.8% to 13.8%). Additionally, when integrated into Self-RAG, KG-Infused RAG brings further performance gains, demonstrating its effectiveness and versatility as a plug-and-play enhancement module for corpus-based RAG methods.

View on arXiv
@article{wu2025_2506.09542,
  title={ KG-Infused RAG: Augmenting Corpus-Based RAG with External Knowledge Graphs },
  author={ Dingjun Wu and Yukun Yan and Zhenghao Liu and Zhiyuan Liu and Maosong Sun },
  journal={arXiv preprint arXiv:2506.09542},
  year={ 2025 }
}
Comments on this paper