paper-with-me

홈 › Papers

What LLMs Miss in Recommendations: Bridging the Gap with Retrieval-Augmented Collaborative Signals

2025-05-27 · Shahrooz Pouryousef

User-item interactions contain rich collaborative signals that form the backbone of many successful recommender systems. While recent work has explored the use of large language models (LLMs) for recommendation, it remains unclear whether LLMs can effectively reason over this type of collaborative information. In this paper, we conduct a systematic comparison between LLMs and classical matrix factorization (MF) models to assess LLMs' ability to leverage user-item interaction data. We further introduce a simple retrieval-augmented generation (RAG) method that enhances LLMs by grounding their predictions in structured interaction data. Our experiments reveal that current LLMs often fall short in capturing collaborative patterns inherent to MF models, but that our RAG-based approach substantially improves recommendation quality-highlighting a promising direction for future LLM-based recommenders.

📄 PDF Abstract BibTeX arXiv:2505.20730

Code (0)

등록된 구현이 없습니다.

Tasks

RAGRecommendation SystemsRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

Describe What You See with Multimodal Large Language Models to Enhance Video Recommendations

2025-08-13 · Marco De Nadai, Andreas Damianou, Mounia Lalmas arxiv

Existing video recommender systems rely primarily on user-defined metadata or on low-level visual and acoustic signals extracted by specialised encoders. These low-level features describe what appears on the screen but m…

Aligning Large Language Models with Recommendation Knowledge

2024-03-30 · Yuwei Cao, Nikhil Mehta, Xinyang Yi, Raghunandan Keshavan 외

Large language models (LLMs) have recently been used as backbones for recommender systems. However, their performance often lags behind conventional methods in standard tasks like retrieval. We attribute this to a mismat…

AttributeRecommendation SystemsRetrieval

Mind the Gap: Bridging Behavioral Silos with LLMs in Multi-Vertical Recommendations

2026-06-04 · Nimesh Sinha, Raghav Saboo, Martin Wang, Sudeep Das arxiv

In multi-vertical e-commerce platforms like DoorDash, relatively newer product verticals such as grocery and retail present a significant opportunity for personalization innovation. A key challenge lies in solving the "c…

Multi-Task Learning

LLMs Know What They Need: Leveraging a Missing Information Guided Framework to Empower Retrieval-Augmented Generation

2024-04-22 · Keheng Wang, Feiyu Duan, Peiguang Li, Sirui Wang 외

Retrieval-Augmented Generation (RAG) demonstrates great value in alleviating outdated knowledge or hallucination by supplying LLMs with updated and relevant knowledge. However, there are still several difficulties for RA…

HallucinationRAGRe-RankingRetrieval+2

Planning and Editing What You Retrieve for Enhanced Tool Learning

2024-03-30 · Tenghao Huang, Dongwon Jung, Muhao Chen

Recent advancements in integrating external tools with Large Language Models (LLMs) have opened new frontiers, with applications in mathematical reasoning, code generators, and smart assistants. However, existing methods…

Mathematical ReasoningRetrieval