paper-with-me

홈 › Papers

Look into the Future: Deep Contextualized Sequential Recommendation

2024-05-23 · Lei Zheng, Ning li, Yanhuan Huang, Ruiwen Xu, Weinan Zhang, Yong Yu

Sequential recommendation aims to estimate how a user's interests evolve over time via uncovering valuable patterns from user behavior history. Many previous sequential models have solely relied on users' historical information to model the evolution of their interests, neglecting the crucial role that future information plays in accurately capturing these dynamics. However, effectively incorporating future information in sequential modeling is non-trivial since it is impossible to make the current-step prediction for any target user by leveraging his future data. In this paper, we propose a novel framework of sequential recommendation called Look into the Future (LIFT), which builds and leverages the contexts of sequential recommendation. In LIFT, the context of a target user's interaction is represented based on i) his own past behaviors and ii) the past and future behaviors of the retrieved similar interactions from other users. As such, the learned context will be more informative and effective in predicting the target user's behaviors in sequential recommendation without temporal data leakage. Furthermore, in order to exploit the intrinsic information embedded within the context itself, we introduce an innovative pretraining methodology incorporating behavior masking. In our extensive experiments on five real-world datasets, LIFT achieves significant performance improvement on click-through rate prediction and rating prediction tasks in sequential recommendation over strong baselines, demonstrating that retrieving and leveraging relevant contexts from the global user pool greatly benefits sequential recommendation. The experiment code is provided at https://anonymous.4open.science/r/LIFT-277C/Readme.md.

📄 PDF Abstract BibTeX arXiv:2405.14359

Code (0)

등록된 구현이 없습니다.

Tasks

Click-Through Rate PredictionRetrievalSequential Recommendation

Similar Papers 제목 키워드 기반

Oracle-guided Dynamic User Preference Modeling for Sequential Recommendation

2024-12-01 · Jiafeng Xia, Dongsheng Li, Hansu Gu, Tun Lu 외

Sequential recommendation methods can capture dynamic user preferences from user historical interactions to achieve better performance. However, most existing methods only use past information extracted from user histori…

Sequential Recommendation

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

Recommendation SystemsSequential Recommendation

Future Sight and Tough Fights: Revolutionizing Sequential Recommendation with FENRec

2024-12-16 · Yu-Hsuan Huang, Ling Lo, HongXia Xie, Hong-Han Shuai 외

Sequential recommendation (SR) systems predict user preferences by analyzing time-ordered interaction sequences. A common challenge for SR is data sparsity, as users typically interact with only a limited number of items…

Contrastive LearningSequential Recommendation

AdaptRec: A Self-Adaptive Framework for Sequential Recommendations with Large Language Models

2025-04-06 · Tong Zhang

The recent advancements in Large Language Models (LLMs) have generated considerable interest in their utilization for sequential recommendation tasks. While collaborative signals from similar users are central to recomme…

RetrievalSequential Recommendation

Learning Dual Dynamic Representations on Time-Sliced User-Item Interaction Graphs for Sequential Recommendation

2021-09-24 · Zeyuan Chen, Wei zhang, Junchi Yan, Gang Wang 외

Sequential Recommendation aims to recommend items that a target user will interact with in the near future based on the historically interacted items. While modeling temporal dynamics is crucial for sequential recommenda…

Representation LearningSequential Recommendation