paper-with-me

Papers

Self-Explainable Graph Transformer for Link Sign Prediction

2024-08-16 · Lu Li, Jiale Liu, Xingyu Ji, Maojun Wang, Zeyu Zhang

Signed Graph Neural Networks (SGNNs) have been shown to be effective in analyzing complex patterns in real-world situations where positive and negative links coexist. However, SGNN models suffer from poor explainability, which limit their adoptions in critical scenarios that require understanding the rationale behind predictions. To the best of our knowledge, there is currently no research work on the explainability of the SGNN models. Our goal is to address the explainability of decision-making for the downstream task of link sign prediction specific to signed graph neural networks. Since post-hoc explanations are not derived directly from the models, they may be biased and misrepresent the true explanations. Therefore, in this paper we introduce a Self-Explainable Signed Graph transformer (SE-SGformer) framework, which can not only outputs explainable information while ensuring high prediction accuracy. Specifically, We propose a new Transformer architecture for signed graphs and theoretically demonstrate that using positional encoding based on signed random walks has greater expressive power than current SGNN methods and other positional encoding graph Transformer-based approaches. We constructs a novel explainable decision process by discovering the $K$-nearest (farthest) positive (negative) neighbors of a node to replace the neural network-based decoder for predicting edge signs. These $K$ positive (negative) neighbors represent crucial information about the formation of positive (negative) edges between nodes and thus can serve as important explanatory information in the decision-making process. We conducted experiments on several real-world datasets to validate the effectiveness of SE-SGformer, which outperforms the state-of-the-art methods by improving 2.2\% prediction accuracy and 73.1\% explainablity accuracy in the best-case scenario.

📄 PDF Abstract BibTeX arXiv:2408.08754

Code (1)

liule66/SE-SGformer 공식 구현 pytorch

Tasks

Decision MakingLink Sign PredictionPrediction

Methods 이 논문이 사용한 방법론

LapEigen 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Laplacian PE Laplacian eigenvectors represent a natural generalization of the…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

Self-Explainable Graph Neural Networks for Link Prediction

2023-05-21 · Huaisheng Zhu, Dongsheng Luo, Xianfeng Tang, Junjie Xu 외

Graph Neural Networks (GNNs) have achieved state-of-the-art performance for link prediction. However, GNNs suffer from poor interpretability, which limits their adoptions in critical scenarios that require knowing why ce…

Link PredictionNode ClassificationPrediction

Self-Exploring Language Models for Explainable Link Forecasting on Temporal Graphs via Reinforcement Learning

2025-08-31 · Zifeng Ding, Shenyang Huang, Zeyu Cao, Emma Kondrup 외 arxiv

Forecasting future links is a central task in temporal graph (TG) reasoning, requiring models to leverage historical interactions to predict upcoming ones. Traditional neural approaches, such as temporal graph neural net…

Reinforcement Learning

Archetypal Graph Generative Models: Explainable and Identifiable Communities via Anchor-Dominant Convex Hulls

2026-02-24 · Nikolaos Nakis, Chrysoula Kosma, Panagiotis Promponas, Michail Chatzianastasis 외 arxiv

Representation learning has been essential for graph machine learning tasks such as link prediction, community detection, and network visualization. Despite recent advances in achieving high performance on these downstre…

Representation LearningCommunity DetectionLink PredictionPoint Processes

Global-Lens Transformers: Adaptive Token Mixing for Dynamic Link Prediction

2025-11-16 · Tao Zou, Chengfeng Wu, Tianxi Liao, Junchen Ye 외 arxiv

Dynamic graph learning plays a pivotal role in modeling evolving relationships over time, especially for temporal link prediction tasks in domains such as traffic systems, social networks, and recommendation platforms. W…

Dynamic Link PredictionGraph Learning

Dynamic Link Prediction with Temporally Enhanced Signed Graph Neural Networks

2026-05-25 · Derek Regier, Andrew Polyak, Aresh Dadlani, Khosro Salmani arxiv

Temporal signed networks (TSNs) model the time evolution of cooperative and adversarial relationships that arise in applications such as social media analysis, trust and reputation systems, and financial transaction netw…

Dynamic Link PredictionTrajectory Modeling