English

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

Information Retrieval 2024-12-30 v3 Artificial Intelligence

Abstract

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.

Keywords

Cite

@article{arxiv.2405.03988,
  title  = {LEARN: Knowledge Adaptation from Large Language Model to Recommendation for Practical Industrial Application},
  author = {Jian Jia and Yipei Wang and Yan Li and Honggang Chen and Xuehan Bai and Zhaocheng Liu and Jian Liang and Quan Chen and Han Li and Peng Jiang and Kun Gai},
  journal= {arXiv preprint arXiv:2405.03988},
  year   = {2024}
}

Comments

Accepted by AAAI 2025. Codes are released at https://github.com/adxcreative/LEARN

R2 v1 2026-06-28T16:18:56.856Z