AI Agents 相关度: 8/10

GraphSeek: Next-Generation Graph Analytics with LLMs

Maciej Besta, Łukasz Jarmocik, Orest Hrycyna, Shachar Klaiman, Konrad Mączka, Robert Gerstenberger, Jürgen Müller, Piotr Nyczyk, Hubert Niewiadomski, Torsten Hoefler
arXiv: 2602.11052v1 发布: 2026-02-11 更新: 2026-02-11

AI 摘要

GraphSeek利用LLM和语义目录,实现了高效、可访问的大规模图分析。

主要贡献

  • 提出基于语义目录的图分析新抽象
  • 开发了LLM增强的图分析框架GraphSeek
  • 在效率和效果上显著优于现有方法

方法论

利用语义目录将LLM的规划推理与数据库级的查询执行分离,实现高效的图分析。

原文摘要

Graphs are foundational across domains but remain hard to use without deep expertise. LLMs promise accessible natural language (NL) graph analytics, yet they fail to process industry-scale property graphs effectively and efficiently: such datasets are large, highly heterogeneous, structurally complex, and evolve dynamically. To address this, we devise a novel abstraction for complex multi-query analytics over such graphs. Its key idea is to replace brittle generation of graph queries directly from NL with planning over a Semantic Catalog that describes both the graph schema and the graph operations. Concretely, this induces a clean separation between a Semantic Plane for LLM planning and broader reasoning, and an Execution Plane for deterministic, database-grade query execution over the full dataset and tool implementations. This design yields substantial gains in both token efficiency and task effectiveness even with small-context LLMs. We use this abstraction as the basis of the first LLM-enhanced graph analytics framework called GraphSeek. GraphSeek achieves substantially higher success rates (e.g., 86% over enhanced LangChain) and points toward the next generation of affordable and accessible graph analytics that unify LLM reasoning with database-grade execution over large and complex property graphs.

标签

图分析 LLM 语义目录 数据库

arXiv 分类

cs.DB cs.AI cs.CL cs.HC cs.IR