Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Simple Is Effective: The Roles of Graphs and Large Language Models in Knowledge-Graph-Based Retrieval-Augmented Generation

About

Large Language Models (LLMs) demonstrate strong reasoning abilities but face limitations such as hallucinations and outdated knowledge. Knowledge Graph (KG)-based Retrieval-Augmented Generation (RAG) addresses these issues by grounding LLM outputs in structured external knowledge from KGs. However, current KG-based RAG frameworks still struggle to optimize the trade-off between retrieval effectiveness and efficiency in identifying a suitable amount of relevant graph information for the LLM to digest. We introduce SubgraphRAG, extending the KG-based RAG framework that retrieves subgraphs and leverages LLMs for reasoning and answer prediction. Our approach innovatively integrates a lightweight multilayer perceptron with a parallel triple-scoring mechanism for efficient and flexible subgraph retrieval while encoding directional structural distances to enhance retrieval effectiveness. The size of retrieved subgraphs can be flexibly adjusted to match the query's need and the downstream LLM's capabilities. This design strikes a balance between model complexity and reasoning power, enabling scalable and generalizable retrieval processes. Notably, based on our retrieved subgraphs, smaller LLMs like Llama3.1-8B-Instruct deliver competitive results with explainable reasoning, while larger models like GPT-4o achieve state-of-the-art accuracy compared with previous baselines -- all without fine-tuning. Extensive evaluations on the WebQSP and CWQ benchmarks highlight SubgraphRAG's strengths in efficiency, accuracy, and reliability by reducing hallucinations and improving response grounding.

Mufei Li, Siqi Miao, Pan Li• 2024

Related benchmarks

TaskDatasetResultRank
Multi-hop Question Answering2WikiMultihopQA
EM71
387
Multi-hop Question AnsweringHotpotQA
F1 Score57
294
Knowledge Graph Question AnsweringCWQ
Hit@166.69
166
Multi-hop Question Answering2Wiki
Exact Match62.7
152
Knowledge Graph Question AnsweringWebQSP
Hit@190.1
143
Knowledge Graph Question AnsweringCWQ (test)
Hits@161.5
100
Knowledge Graph Question AnsweringWEBQSP (test)
Hit89.6
61
Knowledge Base Question AnsweringWebQSP Freebase (test)
Hits@186.6
60
Multi-hop Question AnsweringMuSiQue
F135.7
38
Multi-hop QA RetrievalMuSiQue
R@240.6
36
Showing 10 of 28 rows

Other info

Follow for update