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

ReMindRAG: Low-Cost LLM-Guided Knowledge Graph Traversal for Efficient RAG

About

Knowledge graphs (KGs), with their structured representation capabilities, offer promising avenue for enhancing Retrieval Augmented Generation (RAG) systems, leading to the development of KG-RAG systems. Nevertheless, existing methods often struggle to achieve effective synergy between system effectiveness and cost efficiency, leading to neither unsatisfying performance nor excessive LLM prompt tokens and inference time. To this end, this paper proposes REMINDRAG, which employs an LLM-guided graph traversal featuring node exploration, node exploitation, and, most notably, memory replay, to improve both system effectiveness and cost efficiency. Specifically, REMINDRAG memorizes traversal experience within KG edge embeddings, mirroring the way LLMs "memorize" world knowledge within their parameters, but in a train-free manner. We theoretically and experimentally confirm the effectiveness of REMINDRAG, demonstrating its superiority over existing baselines across various benchmark datasets and LLM backbones. Our code is available at https://github.com/kilgrims/ReMindRAG.

Yikuan Hu, Jifeng Zhu, Lanrui Tang, Chen Huang• 2025

Related benchmarks

TaskDatasetResultRank
Question Answering2Wiki--
152
Question AnsweringMuSiQue
LLM Accuracy35.3
34
Question AnsweringHotpotQA
GPT Accuracy74.2
14
Question Answeringmedical
GPT Accuracy64.25
14
Question AnsweringTimeQA
GPT Accuracy43.89
14
Retrieval-Augmented Generation2Wiki Same Query
GPT Accuracy65.9
9
Retrieval-Augmented Generation2Wiki Similar Query
GPT Accuracy65.3
9
Retrieval-Augmented Generation2Wiki Different Query
GPT Accuracy63.5
9
Indexing2Wiki
Tokens (M)4.28
7
Showing 9 of 9 rows

Other info

Follow for update