Proceedings of the Twenty-Eighth International Joint Conference on Artificial Intelligence 2019
DOI: 10.24963/ijcai.2019/585
|View full text |Cite
|
Sign up to set email alerts
|

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

Abstract: User modeling is an essential task for online recommender systems. In the past few decades, collaborative 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 recommender is to combine both long-term and short-term modeling. Previous approaches neglect the importance of dynamically integrating these two user modeling paradigms. Moreover… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
108
0

Year Published

2020
2020
2021
2021

Publication Types

Select...
5
1

Relationship

0
6

Authors

Journals

citations
Cited by 105 publications
(108 citation statements)
references
References 17 publications
0
108
0
Order By: Relevance
“…However, the dot-product correlation limits the capability of neural recommenders. To learn deeper non-linear relationships between a target user and candidate items, some more expressive models have been proposed for the ranking stage, such as neural collaborative ltering [14], deep interest network [39], SLi-Rec [37] and user memory network [4]. In this paper, we focus on the candidate generation stage and the purposed MTAM be viewed as a non-linear generalization of factorization techniques.…”
Section: Candidate Generation and Rankingmentioning
confidence: 99%
See 3 more Smart Citations
“…However, the dot-product correlation limits the capability of neural recommenders. To learn deeper non-linear relationships between a target user and candidate items, some more expressive models have been proposed for the ranking stage, such as neural collaborative ltering [14], deep interest network [39], SLi-Rec [37] and user memory network [4]. In this paper, we focus on the candidate generation stage and the purposed MTAM be viewed as a non-linear generalization of factorization techniques.…”
Section: Candidate Generation and Rankingmentioning
confidence: 99%
“…Research [40] improves LSTM by proposing some temporal gates to capture both long-term and short term preferences of users. Researches [5,37] further propose two timeaware recurrent units. The main di erence between our proposed T-GRU and previous models is we only use the time interval between adjacent interaction to control how much past information can be transferred to future states, while previous researches apply temporal gates to control both previous information and current content.…”
Section: Sequential Recommendersmentioning
confidence: 99%
See 2 more Smart Citations
“…Convolutional Sequence embedding(Caser) [6] captures sequential patterns and transitions from previous item sequence by convolutional operation with various filters. Another popular method RNN is also used to model user's sequential interactions because RNN is good at capturing transition patterns in sequence [16,17]. Attention Mechanisms have been incorporated into next item recommendation to model complex transitions for better recommendation [18].…”
Section: Sequential Recommendationmentioning
confidence: 99%