论文标题
部分可观测时空混沌系统的无模型预测
Disentangling Long and Short-Term Interests for Recommendation
论文作者
论文摘要
对用户的长期和短期利益进行建模对于准确的建议至关重要。但是,由于没有为用户兴趣的手动注释标签,因此现有方法始终遵循纠缠这两个方面的范式,这可能会导致建议的准确性和解释性较低。在本文中,为了解决这个问题,我们提出了一个对比对比学习框架,以解除长期和短期的利益以供自我选择。具体来说,我们首先提出了两个独立的编码器,以独立捕获不同时间尺度的用户兴趣。然后,我们从相互作用序列中提取长期和短期利益代理,这些序列是用户兴趣的伪标签。然后,成对的对比任务旨在监督兴趣表示形式与其相应的兴趣代理之间的相似性。最后,由于长期和短期利益的重要性正在动态变化,因此我们建议通过基于注意的基于注意力的网络来适应它们进行预测。我们在两个大规模的现实世界数据集上进行了实验,用于电子商务和短视频推荐。经验结果表明,我们的CLSR始终胜过所有具有重大改进的最先进模型:GAUC的改善超过0.01,而NDCG的提高了4%以上。进一步的反事实评估表明,CLSR成功实现了长期和短期利益的更强大的分解。代码和数据可从https://github.com/tsinghua-fib-lab/clsr获得。
Modeling user's long-term and short-term interests is crucial for accurate recommendation. However, since there is no manually annotated label for user interests, existing approaches always follow the paradigm of entangling these two aspects, which may lead to inferior recommendation accuracy and interpretability. In this paper, to address it, we propose a Contrastive learning framework to disentangle Long and Short-term interests for Recommendation (CLSR) with self-supervision. Specifically, we first propose two separate encoders to independently capture user interests of different time scales. We then extract long-term and short-term interests proxies from the interaction sequences, which serve as pseudo labels for user interests. Then pairwise contrastive tasks are designed to supervise the similarity between interest representations and their corresponding interest proxies. Finally, since the importance of long-term and short-term interests is dynamically changing, we propose to adaptively aggregate them through an attention-based network for prediction. We conduct experiments on two large-scale real-world datasets for e-commerce and short-video recommendation. Empirical results show that our CLSR consistently outperforms all state-of-the-art models with significant improvements: GAUC is improved by over 0.01, and NDCG is improved by over 4%. Further counterfactual evaluations demonstrate that stronger disentanglement of long and short-term interests is successfully achieved by CLSR. The code and data are available at https://github.com/tsinghua-fib-lab/CLSR.