AGRAG: Advanced Graph-based Retrieval-Augmented Generation for LLMs
Yubo Wang, Haoyang Li, Fei Teng, Lei Chen

TL;DR
AGRAG introduces an advanced graph-based retrieval-augmented generation framework that improves LLM reasoning and answer accuracy by constructing more reliable knowledge graphs and explicit reasoning paths.
Contribution
It replaces entity extraction with a statistics-based method and formulates graph reasoning as an NP-hard problem, solved via a greedy algorithm, enhancing reasoning and reducing hallucinations.
Findings
Improves reasoning accuracy over existing methods.
Reduces hallucinations by avoiding LLM error propagation.
Enables more complex graph structures for reasoning.
Abstract
Graph-based retrieval-augmented generation (Graph-based RAG) has demonstrated significant potential in enhancing Large Language Models (LLMs) with structured knowledge. However, existing methods face three critical challenges: Inaccurate Graph Construction, caused by LLM hallucination; Poor Reasoning Ability, caused by failing to generate explicit reasons telling LLM why certain chunks were selected; and Inadequate Answering, which only partially answers the query due to the inadequate LLM reasoning, making their performance lag behind NaiveRAG on certain tasks. To address these issues, we propose AGRAG, an advanced graph-based retrieval-augmented generation framework. When constructing the graph, AGRAG substitutes the widely used LLM entity extraction method with a statistics-based method, avoiding hallucination and error propagation. During retrieval, AGRAG formulates the graph…
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
TopicsTopic Modeling · Advanced Graph Neural Networks · Natural Language Processing Techniques
