Parallel DNNs for Users and Items Modeling and Recommendation Using Comments

Weiqiang Yuan,Yujiu Yang,Xianyu Bao
DOI: https://doi.org/10.1109/uic-atc.2017.8397474
2017-01-01
Abstract:Recommender systems make recommendations on items to users according to historical information such as ratings and comments. Most traditional recommender systems focus on mining the ratings but ignore the comments which contain abundant information. These systems suffer from the cold-start problem very much when there is insufficient ratings. In this paper, we introduce a deep neural network framework which learns latent factors of users and items jointly from the comment texts. The proposed framework, named Parallel Deep Neural Networks (PDNNs), has two parallel deep neural networks. One for learning latent factors of users and the other for items. A shared layer couples these two DNNs and makes rating prediction in the manner of matrix factorization techniques. In practice, we use Deep Belief Networks (DBNs) and Recurrent Neural Networks (RNNs) for comments mining. Sufficient experiments on various datasets show that both models perform better than traditional rating-only recommendation methods, especially for cold-start problem.
What problem does this paper attempt to address?