Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Signed Graph Attention Networks

About

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).

Junjie Huang, Huawei Shen, Liang Hou, Xueqi Cheng• 2019

Related benchmarks

TaskDatasetResultRank
Link Sign PredictionBitcoin-Alpha
AUC0.8207
52
Link Sign PredictionBitcoin-OTC
AUC87.06
43
Link Sign PredictionSlashdot
AUC0.8527
43
Sign predictionWiki-RfA
AUC0.8099
37
Link Sign PredictionEpinions
AUC0.8253
36
Signed Link PredictionBitcoin-Alpha (test)
F1 Score0.9727
21
Signed Link PredictionEpinions (test)
F1 Score95.93
21
Signed Link PredictionSlashdot (test)
F1 Score90.47
21
Node ClusteringBitcoin-Alpha
SSI51.12
18
Node ClusteringSlashdot
SSI0.5545
18
Showing 10 of 26 rows

Other info

Code

Follow for update