paper-with-me

Papers

Universal Item Tokenization for Transferable Generative Recommendation

2025-04-06 · Bowen Zheng, Hongyu Lu, Yu Chen, Wayne Xin Zhao, Ji-Rong Wen

Recently, generative recommendation has emerged as a promising paradigm, attracting significant research attention. The basic framework involves an item tokenizer, which represents each item as a sequence of codes serving as its identifier, and a generative recommender that predicts the next item by autoregressively generating the target item identifier. However, in existing methods, both the tokenizer and the recommender are typically domain-specific, limiting their ability for effective transfer or adaptation to new domains. To this end, we propose UTGRec, a Universal item Tokenization approach for transferable Generative Recommendation. Specifically, we design a universal item tokenizer for encoding rich item semantics by adapting a multimodal large language model (MLLM). By devising tree-structured codebooks, we discretize content representations into corresponding codes for item tokenization. To effectively learn the universal item tokenizer on multiple domains, we introduce two key techniques in our approach. For raw content reconstruction, we employ dual lightweight decoders to reconstruct item text and images from discrete representations to capture general knowledge embedded in the content. For collaborative knowledge integration, we assume that co-occurring items are similar and integrate collaborative signals through co-occurrence alignment and reconstruction. Finally, we present a joint learning framework to pre-train and adapt the transferable generative recommender across multiple domains. Extensive experiments on four public datasets demonstrate the superiority of UTGRec compared to both traditional and generative recommendation baselines.

📄 PDF Abstract BibTeX arXiv:2504.04405

Code (0)

등록된 구현이 없습니다.

Tasks

General KnowledgeLarge Language ModelMultimodal Large Language Model

Similar Papers 제목 키워드 기반

Enhancing Item Tokenization for Generative Recommendation through Self-Improvement

2024-12-22 · Runjin Chen, Mingxuan Ju, Ngoc Bui, Dimosthenis Antypas 외

Generative recommendation systems, driven by large language models (LLMs), present an innovative approach to predicting user preferences by modeling items as token sequences and generating recommendations in a generative…

Recommendation Systems

CoST: Contrastive Quantization based Semantic Tokenization for Generative Recommendation

2024-04-23 · Jieming Zhu, mengqun Jin, Qijiong Liu, Zexuan Qiu 외

Embedding-based retrieval serves as a dominant approach to candidate item matching for industrial recommender systems. With the success of generative AI, generative retrieval has recently emerged as a new retrieval parad…

DecoderLanguage ModellingQuantizationRecommendation Systems+2

STORE: Streamlining Semantic Tokenization and Generative Recommendation with A Single LLM

2024-09-11 · Qijiong Liu, Jieming Zhu, Lu Fan, Zhou Zhao 외

Traditional recommendation models often rely on unique item identifiers (IDs) to distinguish between items, which can hinder their ability to effectively leverage item content information and generalize to long-tail or c…

Language ModellingLarge Language ModelQuantization

Pctx: Tokenizing Personalized Context for Generative Recommendation

2025-10-24 · Qiyong Zhong, Jiajie Su, Yunshan Ma, Julian McAuley 외 arxiv

Generative recommendation (GR) models tokenize each action into a few discrete tokens (called semantic IDs) and autoregressively generate the next tokens as predictions, showing advantages such as memory efficiency, scal…

Generative Recommender with End-to-End Learnable Item Tokenization

2024-09-09 · Enze Liu, Bowen Zheng, Cheng Ling, Lantao Hu 외

Generative recommendation systems have gained increasing attention as an innovative approach that directly generates item identifiers for recommendation tasks. Despite their potential, a major challenge is the effective …

DecoderRecommendation SystemsSequential Recommendation