Signed Graph Convolutional Network
Tyler Derr (1), Yao Ma (1), Jiliang Tang (1) ((1) Michigan State, University)

TL;DR
This paper introduces a novel signed graph convolutional network (GCN) that incorporates balance theory to effectively learn node representations in signed networks with positive and negative links, outperforming existing methods.
Contribution
The paper proposes a principled signed GCN model that explicitly handles negative links using balance theory, addressing a gap in applying GCNs to signed networks.
Findings
Signed GCN outperforms state-of-the-art baselines on link sign prediction
Effective handling of negative links improves node representation quality
Model validated on four real-world signed network datasets
Abstract
Due to the fact much of today's data can be represented as graphs, there has been a demand for generalizing neural network models for graph data. One recent direction that has shown fruitful results, and therefore growing interest, is the usage of graph convolutional neural networks (GCNs). They have been shown to provide a significant improvement on a wide range of tasks in network analysis, one of which being node representation learning. The task of learning low-dimensional node representations has shown to increase performance on a plethora of other tasks from link prediction and node classification, to community detection and visualization. Simultaneously, signed networks (or graphs having both positive and negative links) have become ubiquitous with the growing popularity of social media. However, since previous GCN models have primarily focused on unsigned networks (or graphs…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Recommender Systems and Techniques
