paper-with-me

홈 › Papers

LLMs as Better Recommenders with Natural Language Collaborative Signals: A Self-Assessing Retrieval Approach

2025-05-26 · Haoran Xin, Ying Sun, Chao Wang, Weijia Zhang, Hui Xiong

Incorporating collaborative information (CI) effectively is crucial for leveraging LLMs in recommendation tasks. Existing approaches often encode CI using soft tokens or abstract identifiers, which introduces a semantic misalignment with the LLM's natural language pretraining and hampers knowledge integration. To address this, we propose expressing CI directly in natural language to better align with LLMs' semantic space. We achieve this by retrieving a curated set of the most relevant user behaviors in natural language form. However, identifying informative CI is challenging due to the complexity of similarity and utility assessment. To tackle this, we introduce a Self-assessing COllaborative REtrieval framework (SCORE) following the retrieve-rerank paradigm. First, a Collaborative Retriever (CAR) is developed to consider both collaborative patterns and semantic similarity. Then, a Self-assessing Reranker (SARE) leverages LLMs' own reasoning to assess and prioritize retrieved behaviors. Finally, the selected behaviors are prepended to the LLM prompt as natural-language CI to guide recommendation. Extensive experiments on two public datasets validate the effectiveness of SCORE in improving LLM-based recommendation.

📄 PDF Abstract BibTeX arXiv:2505.19464

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic SimilaritySemantic Textual Similarity

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Adapting Large Language Models by Integrating Collaborative Semantics for Recommendation

2023-11-15 · Bowen Zheng, Yupeng Hou, Hongyu Lu, Yu Chen 외

Recently, large language models (LLMs) have shown great potential in recommender systems, either improving existing recommendation models or serving as the backbone. However, there exists a large semantic gap between LLM…

QuantizationRecommendation Systems

Probabilistic Models for Unified Collaborative and Content-Based Recommendation in Sparse-Data Environments

2013-01-10 · Alexandrin Popescul, Lyle H. Ungar, David M Pennock, Steve Lawrence

Recommender systems leverage product and community information to target products to consumers. Researchers have developed collaborative recommenders, content-based recommenders, and (largely ad-hoc) hybrid systems. We p…

Recommendation Systems

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 remai…

RAGRecommendation SystemsRetrieval-augmented Generation

Multilingual Prompts in LLM-Based Recommenders: Performance Across Languages

2024-09-11 · Makbule Gulcin Ozsoy

Large language models (LLMs) are increasingly used in natural language processing tasks. Recommender systems traditionally use methods such as collaborative filtering and matrix factorization, as well as advanced techniq…

Collaborative FilteringRecommendation Systems

AMEM4Rec: Leveraging Cross-User Similarity for Memory Evolution in Agentic LLM Recommenders

2026-02-09 · Minh-Duc Nguyen, Hai-Dang Kieu, Dung D. Le arxiv

Agentic systems powered by Large Language Models (LLMs) have shown strong potential in recommender systems but remain hindered by several challenges. Fine-tuning LLMs is parameter-inefficient, and prompt-based agentic re…

Collaborative FilteringRecommendation Systems