Contrastive Self-supervised Sequential Recommendation with Robust Augmentation
Zhiwei Liu, Yongjun Chen, Jia Li, Philip S. Yu, Julian McAuley,, Caiming Xiong

TL;DR
This paper introduces CoSeRec, a contrastive self-supervised learning framework for sequential recommendation that enhances model robustness and performance by using novel augmentation techniques to address data sparsity and noise.
Contribution
It proposes a new contrastive SSL framework with innovative augmentation operators tailored for sequential recommendation tasks.
Findings
Improves recommendation accuracy on real-world datasets.
Enhances robustness against sparse and noisy data.
Demonstrates effectiveness of contrastive SSL in sequential modeling.
Abstract
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…
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
TopicsRecommender Systems and Techniques · Advanced Bandit Algorithms Research · Face and Expression Recognition
