paper-with-me

Papers

Neural Collaborative Ranking

2018-08-15 · Song Bo, Yang Xin, Cao Yi, Xu Congfu

Recommender systems are aimed at generating a personalized ranked list of items that an end user might be interested in. With the unprecedented success of deep learning in computer vision and speech recognition, recently it has been a hot topic to bridge the gap between recommender systems and deep neural network. And deep learning methods have been shown to achieve state-of-the-art on many recommendation tasks. For example, a recent model, NeuMF, first projects users and items into some shared low-dimensional latent feature space, and then employs neural nets to model the interaction between the user and item latent features to obtain state-of-the-art performance on the recommendation tasks. NeuMF assumes that the non-interacted items are inherent negative and uses negative sampling to relax this assumption. In this paper, we examine an alternative approach which does not assume that the non-interacted items are necessarily negative, just that they are less preferred than interacted items. Specifically, we develop a new classification strategy based on the widely used pairwise ranking assumption. We combine our classification strategy with the recently proposed neural collaborative filtering framework, and propose a general collaborative ranking framework called Neural Network based Collaborative Ranking (NCR). We resort to a neural network architecture to model a user's pairwise preference between items, with the belief that neural network will effectively capture the latent structure of latent factors. The experimental results on two real-world datasets show the superior performance of our models in comparison with several state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:1808.04957

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringCollaborative RankingRecommendation Systemsspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Graph-based Collaborative Ranking

2017-01-31 · Shams Bita, Haratizadeh Saman

Data sparsity, that is a common problem in neighbor-based collaborative filtering domain, usually complicates the process of item recommendation. This problem is more serious in collaborative ranking domain, in which cal…

Collaborative FilteringCollaborative Ranking

Collaborative Ranking With 17 Parameters

2012-12-01 · NeurIPS 2012 12 · Maksims Volkovs, Richard S. Zemel

The primary application of collaborate filtering (CF) is to recommend a small set of items to a user, which entails ranking. Most approaches, however, formulate the CF problem as rating prediction, overlooking the rankin…

Collaborative Ranking

SQL-Rank: A Listwise Approach to Collaborative Ranking

2018-02-28 · ICML 2018 7 · Liwei Wu, Cho-Jui Hsieh, James Sharpnack

In this paper, we propose a listwise approach for constructing user-specific rankings in recommendation systems in a collaborative fashion. We contrast the listwise approach to previous pointwise and pairwise approaches,…

Collaborative RankingRecommendation Systems

Advances in Collaborative Filtering and Ranking

2020-02-27 · Liwei Wu

In this dissertation, we cover some recent advances in collaborative filtering and ranking. In chapter 1, we give a brief introduction of the history and the current landscape of collaborative filtering and ranking; chap…

Collaborative FilteringCollaborative RankingSequential Recommendation

A Gated Hybrid Contrastive Collaborative Filtering Recommendation

2026-04-29 · Eduardo Ferreira da Silva, Mayki dos Santos Oliveira, Joel Machado Pires, Denis Dantas Boaventura 외 arxiv

Recommender systems increasingly incorporate textual reviews to enrich user and item representations. However, most review-aware models remain optimized for rating prediction rather than ranking quality. This misalignmen…

Collaborative FilteringContrastive Learning