Redirecting to original paper in 30 seconds...
Click below to go immediately or wait for automatic redirect
📄 Abstract
Abstract: Graph Neural Networks (GNNs) have revolutionized the field of graph learning
by learning expressive graph representations from massive graph data. As a
common pattern to train powerful GNNs, the "pre-training, adaptation" scheme
first pre-trains GNNs over unlabeled graph data and subsequently adapts them to
specific downstream tasks. In the adaptation phase, graph prompting is an
effective strategy that modifies input graph data with learnable prompts while
keeping pre-trained GNN models frozen. Typically, existing graph prompting
studies mainly focus on *feature-oriented* methods that apply graph prompts to
node features or hidden representations. However, these studies often achieve
suboptimal performance, as they consistently overlook the potential of
*topology-oriented* prompting, which adapts pre-trained GNNs by modifying the
graph topology. In this study, we conduct a pioneering investigation of graph
prompting in terms of graph topology. We propose the first **Graph**
**T**opology-**O**riented **P**rompting (GraphTOP) framework to effectively
adapt pre-trained GNN models for downstream tasks. More specifically, we
reformulate topology-oriented prompting as an edge rewiring problem within
multi-hop local subgraphs and relax it into the continuous probability space
through reparameterization while ensuring tight relaxation and preserving graph
sparsity. Extensive experiments on five graph datasets under four pre-training
strategies demonstrate that our proposed GraphTOP outshines six baselines on
multiple node classification datasets. Our code is available at
https://github.com/xbfu/GraphTOP.
Authors (6)
Xingbo Fu
Zhenyu Lei
Zihan Chen
Binchi Zhang
Chuxu Zhang
Jundong Li
Submitted
October 25, 2025
Key Contributions
GraphTOP pioneers topology-oriented prompting for GNNs, proposing to modify graph topology with learnable prompts during the adaptation phase. This is a novel approach compared to existing feature-oriented methods, aiming to improve performance by leveraging structural information.
Business Value
Enhances the effectiveness of GNNs for various graph-based tasks, leading to better insights and predictions in areas like social network analysis, recommendation systems, and drug discovery.