Unsupervised Graph Embeddings for Session-based Recommendation with Item Features
Andreas Peintner, Marta Moscati, Emilia Parada-Cabaleiro and, Markus Schedl, Eva Zangerle

TL;DR
This paper introduces GCNext, an unsupervised graph convolutional approach that integrates item features into session-based recommendation models, significantly improving their accuracy across multiple datasets.
Contribution
It presents a novel method combining graph neural networks and item features for session-based recommendations, enhancing existing models' performance.
Findings
GCNext improves MRR@20 by up to 12.79%
Integrating item features boosts recommendation accuracy
The method is easy to incorporate into existing systems
Abstract
In session-based recommender systems, predictions are based on the user's preceding behavior in the session. State-of-the-art sequential recommendation algorithms either use graph neural networks to model sessions in a graph or leverage the similarity of sessions by exploiting item features. In this paper, we combine these two approaches and propose a novel method, Graph Convolutional Network Extension (GCNext), which incorporates item features directly into the graph representation via graph convolutional networks. GCNext creates a feature-rich item co-occurrence graph and learns the corresponding item embeddings in an unsupervised manner. We show on three datasets that integrating GCNext into sequential recommendation algorithms significantly boosts the performance of nearest-neighbor methods as well as neural network models. Our flexible extension is easy to incorporate in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Topic Modeling
