Boolean kernels for collaborative filtering in top-N item recommendation
Mirko Polato, Fabio Aiolli

TL;DR
This paper introduces a novel boolean kernel called Disjunctive kernel for collaborative filtering in top-N item recommendation, aiming to address data sparsity issues with improved efficiency and effectiveness.
Contribution
The paper proposes the Disjunctive kernel, a less expressive boolean kernel that alleviates sparsity in collaborative filtering datasets, enhancing recommendation performance.
Findings
Disjunctive kernel improves recommendation accuracy on CF datasets.
The kernel reduces computational complexity compared to linear models.
Experiments demonstrate the kernel's effectiveness and efficiency.
Abstract
In many personalized recommendation problems available data consists only of positive interactions (implicit feedback) between users and items. This problem is also known as One-Class Collaborative Filtering (OC-CF). Linear models usually achieve state-of-the-art performances on OC-CF problems and many efforts have been devoted to build more expressive and complex representations able to improve the recommendations. Recent analysis show that collaborative filtering (CF) datasets have peculiar characteristics such as high sparsity and a long tailed distribution of the ratings. In this paper we propose a boolean kernel, called Disjunctive kernel, which is less expressive than the linear one but it is able to alleviate the sparsity issue in CF contexts. The embedding of this kernel is composed by all the combinations of a certain arity d of the input variables, and these combined features…
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
TopicsRecommender Systems and Techniques
