paper-with-me

홈 › Papers

GenRecEdit: Adapting Model Editing for Generative Recommendation with Cold-Start Items

2026-03-15 · Chenglei Shen, Teng Shi, Weijie Yu, Xiao Zhang, Jun Xu arxiv

Generative recommendation (GR) has shown strong potential for sequential recommendation in an end-to-end generation paradigm. However, existing GR models suffer from severe cold-start collapse: their recommendation accuracy on cold-start items can drop to near zero. Current solutions typically rely on retraining with cold-start interactions, which is hindered by sparse feedback, high computational cost, and delayed updates, limiting practical utility in rapidly evolving recommendation catalogs. Inspired by model editing in NLP, which enables training-free knowledge injection into large language models, we explore how to bring this paradigm to generative recommendation. This, however, faces two key challenges: GR lacks the explicit subject-object binding common in natural language, making targeted edits difficult; and GR does not exhibit stable token co-occurrence patterns, making the injection of multi-token item representations unreliable. To address these challenges, we propose GenRecEdit, a model editing framework tailored for generative recommendation. GenRecEdit explicitly models the relationship between the full sequence context and next-token generation, adopts iterative token-level editing to inject multi-token item representations, and introduces a one-to-one trigger mechanism to reduce interference among multiple edits during inference. Extensive experiments on multiple datasets show that GenRecEdit substantially improves recommendation performance on cold-start items while preserving the model's original recommendation quality. Moreover, it achieves these gains using only about 9.5% of the training time required for retraining, enabling more efficient and frequent model updates.

📄 PDF Abstract BibTeX arXiv:2603.14259

Code (0)

등록된 구현이 없습니다.

Tasks

Sequential Recommendation

Similar Papers 제목 키워드 기반

Generative Adversarial Framework for Cold-Start Item Recommendation

2022-07-07 · SIGIR '22: Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information RetrievalJuly 2022 Pages 2565–2571 2022 7 · Hao Chen, Zefan Wang, Feiran Huang, Xiao Huang 외

The cold-start problem has been a long-standing issue in recommendation. Embedding-based recommendation models provide recommendations by learning embeddings for each user and item from historical interactions. Therefore…

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

Graph Reasoning for Explainable Cold Start Recommendation

2024-06-11 · Jibril Frej, Marta Knezevic, Tanja Kaser

The cold start problem, where new users or items have no interaction history, remains a critical challenge in recommender systems (RS). A common solution involves using Knowledge Graphs (KG) to train entity embeddings or…

Entity EmbeddingsKnowledge GraphsRecommendation Systems

Purely Semantic Indexing for LLM-based Generative Recommendation and Retrieval

2025-09-19 · Ruohan Zhang, Jiacheng Li, Julian McAuley, Yupeng Hou arxiv

Semantic identifiers (IDs) have proven effective in adapting large language models for generative recommendation and retrieval. However, existing methods often suffer from semantic ID conflicts, where semantically simila…

Sequential Recommendation

Sequential Scenario-Specific Meta Learner for Online Recommendation

2019-06-02 · Zhengxiao Du, Xiaowei Wang, Hongxia Yang, Jingren Zhou 외

Cold-start problems are long-standing challenges for practical recommendations. Most existing recommendation algorithms rely on extensive observed data and are brittle to recommendation scenarios with few interactions. T…

Few-Shot LearningMeta-Learning