Agentic Graph Token Reasoning

📅 2026-08-01
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the limitations of existing graph analysis methods, which rely on static, one-time graph token encodings and fail to leverage the step-by-step reasoning capabilities of large language models. The authors propose a graph-native agent paradigm that dynamically integrates graph token generation into the reasoning process, enabling the model to adaptively select and encode multi-granularity graph views at each step, thereby performing trajectory-dependent reasoning in graph token space. Through a three-stage training strategy—self-supervised graph token reading, trajectory robustness regularization, and preference optimization for image-text evidence consistency—the method significantly outperforms current baselines across seven graph tasks and supports zero-shot cross-domain transfer without fine-tuning.
📝 Abstract
Graphs model relational data throughout science and industry, from citation networks to product co-purchase graphs. Because the nodes of many such graphs carry rich text, a growing line of work applies large language models (LLMs) to graph analysis. The most graph-native of these methods use graph tokens: a graph encoder compresses a graph view, such as a node, its k-hop neighbourhood, or a cluster, into a short block of continuous tokens that jointly encodes node attributes and topology and is read directly by the model. Existing methods, however, use graph tokens in a static single-shot manner: they encode one predefined graph view before the model has even seen the target and never revise it, leaving the model's step-by-step reasoning ability unused. We introduce agentic graph token reasoning, which recasts graph tokenization as part of the reasoning process itself. At each step, the model chooses which graph view to encode and at what granularity; a graph encoder is invoked on demand to materialise the corresponding graph tokens; and the resulting block is spliced into the running context. The model thus reasons step by step in the graph token space, and the tokens it reads are trajectory-dependent. We realise this with a three-stage training pipeline: (i) self-supervised tasks that teach the model to read heterogeneous graph tokens, (ii) a token-robust trajectory stage with a graph-token consistency regulariser, and (iii) preference optimisation that rewards trajectories in which the graph-token evidence and the node-text evidence agree. Across evaluations spanning seven graph domains, our models outperform a broad set of baselines by a large margin and transfer zero-shot to unseen domains without any per-target fine-tuning. More broadly, this work pushes LLM-based graph analysis from static graph-token encoders towards a graph-native agent paradigm.
Problem

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

graph token
large language models
graph reasoning
static encoding
relational data
Innovation

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

agentic reasoning
graph tokens
dynamic tokenization
LLM-based graph analysis
trajectory-dependent reasoning
🔎 Similar Papers