DeepAI AI Chat
Log In Sign Up

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

04/05/2022
by   Ansong Li, et al.
0

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 sequence. The SOTA methods in SBR employ GNN to model neighboring item transitions from global (i.e, other sessions) and local (i.e, current session) contexts. However, most existing methods treat neighbors from different sessions equally without considering that the neighbor items from different sessions may share similar features with the target item on different aspects and may have different contributions. In other words, they have not explored finer-granularity transition information between items in the global context, leading to sub-optimal performance. In this paper, we fill this gap by proposing a novel Transition Information Enhanced Disentangled Graph Neural Network (TIE-DGNN) model to capture finer-granular transition information between items and try to interpret the reason of the transition by modeling the various factors of the item. Specifically, we propose a position-aware global graph, which utilizes the relative position information to model the neighboring item transition. Then, we slice item embeddings into blocks, each of which represents a factor, and use disentangling module to separately learn the factor embeddings over the global graph. For local context, we train item embeddings by using attention mechanisms to capture transition information from the current session. To this end, our model considers two levels of transition information. Especially in global text, we not only consider finer-granularity transition information between items but also take user intents at factor-level into account to interpret the key reason for the transition. Extensive experiments on three datasets demonstrate the superiority of our method over the SOTA methods.

READ FULL TEXT

page 1

page 2

page 3

page 4

01/10/2022

Disentangled Graph Neural Networks for Session-based Recommendation

Session-based recommendation (SBR) has drawn increasingly research atten...
11/20/2021

Edge-Enhanced Global Disentangled Graph Neural Network for Sequential Recommendation

Sequential recommendation has been a widely popular topic of recommender...
11/15/2020

Link Prediction Using Hebbian Graph Embeddings

Methods and systems for generating link predictions are provided. In one...
11/20/2020

Exploring Global Information for Session-based Recommendation

Session-based recommendation (SBR) is a challenging task, which aims at ...
10/08/2021

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

Session-based recommendation plays a central role in a wide spectrum of ...
09/24/2021

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

Predicting the next interaction of a short-term sequence is a challengin...
03/12/2022

Transition Relation Aware Self-Attention for Session-based Recommendation

Session-based recommendation is a challenging problem in the real-world ...

Code Repositories

TIE-DGNN

This is the code for the Paper: Transition Information Enhanced Disentangled Graph Neural Networks for Session-based Recommendation


view repo