paper-with-me

Papers

Enhancing Sequential Recommendation with Graph Contrastive Learning

2022-05-30 · Yixin Zhang, Yong liu, Yonghui Xu, Hao Xiong, Chenyi Lei, wei he, Lizhen Cui, Chunyan Miao

The sequential recommendation systems capture users' dynamic behavior patterns to predict their next interaction behaviors. Most existing sequential recommendation methods only exploit the local context information of an individual interaction sequence and learn model parameters solely based on the item prediction loss. Thus, they usually fail to learn appropriate sequence representations. This paper proposes a novel recommendation framework, namely Graph Contrastive Learning for Sequential Recommendation (GCL4SR). Specifically, GCL4SR employs a Weighted Item Transition Graph (WITG), built based on interaction sequences of all users, to provide global context information for each interaction and weaken the noise information in the sequence data. Moreover, GCL4SR uses subgraphs of WITG to augment the representation of each interaction sequence. Two auxiliary learning objectives have also been proposed to maximize the consistency between augmented representations induced by the same interaction sequence on WITG, and minimize the difference between the representations augmented by the global context on WITG and the local representation of the original sequence. Extensive experiments on real-world datasets demonstrate that GCL4SR consistently outperforms state-of-the-art sequential recommendation methods.

📄 PDF Abstract BibTeX arXiv:2205.14837

Code (0)

등록된 구현이 없습니다.

Tasks

Auxiliary LearningContrastive LearningRecommendation SystemsSequential Recommendation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

AdaptiveRec: Adaptively Construct Pairs for Contrastive Learning in Sequential Recommendation

2023-07-07 · Jaeheyoung Jeon, Jung Hyun Ryu, Jewoong Cho, Myungjoo Kang

This paper presents a solution to the challenges faced by contrastive learning in sequential recommendation systems. In particular, it addresses the issue of false negative, which limits the effectiveness of recommendati…

Contrastive LearningRecommendation SystemsSequential Recommendation

Intent-Enhanced Data Augmentation for Sequential Recommendation

2024-10-11 · Shuai Chen, Zhoujun Li

The research on intent-enhanced sequential recommendation algorithms focuses on how to better mine dynamic user intent based on user behavior data for sequential recommendation tasks. Various data augmentation methods ar…

Contrastive LearningData AugmentationSequential Recommendation

DisenPOI: Disentangling Sequential and Geographical Influence for Point-of-Interest Recommendation

2022-10-29 · Yifang Qin, Yifan Wang, Fang Sun, Wei Ju 외

Point-of-Interest (POI) recommendation plays a vital role in various location-aware services. It has been observed that POI recommendation is driven by both sequential and geographical influences. However, since there is…

Contrastive LearningDisentanglement

ID and Graph View Contrastive Learning with Multi-View Attention Fusion for Sequential Recommendation

2026-04-15 · Xiaofan Zhou, Kyumin Lee arxiv

Sequential recommendation has become increasingly prominent in both academia and industry, particularly in e-commerce. The primary goal is to extract user preferences from historical interaction sequences and predict ite…

Sequential RecommendationContrastive Learning

HGCL: Hierarchical Graph Contrastive Learning for User-Item Recommendation

2025-05-25 · Jiawei Xue, Zhen Yang, Haitao Lin, Ziji Zhang 외

Graph Contrastive Learning (GCL), which fuses graph neural networks with contrastive learning, has evolved as a pivotal tool in user-item recommendations. While promising, existing GCL methods often lack explicit modelin…

Contrastive Learning