TL;DR
This paper introduces NAIS, a neural network-based item similarity model for recommendation that uses attention mechanisms to better identify important items in user profiles, outperforming previous methods.
Contribution
The paper presents the first neural network model for item-based collaborative filtering, enhancing similarity estimation with an attention network for improved recommendation accuracy.
Findings
NAIS outperforms FISM on benchmark datasets.
Attention mechanism improves item importance weighting.
Neural models offer stronger representation than linear models.
Abstract
Item-to-item collaborative filtering (aka. item-based CF) has been long used for building recommender systems in industrial settings, owing to its interpretability and efficiency in real-time personalization. It builds a user's profile as her historically interacted items, recommending new items that are similar to the user's profile. As such, the key to an item-based CF method is in the estimation of item similarities. Early approaches use statistical measures such as cosine similarity and Pearson coefficient to estimate item similarities, which are less accurate since they lack tailored optimization for the recommendation task. In recent years, several works attempt to learn item similarities from data, by expressing the similarity as an underlying model and estimating model parameters by optimizing a recommendation-aware objective function. While extensive efforts have been made to…
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
MethodsInterpretability
