paper-with-me

Papers

Contrastive Multi-Level Graph Neural Networks for Session-based Recommendation

2023-11-06 · Fuyun Wang, Xingyu Gao, Zhenyu Chen, Lei Lyu

Session-based recommendation (SBR) aims to predict the next item at a certain time point based on anonymous user behavior sequences. Existing methods typically model session representation based on simple item transition information. However, since session-based data consists of limited users' short-term interactions, modeling session representation by capturing fixed item transition information from a single dimension suffers from data sparsity. In this paper, we propose a novel contrastive multi-level graph neural networks (CM-GNN) to better exploit complex and high-order item transition information. Specifically, CM-GNN applies local-level graph convolutional network (L-GCN) and global-level network (G-GCN) on the current session and all the sessions respectively, to effectively capture pairwise relations over all the sessions by aggregation strategy. Meanwhile, CM-GNN applies hyper-level graph convolutional network (H-GCN) to capture high-order information among all the item transitions. CM-GNN further introduces an attention-based fusion module to learn pairwise relation-based session representation by fusing the item representations generated by L-GCN and G-GCN. CM-GNN averages the item representations obtained by H-GCN to obtain high-order relation-based session representation. Moreover, to convert the high-order item transition information into the pairwise relation-based session representation, CM-GNN maximizes the mutual information between the representations derived from the fusion module and the average pool layer by contrastive learning paradigm. We conduct extensive experiments on multiple widely used benchmark datasets to validate the efficacy of the proposed method. The encouraging results demonstrate that our proposed method outperforms the state-of-the-art SBR techniques.

📄 PDF Abstract BibTeX arXiv:2311.02938

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningRelationSession-Based Recommendations

Methods 이 논문이 사용한 방법론

L-GCN Graph structure is learnable
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Rethinking Contrastive Learning in Session-based Recommendation

2025-06-05 · Xiaokun Zhang, Bo Xu, Fenglong Ma, Zhizheng Wang 외

Session-based recommendation aims to predict intents of anonymous users based on limited behaviors. With the ability in alleviating data sparsity, contrastive learning is prevailing in the task. However, we spot that exi…

Contrastive LearningSelf-Supervised LearningSession-Based Recommendations

SimCGNN: Simple Contrastive Graph Neural Network for Session-based Recommendation

2023-02-08 · Yuan Cao, Xudong Zhang, Fan Zhang, Feifei Kou 외

Session-based recommendation (SBR) problem, which focuses on next-item prediction for anonymous users, has received increasingly more attention from researchers. Existing graph-based SBR methods all lack the ability to d…

Contrastive LearningGraph Neural NetworkSession-Based Recommendations

SR-GCL: Session-Based Recommendation with Global Context Enhanced Augmentation in Contrastive Learning

2022-09-22 · Eunkyu Oh, Taehun Kim, Minsoo Kim, Yunhu Ji 외

Session-based recommendations aim to predict the next behavior of users based on ongoing sessions. The previous works have been modeling the session as a variable-length of a sequence of items and learning the representa…

Contrastive LearningData AugmentationSession-Based Recommendations

Self-Supervised Graph Co-Training for Session-based Recommendation

2021-08-24 · Xin Xia, Hongzhi Yin, Junliang Yu, Yingxia Shao 외

Session-based recommendation targets next-item prediction by exploiting user behaviors within a short time period. Compared with other recommendation paradigms, session-based recommendation suffers more from the problem …

Contrastive LearningData AugmentationSelf-Supervised LearningSession-Based Recommendations

Multi-granularity Item-based Contrastive Recommendation

2022-07-04 · Ruobing Xie, Zhijie Qiu, Bo Zhang, Leyu Lin

Contrastive learning (CL) has shown its power in recommendation. However, most CL-based recommendation models build their CL tasks merely focusing on the user's aspects, ignoring the rich diverse information in items. In…

Contrastive LearningRecommendation SystemsRepresentation Learning