paper-with-me

홈 › Papers

Improving LLMs for Recommendation with Out-Of-Vocabulary Tokens

2024-06-12 · Ting-Ji Huang, Jia-Qi Yang, Chunxu Shen, Kai-Qi Liu, De-Chuan Zhan, Han-Jia Ye

Characterizing users and items through vector representations is crucial for various tasks in recommender systems. Recent approaches attempt to apply Large Language Models (LLMs) in recommendation through a question and answer format, where real users and items (e.g., Item No.2024) are represented with in-vocabulary tokens (e.g., "item", "20", "24"). However, since LLMs are typically pretrained on natural language tasks, these in-vocabulary tokens lack the expressive power for distinctive users and items, thereby weakening the recommendation ability even after fine-tuning on recommendation tasks. In this paper, we explore how to effectively tokenize users and items in LLM-based recommender systems. We emphasize the role of out-of-vocabulary (OOV) tokens in addition to the in-vocabulary ones and claim the memorization of OOV tokens that capture correlations of users/items as well as diversity of OOV tokens. By clustering the learned representations from historical user-item interactions, we make the representations of user/item combinations share the same OOV tokens if they have similar properties. Furthermore, integrating these OOV tokens into the LLM's vocabulary allows for better distinction between users and items and enhanced capture of user-item relationships during fine-tuning on downstream tasks. Our proposed framework outperforms existing state-of-the-art methods across various downstream recommendation tasks.

📄 PDF Abstract BibTeX arXiv:2406.08477

Code (0)

등록된 구현이 없습니다.

Tasks

MemorizationRecommendation Systems

Similar Papers 제목 키워드 기반

Collaborative Large Language Model for Recommender Systems

2023-11-02 · Yaochen Zhu, Liang Wu, Qi Guo, Liangjie Hong 외

Recently, there has been growing interest in developing the next-generation recommender systems (RSs) based on pretrained large language models (LLMs). However, the semantic gap between natural language and recommendatio…

HallucinationLanguage ModelingLanguage ModellingLarge Language Model+2

Grounded Token Initialization for New Vocabulary in LMs for Generative Recommendation

2026-04-02 · Daiwei Chen, Zhoutong Fu, Chengming Jiang, Haichao Zhang 외 arxiv

Language models (LMs) are increasingly extended with new learnable vocabulary tokens for domain-specific tasks, such as Semantic-ID tokens in generative recommendation. The standard practice initializes these new tokens …

TALKPLAY: Multimodal Music Recommendation with Large Language Models

2025-02-19 · Seungheon Doh, Keunwoo Choi, Juhan Nam

We present TALKPLAY, a novel multimodal music recommendation system that reformulates recommendation as a token generation problem using large language models (LLMs). By leveraging the instruction-following and natural l…

Conversational RecommendationInstruction FollowingLanguage ModelingLanguage Modelling+5

Speculating LLMs' Chinese Training Data Pollution from Their Tokens

2025-08-25 · Qingjie Zhang, Di Wang, Haoting Qian, Liu Yan 외 arxiv

Tokens are basic elements in the datasets for LLM training. It is well-known that many tokens representing Chinese phrases in the vocabulary of GPT (4o/4o-mini/o1/o3/4.5/4.1/o4-mini) are indicating contents like pornogra…

Token Erasure as a Footprint of Implicit Vocabulary Items in LLMs

2024-06-28 · Sheridan Feucht, David Atkinson, Byron Wallace, David Bau

LLMs process text as sequences of tokens that roughly correspond to words, where less common words are represented by multiple tokens. However, individual tokens are often semantically unrelated to the meanings of the wo…