paper-with-me

Papers

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 inherent gap between pretext and downstream graph tasks, which insufficiently exerts the ability of pre-trained models and even leads to negative transfer. Meanwhile, prompt tuning has seen emerging success in natural language processing by aligning pre-training and fine-tuning with consistent training objectives. In this paper, we identify the challenges for graph prompt tuning: The first is the lack of a strong and universal pre-training task across sundry pre-training methods in graph domain. The second challenge lies in the difficulty of designing a consistent training objective for both pre-training and downstream tasks. To overcome above obstacles, we propose a novel framework named SGL-PT which follows the learning strategy ``Pre-train, Prompt, and Predict''. Specifically, we raise a strong and universal pre-training task coined as SGL that acquires the complementary merits of generative and contrastive self-supervised graph learning. And aiming for graph classification task, we unify pre-training and fine-tuning by designing a novel verbalizer-free prompting function, which reformulates the downstream task in a similar format as pretext task. Empirical results show that our method surpasses other baselines under unsupervised setting, and our prompt tuning method can greatly facilitate models on biological datasets over fine-tuning methods.

📄 PDF Abstract BibTeX arXiv:2302.12449

Code (0)

등록된 구현이 없습니다.

Tasks

Graph ClassificationGraph Learning

Similar Papers 제목 키워드 기반

Message Tuning Outshines Graph Prompt Tuning: A Prismatic Space Perspective

2026-06-02 · Yancheng Chen, Dun Ma, Shuai Zhang, Yang Liu 외 arxiv

Graph Foundation Models (GFMs), built upon the Pre-training and Adaptation paradigm, have emerged as a research hotspot in graph learning. For GNN-based GFMs, graph prompt tuning has become the prevailing adaptation meth…

Graph Learning

LLMs as Zero-shot Graph Learners: Alignment of GNN Representations with LLM Token Embeddings

2024-08-25 · Duo Wang, Yuan Zuo, FengZhi Li, Junjie Wu

Zero-shot graph machine learning, especially with graph neural networks (GNNs), has garnered significant interest due to the challenge of scarce labeled data. While methods like self-supervised learning and graph prompt …

Language ModellingLink PredictionNode ClassificationPrompt Learning+2

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

Language Models Are Poor Learners of Directional Inference

2022-10-10 · Tianyi Li, Mohammad Javad Hosseini, Sabine Weber, Mark Steedman

We examine LMs' competence of directional predicate entailments by supervised fine-tuning with prompts. Our analysis shows that contrary to their apparent success on standard NLI, LMs show limited ability to learn such d…

TransPrompt: Towards an Automatic Transferable Prompting Framework for Few-shot Text Classification

2021-11-01 · EMNLP 2021 11 · Chengyu Wang, Jianing Wang, Minghui Qiu, Jun Huang 외

Recent studies have shown that prompts improve the performance of large pre-trained language models for few-shot text classification. Yet, it is unclear how the prompting knowledge can be transferred across similar NLP t…

Few-Shot LearningFew-Shot Text Classificationtext-classificationText Classification