将用户购买时间间隔融入大模型,提升序列推荐精度
Not Just What, But When: Integrating Irregular Intervals to LLM for Sequential Recommendation
- 用新型间隔注意力机制融合物品与时间间隔信息
- 平均性能提升4.4%,冷启动场景表现最优
- 首次从时间间隔视角评估冷启动问题,揭示新挑战
用户购买物品之间的时间间隔是序列推荐中的关键因素,但现有方法多聚焦物品序列,常假设间隔为静态。本文提出IntervalLLM框架,将时间间隔信息融入大语言模型,并引入间隔感知注意力机制,联合建模物品与间隔信息。不同于以往仅从用户或物品视角解决冷启动问题,我们引入间隔视角作为新评估维度,覆盖热启动与冷启动场景。在3个基准数据集上的实验表明,IntervalLLM在平均性能上提升4.4%,并在所有用户、物品及间隔视角下均取得最佳表现。此外,我们发现从间隔视角看,冷启动场景的性能下降最为显著,凸显了基于间隔的冷启动研究的必要性。
原文摘要 · Abstract (English)
Time intervals between purchasing items are a crucial factor in sequential recommendation tasks, whereas existing approaches focus on item sequences and often overlook by assuming the intervals between items are static. However, dynamic intervals serve as a dimension that describes user profiling on not only the history within a user but also different users with the same item history. In this work, we propose IntervalLLM, a novel framework that integrates interval information into LLM and incorporates the novel interval-infused attention to jointly consider information of items and intervals. Furthermore, unlike prior studies that address the cold-start scenario only from the perspectives of users and items, we introduce a new viewpoint: the interval perspective to serve as an additional metric for evaluating recommendation methods on the warm and cold scenarios. Extensive experiments on 3 benchmarks with both traditional- and LLM-based baselines demonstrate that our IntervalLLM achieves not only 4.4% improvements in average but also the best-performing warm and cold scenarios across all users, items, and the proposed interval perspectives. In addition, we observe that the cold scenario from the interval perspective experiences the most significant performance drop among all recommendation methods. This finding underscores the necessity of further research on interval-based cold challenges and our integration of interval information in the realm of sequential recommendation tasks. Our code is available here: https://github.com/sony/ds-research-code/tree/master/recsys25-IntervalLLM.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。