Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

DAGPrompT: Pushing the Limits of Graph Prompting with a Distribution-aware Graph Prompt Tuning Approach

About

The pre-train then fine-tune approach has advanced GNNs by enabling general knowledge capture without task-specific labels. However, an objective gap between pre-training and downstream tasks limits its effectiveness. Recent graph prompting methods aim to close this gap through task reformulations and learnable prompts. Despite this, they struggle with complex graphs like heterophily graphs. Freezing the GNN encoder can reduce the impact of prompting, while simple prompts fail to handle diverse hop-level distributions. This paper identifies two key challenges in adapting graph prompting methods for complex graphs: (1) adapting the model to new distributions in downstream tasks to mitigate pre-training and fine-tuning discrepancies from heterophily and (2) customizing prompts for hop-specific node requirements. To overcome these challenges, we propose Distribution-aware Graph Prompt Tuning (DAGPrompT), which integrates a GLoRA module for optimizing the GNN encoder's projection matrix and message-passing schema through low-rank adaptation. DAGPrompT also incorporates hop-specific prompts accounting for varying graph structures and distributions among hops. Evaluations on 10 datasets and 14 baselines demonstrate that DAGPrompT improves accuracy by up to 4.79 in node and graph classification tasks, setting a new state-of-the-art while preserving efficiency. Codes are available at GitHub.

Qin Chen, Liang Wang, Bo Zheng, Guojie Song• 2025

Related benchmarks

TaskDatasetResultRank
Graph ClassificationPROTEINS
Accuracy57.45
1383
Node ClassificationChameleon
Accuracy37.79
936
Node ClassificationCornell
Accuracy59.11
900
Node ClassificationWisconsin
Accuracy50.49
898
Node ClassificationTexas--
859
Node ClassificationSquirrel
Accuracy25.67
815
Node ClassificationCora
Accuracy54.88
609
Node ClassificationPhoto
Mean Accuracy52.96
447
Graph ClassificationENZYMES--
419
Node ClassificationCiteseer
Mean Accuracy47.24
238
Showing 10 of 36 rows

Other info

Follow for update