Task-Specific Prompt with Global Context for Multi-Task Graph Pre-Training

📅 2026-08-30
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为解决图预训练中任务相关性和结构感知性弱的问题,提出TPGC方法,通过任务先验和结构先验协同初始化提示,提升少样本场景下的性能。
📝 Abstract
Graph prompt learning is an effective paradigm to adapt pre-trained graph models to downstream tasks in low-resource scenarios. However, existing multi-task graph pre-training frameworks generally use randomly initialized prompts, leading to poor alignment between the prompt space, pretext objectives and graph structural characteristics. This greatly weakens the task relevance, structural awareness and transferability of prompt representations. To address this challenge, we propose TPGC, a dual-prior prompt initialization solution that explicitly models the synergy between task prior and structural prior. Specifically, the Task-Prior Injection Module first conducts a short homologous multi-task pre-training on an auxiliary graph, enabling prompt initialization to inherit optimization preferences associated with multiple pretext tasks. Built on the task-aware representations, the Structure-Prior Injection Module further extracts transferable global structural context from the auxiliary graph, converting it into layer-wise prompt vectors by aggregating structurally informative node embeddings. Extensive experiments on 6 mainstream benchmarks covering node and graph classification show that TPGC achieves consistently better performance under few-shot settings than state-of-the-art baselines, with fewer downstream tunable parameters and lower runtime. The code is available at https://github.com/Virgilqiu/TPGC
Problem

Research questions and friction points this paper is trying to address.

multi-task graph pre-training
prompt initialization
graph structural characteristics
Innovation

Methods, ideas, or system contributions that make the work stand out.

Task-Specific Prompt
Global Context
Dual-Prior Initialization
Graph Pre-Training
Transferability
🔎 Similar Papers
No similar papers found.