paper-with-me

Papers

Multi-level Contrastive Learning Framework for Sequential Recommendation

2022-08-27 · Ziyang Wang, Huoyu Liu, Wei Wei, Yue Hu, Xian-Ling Mao, Shaojian He, Rui Fang, Dangyang Chen

Sequential recommendation (SR) aims to predict the subsequent behaviors of users by understanding their successive historical behaviors. Recently, some methods for SR are devoted to alleviating the data sparsity problem (i.e., limited supervised signals for training), which take account of contrastive learning to incorporate self-supervised signals into SR. Despite their achievements, it is far from enough to learn informative user/item embeddings due to the inadequacy modeling of complex collaborative information and co-action information, such as user-item relation, user-user relation, and item-item relation. In this paper, we study the problem of SR and propose a novel multi-level contrastive learning framework for sequential recommendation, named MCLSR. Different from the previous contrastive learning-based methods for SR, MCLSR learns the representations of users and items through a cross-view contrastive learning paradigm from four specific views at two different levels (i.e., interest- and feature-level). Specifically, the interest-level contrastive mechanism jointly learns the collaborative information with the sequential transition patterns, and the feature-level contrastive mechanism re-observes the relation between users and items via capturing the co-action information (i.e., co-occurrence). Extensive experiments on four real-world datasets show that the proposed MCLSR outperforms the state-of-the-art methods consistently.

📄 PDF Abstract BibTeX arXiv:2208.13007

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningRelationSequential Recommendation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Hierarchical Contrastive Learning with Multiple Augmentation for Sequential Recommendation

2023-08-07 · Dongjun Lee, Donggeun Ko, Jaekwang Kim

Sequential recommendation addresses the issue of preference drift by predicting the next item based on the user's previous behaviors. Recently, a promising approach using contrastive learning has emerged, demonstrating i…

Contrastive LearningSequential Recommendation

Multi-intent Aware Contrastive Learning for Sequential Recommendation

2024-09-13 · Junshu Huang, Zi Long, Xianghua Fu, Yin Chen

Intent is a significant latent factor influencing user-item interaction sequences. Prevalent sequence recommendation models that utilize contrastive learning predominantly rely on single-intent representations to direct …

Contrastive LearningDiversitySequential Recommendation

Multimodal Pre-training Framework for Sequential Recommendation via Contrastive Learning

2023-03-21 · Lingzi Zhang, Xin Zhou, Zhiwei Zeng, Zhiqi Shen

Current multimodal sequential recommendation models are often unable to effectively explore and capture correlations among behavior sequences of users and items across different modalities, either neglecting correlations…

Contrastive LearningRecommendation SystemsRepresentation LearningSequential Recommendation

Ensemble Modeling with Contrastive Knowledge Distillation for Sequential Recommendation

2023-04-28 · Hanwen Du, Huanhuan Yuan, Pengpeng Zhao, Fuzhen Zhuang 외

Sequential recommendation aims to capture users' dynamic interest and predicts the next item of users' preference. Most sequential recommendation methods use a deep neural network as sequence encoder to generate user and…

AttributeContrastive LearningKnowledge DistillationMulti-Task Learning+2

Contrastive Learning with Bidirectional Transformers for Sequential Recommendation

2022-08-08 · Hanwen Du, Hui Shi, Pengpeng Zhao, Deqing Wang 외

Contrastive learning with Transformer-based sequence encoder has gained predominance for sequential recommendation. It maximizes the agreements between paired sequence augmentations that share similar semantics. However,…

Contrastive LearningSequential Recommendation