Effective and Lightweight Representation Learning for Link Sign Prediction in Signed Bipartite Graphs
Gyeongmin Gu, Minseo Jeon, Hyun-Je Song, and Jinhong Jung

TL;DR
ELISE is a lightweight, efficient GNN-based method that improves link sign prediction in signed bipartite graphs by extending personalized propagation and using low-rank approximation, avoiding over-smoothing and reducing noise.
Contribution
The paper introduces ELISE, a novel approach that enhances signed bipartite graph learning by integrating signed edges into personalized propagation and employing low-rank approximation for efficiency and effectiveness.
Findings
ELISE outperforms existing methods in link sign prediction accuracy.
ELISE achieves faster training and inference times.
ELISE effectively mitigates over-smoothing and noise issues in signed bipartite graphs.
Abstract
How can we effectively and efficiently learn node representations in signed bipartite graphs? A signed bipartite graph is a graph consisting of two nodes sets where nodes of different types are positively or negative connected, and it has been extensively used to model various real-world relationships such as e-commerce, etc. To analyze such a graph, previous studies have focused on designing methods for learning node representations using graph neural networks. In particular, these methods insert edges between nodes of the same type based on balance theory, enabling them to leverage augmented structures in their learning. However, the existing methods rely on a naive message passing design, which is prone to over-smoothing and susceptible to noisy interactions in real-world graphs. Furthermore, they suffer from computational inefficiency due to their heavy design and the significant…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Graph Neural Networks
