IRAIOct 5, 2025

Empowering Denoising Sequential Recommendation with Large Language Model Embeddings

arXiv:2510.04239v11 citationsh-index: 9CIKM
Originality Incremental advance
AI Analysis

This addresses the problem of noise from accidental interactions in recommendation systems for users, offering an incremental improvement over existing denoising methods.

The paper tackles noise in sequential recommendation systems by proposing IADSR, a framework that integrates collaborative and semantic information from LLMs to identify noisy items, achieving improved performance across four public datasets.

Sequential recommendation aims to capture user preferences by modeling sequential patterns in user-item interactions. However, these models are often influenced by noise such as accidental interactions, leading to suboptimal performance. Therefore, to reduce the effect of noise, some works propose explicitly identifying and removing noisy items. However, we find that simply relying on collaborative information may result in an over-denoising problem, especially for cold items. To overcome these limitations, we propose a novel framework: Interest Alignment for Denoising Sequential Recommendation (IADSR) which integrates both collaborative and semantic information. Specifically, IADSR is comprised of two stages: in the first stage, we obtain the collaborative and semantic embeddings of each item from a traditional sequential recommendation model and an LLM, respectively. In the second stage, we align the collaborative and semantic embeddings and then identify noise in the interaction sequence based on long-term and short-term interests captured in the collaborative and semantic modalities. Our extensive experiments on four public datasets validate the effectiveness of the proposed framework and its compatibility with different sequential recommendation systems.

Foundations

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

Your Notes