English(EN)Self-Evolving Memory for Generative Recommendation
新方法通过演化记忆和重排序增强生成式推荐系统
作者PulseAugur 编辑部·[6 个来源]·
研究人员开发了新的方法来改进生成式推荐系统,该系统旨在通过对用户交互序列进行建模来提供个性化推荐。一种名为 LION 的方法引入了自演化记忆范式,以解决主导用户模式掩盖不太常见模式的“演化冲突”问题。另一种方法侧重于偏好漂移感知子序列学习和分层上下文融合,以更有效、更准确地处理长序列。此外,还提出了一种通用的生成式重排序技术,通过充当验证器来增强现有推荐检索器的性能,在不重新训练检索器的情况下提高召回率。
AI
arXiv:2609.18148v1 Announce Type: new Abstract: The remarkable success of large language models (LLMs) has provided important inspiration for the next generation of recommender systems. Structurally, recommendation and language generation share a similarity: both aim to produce a…
The remarkable success of large language models (LLMs) has provided important inspiration for the next generation of recommender systems. Structurally, recommendation and language generation share a similarity: both aim to produce an ordered sequence that optimizes the user's exp…
arXiv:2609.15598v1 Announce Type: cross Abstract: Generative recommendation has emerged as a promising end-to-end paradigm for personalized recommendation. However, user preferences continuously evolve over time, making self-evolving an essential capability for generative recomme…
Generative recommendation has emerged as a promising end-to-end paradigm for personalized recommendation. However, user preferences continuously evolve over time, making self-evolving an essential capability for generative recommender systems. Existing evolving strategies, such a…
Long-sequence generative recommendation methods autoregressively model the user's interaction sequence to generate the next-item representation. Existing methods generally fall into two categories: efficient full-sequence modeling and target-aware context retrieval. Our experimen…
First-stage recommenders in multi-stage systems produce a ranked candidate list from which a limited prefix is forwarded to downstream rankers. Because each forwarded item must be processed by more expensive ranking stages, this shortlist cannot be arbitrarily large. The first-st…