ACL 2025finding0 citations

CoVE: Compressed Vocabulary Expansion Makes Better LLM-based Recommender Systems

Haochen Zhang, Tianyi Zhang, Junze Yin, Oren Gal, Anshumali Shrivastava, Vladimir Braverman

Abstract

Recommender systems play a pivotal role in providing relevant content to users. With the rapid development of large language models (LLMs), researchers have begun utilizing LLMs to build more powerful recommender systems. However, existing approaches that focus on aligning LLMs with recommendation tasks do not fully leverage their sequential information processing capabilities, leading to suboptimal performance. In this paper, we propose a novel system called compressed vocabulary expansion (CoVE). In CoVE, each item is assigned a unique ID within the expanded vocabulary. Our framework effectively capitalizes on sequence understanding abilities of LLMs, significantly enhancing their performance on recommendation tasks. Additionally, we compress the embedding layer, making CoVE practical for large-scale industrial applications. The effectiveness and performance of CoVE are demonstrated through comprehensive experiments on multiple recommendation datasets and comparisons with prior works. Our code can be found at https://github.com/HaochenZhang717/CoVE-official-Repo.

BibTeX
@inproceedings{zhang-etal-2025-cove,
    title = "{C}o{VE}: Compressed Vocabulary Expansion Makes Better {LLM}-based Recommender Systems",
    author = "Zhang, Haochen  and
      Zhang, Tianyi  and
      Yin, Junze  and
      Gal, Oren  and
      Shrivastava, Anshumali  and
      Braverman, Vladimir",
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2025",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.findings-acl.651/",
    doi = "10.18653/v1/2025.findings-acl.651",
    pages = "12575--12591",
    ISBN = "979-8-89176-256-5"
}
CoVE: Compressed Vocabulary Expansion Makes Better LLM-based Recommender Systems · ACL 2025