TL;DR
GDSRec introduces a graph neural network model that incorporates vectorized user and item biases and differentiable social connections to improve social recommendation accuracy.
Contribution
The paper proposes GDSRec, a novel graph-based decentralized collaborative filtering method that models biases as vectors and integrates social connection strength based on preference similarity.
Findings
GDSRec outperforms state-of-the-art baselines on benchmark datasets.
Vectorized bias modeling improves recommendation quality.
Incorporating social connection strength enhances user similarity capture.
Abstract
Generating recommendations based on user-item interactions and user-user social relations is a common use case in web-based systems. These connections can be naturally represented as graph-structured data and thus utilizing graph neural networks (GNNs) for social recommendation has become a promising research direction. However, existing graph-based methods fails to consider the bias offsets of users (items). For example, a low rating from a fastidious user may not imply a negative attitude toward this item because the user tends to assign low ratings in common cases. Such statistics should be considered into the graph modeling procedure. While some past work considers the biases, we argue that these proposed methods only treat them as scalars and can not capture the complete bias information hidden in data. Besides, social connections between users should also be differentiable so that…
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.
