Learning and Editing Universal Graph Prompt Tuning via Reinforcement Learning
By: Jinfeng Xu , Zheyu Chen , Shuo Yang and more
Potential Business Impact:
Makes AI understand any graph data better.
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 has investigated universal graph prompt tuning, which operates directly in the input graph's feature space and builds a theoretical foundation that universal graph prompt tuning can theoretically achieve an equivalent effect of any prompting function, eliminating dependence on specific pre-training strategies. Recent works propose selective node-based graph prompt tuning to pursue more ideal prompts. However, we argue that selective node-based graph prompt tuning inevitably compromises the theoretical foundation of universal graph prompt tuning. In this paper, we strengthen the theoretical foundation of universal graph prompt tuning by introducing stricter constraints, demonstrating that adding prompts to all nodes is a necessary condition for achieving the universality of graph prompts. To this end, we propose a novel model and paradigm, Learning and Editing Universal GrAph Prompt Tuning (LEAP), which preserves the theoretical foundation of universal graph prompt tuning while pursuing more ideal prompts. Specifically, we first build the basic universal graph prompts to preserve the theoretical foundation and then employ actor-critic reinforcement learning to select nodes and edit prompts. Extensive experiments on graph- and node-level tasks across various pre-training strategies in both full-shot and few-shot scenarios show that LEAP consistently outperforms fine-tuning and other prompt-based approaches.
Similar Papers
Edge Prompt Tuning for Graph Neural Networks
Machine Learning (CS)
Makes smart computer graphs understand information better.
Graph Prompting for Graph Learning Models: Recent Advances and Future Directions
Machine Learning (CS)
Teaches computers to understand complex connections.
Adaptive Dual Prompting: Hierarchical Debiasing for Fairness-aware Graph Neural Networks
Machine Learning (CS)
Makes AI fairer when learning from connected data.