Improving Matrix Completion by Exploiting Rating Ordinality in Graph Neural Networks
Jaehyun Lee, SeongKu Kang, Hwanjo Yu

TL;DR
This paper introduces ROGMC, a novel GNN-based matrix completion method that exploits the ordinal nature of ratings through cumulative preference propagation and interest regularization, leading to improved recommendation accuracy.
Contribution
It proposes a new approach to incorporate rating ordinality into GNNs for matrix completion, which was not well explored before.
Findings
ROGMC outperforms existing GNN strategies in experiments.
Exploiting rating ordinality improves recommendation performance.
The method emphasizes stronger user preferences based on rating order.
Abstract
Matrix completion is an important area of research in recommender systems. Recent methods view a rating matrix as a user-item bi-partite graph with labeled edges denoting observed ratings and predict the edges between the user and item nodes by using the graph neural network (GNN). Despite their effectiveness, they treat each rating type as an independent relation type and thus cannot sufficiently consider the ordinal nature of the ratings. In this paper, we explore a new approach to exploit rating ordinality for GNN, which has not been studied well in the literature. We introduce a new method, called ROGMC, to leverage Rating Ordinality in GNN-based Matrix Completion. It uses cumulative preference propagation to directly incorporate rating ordinality in GNN's message passing, allowing for users' stronger preferences to be more emphasized based on inherent orders of rating types. This…
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
TopicsNeural Networks and Applications
MethodsGraph Neural Network
