Use Graph When It Needs: Efficiently and Adaptively Integrating Retrieval-Augmented Generation with Graphs
Su Dong, Qinggang Zhang, Yilin Xiao, Shengyuan Chen, Chuang Zhou, Xiao Huang

TL;DR
This paper introduces EA-GraphRAG, an adaptive framework that dynamically combines retrieval-augmented generation and graph-based methods, improving accuracy and efficiency in knowledge-intensive tasks by analyzing query complexity.
Contribution
The paper proposes a novel adaptive routing mechanism for GraphRAG that uses syntax-aware complexity analysis to select appropriate retrieval methods, addressing limitations of previous rigid approaches.
Findings
EA-GraphRAG outperforms existing methods in accuracy on benchmark datasets.
It significantly reduces latency compared to traditional GraphRAG.
The approach effectively handles both simple and complex queries in mixed scenarios.
Abstract
Large language models (LLMs) often struggle with knowledge-intensive tasks due to hallucinations and outdated parametric knowledge. While Retrieval-Augmented Generation (RAG) addresses this by integrating external corpora, its effectiveness is limited by fragmented information in unstructured domain documents. Graph-augmented RAG (GraphRAG) emerged to enhance contextual reasoning through structured knowledge graphs, yet paradoxically underperforms vanilla RAG in real-world scenarios, exhibiting significant accuracy drops and prohibitive latency despite gains on complex queries. We identify the rigid application of GraphRAG to all queries, regardless of complexity, as the root cause. To resolve this, we propose an efficient and adaptive GraphRAG framework called EA-GraphRAG that dynamically integrates RAG and GraphRAG paradigms through syntax-aware complexity analysis. Our approach…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Multimodal Machine Learning Applications
