GraphRunner通过三阶段框架提升图结构检索的准确率与效率。
GraphRunner: A Multi-Stage Framework for Efficient and Accurate Graph-Based Retrieval
- 分规划、验证、执行三阶段,支持多跳一步探索
- 相比最强基线性能提升10%-50%,推理成本降低3.0-12.9倍
- 适合需要高可靠图检索的应用,如知识图谱问答
传统检索增强生成(RAG)在文本应用中常见,但在知识图谱等结构化互联数据上表现不佳,因难以理解深层关系。现有图检索方法依赖大语言模型(LLM)进行迭代规则遍历,每步结合推理与单跳遍历,易受推理错误和幻觉影响。为此,我们提出GraphRunner,一种三阶段图检索框架:规划、验证与执行。该框架引入高层遍历动作,实现单步多跳探索;生成全局遍历计划,并在执行前基于图结构和预定义动作验证,减少推理错误并检测幻觉。在GRBench数据集上的评估显示,GraphRunner持续优于现有方法,性能提升10%-50%,推理成本降低3.0-12.9倍,响应时间缩短2.5-7.1倍,显著提升图检索任务的鲁棒性与效率。
原文摘要 · Abstract (English)
Conventional Retrieval Augmented Generation (RAG) approaches are common in text-based applications. However, they struggle with structured, interconnected datasets like knowledge graphs, where understanding underlying relationships is crucial for accurate retrieval. A common direction in graph-based retrieval employs iterative, rule-based traversal guided by Large Language Models (LLMs). Such existing iterative methods typically combine reasoning with single hop traversal at each step, making them vulnerable to LLM reasoning errors and hallucinations that ultimately hinder the retrieval of relevant information. To address these limitations, we propose GraphRunner, a novel graph-based retrieval framework that operates in three distinct stages: planning, verification, and execution. This introduces high-level traversal actions that enable multi-hop exploration in a single step. It also generates a holistic traversal plan, which is verified against the graph structure and pre-defined traversal actions, reducing reasoning errors and detecting hallucinations before execution. GraphRunner significantly reduces LLM reasoning errors and detects hallucinations through validation. Our evaluation using the GRBench dataset shows that GraphRunner consistently outperforms existing approaches, achieving 10-50% performance improvements over the strongest baseline while reducing inference cost by 3.0-12.9x and response generation time by 2.5-7.1x, making it significantly more robust and efficient for graph-based retrieval tasks.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。