FACE: A General Framework for Mapping Collaborative Filtering Embeddings into LLM Tokens

Abstract

Recently, large language models (LLMs) have been explored for integration with collaborative filtering (CF)-based recommendation systems, which are crucial for personalizing user experiences. However, a key challenge is that LLMs struggle to interpret the latent, non-semantic embeddings produced by CF approaches, limiting recommendation effectiveness and further applications. To address this, we propose FACE, a general interpretable framework that maps CF embeddings into pre-trained LLM tokens. Specifically, we introduce a disentangled projection module to decompose CF embeddings into concept-specific vectors, followed by a quantized autoencoder to convert continuous embeddings into LLM tokens (descriptors). Then, we design a contrastive alignment objective to ensure that the tokens align with corresponding textual signals. Hence, the model-agnostic FACE framework achieves semantic alignment without fine-tuning LLMs and enhances recommendation performance by leveraging their pre-trained capabilities. Empirical results on three real-world recommendation datasets demonstrate performance improvements in benchmark models, with interpretability studies confirming the interpretability of the descriptors. Code is available in \url{https://github.com/YixinRoll/FACE}.

Cite

Text

Wang et al. "FACE: A General Framework for Mapping Collaborative Filtering Embeddings into LLM Tokens." Advances in Neural Information Processing Systems, 2025.

Markdown

[Wang et al. "FACE: A General Framework for Mapping Collaborative Filtering Embeddings into LLM Tokens." Advances in Neural Information Processing Systems, 2025.](https://mlanthology.org/neurips/2025/wang2025neurips-face/)

BibTeX

@inproceedings{wang2025neurips-face,
  title     = {{FACE: A General Framework for Mapping Collaborative Filtering Embeddings into LLM Tokens}},
  author    = {Wang, Chao and Song, Yixin and Ye, Jinhui and Qin, Chuan and Shen, Dazhong and Liu, Lingfeng and Wang, Xiang and Zhang, Yanyong},
  booktitle = {Advances in Neural Information Processing Systems},
  year      = {2025},
  url       = {https://mlanthology.org/neurips/2025/wang2025neurips-face/}
}