Beyond Similarity: Relation Embedding with Dual Attentions for Item-based Recommendation
Liang Zhang, Guannan Liu, Junjie Wu

TL;DR
This paper introduces REDA, a deep learning model that uses relation embeddings and dual attention mechanisms to improve item-based recommendations, especially in sparse data scenarios.
Contribution
REDA employs a novel relation embedding scheme and dual attentions to better capture user preferences and mitigate overfitting in recommendation systems.
Findings
REDA outperforms state-of-the-art methods on real-world datasets.
The dual attention mechanism effectively captures users' latent preferences.
REDA is especially effective with sparse data.
Abstract
Given the effectiveness and ease of use, Item-based Collaborative Filtering (ICF) methods have been broadly used in industry in recent years. The key of ICF lies in the similarity measurement between items, which however is a coarse-grained numerical value that can hardly capture users' fine-grained preferences toward different latent aspects of items from a representation learning perspective. In this paper, we propose a model called REDA (latent Relation Embedding with Dual Attentions) to address this challenge. REDA is essentially a deep learning based recommendation method that employs an item relation embedding scheme through a neural network structure for inter-item relations representation. A relational user embedding is then proposed by aggregating the relation embeddings between all purchased items of a user, which not only better characterizes user preferences but also…
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 · Advanced Graph Neural Networks · Topic Modeling
