TL;DR
This paper identifies and addresses the representation degeneration problem in sequential recommendation models by proposing DuoRec, a contrastive learning-based approach that improves embedding distribution and recommendation performance.
Contribution
The paper introduces DuoRec, a novel contrastive regularization method with model-level augmentation and a new sampling strategy to enhance sequential recommendation models.
Findings
DuoRec outperforms baseline methods on five datasets.
Representation degeneration is significantly alleviated by DuoRec.
Visualization confirms improved embedding distribution.
Abstract
Recent advancements of sequential deep learning models such as Transformer and BERT have significantly facilitated the sequential recommendation. However, according to our study, the distribution of item embeddings generated by these models tends to degenerate into an anisotropic shape, which may result in high semantic similarities among embeddings. In this paper, both empirical and theoretical investigations of this representation degeneration problem are first provided, based on which a novel recommender model DuoRec is proposed to improve the item embeddings distribution. Specifically, in light of the uniformity property of contrastive learning, a contrastive regularization is designed for DuoRec to reshape the distribution of sequence representations. Given the convention that the recommendation task is performed by measuring the similarity between sequence representations and item…
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
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Contrastive Learning · WordPiece · Adam · Softmax · Dense Connections · Layer Normalization · Absolute Position Encodings
