LLMDiRec: LLM-Enhanced Intent Diffusion for Sequential Recommendation
Bo-Chian Chen, Manel Slokom
TL;DR
LLMDiRec tackles the semantic grounding gap in sequential recommendations by embedding LLM-derived semantic representations into an intent-aware diffusion framework. It introduces a dual-view item representation with gated fusion, an intent-guided diffusion process using semantic prototypes, and a multi-task objective that jointly optimizes next-item prediction, denoising, contrastive learning, and embedding alignment. Across five public datasets, LLMDiRec consistently surpasses state-of-the-art baselines, with particularly large gains on long-tail items and cold-start users, demonstrating the value of semantic guidance for intent modeling. The approach yields more interpretable, semantically coherent user intents and shows robust performance across domains, suggesting practical impact for sparse data regimes and real-world recommender systems.
Abstract
Existing sequential recommendation models, even advanced diffusion-based approaches, often struggle to capture the rich semantic intent underlying user behavior, especially for new users or long-tail items. This limitation stems from their reliance on ID-based embeddings, which lack semantic grounding. We introduce LLMDiRec, a new approach that addresses this gap by integrating Large Language Models (LLMs) into an intent-aware diffusion model. Our approach combines collaborative signals from ID embeddings with rich semantic representations from LLMs, using a dynamic fusion mechanism and a multi-task objective to align both views. We run extensive experiments on five public datasets. We run extensive experiments on five public datasets. We demonstrate that \modelname outperforms state-of-the-art algorithms, with particularly strong improvements in capturing complex user intents and enhancing recommendation performance for long-tail items.
