LISRec: Modeling User Preferences with Learned Item Shortcuts for Sequential Recommendation
Haidong Xin, Zhenghao Liu, Sen Mei, Yukun Yan, Shi Yu, Shuo Wang, Zulong Chen, Yu Gu, Ge Yu, Chenyan Xiong
TL;DR
LISRec tackles noise in sequential recommendations by extracting stable user preferences from interaction histories through learned semantic shortcuts. It builds per-user semantic graphs using instruction-tuned text representations to compute item similarities, then selects the maximal connected component as a denoised shortcut set to train the recommender. The approach yields up to 13% gains on Yelp and Amazon Product datasets and demonstrates superior denoising performance compared to baselines, with analysis showing improved semantic alignment and robust transfer across architectures. This work highlights the value of explicit, semantically grounded noise filtering for robust, next-item recommendations in real-world settings.
Abstract
User-item interaction histories are pivotal for sequential recommendation systems but often include noise, such as unintended clicks or actions that fail to reflect genuine user preferences. To address this, we propose Learned Item Shortcuts for Sequential Recommendation (LISRec), a novel framework that explicitly captures stable preferences by extracting personalized semantic shortcuts from historical interactions. LISRec first learns task-agnostic semantic representations to assess item similarities, then constructs a personalized semantic graph over all user-interacted items. By identifying the maximal semantic connectivity subset within this graph, LISRec selects the most representative items as semantic shortcuts to guide user preference modeling. This focused representation filters out irrelevant actions while preserving the diversity of genuine interests. Experimental results on the Yelp and Amazon Product datasets illustrate that LISRec achieves a 13% improvement over baseline recommendation models, showing its effectiveness in capturing stable user interests. Further analysis indicates that shortcut-based histories better capture user preferences, making more accurate and relevant recommendations. All codes and datasets are available at https://github.com/NEUIR/LISRec.
