SiReN: Sign-Aware Recommendation Using Graph Neural Networks
Changwon Seo, Kyeong-Joong Jeong, Sungsu Lim, and Won-Yong Shin

TL;DR
SiReN introduces a sign-aware GNN-based recommender system that effectively utilizes both positive and negative user-item interactions, including low ratings, to improve recommendation accuracy.
Contribution
This paper proposes SiReN, a novel GNN model that incorporates signed bipartite graphs and a sign-aware loss function for enhanced recommendation performance.
Findings
SiReN outperforms existing NE-based recommenders in experiments.
Utilizing negative and low ratings improves recommendation quality.
The sign-aware approach effectively captures nuanced user preferences.
Abstract
In recent years, many recommender systems using network embedding (NE) such as graph neural networks (GNNs) have been extensively studied in the sense of improving recommendation accuracy. However, such attempts have focused mostly on utilizing only the information of positive user-item interactions with high ratings. Thus, there is a challenge on how to make use of low rating scores for representing users' preferences since low ratings can be still informative in designing NE-based recommender systems. In this study, we present SiReN, a new sign-aware recommender system based on GNN models. Specifically, SiReN has three key components: 1) constructing a signed bipartite graph for more precisely representing users' preferences, which is split into two edge-disjoint graphs with positive and negative edges each, 2) generating two embeddings for the partitioned graphs with positive and…
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 · Recommender Systems and Techniques · Sentiment Analysis and Opinion Mining
