Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Graph-Anchored Knowledge Indexing for Retrieval-Augmented Generation

About

Retrieval-Augmented Generation (RAG) has emerged as a dominant paradigm for mitigating hallucinations in Large Language Models (LLMs) by incorporating external knowledge. Nevertheless, effectively integrating and interpreting key evidence scattered across noisy documents remains a critical challenge for existing RAG systems. In this paper, we propose GraphAnchor, a novel Graph-Anchored Knowledge Indexing approach that reconceptualizes graph structures from static knowledge representations into active, evolving knowledge indices. GraphAnchor incrementally updates a graph during iterative retrieval to anchor salient entities and relations, yielding a structured index that guides the LLM in evaluating knowledge sufficiency and formulating subsequent subqueries. The final answer is generated by jointly leveraging all retrieved documents and the final evolved graph. Experiments on four multi-hop question answering benchmarks demonstrate the effectiveness of GraphAnchor, and reveal that GraphAnchor modulates the LLM's attention to more effectively associate key information distributed in retrieved documents. All code and data are available at https://github.com/NEUIR/GraphAnchor.

Zhenghao Liu, Mingyan Wu, Xinze Li, Yukun Yan, Shuo Wang, Cheng Yang, Minghe Yu, Zheni Zeng, Maosong Sun• 2026

Related benchmarks

TaskDatasetResultRank
Multi-hop Question Answering2WikiMQA
F1 Score71.59
154
Multi-hop Question AnsweringHotpotQA
F169.64
79
Multi-hop Question AnsweringBamboogle
EM32.23
37
Multi-hop Question AnsweringMuSiQue
F1 Score37.68
15
Multi-hop Question AnsweringAverage (MuSiQue, HotpotQA, 2WikiMQA, Bamboogle)
F1 Score55.34
15
Showing 5 of 5 rows

Other info

Follow for update