arXiv:2412.11846cs.IRcs.LG2024-12

用单正样本学习提升会话推荐准确率,解决数据稀疏问题

SPGL: Enhancing Session-based Recommendation with Single Positive Graph Learning

  • 构建全局图与会话表示,融合空间和时间信息
  • 单正样本优化使物品表征更均匀,提升推荐精度
  • 在Tmall等三个数据集上效果优于主流方法

会话推荐旨在根据用户交互序列预测其下一个感兴趣项。由于交互数据有限,该任务面临数据稀疏的挑战。传统方法通过构建复杂模型生成正负样本以增强特征学习,但存在模型复杂度高、泛化能力弱的问题。本文提出SPGL模型,结合单正样本优化损失与图学习机制,有效缓解数据稀疏性、降低模型复杂度并提升可迁移性。SPGL利用图卷积网络生成全局物品表示和批量会话表示,充分捕捉物品间的内在关联。在意图提取器中,考虑邻接矩阵的跳数(hop count)构建有向全局图,完整整合空间信息;同时在会话表示构建中引入物品的逆序位置信息,融入时间动态。在Tmall、RetailRocket和Diginetica三个基准数据集上的对比实验表明,SPGL性能显著优于现有方法。源代码可在https://github.com/liang-tian-tian/SPGL 获取。

原文摘要 · Abstract (English)

Session-based recommendation seeks to forecast the next item a user will be interested in, based on their interaction sequences. Due to limited interaction data, session-based recommendation faces the challenge of limited data availability. Traditional methods enhance feature learning by constructing complex models to generate positive and negative samples. This paper proposes a session-based recommendation model using Single Positive optimization loss and Graph Learning (SPGL) to deal with the problem of data sparsity, high model complexity and weak transferability. SPGL utilizes graph convolutional networks to generate global item representations and batch session representations, effectively capturing intrinsic relationships between items. The use of single positive optimization loss improves uniformity of item representations, thereby enhancing recommendation accuracy. In the intent extractor, SPGL considers the hop count of the adjacency matrix when constructing the directed global graph to fully integrate spatial information. It also takes into account the reverse positional information of items when constructing session representations to incorporate temporal information. Comparative experiments across three benchmark datasets, Tmall, RetailRocket and Diginetica, demonstrate the model's effectiveness. The source code can be accessed on https://github.com/liang-tian-tian/SPGL .

会话推荐图学习单正样本

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