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

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.

Cite

Text

Jia et al. "LEARN: Knowledge Adaptation from Large Language Model to Recommendation for Practical Industrial Application." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I11.33291

Markdown

[Jia et al. "LEARN: Knowledge Adaptation from Large Language Model to Recommendation for Practical Industrial Application." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/jia2025aaai-learn/) doi:10.1609/AAAI.V39I11.33291

BibTeX

@inproceedings{jia2025aaai-learn,
  title     = {{LEARN: Knowledge Adaptation from Large Language Model to Recommendation for Practical Industrial Application}},
  author    = {Jia, Jian and Wang, Yipei and Li, Yan and Chen, Honggang and Bai, Xuehan and Liu, Zhaocheng and Liang, Jian and Chen, Quan and Li, Han and Jiang, Peng and Gai, Kun},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {11861-11869},
  doi       = {10.1609/AAAI.V39I11.33291},
  url       = {https://mlanthology.org/aaai/2025/jia2025aaai-learn/}
}