paper-with-me

Papers

Déjà vu: A Contextualized Temporal Attention Mechanism for Sequential Recommendation

2020-01-29 · Jibang Wu, Renqin Cai, Hongning Wang

Predicting users' preferences based on their sequential behaviors in history is challenging and crucial for modern recommender systems. Most existing sequential recommendation algorithms focus on transitional structure among the sequential actions, but largely ignore the temporal and context information, when modeling the influence of a historical event to current prediction. In this paper, we argue that the influence from the past events on a user's current action should vary over the course of time and under different context. Thus, we propose a Contextualized Temporal Attention Mechanism that learns to weigh historical actions' influence on not only what action it is, but also when and how the action took place. More specifically, to dynamically calibrate the relative input dependence from the self-attention mechanism, we deploy multiple parameterized kernel functions to learn various temporal dynamics, and then use the context information to determine which of these reweighing kernels to follow for each input. In empirical evaluations on two large public recommendation datasets, our model consistently outperformed an extensive set of state-of-the-art sequential recommendation methods.

📄 PDF Abstract BibTeX arXiv:2002.00741

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation SystemsSequential Recommendation

Similar Papers 제목 키워드 기반

MEANTIME: Mixture of Attention Mechanisms with Multi-temporal Embeddings for Sequential Recommendation

2020-08-19 · Sung Min Cho, Eunhyeok Park, Sungjoo Yoo

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 embeddin…

DiversitySequential Recommendation

Sequential Recommendation via Adaptive Robust Attention with Multi-dimensional Embeddings

2024-09-08 · Linsey Pang, Amir Hossein Raffiee, Wei Liu, Keld Lundgaard

Sequential recommendation models have achieved state-of-the-art performance using self-attention mechanism. It has since been found that moving beyond only using item ID and positional embeddings leads to a significant a…

Sequential Recommendation

Reinforcement Learning based Path Exploration for Sequential Explainable Recommendation

2021-11-24 · Yicong Li, Hongxu Chen, Yile Li, Lin Li 외

Recent advances in path-based explainable recommendation systems have attracted increasing attention thanks to the rich information provided by knowledge graphs. Most existing explainable recommendations only utilize sta…

Explainable RecommendationKnowledge GraphsRecommendation Systemsreinforcement-learning+2

Continuous-Time Sequential Recommendation with Temporal Graph Collaborative Transformer

2021-08-14 · Ziwei Fan, Zhiwei Liu, Jiawei Zhang, Yun Xiong 외

In order to model the evolution of user preference, we should learn user/item embeddings based on time-ordered item purchasing sequences, which is defined as Sequential Recommendation (SR) problem. Existing methods lever…

Sequential Recommendation

Sequential Recommendation on Temporal Proximities with Contrastive Learning and Self-Attention

2024-02-15 · Hansol Jung, Hyunwoo Seo, Chiehyeon Lim

Sequential recommender systems identify user preferences from their past interactions to predict subsequent items optimally. Although traditional deep-learning-based models and modern transformer-based models in previous…

Contrastive LearningRecommendation SystemsSequential Recommendation