Adaptive User Modeling with Long and Short-Term Preferences for Personalized Recommendation
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.
Code (2)
Tasks
Language ModelingLanguage ModellingRecommendation SystemsSequential RecommendationSimilar Papers 제목 키워드 기반
Length-Adaptive Interest Network for Balancing Long and Short Sequence Modeling in CTR Prediction
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 SystemsGraph Based Long-Term And Short-Term Interest Model for Click-Through Rate Prediction
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 PredictionTLSAN: Time-aware Long- and Short-term Attention Network for Next-item Recommendation
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 SystemsAdaMCT: Adaptive Mixture of CNN-Transformer for Sequential Recommendation
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 RecommendationModeling Long-Term and Short-Term Interests with Parallel Attentions for Session-based Recommendation
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