LLaRD: Large Language Model-enhanced Recommendation Denoiser—the proposed framework.
CoT: Chain-of-Thought—a prompting strategy where the model generates intermediate reasoning steps.
Information Bottleneck (IB): An information-theoretic principle that learns representations by maximizing relevant information (to the target) while minimizing irrelevant information (compression).
False Positive: An observed interaction (e.g., click) that does not reflect a true user preference (noise).
False Negative: A true user preference that was not observed in the data (e.g., due to lack of exposure).
BPR: Bayesian Personalized Ranking—a standard pairwise loss function for optimizing recommender systems.
LightGCN: A simplified Graph Convolutional Network for recommendation that relies only on neighbor aggregation.
SASRec: Self-Attentive Sequential Recommendation—a sequence-based recommendation model used as a backbone.