paper-with-me

Papers

Adaptive User Modeling with Long and Short-Term Preferences for Personalized Recommendation

2019-01-01 · IJCAI 2019 1 · Zeping Yu, Jianxun Lian, Ahmad Mahmoody, Gongshen Liu, Xing Xie

User modeling is an essential task for online rec- ommender systems. In the past few decades, col- laborative filtering (CF) techniques have been well studied to model users’ long term preferences. Recently, recurrent neural networks (RNN) have shown a great advantage in modeling users’ short term preference. A natural way to improve the rec- ommender is to combine both long-term and short- term modeling. Previous approaches neglect the importance of dynamically integrating these two user modeling paradigms. Moreover, users’ be- haviors are much more complex than sentences in language modeling or images in visual computing, thus the classical structures of RNN such as Long Short-Term Memory (LSTM) need to be upgraded for better user modeling. In this paper, we im- prove the traditional RNN structure by proposing a time-aware controller and a content-aware con- troller, so that contextual information can be well considered to control the state transition. We fur- ther propose an attention-based framework to com- bine users’ long-term and short-term preferences, thus users’ representation can be generated adap- tively according to the specific context. We con- duct extensive experiments on both public and in- dustrial datasets. The results demonstrate that our proposed method outperforms several state-of-art methods consistently.

📄 PDF Abstract BibTeX

Code (2)

microsoft/recommenders 공식 구현 tf
zepingyu0512/sli_rec tf

Tasks

Language ModelingLanguage ModellingRecommendation SystemsSequential Recommendation

Similar Papers 제목 키워드 기반

Length-Adaptive Interest Network for Balancing Long and Short Sequence Modeling in CTR Prediction

2026-01-27 · Zhicheng Zhang, Zhaocheng Du, Jieming Zhu, Jiwei Tang 외 arxiv

User behavior sequences in modern recommendation systems exhibit significant length heterogeneity, ranging from sparse short-term interactions to rich long-term histories. While longer sequences provide more context, we …

Sequential RecommendationRecommendation Systems

Graph Based Long-Term And Short-Term Interest Model for Click-Through Rate Prediction

2023-06-05 · Huinan Sun, Guangliang Yu, Pengye Zhang, Bo Zhang 외

Click-through rate (CTR) prediction aims to predict the probability that the user will click an item, which has been one of the key tasks in online recommender and advertising systems. In such systems, rich user behavior…

Click-Through Rate Prediction

TLSAN: Time-aware Long- and Short-term Attention Network for Next-item Recommendation

2021-03-16 · Jianqing Zhang, Dongjing Wang, Dongjin Yu

Recently, deep neural networks are widely applied in recommender systems for their effectiveness in capturing/modeling users' preferences. Especially, the attention mechanism in deep learning enables recommender systems …

Recommendation Systems

AdaMCT: Adaptive Mixture of CNN-Transformer for Sequential Recommendation

2022-05-18 · Juyong Jiang, Peiyan Zhang, Yingtao Luo, Chaozhuo Li 외

Sequential recommendation (SR) aims to model users dynamic preferences from a series of interactions. A pivotal challenge in user modeling for SR lies in the inherent variability of user preferences. An effective SR mode…

Inductive BiasSequential Recommendation

Modeling Long-Term and Short-Term Interests with Parallel Attentions for Session-based Recommendation

2020-06-27 · Jing Zhu, Yanan Xu, Yanmin Zhu

The aim of session-based recommendation is to predict the users' next clicked item, which is a challenging task due to the inherent uncertainty in user behaviors and anonymous implicit feedback information. A powerful se…

Session-Based Recommendations