FastInsight: Fast and Insightful Retrieval via Fusion Operators for Graph RAG
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Retrieval-Augmented Generation | BSARD-G | Win Rate85.6 | 18 | |
| Retrieval-Augmented Generation | UltraDomain agriculture | Win Rate95 | 18 | |
| Retrieval-Augmented Generation | UltraDomain mix | Win Rate76.2 | 18 | |
| Retrieval-Augmented Generation | Average | Win Rate65 | 18 | |
| Retrieval-Augmented Generation | ACL-OCL | Win Rate58.2 | 16 | |
| Retrieval | LACD | R@1050.3 | 10 | |
| Retrieval | BSARD-G | R@101.37 | 10 | |
| Retrieval | SciFact-G | R@1035.1 | 10 | |
| Retrieval | NFCorpus-G | R@1037.6 | 10 | |
| Retrieval | Overall (Average) | Recall@1036.6 | 10 |