IRAIMay 7, 2024

LEARN: Knowledge Adaptation from Large Language Model to Recommendation for Practical Industrial Application

arXiv:2405.03988v338 citationsh-index: 12AAAI
Originality Incremental advance
AI Analysis

This work addresses the issue of suboptimal performance and poor generalization in industrial recommendation systems by integrating semantic knowledge from LLMs, representing an incremental improvement over existing ID-based methods.

The paper tackles the problem of recommendation systems overlooking semantic information in item descriptions by proposing the LEARN framework, which adapts knowledge from large language models to improve recommendations, achieving state-of-the-art performance on six Amazon Review datasets and demonstrating efficacy in industrial applications through online A/B tests.

Contemporary recommendation systems predominantly rely on ID embedding to capture latent associations among users and items. However, this approach overlooks the wealth of semantic information embedded within textual descriptions of items, leading to suboptimal performance and poor generalizations. Leveraging the capability of large language models to comprehend and reason about textual content presents a promising avenue for advancing recommendation systems. To achieve this, we propose an Llm-driven knowlEdge Adaptive RecommeNdation (LEARN) framework that synergizes open-world knowledge with collaborative knowledge. We address computational complexity concerns by utilizing pretrained LLMs as item encoders and freezing LLM parameters to avoid catastrophic forgetting and preserve open-world knowledge. To bridge the gap between the open-world and collaborative domains, we design a twin-tower structure supervised by the recommendation task and tailored for practical industrial application. Through experiments on the real large-scale industrial dataset and online A/B tests, we demonstrate the efficacy of our approach in industry application. We also achieve state-of-the-art performance on six Amazon Review datasets to verify the superiority of our method.

Code Implementations1 repo
Foundations

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

Your Notes