paper-with-me

Papers

Attention Mixtures for Time-Aware Sequential Recommendation

2023-04-17 · Viet-Anh Tran, Guillaume Salha-Galvan, Bruno Sguerra, Romain Hennequin

Transformers emerged as powerful methods for sequential recommendation. However, existing architectures often overlook the complex dependencies between user preferences and the temporal context. In this short paper, we introduce MOJITO, an improved Transformer sequential recommender system that addresses this limitation. MOJITO leverages Gaussian mixtures of attention-based temporal context and item embedding representations for sequential modeling. Such an approach permits to accurately predict which items should be recommended next to users depending on past actions and the temporal context. We demonstrate the relevance of our approach, by empirically outperforming existing Transformers for sequential recommendation on several real-world datasets.

📄 PDF Abstract BibTeX arXiv:2304.08158

Code (1)

deezer/sigir23-mojito 공식 구현 tf

Tasks

Recommendation SystemsSequential Recommendation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Sequential Recommendation with Relation-Aware Kernelized Self-Attention

2019-11-15 · Mingi Ji, Weonyoung Joo, Kyungwoo Song, Yoon-Yeong Kim 외

Recent studies identified that sequential Recommendation is improved by the attention mechanism. By following this development, we propose Relation-Aware Kernelized Self-Attention (RKSA) adopting a self-attention mechani…

RelationSequential Recommendation

Position-enhanced and Time-aware Graph Convolutional Network for Sequential Recommendations

2021-07-12 · Liwei Huang, Yutao Ma, Yanbo Liu, Bohong 외

Most of the existing deep learning-based sequential recommendation approaches utilize the recurrent neural network architecture or self-attention to model the sequential patterns and temporal influence among a user's his…

PositionSequential Recommendation

TiSASRec: Time Interval Aware Self-Attention for Sequential Recommendation

2020-01-01 · Jiacheng Li, Yujie Wang, Julian McAuley

Sequential recommender systems seek to exploit the order of users' interactions, in order to predict their next action based on the context of what they have done recently. Traditionally, Markov Chains(MCs), and more rec…

Recommendation SystemsSequential Recommendation

SS4Rec: Continuous-Time Sequential Recommendation with State Space Models

2025-02-12 · Wei Xiao, Huiying Wang, Qifeng Zhou

Sequential recommendation is a key area in the field of recommendation systems aiming to model user interest based on historical interaction sequences with irregular intervals. While previous recurrent neural network-bas…

Recommendation SystemsSequential RecommendationState Space Models

C-TLSAN: Content-Enhanced Time-Aware Long- and Short-Term Attention Network for Personalized Recommendation

2025-06-16 · Siqi Liang, Yudi Zhang, YuBo Wang

Sequential recommender systems aim to model users' evolving preferences by capturing patterns in their historical interactions. Recent advances in this area have leveraged deep neural networks and attention mechanisms to…

BenchmarkingRecommendation SystemsSequential Recommendation