paper-with-me

홈 › Papers

Unified Graph Prompt Learning via Low-Rank Graph Message Prompting

2026-04-13 · Beibei Wang, Bo Jiang, Ziyan Zhang, Jin Tang arxiv

Graph Data Prompt (GDP), which introduces specific prompts in graph data for efficiently adapting pre-trained GNNs, has become a mainstream approach to graph fine-tuning learning problem. However, existing GDPs have been respectively designed for distinct graph component (e.g., node features, edge features, edge weights) and thus operate within limited prompt spaces for graph data. To the best of our knowledge, it still lacks a unified prompter suitable for targeting all graph components simultaneously. To address this challenge, in this paper, we first propose to reinterpret a wide range of existing GDPs from an aspect of Graph Message Prompt (GMP) paradigm. Based on GMP, we then introduce a novel graph prompt learning approach, termed Low-Rank GMP (LR-GMP), which leverages low-rank prompt representation to achieve an effective and compact graph prompt learning. Unlike traditional GDPs that target distinct graph components separately, LR-GMP concurrently performs prompting on all graph components in a unified manner, thereby achieving significantly superior generalization and robustness on diverse downstream tasks. Extensive experiments on several graph benchmark datasets demonstrate the effectiveness and advantages of our proposed LR-GMP.

📄 PDF Abstract BibTeX arXiv:2604.11257

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MAGPrompt: Message-Adaptive Graph Prompt Tuning for Graph Neural Networks

2026-02-05 · Long D. Nguyen, Binh P. Nguyen arxiv

Pre-trained graph neural networks (GNNs) transfer well, but adapting them to downstream tasks remains challenging due to mismatches between pre-training objectives and task requirements. Graph prompt tuning offers a para…

LoRAP: Low-Rank Aggregation Prompting for Quantized Graph Neural Networks Training

2026-01-21 · Chenyu Liu, Haige Li, Luca Rossi arxiv

Graph Neural Networks (GNNs) are neural networks that aim to process graph data, capturing the relationships and interactions between nodes using the message-passing mechanism. GNN quantization has emerged as a promising…

GraphReview: Scientific Paper Evaluation via LLM-Based Graph Message Passing

2026-05-26 · Pujun Zheng, Wanying Ren, Jiacheng Yao, Guoxiu He 외 arxiv

Scientific paper evaluation often involves not only assessing a manuscript itself, but also relating it to contemporaneous research and prior literature. However, existing LLM-based methods typically model these signals …

CCMamba: Topologically-Informed Selective State-Space Networks on Combinatorial Complexes for Higher-Order Graph Learning

2026-01-28 · Jiawen Chen, Qi Shao, Mingtong Zhou, Duxin Chen 외 arxiv

Topological deep learning has emerged as a powerful paradigm for modeling higher-order relational structures beyond pairwise interactions that standard graph neural networks fail to capture. While combinatorial complexes…

Graph Learning

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

2025-01-25 · Qin Chen, Liang Wang, Bo Zheng, Guojie Song

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. Re…

General KnowledgeGraph Classification