IRLGJun 5, 2025

Heterogeneous Sequel-Aware Graph Neural Networks for Sequential Learning

arXiv:2506.05625v1h-index: 16
Originality Incremental advance
AI Analysis

This addresses the need for more effective sequential learning in recommendation systems, though it appears incremental as it builds on existing graph-based approaches.

The paper tackles the problem of improving recommendation systems by incorporating temporal item sequence information, showing that sequel-aware Graph Neural Networks achieve better or comparable performance than methods ignoring such sequences.

Graph-based recommendation systems use higher-order user and item embeddings for next-item predictions. Dynamically adding collaborative signals from neighbors helps to use similar users' preferences during learning. While item-item correlations and their impact on recommendations have been studied, the efficacy of temporal item sequences for recommendations is much less explored. In this paper, we examine temporal item sequence (sequel-aware) embeddings along with higher-order user embeddings and show that sequel-aware Graph Neural Networks have better (or comparable) recommendation performance than graph-based recommendation systems that do not consider sequel information. Extensive empirical results comparing Heterogeneous Sequel-aware Graph Neural Networks (HSAL-GNNs) to other algorithms for sequential learning (such as transformers, graph neural networks, auto-encoders) are presented on three synthetic and three real-world datasets. Our results indicate that the incorporation of sequence information from items greatly enhances recommendations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes