paper-with-me

Papers

Cold & Warm Net: Addressing Cold-Start Users in Recommender Systems

2023-09-27 · Xiangyu Zhang, Zongqiang Kuang, Zehao Zhang, Fan Huang, Xianfeng Tan

Cold-start recommendation is one of the major challenges faced by recommender systems (RS). Herein, we focus on the user cold-start problem. Recently, methods utilizing side information or meta-learning have been used to model cold-start users. However, it is difficult to deploy these methods to industrial RS. There has not been much research that pays attention to the user cold-start problem in the matching stage. In this paper, we propose Cold & Warm Net based on expert models who are responsible for modeling cold-start and warm-up users respectively. A gate network is applied to incorporate the results from two experts. Furthermore, dynamic knowledge distillation acting as a teacher selector is introduced to assist experts in better learning user representation. With comprehensive mutual information, features highly relevant to user behavior are selected for the bias net which explicitly models user behavior bias. Finally, we evaluate our Cold & Warm Net on public datasets in comparison to models commonly applied in the matching stage and it outperforms other models on all user types. The proposed model has also been deployed on an industrial short video platform and achieves a significant increase in app dwell time and user retention rate.

📄 PDF Abstract BibTeX arXiv:2309.15646

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationMeta-LearningRecommendation Systems

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

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

Large Language Model Simulator for Cold-Start Recommendation

2024-02-14 · Feiran Huang, Yuanchen Bei, Zhenghang Yang, Junyi Jiang 외

Recommending cold items remains a significant challenge in billion-scale online recommendation systems. While warm items benefit from historical user behaviors, cold items rely solely on content features, limiting their …

Collaborative FilteringLanguage ModelingLanguage ModellingLarge Language Model+2

VM-Rec: A Variational Mapping Approach for Cold-start User Recommendation

2023-11-02 · Linan Zheng, Jiale Chen, Pengsheng Liu, Guangfa Zhang 외

The cold-start problem is a common challenge for most recommender systems. The practical application of most cold-start methods is hindered by the deficiency in auxiliary content information for users. Moreover, most met…

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