IRAIOct 17, 2025

Enhance Large Language Models as Recommendation Systems with Collaborative Filtering

arXiv:2510.15647v11 citationsh-index: 11
Originality Incremental advance
AI Analysis

This addresses the issue of improving recommendation quality for users in scenarios where fine-tuning LLMs is impractical, though it is incremental as it builds on existing non-tuning strategies.

The study tackled the problem of non-tuning LLM-based recommendation systems lacking task-specific knowledge by integrating collaborative filtering through a separate Critic model, resulting in significantly refined recommendations verified on real datasets.

As powerful tools in Natural Language Processing (NLP), Large Language Models (LLMs) have been leveraged for crafting recommendations to achieve precise alignment with user preferences and elevate the quality of the recommendations. The existing approaches implement both non-tuning and tuning strategies. Compared to following the tuning strategy, the approaches following the non-tuning strategy avoid the relatively costly, time-consuming, and expertise-requiring process of further training pre-trained LLMs on task-specific datasets, but they suffer the issue of not having the task-specific business or local enterprise knowledge. To the best of our knowledge, none of the existing approaches following the non-tuning strategy explicitly integrates collaborative filtering, one of the most successful recommendation techniques. This study aims to fill the gap by proposing critique-based LLMs as recommendation systems (Critic-LLM-RS). For our purpose, we train a separate machine-learning model called Critic that implements collaborative filtering for recommendations by learning from the interactions between many users and items. The Critic provides critiques to LLMs to significantly refine the recommendations. Extensive experiments have verified the effectiveness of Critic-LLM-RS on real datasets.

Foundations

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

Your Notes