HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Signed Graph Attention Networks

Junjie Huang; Huawei Shen; Liang Hou; Xueqi Cheng

Signed Graph Attention Networks

Abstract

Graph or network data is ubiquitous in the real world, including social networks, information networks, traffic networks, biological networks and various technical networks. The non-Euclidean nature of graph data poses the challenge for modeling and analyzing graph data. Recently, Graph Neural Network (GNNs) are proposed as a general and powerful framework to handle tasks on graph data, e.g., node embedding, link prediction and node classification. As a representative implementation of GNNs, Graph Attention Networks (GATs) are successfully applied in a variety of tasks on real datasets. However, GAT is designed to networks with only positive links and fails to handle signed networks which contain both positive and negative links. In this paper, we propose Signed Graph Attention Networks (SiGATs), generalizing GAT to signed networks. SiGAT incorporates graph motifs into GAT to capture two well-known theories in signed network research, i.e., balance theory and status theory. In SiGAT, motifs offer us the flexible structural pattern to aggregate and propagate messages on the signed network to generate node embeddings. We evaluate the proposed SiGAT method by applying it to the signed link prediction task. Experimental results on three real datasets demonstrate that SiGAT outperforms feature-based method, network embedding method and state-of-the-art GNN-based methods like signed graph convolutional network (SGCN).

Code Repositories

huangjunjie95/SiGAT
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
link-sign-prediction-on-bitcoin-alphaSiGAT
AUC: 0.8942
Accuracy: 0.9480
Macro-F1: 0.7138
link-sign-prediction-on-epinionsSiGAT
AUC: 0.9333
Accuracy: 0.9293
Macro-F1: 0.8449
link-sign-prediction-on-slashdotSiGAT
AUC: 0.8864
Accuracy: 0.8482
Macro-F1: 0.766

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Signed Graph Attention Networks | Papers | HyperAI