Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

GraphSearch: Agentic Search-Augmented Reasoning for Zero-Shot Graph Learning

About

Recent advances in search-augmented large reasoning models (LRMs) enable the retrieval of external knowledge to reduce hallucinations in multistep reasoning. However, their ability to operate on graph-structured data, prevalent in domains such as e-commerce, social networks, and scientific citations, remains underexplored. Unlike plain text corpora, graphs encode rich topological signals that connect related entities and can serve as valuable priors for retrieval, enabling more targeted search and improved reasoning efficiency. Yet, effectively leveraging such structure poses unique challenges, including the difficulty of generating graph-expressive queries and ensuring reliable retrieval that balances structural and semantic relevance. To address this gap, we introduce GraphSearch, the first framework that extends search-augmented reasoning to graph learning, enabling zero-shot graph learning without task-specific fine-tuning. GraphSearch combines a Graph-aware Query Planner, which disentangles search space (e.g., 1-hop, multi-hop, or global neighbors) from semantic queries, with a Graph-aware Retriever, which constructs candidate sets based on topology and ranks them using a hybrid scoring function. We further instantiate two traversal modes: GraphSearch-R, which recursively expands neighborhoods hop by hop, and GraphSearch-F, which flexibly retrieves across local and global neighborhoods without hop constraints. Extensive experiments across diverse benchmarks show that GraphSearch achieves competitive or even superior performance compared to supervised graph learning methods, setting state-of-the-art results in zero-shot node classification and link prediction. These findings position GraphSearch as a flexible and generalizable paradigm for agentic reasoning over graphs.

Jiajin Liu, Yuanfu Sun, Dongzhe Fan, Qiaoyu Tan• 2026

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora
Accuracy68.8
885
Node ClassificationPubmed
Accuracy90.4
307
Node ClassificationComputers
Mean Accuracy71
143
Node ClassificationREDDIT
Accuracy68.7
66
Node ClassificationComputers
Accuracy71
46
Node ClassificationSports
Accuracy72
30
Node ClassificationProducts
Accuracy74.6
23
Node ClassificationProducts
Accuracy74.6
18
Node ClassificationREDDIT
Accuracy68.7
14
Node ClassificationPubmed
Accuracy90.4
14
Showing 10 of 11 rows

Other info

Follow for update