Latent Collaborative Retrieval

Abstract

Retrieval tasks typically require a ranking of items given a query. Collaborative filtering tasks, on the other hand, learn to model user's preferences over items. In this paper we study the joint problem of recommending items to a user with respect to a given query, which is a surprisingly common task. This setup differs from the standard collaborative filtering one in that we are given a query × user × item tensor for training instead of the more traditional user × item matrix. Compared to document retrieval we do have a query, but we may or may not have content features (we will consider both cases) and we can also take account of the user's profile. We introduce a factorized model for this new task that optimizes the top-ranked items returned for the given query and user. We report empirical results where it outperforms several baselines.

Cite

Text

Weston et al. "Latent Collaborative Retrieval." International Conference on Machine Learning, 2012.

Markdown

[Weston et al. "Latent Collaborative Retrieval." International Conference on Machine Learning, 2012.](https://mlanthology.org/icml/2012/weston2012icml-latent/)

BibTeX

@inproceedings{weston2012icml-latent,
  title     = {{Latent Collaborative Retrieval}},
  author    = {Weston, Jason and Wang, Chong and Weiss, Ron J. and Berenzweig, Adam},
  booktitle = {International Conference on Machine Learning},
  year      = {2012},
  url       = {https://mlanthology.org/icml/2012/weston2012icml-latent/}
}