paper-with-me

Papers

Contrastive Self-supervised Sequential Recommendation with Robust Augmentation

2021-08-14 · Zhiwei Liu, Yongjun Chen, Jia Li, Philip S. Yu, Julian McAuley, Caiming Xiong

Sequential Recommendationdescribes a set of techniques to model dynamic user behavior in order to predict future interactions in sequential user data. At their core, such approaches model transition probabilities between items in a sequence, whether through Markov chains, recurrent networks, or more recently, Transformers. However both old and new issues remain, including data-sparsity and noisy data; such issues can impair the performance, especially in complex, parameter-hungry models. In this paper, we investigate the application of contrastive Self-Supervised Learning (SSL) to the sequential recommendation, as a way to alleviate some of these issues. Contrastive SSL constructs augmentations from unlabelled instances, where agreements among positive pairs are maximized. It is challenging to devise a contrastive SSL framework for a sequential recommendation, due to its discrete nature, correlations among items, and skewness of length distributions. To this end, we propose a novel framework, Contrastive Self-supervised Learning for sequential Recommendation (CoSeRec). We introduce two informative augmentation operators leveraging item correlations to create high-quality views for contrastive learning. Experimental results on three real-world datasets demonstrate the effectiveness of the proposed method on improving model performance and the robustness against sparse and noisy data. Our implementation is available online at \url{https://github.com/YChen1993/CoSeRec}

📄 PDF Abstract BibTeX arXiv:2108.06479

Code (1)

ychen1993/coserec 공식 구현 pytorch

Tasks

Contrastive LearningSelf-Supervised LearningSequential Recommendation

Similar Papers 제목 키워드 기반

Learnable Model Augmentation Self-Supervised Learning for Sequential Recommendation

2022-04-21 · Yongjing Hao, Pengpeng Zhao, Xuefeng Xian, Guanfeng Liu 외

Sequential Recommendation aims to predict the next item based on user behaviour. Recently, Self-Supervised Learning (SSL) has been proposed to improve recommendation performance. However, most of existing SSL methods use…

Data AugmentationSelf-Supervised LearningSequential Recommendation

Self-supervised Learning for Sequential Recommendation with Model Augmentation

2021-09-29 · Zhiwei Liu, Yongjun Chen, Jia Li, Man Luo 외

The sequential recommendation aims at predicting the next items in user behaviors, which can be solved by characterizing item relationships in sequences. Due to the data sparsity and noise issues in sequences, a new self…

Contrastive LearningData AugmentationSelf-Supervised LearningSequential Recommendation

Improving Contrastive Learning with Model Augmentation

2022-03-25 · Zhiwei Liu, Yongjun Chen, Jia Li, Man Luo 외

The sequential recommendation aims at predicting the next items in user behaviors, which can be solved by characterizing item relationships in sequences. Due to the data sparsity and noise issues in sequences, a new self…

Contrastive LearningData AugmentationmodelSelf-Supervised Learning+1

Explanation Guided Contrastive Learning for Sequential Recommendation

2022-09-03 · Lei Wang, Ee-Peng Lim, Zhiwei Liu, Tianxiang Zhao

Recently, contrastive learning has been applied to the sequential recommendation task to address data sparsity caused by users with few item interactions and items with few user adoptions. Nevertheless, the existing cont…

Contrastive LearningRepresentation LearningSequential Recommendation

Enhancing Transformers without Self-supervised Learning: A Loss Landscape Perspective in Sequential Recommendation

2023-08-20 · Vivian Lai, Huiyuan Chen, Chin-Chia Michael Yeh, Minghua Xu 외

Transformer and its variants are a powerful class of architectures for sequential recommendation, owing to their ability of capturing a user's dynamic interests from their past interactions. Despite their success, Transf…

Self-Supervised LearningSequential Recommendation