通过融合物品相似性,显著提升冷启动物品的推荐效果。
SimRec: Mitigating the Cold-Start Problem in Sequential Recommendation by Integrating Item Similarity
- 用自定义损失函数引入物品相似性,不改变模型结构
- 对出现少于10次的物品,HR@10最高提升78%
- 适合处理稀疏数据中的冷启动问题
序列推荐系统在面对交互记录极少的冷启动物品时往往表现不佳。本文提出SimRec,通过利用物品间的内在相似性,在不改变模型架构和参数量的前提下,将物品相似性融入训练过程,仅通过定制化损失函数实现。该方法保持相同的推理时间,且几乎无需额外计算开销。实验表明,该模型能有效处理训练中未显式见过的罕见物品,显著提升整体推荐性能。在多个数据集上的评估显示,尤其在物品出现次数少于10次的场景下,SimRec相较SASRec在HR@10上最高提升78%。在稀疏数据集上优于强基线,而在密集数据集上表现相当。代码已开源:https://github.com/amazon-science/sequential-recommendation-using-similarity。
原文摘要 · Abstract (English)
Sequential recommendation systems often struggle to make predictions or take action when dealing with cold-start items that have limited amount of interactions. In this work, we propose SimRec - a new approach to mitigate the cold-start problem in sequential recommendation systems. SimRec addresses this challenge by leveraging the inherent similarity among items, incorporating item similarities into the training process through a customized loss function. Importantly, this enhancement is attained with identical model architecture and the same amount of trainable parameters, resulting in the same inference time and requiring minimal additional effort. This novel approach results in a robust contextual sequential recommendation model capable of effectively handling rare items, including those that were not explicitly seen during training, thereby enhancing overall recommendation performance. Rigorous evaluations against multiple baselines on diverse datasets showcase SimRec's superiority, particularly in scenarios involving items occurring less than 10 times in the training data. The experiments reveal an impressive improvement, with SimRec achieving up to 78% higher HR@10 compared to SASRec. Notably, SimRec outperforms strong baselines on sparse datasets while delivering on-par performance on dense datasets. Our code is available at https://github.com/amazon-science/sequential-recommendation-using-similarity.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。