Item Recommendation with Continuous Experience Evolution of Users using Brownian Motion
This addresses the limitation of discrete experience levels in recommender systems for online review communities, offering a more realistic continuous model.
The paper tackles the problem of modeling continuous user experience evolution in recommender systems, presenting a new unsupervised model that combines Geometric Brownian Motion, Brownian Motion, and Latent Dirichlet Allocation, and shows it outperforms state-of-the-art methods in predicting item ratings across five real-world datasets.
Online review communities are dynamic as users join and leave, adopt new vocabulary, and adapt to evolving trends. Recent work has shown that recommender systems benefit from explicit consideration of user experience. However, prior work assumes a fixed number of discrete experience levels, whereas in reality users gain experience and mature continuously over time. This paper presents a new model that captures the continuous evolution of user experience, and the resulting language model in reviews and other posts. Our model is unsupervised and combines principles of Geometric Brownian Motion, Brownian Motion, and Latent Dirichlet Allocation to trace a smooth temporal progression of user experience and language model respectively. We develop practical algorithms for estimating the model parameters from data and for inference with our model (e.g., to recommend items). Extensive experiments with five real-world datasets show that our model not only fits data better than discrete-model baselines, but also outperforms state-of-the-art methods for predicting item ratings.