paper-with-me

홈 › Papers

Improving Item Cold-start Recommendation via Model-agnostic Conditional Variational Autoencoder

2022-05-27 · Xu Zhao, Yi Ren, Ying Du, Shenzheng Zhang, Nian Wang

Embedding & MLP has become a paradigm for modern large-scale recommendation system. However, this paradigm suffers from the cold-start problem which will seriously compromise the ecological health of recommendation systems. This paper attempts to tackle the item cold-start problem by generating enhanced warmed-up ID embeddings for cold items with historical data and limited interaction records. From the aspect of industrial practice, we mainly focus on the following three points of item cold-start: 1) How to conduct cold-start without additional data requirements and make strategy easy to be deployed in online recommendation scenarios. 2) How to leverage both historical records and constantly emerging interaction data of new items. 3) How to model the relationship between item ID and side information stably from interaction data. To address these problems, we propose a model-agnostic Conditional Variational Autoencoder based Recommendation(CVAR) framework with some advantages including compatibility on various backbones, no extra requirements for data, utilization of both historical data and recent emerging interactions. CVAR uses latent variables to learn a distribution over item side information and generates desirable item ID embeddings using a conditional decoder. The proposed method is evaluated by extensive offline experiments on public datasets and online A/B tests on Tencent News recommendation platform, which further illustrate the advantages and robustness of CVAR.

📄 PDF Abstract BibTeX arXiv:2205.13795

Code (1)

bestactionnow/cvar 공식 구현 pytorch

Tasks

DecoderNews RecommendationRecommendation Systems

Similar Papers 제목 키워드 기반

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

General Item Representation Learning for Cold-start Content Recommendations

2024-04-22 · Jooeun Kim, Jinri Kim, Kwangeun Yeo, Eungi Kim 외

Cold-start item recommendation is a long-standing challenge in recommendation systems. A common remedy is to use a content-based approach, but rich information from raw contents in various forms has not been fully utiliz…

News RecommendationRecommendation SystemsRepresentation Learning

Large Language Models as Data Augmenters for Cold-Start Item Recommendation

2024-02-18 · Jianling Wang, Haokai Lu, James Caverlee, Ed Chi 외

The reasoning and generalization capabilities of LLMs can help us better understand user preferences and item characteristics, offering exciting prospects to enhance recommendation systems. Though effective while user-it…

Recommendation Systems

Denoising Implicit Feedback for Cold-start Recommendation

2026-06-17 · Gaode Chen, Shicheng Wang, Shikun Li, Rui Huang 외 arxiv

Implicit feedback is widely used in recommender systems due to its accessibility and generality, yet it usually presents noisy samples (e.g., clickbait, position bias). Meanwhile, recommenders inevitably face the item co…

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