arXiv:2601.18009cs.IR2026-01中稿 · the 48th European …

用大模型清理用户画像中的噪声,提升推荐效果。

Post-Training Denoising of User Profiles with LLMs in Collaborative Filtering Recommendation

  • 用大模型分析用户行为,自动删除干扰项以优化推荐
  • 在3个数据集上最高提升13%的推荐效果
  • 无需改模型、不需额外数据,适合已部署系统

隐式反馈是推荐系统的主要训练数据,但天然存在噪声,影响推荐效果。去噪被提出用于消除噪声隐式反馈以提升推荐性能。以往工作集中于训练中去噪,但需要额外数据、修改模型结构或训练流程,成本高且数据需求大。本文聚焦训练后去噪,不改变模型架构或训练过程,也不需额外数据。我们提出一种基于大语言模型(LLM)的协同过滤推荐系统用户画像后训练去噪方法:通过提示LLM,输入用户行为记录、候选物品及其在推荐结果中的排名,让其判断并移除低相关性行为以提升候选物品排名。在4个开源与闭源大模型和3个数据集上的实验表明,该方法相比原始用户画像,推荐有效性最高提升13%。代码已公开于https://github.com/edervishaj/denoising-user-profiles-LLM。

原文摘要 · Abstract (English)

Implicit feedback -- the main data source for training Recommender Systems (RSs) -- is inherently noisy and has been shown to negatively affect recommendation effectiveness. Denoising has been proposed as a method for removing noisy implicit feedback and improving recommendations. Prior work has focused on in-training denoising, however this requires additional data, changes to the model architecture and training procedure or fine-tuning, all of which can be costly and data hungry. In this work, we focus on post-training denoising. Different from in-training denoising, post-training denoising does not involve changing the architecture of the model nor its training procedure, and does not require additional data. Specifically, we present a method for post-training denoising user profiles using Large Language Models (LLMs) for Collaborative Filtering (CF) recommendations. Our approach prompts LLMs with (i) a user profile (user interactions), (ii) a candidate item, and (iii) its rank as given by the CF recommender, and asks the LLM to remove items from the user profile to improve the rank of the candidate item. Experiments with a state-of-the-art CF recommender and 4 open and closed source LLMs in 3 datasets show that our denoising yields improvements up to 13% in effectiveness over the original user profiles. Our code is available at https://github.com/edervishaj/denoising-user-profiles-LLM.

推荐系统大模型去噪协同过滤

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。