paper-with-me

홈 › Papers

A Unified Graph Selective Prompt Learning for Graph Neural Networks

2024-06-15 · Bo Jiang, Hao Wu, Ziyan Zhang, Beibei Wang, Jin Tang

In recent years, graph prompt learning/tuning has garnered increasing attention in adapting pre-trained models for graph representation learning. As a kind of universal graph prompt learning method, Graph Prompt Feature (GPF) has achieved remarkable success in adapting pre-trained models for Graph Neural Networks (GNNs). By fixing the parameters of a pre-trained GNN model, the aim of GPF is to modify the input graph data by adding some (learnable) prompt vectors into graph node features to better align with the downstream tasks on the smaller dataset. However, existing GPFs generally suffer from two main limitations. First, GPFs generally focus on node prompt learning which ignore the prompting for graph edges. Second, existing GPFs generally conduct the prompt learning on all nodes equally which fails to capture the importances of different nodes and may perform sensitively w.r.t noisy nodes in aligning with the downstream tasks. To address these issues, in this paper, we propose a new unified Graph Selective Prompt Feature learning (GSPF) for GNN fine-tuning. The proposed GSPF integrates the prompt learning on both graph node and edge together, which thus provides a unified prompt model for the graph data. Moreover, it conducts prompt learning selectively on nodes and edges by concentrating on the important nodes and edges for prompting which thus make our model be more reliable and compact. Experimental results on many benchmark datasets demonstrate the effectiveness and advantages of the proposed GSPF method.

📄 PDF Abstract BibTeX arXiv:2406.10498

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation LearningPrompt LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Focus 설명 없음

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

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…

Autonomous Chain-of-Thought Distillation for Graph-Based Fraud Detection

2026-01-30 · Yuan Li, Jun Hu, Bryan Hooi, Bingsheng He 외 arxiv

Graph-based fraud detection on text-attributed graphs (TAGs) requires jointly modeling rich textual semantics and relational dependencies. However, existing LLM-enhanced GNN approaches are constrained by predefined promp…

Fraud Detection

When Prompting Meets Spiking: Graph Sparse Prompting via Spiking Graph Prompt Learning

2026-01-06 · Bo Jiang, Weijun Zhao, Beibei Wang, Jin Tang arxiv

Graph Prompt Feature (GPF) learning has been widely used in adapting pre-trained GNN model on the downstream task. GPFs first introduce some prompt atoms and then learns the optimal prompt vector for each graph node usin…

Representation Learning

<SOG_k>: One LLM Token for Explicit Graph Structural Understanding

2026-02-02 · Jingyao Wu, Bin Lu, Zijun Di, Xiaoying Gan 외 arxiv

Large language models show great potential in unstructured data understanding, but still face significant challenges with graphs due to their structural hallucination. Existing approaches mainly either verbalize graphs i…