paper-with-me

Papers

Global Context Enhanced Graph Neural Networks for Session-based Recommendation

2021-06-09 · Ziyang Wang, Wei Wei, Gao Cong, Xiao-Li Li, Xian-Ling Mao, Minghui Qiu

Session-based recommendation (SBR) is a challenging task, which aims at recommending items based on anonymous behavior sequences. Almost all the existing solutions for SBR model user preference only based on the current session without exploiting the other sessions, which may contain both relevant and irrelevant item-transitions to the current session. This paper proposes a novel approach, called Global Context Enhanced Graph Neural Networks (GCE-GNN) to exploit item transitions over all sessions in a more subtle manner for better inferring the user preference of the current session. Specifically, GCE-GNN learns two levels of item embeddings from session graph and global graph, respectively: (i) Session graph, which is to learn the session-level item embedding by modeling pairwise item-transitions within the current session; and (ii) Global graph, which is to learn the global-level item embedding by modeling pairwise item-transitions over all sessions. In GCE-GNN, we propose a novel global-level item representation learning layer, which employs a session-aware attention mechanism to recursively incorporate the neighbors' embeddings of each node on the global graph. We also design a session-level item representation learning layer, which employs a GNN on the session graph to learn session-level item embeddings within the current session. Moreover, GCE-GNN aggregates the learnt item representations in the two levels with a soft attention mechanism. Experiments on three benchmark datasets demonstrate that GCE-GNN outperforms the state-of-the-art methods consistently.

📄 PDF Abstract BibTeX arXiv:2106.05081

Code (2)

CCIIPLab/GCE-GNN 공식 구현 pytorch
zhengxiangshi/selfcontrastivelearningrecsys pytorch

Tasks

Representation LearningSession-Based Recommendations

Similar Papers 제목 키워드 기반

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

Transition Information Enhanced Disentangled Graph Neural Networks for Session-based Recommendation

2022-04-05 · Ansong Li

Session-based recommendation is a practical recommendation task that predicts the next item based on an anonymous behavior sequence, and its performance relies heavily on the transition information between items in the s…

Graph Neural NetworkPositionSession-Based Recommendations

Multi-behavior Graph Contextual Aware Network for Session-based Recommendation

2021-09-24 · Qi Shen, Lingfei Wu, Yitong Pang, Yiming Zhang 외

Predicting the next interaction of a short-term sequence is a challenging task in session-based recommendation (SBR).Multi-behavior session recommendation considers session sequence with multiple interaction types, such …

Session-Based Recommendations

Graph-Enhanced Multi-Task Learning of Multi-Level Transition Dynamics for Session-based Recommendation

2021-10-08 · Chao Huang, Jiahui Chen, Lianghao Xia, Yong Xu 외

Session-based recommendation plays a central role in a wide spectrum of online applications, ranging from e-commerce to online advertising services. However, the majority of existing session-based recommendation techniqu…

Graph Neural NetworkMulti-Task LearningRelationSession-Based Recommendations

Knowledge-enhanced Session-based Recommendation with Temporal Transformer

2021-12-16 · Rongzhi Zhang, Yulong Gu, Xiaoyu Shen, Hui Su

Recent research has achieved impressive progress in the session-based recommendation. However, information such as item knowledge and click time interval, which could be potentially utilized to improve the performance, r…

Graph Representation LearningRepresentation LearningSession-Based Recommendations