TL;DR
This paper introduces a positive-neutral-negative learning paradigm for collaborative filtering recommender systems, effectively leveraging unlabeled data through a novel semi-supervised approach and set-level ranking loss to improve recommendation accuracy.
Contribution
The paper proposes the PNN paradigm with a neutral class and a new loss function, addressing the challenge of utilizing unlabeled data in recommendation systems.
Findings
PNN significantly improves collaborative filtering performance.
Even simple matrix factorization benefits from PNN to match complex models.
The approach is validated on four real-world datasets.
Abstract
Collaborative filtering (CF) stands as a cornerstone in recommender systems, yet effectively leveraging the massive unlabeled data presents a significant challenge. Current research focuses on addressing the challenge of unlabeled data by extracting a subset that closely approximates negative samples. Regrettably, the remaining data are overlooked, failing to fully integrate this valuable information into the construction of user preferences. To address this gap, we introduce a novel positive-neutral-negative (PNN) learning paradigm. PNN introduces a neutral class, encompassing intricate items that are challenging to categorize directly as positive or negative samples. By training a model based on this triple-wise partial ranking, PNN offers a promising solution to learning complex user preferences. Through theoretical analysis, we connect PNN to one-way partial AUC (OPAUC) to validate…
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
