paper-with-me

Papers

Factorizing LambdaMART for cold start recommendations

2015-11-04 · Phong Nguyen, Jun Wang, Alexandros Kalousis

Recommendation systems often rely on point-wise loss metrics such as the mean squared error. However, in real recommendation settings only few items are presented to a user. This observation has recently encouraged the use of rank-based metrics. LambdaMART is the state-of-the-art algorithm in learning to rank which relies on such a metric. Despite its success it does not have a principled regularization mechanism relying in empirical approaches to control model complexity leaving it thus prone to overfitting. Motivated by the fact that very often the users' and items' descriptions as well as the preference behavior can be well summarized by a small number of hidden factors, we propose a novel algorithm, LambdaMART Matrix Factorization (LambdaMART-MF), that learns a low rank latent representation of users and items using gradient boosted trees. The algorithm factorizes lambdaMART by defining relevance scores as the inner product of the learned representations of the users and items. The low rank is essentially a model complexity controller; on top of it we propose additional regularizers to constraint the learned latent representations that reflect the user and item manifolds as these are defined by their original feature based descriptors and the preference behavior. Finally we also propose to use a weighted variant of NDCG to reduce the penalty for similar items with large rating discrepancy. We experiment on two very different recommendation datasets, meta-mining and movies-users, and evaluate the performance of LambdaMART-MF, with and without regularization, in the cold start setting as well as in the simpler matrix completion setting. In both cases it outperforms in a significant manner current state of the art algorithms.

📄 PDF Abstract BibTeX arXiv:1511.01282

Code (0)

등록된 구현이 없습니다.

Tasks

Learning-To-RankMatrix CompletionRecommendation Systems

Similar Papers 제목 키워드 기반

Graph Neural Patching for Cold-Start Recommendations

2024-10-18 · Hao Chen, Yu Yang, Yuanchen Bei, Zefan Wang 외

The cold start problem in recommender systems remains a critical challenge. Current solutions often train hybrid models on auxiliary data for both cold and warm users/items, potentially degrading the experience for the l…

Recommendation Systems

GPatch: Patching Graph Neural Networks for Cold-Start Recommendations

2022-09-25 · Hao Chen, Zefan Wang, Yue Xu, Xiao Huang 외

Cold start is an essential and persistent problem in recommender systems. State-of-the-art solutions rely on training hybrid models for both cold-start and existing users/items, based on the auxiliary information. Such a…

Recommendation Systems

Cold-start recommendations in Collective Matrix Factorization

2018-09-02 · David Cortes

This work explores the ability of collective matrix factorization models in recommender systems to make predictions about users and items for which there is side information available but no feedback or interactions data…

Recommendation Systems

Cross-Domain Latent Factors Sharing via Implicit Matrix Factorization

2024-09-23 · Abdulaziz Samra, Evgeney Frolov, Alexey Vasilev, Alexander Grigorievskiy 외

Data sparsity has been one of the long-standing problems for recommender systems. One of the solutions to mitigate this issue is to exploit knowledge available in other source domains. However, many cross-domain recommen…

Recommendation Systems

Combating the Cold Start User Problem in Model Based Collaborative Filtering

2017-02-18 · Biswas Sampoorna, Lakshmanan Laks V. S., Ray Senjuti Basu

For tackling the well known cold-start user problem in model-based recommender systems, one approach is to recommend a few items to a cold-start user and use the feedback to learn a profile. The learned profile can then …

Collaborative FilteringRecommendation Systems