Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Towards Amortized Ranking-Critical Training for Collaborative Filtering

About

Collaborative filtering is widely used in modern recommender systems. Recent research shows that variational autoencoders (VAEs) yield state-of-the-art performance by integrating flexible representations from deep neural networks into latent variable models, mitigating limitations of traditional linear factor models. VAEs are typically trained by maximizing the likelihood (MLE) of users interacting with ground-truth items. While simple and often effective, MLE-based training does not directly maximize the recommendation-quality metrics one typically cares about, such as top-N ranking. In this paper we investigate new methods for training collaborative filtering models based on actor-critic reinforcement learning, to directly optimize the non-differentiable quality metrics of interest. Specifically, we train a critic network to approximate ranking-based metrics, and then update the actor network (represented here by a VAE) to directly optimize against the learned metrics. In contrast to traditional learning-to-rank methods that require to re-run the optimization procedure for new lists, our critic-based method amortizes the scoring process with a neural network, and can directly provide the (approximate) ranking scores for new lists. Empirically, we show that the proposed methods outperform several state-of-the-art baselines, including recently-proposed deep learning approaches, on three large-scale real-world datasets. The code to reproduce the experimental results and figure plots is on Github: https://github.com/samlobel/RaCT_CF

Sam Lobel, Chunyuan Li, Jianfeng Gao, Lawrence Carin• 2019

Related benchmarks

TaskDatasetResultRank
Top-N RecommendationMovieLens 20M
NDCG@1000.434
22
Top-N RecommendationNetflix Prize Dataset
NCDG@1000.392
22
Collaborative FilteringML-20M large (test)
Recall@200.403
17
Top-K RecommendationMovieLens 20M (test)
Recall@5054.3
17
RecommendationMillion Song
Recall@200.268
14
Top-N RecommendationNetflix Prize Dataset (test)
Recall@2035.7
10
Collaborative FilteringNetflix large (test)
Recall@2035.7
9
Top-N RecommendationMillion Songs Dataset (MSD) (test)
Recall@200.268
9
Showing 8 of 8 rows

Other info

Code

Follow for update