arXiv:2506.13021cs.LG2025-06被引 2

融合内容与时间的推荐模型,显著提升个性化预测效果。

C-TLSAN: Content-Enhanced Time-Aware Long- and Short-Term Attention Network for Personalized Recommendation

  • 引入文本内容增强长短时注意力机制
  • 在10个品类上召回率提升93.99%
  • 适合需要高精度推荐的电商场景

序列推荐系统通过捕捉用户历史交互中的模式来建模其动态偏好。本文提出C-TLSAN(Content-Enhanced Time-Aware Long- and Short-Term Attention Network),在TLSAN基础上联合建模长短期用户偏好,并融入物品相关的语义内容(如商品描述)。该模型将用户历史交互关联的文本嵌入到长短时注意力层中,同时学习行为模式与丰富的内容语义,提升跨时间维度的用户与物品表示能力。通过融合序列信号与文本语义,增强了推荐系统的表达力与个性化水平。我们在大规模Amazon数据集上进行实验,对比包括基于大语言模型(LLM)的最新序列推荐方法。结果表明,C-TLSAN在下一物品预测任务中持续优于强基线,平均相比最优基线(TLSAN)提升AUC 1.66%、Recall@10 93.99%、Precision@10 94.80%,覆盖10个亚马逊产品类别。这些结果验证了内容感知增强在时间建模框架中的价值。代码已开源。

原文摘要 · Abstract (English)

Sequential recommender systems aim to model users' evolving preferences by capturing patterns in their historical interactions. Recent advances in this area have leveraged deep neural networks and attention mechanisms to effectively represent sequential behaviors and time-sensitive interests. In this work, we propose C-TLSAN (Content-Enhanced Time-Aware Long- and Short-Term Attention Network), an extension of the TLSAN architecture that jointly models long- and short-term user preferences while incorporating semantic content associated with items, such as product descriptions. C-TLSAN enriches the recommendation pipeline by embedding textual content linked to users' historical interactions directly into both long-term and short-term attention layers. This allows the model to learn from both behavioral patterns and rich item content, enhancing user and item representations across temporal dimensions. By fusing sequential signals with textual semantics, our approach improves the expressiveness and personalization capacity of recommendation systems. We conduct extensive experiments on large-scale Amazon datasets, benchmarking C-TLSAN against state-of-the-art baselines, including recent sequential recommenders based on Large Language Models (LLMs), which represent interaction history and predictions in text form. Empirical results demonstrate that C-TLSAN consistently outperforms strong baselines in next-item prediction tasks. Notably, it improves AUC by 1.66%, Recall@10 by 93.99%, and Precision@10 by 94.80% on average over the best-performing baseline (TLSAN) across 10 Amazon product categories. These results highlight the value of integrating content-aware enhancements into temporal modeling frameworks for sequential recommendation. Our code is available at https://github.com/booml247/cTLSAN.

序列推荐内容增强注意力机制

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