paper-with-me

Papers

FELRec: Efficient Handling of Item Cold-Start With Dynamic Representation Learning in Recommender Systems

2022-10-30 · Kuba Weimann, Tim O. F. Conrad

Recommender systems suffer from the cold-start problem whenever a new user joins the platform or a new item is added to the catalog. To address item cold-start, we propose to replace the embedding layer in sequential recommenders with a dynamic storage that has no learnable weights and can keep an arbitrary number of representations. In this paper, we present FELRec, a large embedding network that refines the existing representations of users and items in a recursive manner, as new information becomes available. In contrast to similar approaches, our model represents new users and items without side information and time-consuming finetuning, instead it runs a single forward pass over a sequence of existing representations. During item cold-start, our method outperforms similar method by 29.50%-47.45%. Further, our proposed model generalizes well to previously unseen datasets in zero-shot settings. The source code is publicly available at https://github.com/kweimann/FELRec .

📄 PDF Abstract BibTeX arXiv:2210.16928

Code (1)

kweimann/felrec 공식 구현 pytorch

Tasks

Recommendation SystemsRepresentation Learning

Similar Papers 제목 키워드 기반

Shallow AutoEncoding Recommender with Cold Start Handling via Side Features

2025-04-03 · Edward DongBo Cui, Lu Zhang, William Ping-hsun Lee

User and item cold starts present significant challenges in industrial applications of recommendation systems. Supplementing user-item interaction data with metadata is a common solution-but often at the cost of introduc…

Collaborative FilteringRecommendation Systems

Alleviating Cold-Start Problems in Recommendation through Pseudo-Labelling over Knowledge Graph

2020-11-10 · Riku Togashi, Mayu Otani, Shin'ichi Satoh

Solving cold-start problems is indispensable to provide meaningful recommendation results for new users and items. Under sparsely observed data, unobserved user-item pairs are also a vital source for distilling latent us…

Cold-start Sequential Recommendation via Meta Learner

2020-12-10 · Yujia Zheng, Siyi Liu, Zekun Li, Shu Wu

This paper explores meta-learning in sequential recommendation to alleviate the item cold-start problem. Sequential recommendation aims to capture user's dynamic preferences based on historical behavior sequences and act…

Meta-LearningSequential Recommendation

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…

Wasserstein Collaborative Filtering for Item Cold-start Recommendation

2019-09-10 · Yitong Meng, Guangyong Chen, Benben Liao, Jun Guo 외

The item cold-start problem seriously limits the recommendation performance of Collaborative Filtering (CF) methods when new items have either none or very little interactions. To solve this issue, many modern Internet a…

Collaborative Filtering