TL;DR
MEANTIME introduces a novel attention-based model for sequential recommendation that effectively utilizes multi-temporal embeddings and diverse attention mechanisms to improve recommendation accuracy over existing methods.
Contribution
The paper proposes MEANTIME, a new model that leverages multiple types of temporal embeddings and diverse attention mechanisms to better capture user behavior patterns in sequential recommendation.
Findings
Outperforms state-of-the-art methods on real-world datasets.
Utilizes diverse temporal embeddings to extract richer contextual information.
Ablation study confirms the effectiveness of multi-temporal embeddings.
Abstract
Recently, self-attention based models have achieved state-of-the-art performance in sequential recommendation task. Following the custom from language processing, most of these models rely on a simple positional embedding to exploit the sequential nature of the user's history. However, there are some limitations regarding the current approaches. First, sequential recommendation is different from language processing in that timestamp information is available. Previous models have not made good use of it to extract additional contextual information. Second, using a simple embedding scheme can lead to information bottleneck since the same embedding has to represent all possible contextual biases. Third, since previous models use the same positional embedding in each attention head, they can wastefully learn overlapping patterns. To address these limitations, we propose MEANTIME (MixturE of…
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.
