arXiv:2509.13957cs.IRcs.CL2025-09EMNLP被引 5

让推荐模型理解时间变化,提升个性化预测能力

Enhancing Time Awareness in Generative Recommendation

  • 用时间感知提示捕捉用户和物品的时序模式
  • 无需训练即可提升排序,最高增益15.4% Recall@5
  • 适合需要动态偏好建模的推荐场景

生成式推荐将推荐任务转化为文本到文本生成,利用大语言模型的丰富知识。然而,现有方法多关注项目顺序,忽视项目间的时序动态,难以捕捉用户偏好的演变。为此,我们提出新型模型GRUT,通过多种时间信号有效捕捉隐藏用户偏好。引入时间感知提示,包含用户级时间上下文(建模时间戳与时间间隔的个性化模式)和物品级转换上下文(建模跨用户转移模式)。同时设计趋势感知推理,一种无需训练的方法,通过结合物品趋势信息与生成概率增强排序效果。大量实验表明,GRUT在四个基准数据集上,Recall@5和NDCG@5分别提升最多15.4%和14.3%,优于当前最先进模型。代码已开源。

原文摘要 · Abstract (English)

Generative recommendation has emerged as a promising paradigm that formulates the recommendations into a text-to-text generation task, harnessing the vast knowledge of large language models. However, existing studies focus on considering the sequential order of items and neglect to handle the temporal dynamics across items, which can imply evolving user preferences. To address this limitation, we propose a novel model, Generative Recommender Using Time awareness (GRUT), effectively capturing hidden user preferences via various temporal signals. We first introduce Time-aware Prompting, consisting of two key contexts. The user-level temporal context models personalized temporal patterns across timestamps and time intervals, while the item-level transition context provides transition patterns across users. We also devise Trend-aware Inference, a training-free method that enhances rankings by incorporating trend information about items with generation likelihood. Extensive experiments demonstrate that GRUT outperforms state-of-the-art models, with gains of up to 15.4% and 14.3% in Recall@5 and NDCG@5 across four benchmark datasets. The source code is available at https://github.com/skleee/GRUT.

生成式推荐时间建模个性化排序

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。