arXiv:2508.01514cs.IRcs.LG2025-08被引 1

用大模型提升推荐系统精准度与可解释性。

End-to-End Personalization: Unifying Recommender Systems with Large Language Models

  • 结合大模型生成语义嵌入,再用图注意力网络建模用户-物品关系。
  • 在MovieLens数据集上超越基线,尤其在冷启动场景表现优异。
  • 自动生成推荐理由,适合需要透明推荐的场景。

推荐系统通过个性化建议帮助用户应对海量数字内容。然而,在用户反馈少或物品属性异构的情况下,提升个性化与可解释性仍具挑战。本文提出一种融合图注意力网络(GAT)与大语言模型(LLM)的混合推荐框架:先利用LLM基于标题、类型等元数据生成语义丰富的用户与物品表征,作为双部图的初始节点特征;再通过基于协同过滤的GAT进行处理。为提升排序精度,引入结合贝叶斯个性化排名(BPR)、余弦相似度与鲁棒负采样的混合损失函数。最后通过LLM对GAT输出进行重排序,并生成自然语言解释以增强透明性。在MovieLens 100k和1M数据集上的实验表明,该模型持续优于强基线。消融实验证明,基于LLM的嵌入及余弦相似度项对性能提升有显著贡献。本工作展示了大模型在提升推荐系统准确率与可解释性方面的潜力。

原文摘要 · Abstract (English)

Recommender systems are essential for guiding users through the vast and diverse landscape of digital content by delivering personalized and relevant suggestions. However, improving both personalization and interpretability remains a challenge, particularly in scenarios involving limited user feedback or heterogeneous item attributes. In this article, we propose a novel hybrid recommendation framework that combines Graph Attention Networks (GATs) with Large Language Models (LLMs) to address these limitations. LLMs are first used to enrich user and item representations by generating semantically meaningful profiles based on metadata such as titles, genres, and overviews. These enriched embeddings serve as initial node features in a user and movie bipartite graph, which is processed using a GAT based collaborative filtering model. To enhance ranking accuracy, we introduce a hybrid loss function that combines Bayesian Personalized Ranking (BPR), cosine similarity, and robust negative sampling. Post-processing involves reranking the GAT-generated recommendations using the LLM, which also generates natural-language justifications to improve transparency. We evaluated our model on benchmark datasets, including MovieLens 100k and 1M, where it consistently outperforms strong baselines. Ablation studies confirm that LLM-based embeddings and the cosine similarity term significantly contribute to performance gains. This work demonstrates the potential of integrating LLMs to improve both the accuracy and interpretability of recommender systems.

推荐系统大模型可解释性图神经网络

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