English

Pre-train, Align, and Disentangle: Empowering Sequential Recommendation with Large Language Models

Information Retrieval 2025-04-29 v2 Artificial Intelligence

Abstract

Sequential Recommendation (SR) aims to leverage the sequential patterns in users' historical interactions to accurately track their preferences. However, the primary reliance of existing SR methods on collaborative data results in challenges such as the cold-start problem and sub-optimal performance. Concurrently, despite the proven effectiveness of large language models (LLMs), their integration into commercial recommender systems is impeded by issues such as high inference latency, incomplete capture of all distribution statistics, and catastrophic forgetting. To address these issues, we introduce a novel Pre-train, Align, and Disentangle (PAD) framework to enhance SR models with LLMs. In particular, we initially pre-train both the SR and LLM models to obtain collaborative and textual embeddings. Subsequently, we propose a characteristic recommendation-anchored alignment loss using multi-kernel maximum mean discrepancy with Gaussian kernels. Lastly, a triple-experts architecture, comprising aligned and modality-specific experts with disentangled embeddings, is fine-tuned in a frequency-aware manner. Experimental results on three public datasets validate the efficacy of PAD, indicating substantial enhancements and compatibility with various SR backbone models, particularly for cold items. The code and datasets are accessible for reproduction at https://github.com/Applied-Machine-Learning-Lab/PAD.

Keywords

Cite

@article{arxiv.2412.04107,
  title  = {Pre-train, Align, and Disentangle: Empowering Sequential Recommendation with Large Language Models},
  author = {Yuhao Wang and Junwei Pan and Pengyue Jia and Wanyu Wang and Maolin Wang and Zhixiang Feng and Xiaotian Li and Jie Jiang and Xiangyu Zhao},
  journal= {arXiv preprint arXiv:2412.04107},
  year   = {2025}
}

Comments

accepted to SIGIR 2025

R2 v1 2026-06-28T20:24:08.111Z