TL;DR
This paper introduces two novel methods for learning whole-graph representations of signed networks, addressing a gap in existing unsigned graph-focused techniques, and demonstrates their effectiveness on a new benchmark dataset.
Contribution
It proposes SG2V and WSGCN, the first general approaches for whole-graph signed network representation learning, extending existing vertex-level methods to signed graphs.
Findings
SG2V and WSGCN outperform baseline methods in F-measure scores.
The methods effectively learn better representations for signed graphs.
A new benchmark dataset for signed graph classification is provided.
Abstract
Graphs are ubiquitous for modeling complex systems involving structured data and relationships. Consequently, graph representation learning, which aims to automatically learn low-dimensional representations of graphs, has drawn a lot of attention in recent years. The overwhelming majority of existing methods handle unsigned graphs. However, signed graphs appear in an increasing number of application domains to model systems involving two types of opposed relationships. Several authors took an interest in signed graphs and proposed methods for providing vertex-level representations, but only one exists for whole-graph representations, and it can handle only fully connected graphs. In this article, we tackle this issue by proposing two approaches to learning whole-graph representations of general signed graphs. The first is a SG2V, a signed generalization of the whole-graph embedding…
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
MethodsSoftmax · Attention Is All You Need · Graph Convolutional Network
