Improving Collaborative Filtering with Long-Short Interest Model

Chao Lv, Lili Yao, Yansong Feng, Dongyan Zhao
DOI: https://doi.org/10.1007/978-3-319-50496-4_28
2016-01-01
Abstract:Collaborative filtering (CF) has been widely employed within recommender systems in many real-world situations. The basic assumption of CF is that items liked by the same user would be similar and users like the same items would share a similar interest. But it is not always true since the user's interest changes over time. It should be more reasonable to assume that if these items are liked by the same user in the same time period, there is a strong possibility that they are similar, but the possibility will shrink if the user likes them in a different time period. In this paper, we propose a long-short interest model (LSIM) based on the new assumption to improve collaborative filtering. In special, we introduce a neural network based language model to extract the sequential features on user's preference over time. Then, we integrate the sequential features to solve the rating prediction task in a feature based collaborative filtering framework. Experimental results on three MovieLens datasets demonstrate that our approach can achieve the state-of-the-art performance.
What problem does this paper attempt to address?