paper-with-me

Papers

Pre-training Generative Recommender with Multi-Identifier Item Tokenization

2025-04-06 · Bowen Zheng, Enze Liu, Zhongfu Chen, Zhongrui Ma, Yue Wang, Wayne Xin Zhao, Ji-Rong Wen

Generative recommendation autoregressively generates item identifiers to recommend potential items. Existing methods typically adopt a one-to-one mapping strategy, where each item is represented by a single identifier. However, this scheme poses issues, such as suboptimal semantic modeling for low-frequency items and limited diversity in token sequence data. To overcome these limitations, we propose MTGRec, which leverages Multi-identifier item Tokenization to augment token sequence data for Generative Recommender pre-training. Our approach involves two key innovations: multi-identifier item tokenization and curriculum recommender pre-training. For multi-identifier item tokenization, we leverage the RQ-VAE as the tokenizer backbone and treat model checkpoints from adjacent training epochs as semantically relevant tokenizers. This allows each item to be associated with multiple identifiers, enabling a single user interaction sequence to be converted into several token sequences as different data groups. For curriculum recommender pre-training, we introduce a curriculum learning scheme guided by data influence estimation, dynamically adjusting the sampling probability of each data group during recommender pre-training. After pre-training, we fine-tune the model using a single tokenizer to ensure accurate item identification for recommendation. Extensive experiments on three public benchmark datasets demonstrate that MTGRec significantly outperforms both traditional and generative recommendation baselines in terms of effectiveness and scalability.

📄 PDF Abstract BibTeX arXiv:2504.04400

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here

Similar Papers 제목 키워드 기반

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

UniGRec: Unified Generative Recommendation with Soft Identifiers for End-to-End Optimization

2026-01-24 · Jialei Li, Yang Zhang, Yimeng Bai, Shuai Zhu 외 arxiv

Generative recommendation has recently emerged as a transformative paradigm that directly generates target items, surpassing traditional cascaded approaches. It typically involves two components: a tokenizer that learns …

Variable-Length Semantic IDs for Recommender Systems

2026-02-18 · Kirill Khrylchenko arxiv

Generative models are increasingly used in recommender systems, both for modeling user behavior as event sequences and for integrating large language models into recommendation pipelines. A key challenge in this setting …

Universal Item Tokenization for Transferable Generative Recommendation

2025-04-06 · Bowen Zheng, Hongyu Lu, Yu Chen, Wayne Xin Zhao 외

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 servin…

General KnowledgeLarge Language ModelMultimodal Large Language Model

Generative Multi-Target Cross-Domain Recommendation

2025-07-17 · Jinqiu Jin, Yang Zhang, Junwei Pan, Fuli Feng 외

Recently, there has been a surge of interest in Multi-Target Cross-Domain Recommendation (MTCDR), which aims to enhance recommendation performance across multiple domains simultaneously. Existing MTCDR methods primarily …