Neural Autoregressive Collaborative Filtering For Implicit Feedback | Awesome LLM Papers Contribute to Awesome LLM Papers

Neural Autoregressive Collaborative Filtering For Implicit Feedback

Yin Zheng, Cailiang Liu, Bangsheng Tang, Hanning Zhou . Proceedings of the 1st Workshop on Deep Learning for Recommender Systems 2016 – 79 citations

[Paper]   Search on Google Scholar   Search on Semantic Scholar
Uncategorized

This paper proposes implicit CF-NADE, a neural autoregressive model for collaborative filtering tasks using implicit feedback ( e.g. click, watch, browse behaviors). We first convert a users implicit feedback into a like vector and a confidence vector, and then model the probability of the like vector, weighted by the confidence vector. The training objective of implicit CF-NADE is to maximize a weighted negative log-likelihood. We test the performance of implicit CF-NADE on a dataset collected from a popular digital TV streaming service. More specifically, in the experiments, we describe how to convert watch counts into implicit relative rating, and feed into implicit CF-NADE. Then we compare the performance of implicit CF-NADE model with the popular implicit matrix factorization approach. Experimental results show that implicit CF-NADE significantly outperforms the baseline.

Similar Work