IRAIFeb 7, 2024

RA-Rec: An Efficient ID Representation Alignment Framework for LLM-based Recommendation

arXiv:2402.04527v217 citationsh-index: 8
AI Analysis

This addresses the core weakness of lacking recommendation knowledge in LLM-based recommendation systems, though it appears incremental as it builds on existing paradigms.

The paper tackles the problem of integrating recommendation knowledge into LLM-based recommendation systems by proposing RA-Rec, a new ID representation alignment framework that incorporates pre-trained ID embeddings as soft prompts. The result shows it substantially outperforms state-of-the-art methods with up to 3.0% absolute HitRate@100 improvements while using less than 10x training data.

Large language models (LLM) have recently emerged as a powerful tool for a variety of natural language processing tasks, bringing a new surge of combining LLM with recommendation systems, termed as LLM-based RS. Current approaches generally fall into two main paradigms, the ID direct usage paradigm and the ID translation paradigm, noting their core weakness stems from lacking recommendation knowledge and uniqueness. To address this limitation, we propose a new paradigm, ID representation, which incorporates pre-trained ID embeddings into LLMs in a complementary manner. In this work, we present RA-Rec, an efficient ID representation alignment framework for LLM-based recommendation, which is compatible with multiple ID-based methods and LLM architectures. Specifically, we treat ID embeddings as soft prompts and design an innovative alignment module and an efficient tuning method with tailored data construction for alignment. Extensive experiments demonstrate RA-Rec substantially outperforms current state-of-the-art methods, achieving up to 3.0% absolute HitRate@100 improvements while utilizing less than 10x training data.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes