English

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

Information Retrieval 2021-07-12 v2

Abstract

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.

Keywords

Cite

@article{arxiv.2107.00852,
  title  = {Exploiting Cross-Session Information for Session-based Recommendation with Graph Neural Networks},
  author = {Ruihong Qiu and Zi Huang and Jingjing Li and Hongzhi Yin},
  journal= {arXiv preprint arXiv:2107.00852},
  year   = {2021}
}

Comments

arXiv admin note: substantial text overlap with arXiv:1911.11942

R2 v1 2026-06-24T03:49:51.092Z