paper-with-me

홈 › Papers

Universal Prompt Tuning for Graph Neural Networks

2022-09-30 · NeurIPS 2023 11 · Taoran Fang, Yunchao Zhang, Yang Yang, Chunping Wang, Lei Chen

In recent years, prompt tuning has sparked a research surge in adapting pre-trained models. Unlike the unified pre-training strategy employed in the language field, the graph field exhibits diverse pre-training strategies, posing challenges in designing appropriate prompt-based tuning methods for graph neural networks. While some pioneering work has devised specialized prompting functions for models that employ edge prediction as their pre-training tasks, these methods are limited to specific pre-trained GNN models and lack broader applicability. In this paper, we introduce a universal prompt-based tuning method called Graph Prompt Feature (GPF) for pre-trained GNN models under any pre-training strategy. GPF operates on the input graph's feature space and can theoretically achieve an equivalent effect to any form of prompting function. Consequently, we no longer need to illustrate the prompting function corresponding to each pre-training strategy explicitly. Instead, we employ GPF to obtain the prompted graph for the downstream task in an adaptive manner. We provide rigorous derivations to demonstrate the universality of GPF and make guarantee of its effectiveness. The experimental results under various pre-training strategies indicate that our method performs better than fine-tuning, with an average improvement of about 1.4% in full-shot scenarios and about 3.2% in few-shot scenarios. Moreover, our method significantly outperforms existing specialized prompt-based tuning methods when applied to models utilizing the pre-training strategy they specialize in. These numerous advantages position our method as a compelling alternative to fine-tuning for downstream adaptations.

📄 PDF Abstract BibTeX arXiv:2209.15240

Code (1)

zjunet/gpf 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Learning and Editing Universal Graph Prompt Tuning via Reinforcement Learning

2025-12-09 · Jinfeng Xu, Zheyu Chen, Shuo Yang, Jinze Li 외 arxiv

Early graph prompt tuning approaches relied on task-specific designs for Graph Neural Networks (GNNs), limiting their adaptability across diverse pre-training strategies. In contrast, another promising line of research h…

Reinforcement Learning

Subgraph-level Universal Prompt Tuning

2024-02-16 · Junhyun Lee, Wooseong Yang, Jaewoo Kang

In the evolving landscape of machine learning, the adaptation of pre-trained models through prompt tuning has become increasingly prominent. This trend is particularly observable in the graph domain, where diverse pre-tr…

SGL-PT: A Strong Graph Learner with Graph Prompt Tuning

2023-02-24 · Yun Zhu, Jianhao Guo, Siliang Tang

Recently, much exertion has been paid to design graph self-supervised methods to obtain generalized pre-trained models, and adapt pre-trained models onto downstream tasks through fine-tuning. However, there exists an inh…

Graph ClassificationGraph Learning

P-Tuning v2: Prompt Tuning Can Be Comparable to Fine-tuning Universally Across Scales and Tasks

2021-10-14 · Xiao Liu, Kaixuan Ji, Yicheng Fu, Weng Lam Tam 외

Prompt tuning, which only tunes continuous prompts with a frozen language model, substantially reduces per-task storage and memory usage at training. However, in the context of NLU, prior work reveals that prompt tuning …

Language ModelingLanguage Modelling

P-Tuning: Prompt Tuning Can Be Comparable to Fine-tuning Across Scales and Tasks

2022-05-01 · ACL 2022 5 · Xiao Liu, Kaixuan Ji, Yicheng Fu, Weng Tam 외

Prompt tuning, which only tunes continuous prompts with a frozen language model, substantially reduces per-task storage and memory usage at training. However, in the context of NLU, prior work reveals that prompt tuning …

Language ModelingLanguage Modelling