paper-with-me

Papers

Exploiting Cross-Session Information for Session-based Recommendation with Graph Neural Networks

2021-07-02 · Ruihong Qiu, Zi Huang, Jingjing Li, Hongzhi Yin

Different from the traditional recommender system, the session-based recommender system introduces the concept of the session, i.e., a sequence of interactions between a user and multiple items within a period, to preserve the user's recent interest. The existing work on the session-based recommender system mainly relies on mining sequential patterns within individual sessions, which are not expressive enough to capture more complicated dependency relationships among items. In addition, it does not consider the cross-session information due to the anonymity of the session data, where the linkage between different sessions is prevented. In this paper, we solve these problems with the graph neural networks technique. First, each session is represented as a graph rather than a linear sequence structure, based on which a novel Full Graph Neural Network (FGNN) is proposed to learn complicated item dependency. To exploit and incorporate cross-session information in the individual session's representation learning, we further construct a Broadly Connected Session (BCS) graph to link different sessions and a novel Mask-Readout function to improve session embedding based on the BCS graph. Extensive experiments have been conducted on two e-commerce benchmark datasets, i.e., Yoochoose and Diginetica, and the experimental results demonstrate the superiority of our proposal through comparisons with state-of-the-art session-based recommender models.

📄 PDF Abstract BibTeX arXiv:2107.00852

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkRecommendation SystemsRepresentation LearningSession-Based Recommendations

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Exploiting Session Information in BERT-based Session-aware Sequential Recommendation

2022-04-22 · Jinseok Seol, Youngrok Ko, Sang-goo Lee

In recommendation systems, utilizing the user interaction history as sequential information has resulted in great performance improvement. However, in many online services, user interactions are commonly grouped by sessi…

Recommendation SystemsSequential Recommendation

Context-aware Session-based Recommendation with Graph Neural Networks

2023-10-14 · Zhihui Zhang, Jianxiang Yu, Xiang Li

Session-based recommendation (SBR) is a task that aims to predict items based on anonymous sequences of user behaviors in a session. While there are methods that leverage rich context information in sessions for SBR, mos…

Session-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

Exploiting Inter-Session Information with Frequency-enhanced Dual-Path Networks for Sequential Recommendation

2025-11-09 · Peng He, Yao Liu, Yanglei Gan, Run Lin 외 arxiv

Sequential recommendation (SR) aims to predict a user's next item preference by modeling historical interaction sequences. Recent advances often integrate frequency-domain modules to compensate for self-attention's low-p…

Sequential Recommendation

Exploring Global Information for Session-based Recommendation

2020-11-20 · Ziyang Wang, Wei Wei, Gao Cong, Xiao-Li Li 외

Session-based recommendation (SBR) is a challenging task, which aims at recommending items based on anonymous behavior sequences. Most existing SBR studies model the user preferences based only on the current session whi…

Session-Based Recommendations