Pith. sign in

REVIEW 2 cited by

LLM4DSR: Leveraging Large Language Model for Denoising Sequential Recommendation

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2408.08208 v3 pith:KC6GO2EL submitted 2024-08-15 cs.IR cs.AI

LLM4DSR: Leveraging Large Language Model for Denoising Sequential Recommendation

classification cs.IR cs.AI
keywords llmsdenoisingrecommendationllm4dsrsequentialnoisysequencestask
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
Share X LinkedIn Reddit HN
read the original abstract

Sequential Recommenders generate recommendations based on users' historical interaction sequences. However, in practice, these collected sequences are often contaminated by noisy interactions, which significantly impairs recommendation performance. Accurately identifying such noisy interactions without additional information is particularly challenging due to the absence of explicit supervisory signals indicating noise. Large Language Models (LLMs), equipped with extensive open knowledge and semantic reasoning abilities, offer a promising avenue to bridge this information gap. However, employing LLMs for denoising in sequential recommendation presents notable challenges: 1) Direct application of pretrained LLMs may not be competent for the denoising task, frequently generating nonsensical responses; 2) Even after fine-tuning, the reliability of LLM outputs remains questionable, especially given the complexity of the denoising task and the inherent hallucinatory issue of LLMs. To tackle these challenges, we propose LLM4DSR, a tailored approach for denoising sequential recommendation using LLMs. We constructed a self-supervised fine-tuning task to activate LLMs' capabilities to identify noisy items and suggest replacements. Furthermore, we developed an uncertainty estimation module that ensures only high-confidence responses are utilized for sequence corrections. Remarkably, LLM4DSR is model-agnostic, allowing corrected sequences to be flexibly applied across various recommendation models. Extensive experiments validate the superiority of LLM4DSR over existing methods.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. CESRec: Constructing Pseudo Interactions for Sequential Recommendation via Conversational Feedback

    cs.IR 2025-09 reject novelty 5.0

    CESRec improves sequential recommenders by converting simulated user feedback into edited pseudo-interaction sequences and masking outlier items, with gains reported on three benchmarks.

  2. Adaptive Long-term Embedding with Denoising and Augmentation for Recommendation

    cs.IR 2025-04 unverdicted novelty 4.0

    ALDA4Rec improves sequential recommendation by denoising item-item graphs via community detection and adaptively fusing short-term GCN embeddings with long-term sequence models using GRUs, attention, and MLP weighting.