Relink: Constructing Query-Driven Evidence Graph On-the-Fly for GraphRAG
Manzong Huang, Chenyang Bu, Yi He, Xingrui Zhuo, Xindong Wu

TL;DR
Relink introduces a dynamic, query-specific evidence graph construction method for GraphRAG, improving reasoning accuracy by addressing knowledge graph incompleteness and distractor facts, leading to significant performance gains in open-domain question answering.
Contribution
It proposes a novel reason-and-construct paradigm with Relink, which dynamically builds evidence graphs tailored to each query, enhancing reasoning and accuracy over static KG-based methods.
Findings
Achieves 5.4% higher EM and 5.2% higher F1 scores on five QA benchmarks.
Effectively repairs incomplete knowledge graphs by instantiating facts from a latent relation pool.
Reduces distractor influence by jointly evaluating KG and latent relations for query relevance.
Abstract
Graph-based Retrieval-Augmented Generation (GraphRAG) mitigates hallucinations in Large Language Models (LLMs) by grounding them in structured knowledge. However, current GraphRAG methods are constrained by a prevailing \textit{build-then-reason} paradigm, which relies on a static, pre-constructed Knowledge Graph (KG). This paradigm faces two critical challenges. First, the KG's inherent incompleteness often breaks reasoning paths. Second, the graph's low signal-to-noise ratio introduces distractor facts, presenting query-relevant but misleading knowledge that disrupts the reasoning process. To address these challenges, we argue for a \textit{reason-and-construct} paradigm and propose Relink, a framework that dynamically builds a query-specific evidence graph. To tackle incompleteness, \textbf{Relink} instantiates required facts from a latent relation pool derived from the original…
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
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Multimodal Machine Learning Applications
