paper-with-me

홈 › Papers

Addressing Item-Cold Start Problem in Recommendation Systems using Model Based Approach and Deep Learning

2017-06-18 · Ivica Obadić, Gjorgji Madjarov, Ivica Dimitrovski, Dejan Gjorgjevikj

Traditional recommendation systems rely on past usage data in order to generate new recommendations. Those approaches fail to generate sensible recommendations for new users and items into the system due to missing information about their past interactions. In this paper, we propose a solution for successfully addressing item-cold start problem which uses model-based approach and recent advances in deep learning. In particular, we use latent factor model for recommendation, and predict the latent factors from item's descriptions using convolutional neural network when they cannot be obtained from usage data. Latent factors obtained by applying matrix factorization to the available usage data are used as ground truth to train the convolutional neural network. To create latent factor representations for the new items, the convolutional neural network uses their textual description. The results from the experiments reveal that the proposed approach significantly outperforms several baseline estimators.

📄 PDF Abstract BibTeX arXiv:1706.05730

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation 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

Addressing the Extreme Cold-Start Problem in Group Recommendation

2022-10-18 · Guo linxin, Tao yinghui, Gao Min, Yu Junliang 외

The task of recommending items to a group of users, a.k.a. group recommendation, is receiving increasing attention. However, the cold-start problem inherent in recommender systems is amplified in group recommendation bec…

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

Addressing the Item Cold-start Problem by Attribute-driven Active Learning

2018-05-23 · Yu Zhu, Jinhao Lin, Shibi He, Beidou Wang 외

In recommender systems, cold-start issues are situations where no previous events, e.g. ratings, are known for certain users or items. In this paper, we focus on the item cold-start problem. Both content information (e.g…

Active LearningAttributeCollaborative FilteringRecommendation Systems

Online Item Cold-Start Recommendation with Popularity-Aware Meta-Learning

2024-11-18 · Yunze Luo, Yuezihan Jiang, Yinjie Jiang, Gaode Chen 외

With the rise of e-commerce and short videos, online recommender systems that can capture users' interests and update new items in real-time play an increasingly important role. In both online and offline recommendation …

Data AugmentationMeta-LearningRecommendation Systems