paper-with-me

Papers

CoRAL: Collaborative Retrieval-Augmented Large Language Models Improve Long-tail Recommendation

2024-03-11 · Junda Wu, Cheng-Chun Chang, Tong Yu, Zhankui He, Jianing Wang, Yupeng Hou, Julian McAuley

The long-tail recommendation is a challenging task for traditional recommender systems, due to data sparsity and data imbalance issues. The recent development of large language models (LLMs) has shown their abilities in complex reasoning, which can help to deduce users' preferences based on very few previous interactions. However, since most LLM-based systems rely on items' semantic meaning as the sole evidence for reasoning, the collaborative information of user-item interactions is neglected, which can cause the LLM's reasoning to be misaligned with task-specific collaborative information of the dataset. To further align LLMs' reasoning to task-specific user-item interaction knowledge, we introduce collaborative retrieval-augmented LLMs, CoRAL, which directly incorporate collaborative evidence into the prompts. Based on the retrieved user-item interactions, the LLM can analyze shared and distinct preferences among users, and summarize the patterns indicating which types of users would be attracted by certain items. The retrieved collaborative evidence prompts the LLM to align its reasoning with the user-item interaction patterns in the dataset. However, since the capacity of the input prompt is limited, finding the minimally-sufficient collaborative information for recommendation tasks can be challenging. We propose to find the optimal interaction set through a sequential decision-making process and develop a retrieval policy learned through a reinforcement learning (RL) framework, CoRAL. Our experimental results show that CoRAL can significantly improve LLMs' reasoning abilities on specific recommendation tasks. Our analysis also reveals that CoRAL can more efficiently explore collaborative information through reinforcement learning.

📄 PDF Abstract BibTeX arXiv:2403.06447

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation SystemsReinforcement Learning (RL)RetrievalSequential Decision Making

Methods 이 논문이 사용한 방법론

CORAL 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
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…

Similar Papers 제목 키워드 기반

CORAL: Benchmarking Multi-turn Conversational Retrieval-Augmentation Generation

2024-10-30 · Yiruo Cheng, Kelong Mao, Ziliang Zhao, Guanting Dong 외

Retrieval-Augmented Generation (RAG) has become a powerful paradigm for enhancing large language models (LLMs) through external knowledge retrieval. Despite its widespread attention, existing academic research predominan…

BenchmarkingPassage RetrievalRAGResponse Generation+2

CORAL: Adaptive Retrieval Loop for Culturally-Aligned Multilingual RAG

2026-04-28 · Nayeon Lee, Jiwoo Song, Byeongcheol Kang arxiv

Multilingual retrieval-augmented generation (mRAG) is often implemented within a fixed retrieval space, typically via query or document translation or multilingual embedding vector representations. However, this approach…

DuetRAG: Collaborative Retrieval-Augmented Generation

2024-05-12 · Dian Jiao, Li Cai, Jingsheng Huang, Wenqiao Zhang 외

Retrieval-Augmented Generation (RAG) methods augment the input of Large Language Models (LLMs) with relevant retrieved passages, reducing factual errors in knowledge-intensive tasks. However, contemporary RAG approaches …

PhilosophyRAGRetrievalRetrieval-augmented Generation

Personalizing Student-Agent Interactions Using Log-Contextualized Retrieval Augmented Generation (RAG)

2025-05-22 · Clayton Cohn, Surya Rayala, Caitlin Snyder, Joyce Fonteles 외

Collaborative dialogue offers rich insights into students' learning and critical thinking. This is essential for adapting pedagogical agents to students' learning and problem-solving skills in STEM+C settings. While larg…

Decision MakingRAGRetrievalRetrieval-augmented Generation

Collaborative Cognitive Diagnosis with Disentangled Representation Learning for Learner Modeling

2024-11-04 · Weibo Gao, Qi Liu, Linan Yue, Fangzhou Yao 외

Learners sharing similar implicit cognitive states often display comparable observable problem-solving performances. Leveraging collaborative connections among such similar learners proves valuable in comprehending human…

cognitive diagnosisDisentanglementRecommendation SystemsRepresentation Learning