paper-with-me

Papers

Deep Learning to Address Candidate Generation and Cold Start Challenges in Recommender Systems: A Research Survey

2019-07-17 · Kiran Rama, Pradeep Kumar, Bharat Bhasker

Among the machine learning applications to business, recommender systems would take one of the top places when it comes to success and adoption. They help the user in accelerating the process of search while helping businesses maximize sales. Post phenomenal success in computer vision and speech recognition, deep learning methods are beginning to get applied to recommender systems. Current survey papers on deep learning in recommender systems provide a historical overview and taxonomy of recommender systems based on type. Our paper addresses the gaps of providing a taxonomy of deep learning approaches to address recommender systems problems in the areas of cold start and candidate generation in recommender systems. We outline different challenges in recommender systems into those related to the recommendations themselves (include relevance, speed, accuracy and scalability), those related to the nature of the data (cold start problem, imbalance and sparsity) and candidate generation. We then provide a taxonomy of deep learning techniques to address these challenges. Deep learning techniques are mapped to the different challenges in recommender systems providing an overview of how deep learning techniques can be used to address them. We contribute a taxonomy of deep learning techniques to address the cold start and candidate generation problems in recommender systems. Cold Start is addressed through additional features (for audio, images, text) and by learning hidden user and item representations. Candidate generation has been addressed by separate networks, RNNs, autoencoders and hybrid methods. We also summarize the advantages and limitations of these techniques while outlining areas for future research.

📄 PDF Abstract BibTeX arXiv:1907.08674

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningRecommendation Systemsspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Keyword-driven Retrieval-Augmented Large Language Models for Cold-start User Recommendations

2024-05-30 · Hai-Dang Kieu, Minh Duc Nguyen, Thanh-Son Nguyen, Dung D. Le

Recent advancements in Large Language Models (LLMs) have shown significant potential in enhancing recommender systems. However, addressing the cold-start recommendation problem, where users lack historical data, remains …

Recommendation SystemsRe-RankingRetrieval

ItemRAG: Item-Based Retrieval-Augmented Generation for LLM-Based Recommendation

2025-11-19 · Sunwoo Kim, Geon Lee, Kyungho Kim, Jaemin Yoo 외 arxiv

Recently, large language models (LLMs) have been widely used as recommender systems, owing to their reasoning capability and effectiveness in handling cold-start items. A common approach prompts an LLM with a target user…

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

FilterLLM: Text-To-Distribution LLM for Billion-Scale Cold-Start Recommendation

2025-02-24 · Ruochen Liu, Hao Chen, Yuanchen Bei, Zheyu Zhou 외

Large Language Model (LLM)-based cold-start recommendation systems continue to face significant computational challenges in billion-scale scenarios, as they follow a "Text-to-Judgment" paradigm. This approach processes u…

Large Language ModelRecommendation Systems

RAMO: Retrieval-Augmented Generation for Enhancing MOOCs Recommendations

2024-07-06 · Jiarui Rao, Jionghao Lin

Massive Open Online Courses (MOOCs) have significantly enhanced educational accessibility by offering a wide variety of courses and breaking down traditional barriers related to geography, finance, and time. However, stu…

RAGRecommendation SystemsRetrievalRetrieval-augmented Generation