paper-with-me

홈 › Papers

RALLRec+: Retrieval Augmented Large Language Model Recommendation with Reasoning

2025-03-26 · Sichun Luo, Jian Xu, Xiaojie Zhang, Linrong Wang, Sicong Liu, Hanxu Hou, Linqi Song

Large Language Models (LLMs) have been integrated into recommender systems to enhance user behavior comprehension. The Retrieval Augmented Generation (RAG) technique is further incorporated into these systems to retrieve more relevant items and improve system performance. However, existing RAG methods have two shortcomings. \textit{(i)} In the \textit{retrieval} stage, they rely primarily on textual semantics and often fail to incorporate the most relevant items, thus constraining system effectiveness. \textit{(ii)} In the \textit{generation} stage, they lack explicit chain-of-thought reasoning, further limiting their potential. In this paper, we propose Representation learning and \textbf{R}easoning empowered retrieval-\textbf{A}ugmented \textbf{L}arge \textbf{L}anguage model \textbf{Rec}ommendation (RALLRec+). Specifically, for the retrieval stage, we prompt LLMs to generate detailed item descriptions and perform joint representation learning, combining textual and collaborative signals extracted from the LLM and recommendation models, respectively. To account for the time-varying nature of user interests, we propose a simple yet effective reranking method to capture preference dynamics. For the generation phase, we first evaluate reasoning LLMs on recommendation tasks, uncovering valuable insights. Then we introduce knowledge-injected prompting and consistency-based merging approach to integrate reasoning LLMs with general-purpose LLMs, enhancing overall performance. Extensive experiments on three real world datasets validate our method's effectiveness.

📄 PDF Abstract BibTeX arXiv:2503.20430

Code (1)

sichunluo/rallrec_plus 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language ModelRAGRecommendation SystemsRepresentation LearningRerankingRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BART BART is a denoising autoencoder for pretraining sequence-to-sequence models. It is trained by (1) corrupting text…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

RALLRec: Improving Retrieval Augmented Large Language Model Recommendation with Representation Learning

2025-02-10 · Jian Xu, Sichun Luo, Xiangyu Chen, Haoming Huang 외

Large Language Models (LLMs) have been integrated into recommendation systems to enhance user behavior comprehension. The Retrieval Augmented Generation (RAG) technique is further incorporated into these systems to retri…

Language ModelingLanguage ModellingLarge Language ModelRAG+5

ARAG: Agentic Retrieval Augmented Generation for Personalized Recommendation

2025-06-27 · Reza Yousefi Maragheh, Pratheek Vadla, Priyank Gupta, Kai Zhao 외

Retrieval-Augmented Generation (RAG) has shown promise in enhancing recommendation systems by incorporating external context into large language model prompts. However, existing RAG-based approaches often rely on static …

Large Language ModelNatural Language InferenceRAGRecommendation Systems+2

Graph Retrieval-Augmented LLM for Conversational Recommendation Systems

2025-03-09 · Zhangchi Qiu, Linhao Luo, Zicheng Zhao, Shirui Pan 외

Conversational Recommender Systems (CRSs) have emerged as a transformative paradigm for offering personalized recommendations through natural language dialogue. However, they face challenges with knowledge sparsity, as u…

Conversational RecommendationIn-Context LearningLarge Language ModelNatural Language Understanding+3

Keyword-driven Retrieval-Augmented Large Language Models for Cold-start User Recommendations

2024-05-30 · Hai-Dang Kieu, Minh Duc Nguyen, Thanh-Son Nguyen, Dung D. Le

Recent advancements in Large Language Models (LLMs) have shown significant potential in enhancing recommender systems. However, addressing the cold-start recommendation problem, where users lack historical data, remains …

Recommendation SystemsRe-RankingRetrieval

G-Refer: Graph Retrieval-Augmented Large Language Model for Explainable Recommendation

2025-02-18 · Yuhan Li, Xinni Zhang, Linhao Luo, Heng Chang 외

Explainable recommendation has demonstrated significant advantages in informing users about the logic behind recommendations, thereby increasing system transparency, effectiveness, and trustworthiness. To provide persona…

Collaborative FilteringExplainable RecommendationLanguage ModelingLanguage Modelling+2