TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Signed Graph Attention Networks

Signed Graph Attention Networks

Junjie Huang, Hua-Wei Shen, Liang Hou, Xue-Qi Cheng

2019-06-26Link Sign PredictionNetwork EmbeddingNode ClassificationGraph AttentionLink Prediction
PaperPDFCode(official)

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

Results

TaskDatasetMetricValueModel
Link Sign PredictionEpinionsAUC0.9333SiGAT
Link Sign PredictionEpinionsAccuracy0.9293SiGAT
Link Sign PredictionEpinionsMacro-F10.8449SiGAT
Link Sign PredictionSlashdotAUC0.8864SiGAT
Link Sign PredictionSlashdotAccuracy0.8482SiGAT
Link Sign PredictionSlashdotMacro-F10.766SiGAT
Link Sign PredictionBitcoin-AlphaAUC0.8942SiGAT
Link Sign PredictionBitcoin-AlphaAccuracy0.948SiGAT
Link Sign PredictionBitcoin-AlphaMacro-F10.7138SiGAT

Related Papers

Catching Bid-rigging Cartels with Graph Attention Neural Networks2025-07-16Wavelet-Enhanced Neural ODE and Graph Attention for Interpretable Energy Forecasting2025-07-14Topic Modeling and Link-Prediction for Material Property Discovery2025-07-08Graph Collaborative Attention Network for Link Prediction in Knowledge Graphs2025-07-05Following the Clues: Experiments on Person Re-ID using Cross-Modal Intelligence2025-07-02Understanding Generalization in Node and Link Prediction2025-07-01Context-Driven Knowledge Graph Completion with Semantic-Aware Relational Message Passing2025-06-29Temporal-Aware Graph Attention Network for Cryptocurrency Transaction Fraud Detection2025-06-26