Making Recommender Systems More Knowledgeable: A Framework to Incorporate Side Information
Yukun Jiang, Leo Guo, Xinyi Chen, Jing Xi Liu
TL;DR
This work addresses the underutilization of side information in session-based recommender systems by introducing a general, architecture-agnostic framework that injects item-side information into existing SBRS encoders. The approach fuses side information through dedicated encoders and concatenation with item embeddings, and adds an attention-focused regularization term to guide the model's focus. Empirical results across RepeatNet and SR-GNN on datasets such as Diginetica, Ta Feng, MovieLens, and Last.FM show consistent performance gains and faster convergence, including state-of-the-art results on Diginetica. The framework demonstrates practical impact by enabling knowledge-enhanced recommendations with minimal architectural changes and reasonable training efficiency.
Abstract
Session-based recommender systems typically focus on using only the triplet (user_id, timestamp, item_id) to make predictions of users' next actions. In this paper, we aim to utilize side information to help recommender systems catch patterns and signals otherwise undetectable. Specifically, we propose a general framework for incorporating item-specific side information into the recommender system to enhance its performance without much modification on the original model architecture. Experimental results on several models and datasets prove that with side information, our recommender system outperforms state-of-the-art models by a considerable margin and converges much faster. Additionally, we propose a new type of loss to regularize the attention mechanism used by recommender systems and evaluate its influence on model performance. Furthermore, through analysis, we put forward a few insights on potential further improvements.
