paper-with-me

홈 › Papers

Disentangling Long and Short-Term Interests for Recommendation

2022-02-26 · Yu Zheng, Chen Gao, Jianxin Chang, Yanan Niu, Yang song, Depeng Jin, Yong Li

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.

📄 PDF Abstract BibTeX arXiv:2202.13090

Code (1)

tsinghua-fib-lab/clsr 공식 구현 tf

Tasks

Contrastive LearningcounterfactualDisentanglement

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

SLSREC: Self-Supervised Contrastive Learning for Adaptive Fusion of Long- and Short-Term User Interests

2026-04-06 · Wei Zhou, Yue Shen, Junkai Ji, Yinglan Feng 외 arxiv

User interests typically encompass both long-term preferences and short-term intentions, reflecting the dynamic nature of user behaviors across different timeframes. The uneven temporal distribution of user interactions …

Self-Supervised LearningContrastive Learning

Denoising Long- and Short-term Interests for Sequential Recommendation

2024-07-20 · Xinyu Zhang, Beibei Li, Beihong Jin

User interests can be viewed over different time scales, mainly including stable long-term preferences and changing short-term intentions, and their combination facilitates the comprehensive sequential recommendation. Ho…

Contrastive LearningDenoisingSequential Recommendation

Neural News Recommendation with Long- and Short-term User Representations

2019-07-01 · ACL 2019 7 · Mingxiao An, Fangzhao Wu, Chuhan Wu, Kun Zhang 외

Personalized news recommendation is important to help users find their interested news and improve reading experience. A key problem in news recommendation is learning accurate user representations to capture their inter…

News Recommendation

Modeling Long-Term and Short-Term Interests with Parallel Attentions for Session-based Recommendation

2020-06-27 · Jing Zhu, Yanan Xu, Yanmin Zhu

The aim of session-based recommendation is to predict the users' next clicked item, which is a challenging task due to the inherent uncertainty in user behaviors and anonymous implicit feedback information. A powerful se…

Session-Based Recommendations

MRIF: Multi-resolution Interest Fusion for Recommendation

2020-07-08 · Shihao Li, Dekun Yang, Bufeng Zhang

The main task of personalized recommendation is capturing users' interests based on their historical behaviors. Most of recent advances in recommender systems mainly focus on modeling users' preferences accurately using …

Recommendation Systems