ICML 2026poster0 citations

GRASP: Graph Reasoning via Agentic Solving and Probing of LLMs

Xiaojun Guo, Mingxue Tian, Chenheng Zhang, Xiaohan Wang, Jiajun Chai, Guojun Yin, Wei Lin, Yifei Wang

Abstract

Integrating graph knowledge into Large Language Models (LLMs) via passive representation faces critical bottlenecks: limited context windows, unreliable numerical computation, and structural hallucinations. To solve this, we propose **GRASP** (Graph Reasoning via Agentic Solving and Probing), shifting the paradigm from passive ingestion to proactive agentic exploration. By interleaving Neighbor Retrieval for on-demand probing with Code Interpreter as a deterministic solver, GRASP enables LLMs to autonomously navigate and compute over complex topologies. We employ a staged reinforcement learning strategy (GRPO) that transitions from visible tuning to a structure-blind environment, forcing the agent to develop genuine topological awareness. Evaluated on multi-domain graph reasoning benchmarks, our 4B model achieves a 53.06\% average performance boost, surpassing SOTA baselines like DeepSeek-V3.2 and successfully generalizing to unseen tasks, with high potential for tackling sampling on million-node graphs and solving Hard-level LeetCode graph problems.

LLMAgentsRLGraphsRetrievalBenchmark
BibTeX
@inproceedings{
guo2026grasp,
title={{GRASP}: Graph Reasoning via Agentic Solving and Probing of {LLM}s},
author={Xiaojun Guo and Mingxue Tian and Chenheng Zhang and Xiaohan Wang and Jiajun Chai and Guojun Yin and Wei Lin and Yifei Wang and Yisen Wang},
booktitle={Forty-third International Conference on Machine Learning},
year={2026},
url={https://openreview.net/forum?id=nWOjSTq1ae}
}