Complementary partitions let each category be represented by composing entries from several small tables, reducing embedding memory from O(|S|D) to about O(k|S|^(1/k)D) while outperforming the hashing trick.
MARS: Memory Attention-Aware Recommender System
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
In this paper, we study the problem of modeling users' diverse interests. Previous methods usually learn a fixed user representation, which has a limited ability to represent distinct interests of a user. In order to model users' various interests, we propose a Memory Attention-aware Recommender System (MARS). MARS utilizes a memory component and a novel attentional mechanism to learn deep \textit{adaptive user representations}. Trained in an end-to-end fashion, MARS adaptively summarizes users' interests. In the experiments, MARS outperforms seven state-of-the-art methods on three real-world datasets in terms of recall and mean average precision. We also demonstrate that MARS has a great interpretability to explain its recommendation results, which is important in many recommendation scenarios.
citation-role summary
citation-polarity summary
fields
cs.LG 1years
2019 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
Compositional Embeddings Using Complementary Partitions for Memory-Efficient Recommendation Systems
Complementary partitions let each category be represented by composing entries from several small tables, reducing embedding memory from O(|S|D) to about O(k|S|^(1/k)D) while outperforming the hashing trick.