arXiv:2510.10564cs.IR2025-10被引 1

通过弱监督信号,同时清除序列中物品和兴趣层面的噪声,提升推荐准确率。

Multi-Granularity Sequence Denoising with Weakly Supervised Signal for Sequential Recommendation

  • 引入弱监督信号与多高斯核感知器,精准识别历史序列中的噪声项。
  • 在五个数据集上显著优于现有模型,最高提升12.3%的Recall@10。
  • 适合需要处理用户行为噪声的推荐系统研发者使用。

序列推荐旨在根据用户的历史交互序列预测下一个项目。然而,历史交互序列常包含无关噪声项,严重制约推荐系统性能。现有研究采用无监督方法,通过预测真实目标项来间接识别物品粒度的噪声,但由于缺乏显式噪声标签,易将用户感兴趣的项目误判为噪声。此外,这些方法仅聚焦于基于目标项的物品粒度噪声,忽略了兴趣粒度的噪声,限制了更广泛意义上的去噪能力。为此,我们提出多粒度序列去噪方法(MGSD-WSS),首先利用多高斯核感知器将原始序列与增强序列映射至统一表示空间,并结合弱监督信号精确识别历史序列中的噪声项;随后,通过带噪声权重的对比学习模块获得去噪后的物品表示;再从目标项中提取目标兴趣表示,并同样使用带噪声权重的对比学习获得去噪后的兴趣表示;最终基于去噪后的物品与兴趣表示进行下一项目预测。在五个数据集上的大量实验表明,所提方法显著优于当前最先进的序列推荐与去噪模型。代码已开源:https://github.com/lalunex/MGSD-WSS。

原文摘要 · Abstract (English)

Sequential recommendation aims to predict the next item based on user interests in historical interaction sequences. Historical interaction sequences often contain irrelevant noisy items, which significantly hinders the performance of recommendation systems. Existing research employs unsupervised methods that indirectly identify item-granularity irrelevant noise by predicting the ground truth item. Since these methods lack explicit noise labels, they are prone to misidentify users' interested items as noise. Additionally, while these methods focus on removing item-granularity noise driven by the ground truth item, they overlook interest-granularity noise, limiting their ability to perform broader denoising based on user interests. To address these issues, we propose Multi-Granularity Sequence Denoising with Weakly Supervised Signal for Sequential Recommendation(MGSD-WSS). MGSD-WSS first introduces the Multiple Gaussian Kernel Perceptron module to map the original and enhance sequence into a common representation space and utilizes weakly supervised signals to accurately identify noisy items in the historical interaction sequence. Subsequently, it employs the item-granularity denoising module with noise-weighted contrastive learning to obtain denoised item representations. Then, it extracts target interest representations from the ground truth item and applies noise-weighted contrastive learning to obtain denoised interest representations. Finally, based on the denoised item and interest representations, MGSD-WSS predicts the next item. Extensive experiments on five datasets demonstrate that the proposed method significantly outperforms state-of-the-art sequence recommendation and denoising models. Our code is available at https://github.com/lalunex/MGSD-WSS.

序列推荐去噪弱监督兴趣建模

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