GABench: A Comprehensive Benchmark for Evaluating LLM Agents on Graph Analysis Tasks

๐Ÿ“… 2026-08-03
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
Existing graph analysis benchmarks are limited in scope and predominantly rely on textual question answering, making them inadequate for comprehensively evaluating the end-to-end capabilities of large language model (LLM) agents. This work proposes the first comprehensive agent evaluation benchmark specifically designed for graph analysis, encompassing three graph types and four task categories, along with 84 executable tools and 10,400 samples featuring verifiable answers. The study introduces an innovative tool-call-based graph task generation pipeline and a multidimensional evaluation framework. Experimental results reveal that current LLM agents underperform on complex graph tasks, that the choice of execution harness significantly impacts performance, and that the quality of tool calls is more critical than their quantityโ€”offering crucial insights for future agent design.
๐Ÿ“ Abstract
Large language model (LLM) agents are increasingly capable of planning, using tools, and interacting with external environments. They are typically supported by harnesses, which manage state and coordinate multi-step execution. Graph analysis provides a promising setting for evaluating their agentic capabilities, because it requires agents to access data and execute operations in a graph environment. However, existing graph benchmarks for LLMs provide limited coverage of graph tasks and graph types, making it difficult to comprehensively evaluate LLM agents. Moreover, they typically formulate graph analysis as text-based question answering, where graph information is directly provided in the prompt, limiting the evaluation of end-to-end agentic capabilities. To address these limitations, we introduce GABench, a comprehensive benchmark for agentic graph analysis. GABench spans three graph types and covers four graph analysis task categories: graph retrieval, graph theory, graph machine learning, and graph open-ended question answering. GABench also provides 84 executable tools for accessing graph data and performing diverse graph operations. Building on these tools, we develop an agentic graph analysis task generation pipeline and construct 10,400 tasks with verifiable ground truth.Using GABench, we evaluate a range of frontier LLMs and agent harnesses. Our experiments reveal three key findings: (1) Existing LLM agents still struggle with complex graph analysis tasks. (2) Harness choice significantly affects performance, yet existing harnesses remain limited on complex graph tasks. (3) Graph analysis depends more on tool-call quality than quantity. Our findings provide practical insights into the development and evaluation of LLM agents for graph analysis.
Problem

Research questions and friction points this paper is trying to address.

graph analysis
LLM agents
benchmark
agentic capabilities
tool usage
Innovation

Methods, ideas, or system contributions that make the work stand out.

graph analysis
LLM agents
benchmark
tool-augmented reasoning
agentic evaluation