IRLGAug 2, 2025

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

arXiv:2508.01514v1h-index: 2
Originality Incremental advance
AI Analysis

This work addresses the problem of limited user feedback and heterogeneous item attributes in recommender systems for users seeking more accurate and transparent recommendations, though it is incremental as it builds on existing methods like GATs and LLMs.

The authors tackled the challenge of improving personalization and interpretability in recommender systems by proposing a hybrid framework that combines Graph Attention Networks with Large Language Models, resulting in consistent outperformance of strong baselines on benchmark datasets like MovieLens 100k and 1M.

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.

Foundations

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

Your Notes