TL;DR
This paper introduces CLSR, a contrastive learning framework that effectively disentangles long-term and short-term user interests for recommendation, leading to improved accuracy and interpretability on large-scale datasets.
Contribution
The paper proposes a novel self-supervised contrastive learning approach with separate encoders and interest proxies to disentangle user interests at different time scales.
Findings
Outperforms state-of-the-art models in GAUC and NDCG metrics
Achieves stronger disentanglement of user interests
Demonstrates effectiveness on large-scale e-commerce and short-video datasets
Abstract
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,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsContrastive Learning
