paper-with-me

홈 › Papers

RDRec: Rationale Distillation for LLM-based Recommendation

2024-05-17 · Xinfeng Wang, Jin Cui, Yoshimi Suzuki, Fumiyo Fukumoto

Large language model (LLM)-based recommender models that bridge users and items through textual prompts for effective semantic reasoning have gained considerable attention. However, few methods consider the underlying rationales behind interactions, such as user preferences and item attributes, limiting the reasoning capability of LLMs for recommendations. This paper proposes a rationale distillation recommender (RDRec), a compact model designed to learn rationales generated by a larger language model (LM). By leveraging rationales from reviews related to users and items, RDRec remarkably specifies their profiles for recommendations. Experiments show that RDRec achieves state-of-the-art (SOTA) performance in both top-N and sequential recommendations. Our source code is released at https://github.com/WangXFng/RDRec.

📄 PDF Abstract BibTeX arXiv:2405.10587

Code (1)

wangxfng/rdrec 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

BirdRecorder's AI on Sky: Safeguarding birds of prey by detection and classification of tiny objects around wind turbines

2025-08-25 · Nico Klar, Nizam Gifary, Felix P. G. Ziegler, Frank Sehnke 외 arxiv

The urgent need for renewable energy expansion, particularly wind power, is hindered by conflicts with wildlife conservation. To address this, we developed BirdRecorder, an advanced AI-based anti-collision system to prot…

Theoretically Guaranteed Bidirectional Data Rectification for Robust Sequential Recommendation

2023-09-21 · NeurIPS 2023 11

Sequential recommender systems (SRSs) are typically trained to predict the next item as the target given its preceding (and succeeding) items as the input. Such a paradigm assumes that every input-target pair is reliable…

Learning Item Representations Directly from Multimodal Features for Effective Recommendation

2025-05-08 · Xin Zhou, Xiaoxiong Zhang, Dusit Niyato, Zhiqi Shen

Conventional multimodal recommender systems predominantly leverage Bayesian Personalized Ranking (BPR) optimization to learn item representations by amalgamating item identity (ID) embeddings with multimodal features. Ne…

Recommendation Systems

Can Small Language Models be Good Reasoners for Sequential Recommendation?

2024-03-07 · Yuling Wang, Changxin Tian, Binbin Hu, Yanhua Yu 외

Large language models (LLMs) open up new horizons for sequential recommendations, owing to their remarkable language comprehension and generation capabilities. However, there are still numerous challenges that should be …

Knowledge DistillationRecommendation SystemsSequential Recommendation

Towards Efficient CoT Distillation: Self-Guided Rationale Selector for Better Performance with Fewer Rationales

2025-09-28 · Jianzhi Yan, Le Liu, Youcheng Pan, Shiwei Chen 외 arxiv

Chain-of-thought (CoT) distillation aims to enhance small language models' (SLMs) reasoning by transferring multi-step reasoning capability from the larger teacher models. However, existing work underestimates rationale …