FastInsight: Fast and Insightful Retrieval via Fusion Operators for Graph RAG
Seonho An, Chaejeong Hyun, Min-Soo Kim
TL;DR
FastInsight tackles latency in Graph RAG on corpus graphs by introducing a retrieval taxonomy and two fusion operators, GRanker and STeX, that interleave to exploit both topology and semantics. It formalizes two fusion operators, $\mathcal{O}_{\mathrm{gm}}$ and $\mathcal{O}_{\mathrm{vgs}}$, and demonstrates substantial improvements in $R@10$ and $nDCG@10$ across diverse corpus-graph datasets with notable efficiency gains. The results show a Pareto improvement over interleaving methods, achieving up to $42$–$58\%$ reductions in query processing time while improving $R@10$ by about $11.7\%$ on challenging benchmarks, validating the approach for real-time, insightful retrieval. Overall, FastInsight advances Graph RAG by effectively integrating topology-aware and semantics-aware signals to deliver accurate, fast generation in enterprise-scale corpus graphs.
Abstract
Existing Graph RAG methods aiming for insightful retrieval on corpus graphs typically rely on time-intensive processes that interleave Large Language Model (LLM) reasoning. To enable time-efficient insightful retrieval, we propose FastInsight. We first introduce a graph retrieval taxonomy that categorizes existing methods into three fundamental operations: vector search, graph search, and model-based search. Through this taxonomy, we identify two critical limitations in current approaches: the topology-blindness of model-based search and the semantics-blindness of graph search. FastInsight overcomes these limitations by interleaving two novel fusion operators: the Graph-based Reranker (GRanker), which functions as a graph model-based search, and Semantic-Topological eXpansion (STeX), which operates as a vector-graph search. Extensive experiments on broad retrieval and generation datasets demonstrate that FastInsight significantly improves both retrieval accuracy and generation quality compared to state-of-the-art baselines, achieving a substantial Pareto improvement in the trade-off between effectiveness and efficiency.
