A Pilot Empirical Study on When and How to Use Knowledge Graphs as Retrieval Augmented Generation

📅 2025-02-28
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
The KG-RAG field suffers from a lack of systematic understanding and reproducible benchmarking. Method: We conduct a comprehensive evaluation across six KG-RAG methods, seven datasets, and seventeen large language models (LLMs), establishing the first applicability criterion system for KG-RAG. Through knowledge graph (KG) embedding optimization, RAG pipeline reconstruction, and multidimensional ablation studies, we propose a “need-based activation” paradigm—replacing default KG integration with selective, task-aware utilization. Contribution/Results: Our analysis reveals a strong coupling between KG components and specific task scenarios, identifying three high-benefit settings: fact-intensive question answering, multi-hop reasoning, and low-resource domains. Empirical results demonstrate that optimal configuration reduces hallucination rates by 32% and improves answer accuracy by up to 27%, providing principled guidance for effective KG-RAG deployment.

Technology Category

Application Category

📝 Abstract
The integration of Knowledge Graphs (KGs) into the Retrieval Augmented Generation (RAG) framework has attracted significant interest, with early studies showing promise in mitigating hallucinations and improving model accuracy. However, a systematic understanding and comparative analysis of the rapidly emerging KG-RAG methods are still lacking. This paper seeks to lay the foundation for systematically answering the question of when and how to use KG-RAG by analyzing their performance in various application scenarios associated with different technical configurations. After outlining the mind map using KG-RAG framework and summarizing its popular pipeline, we conduct a pilot empirical study of KG-RAG works to reimplement and evaluate 6 KG-RAG methods across 7 datasets in diverse scenarios, analyzing the impact of 9 KG-RAG configurations in combination with 17 LLMs. Our results underscore the critical role of appropriate application conditions and optimal configurations of KG-RAG components.
Problem

Research questions and friction points this paper is trying to address.

Systematic understanding of KG-RAG methods
Optimal configurations for KG-RAG components
Performance analysis in diverse application scenarios
Innovation

Methods, ideas, or system contributions that make the work stand out.

Integrates Knowledge Graphs into RAG framework
Evaluates 6 KG-RAG methods across 7 datasets
Analyzes 9 KG-RAG configurations with 17 LLMs
🔎 Similar Papers
No similar papers found.