paper-with-me

Papers

A Meta-Learning Perspective on Cold-Start Recommendations for Items

2017-12-01 · NeurIPS 2017 12 · Manasi Vartak, Arvind Thiagarajan, Conrado Miranda, Jeshua Bratman, Hugo Larochelle

Matrix factorization (MF) is one of the most popular techniques for product recommendation, but is known to suffer from serious cold-start problems. Item cold-start problems are particularly acute in settings such as Tweet recommendation where new items arrive continuously. In this paper, we present a meta-learning strategy to address item cold-start when new items arrive continuously. We propose two deep neural network architectures that implement our meta-learning strategy. The first architecture learns a linear classifier whose weights are determined by the item history while the second architecture learns a neural network whose biases are instead adjusted. We evaluate our techniques on the real-world problem of Tweet recommendation. On production data at Twitter, we demonstrate that our proposed techniques significantly beat the MF baseline and also outperform production models for Tweet recommendation.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Meta-LearningProduct Recommendation

Similar Papers 제목 키워드 기반

M2TRec: Metadata-aware Multi-task Transformer for Large-scale and Cold-start free Session-based Recommendations

2022-09-23 · Walid Shalaby, Sejoon Oh, Amir Afsharinejad, Srijan Kumar 외

Session-based recommender systems (SBRSs) have shown superior performance over conventional methods. However, they show limited scalability on large-scale industrial datasets since most models learn one embedding per ite…

Recommendation SystemsSession-Based Recommendations

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

MeLU: Meta-Learned User Preference Estimator for Cold-Start Recommendation

2019-07-31 · Hoyeop Lee, Jinbae Im, Seongwon Jang, Hyunsouk Cho 외

This paper proposes a recommender system to alleviate the cold-start problem that can estimate user preferences based on only a small number of items. To identify a user's preference in the cold state, existing recommend…

Evidence SelectionMeta-LearningRecommendation Systems

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

Diverse Preference Augmentation with Multiple Domains for Cold-start Recommendations

2022-04-01 · Yan Zhang, Changyu Li, Ivor W. Tsang, Hui Xu 외

Cold-start issues have been more and more challenging for providing accurate recommendations with the fast increase of users and items. Most existing approaches attempt to solve the intractable problems via content-aware…

Domain AdaptationMeta-LearningTransfer Learning