Set2setRank: Collaborative Set to Set Ranking for Implicit Feedback based Recommendation
Lei Chen, Le Wu, Kun Zhang, Richang Hong, Meng Wang

TL;DR
Set2setRank introduces a novel, model-agnostic framework for implicit feedback recommendation that improves ranking by comparing items and sets, effectively addressing data sparsity issues.
Contribution
The paper proposes a new set-to-set ranking framework for implicit feedback recommendation, incorporating item-to-set and set-to-set comparisons with adaptive sampling, applicable to various models.
Findings
Outperforms existing methods on three real-world datasets.
Effective in handling sparse implicit feedback data.
Time-efficient and easily integrable with different models.
Abstract
As users often express their preferences with binary behavior data~(implicit feedback), such as clicking items or buying products, implicit feedback based Collaborative Filtering~(CF) models predict the top ranked items a user might like by leveraging implicit user-item interaction data. For each user, the implicit feedback is divided into two sets: an observed item set with limited observed behaviors, and a large unobserved item set that is mixed with negative item behaviors and unknown behaviors. Given any user preference prediction model, researchers either designed ranking based optimization goals or relied on negative item mining techniques for better optimization. Despite the performance gain of these implicit feedback based models, the recommendation results are still far from satisfactory due to the sparsity of the observed item set for each user. To this end, in this paper, we…
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
TopicsRecommender Systems and Techniques · Advanced Bandit Algorithms Research · Advanced Graph Neural Networks
