paper-with-me

Papers

Generative Recommender with End-to-End Learnable Item Tokenization

2024-09-09 · Enze Liu, Bowen Zheng, Cheng Ling, Lantao Hu, Han Li, Wayne Xin Zhao

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 construction of item identifiers that align well with recommender systems. Current approaches often treat item tokenization and generative recommendation training as separate processes, which can lead to suboptimal performance. To overcome this issue, we introduce ETEGRec, a novel End-To-End Generative Recommender that unifies item tokenization and generative recommendation into a cohesive framework. Built on a dual encoder-decoder architecture, ETEGRec consists of an item tokenizer and a generative recommender. To enable synergistic interaction between these components, we propose a recommendation-oriented alignment strategy, which includes two key optimization objectives: sequence-item alignment and preference-semantic alignment. These objectives tightly couple the learning processes of the item tokenizer and the generative recommender, fostering mutual enhancement. Additionally, we develop an alternating optimization technique to ensure stable and efficient end-to-end training of the entire framework. Extensive experiments demonstrate the superior performance of our approach compared to traditional sequential recommendation models and existing generative recommendation baselines.

📄 PDF Abstract BibTeX arXiv:2409.05546

Code (1)

BishopLiu/ETEGRec pytorch

Tasks

DecoderRecommendation SystemsSequential Recommendation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Pre-training Generative Recommender with Multi-Identifier Item Tokenization

2025-04-06 · Bowen Zheng, Enze Liu, Zhongfu Chen, Zhongrui Ma 외

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. H…

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

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

Closing the Performance Gap in Generative Recommenders with Collaborative Tokenization and Efficient Modeling

2025-08-12 · Simon Lepage, Jeremie Mary, David Picard arxiv

Recent work has explored generative recommender systems as an alternative to traditional ID-based models, reframing item recommendation as a sequence generation task over discrete item tokens. While promising, such metho…

Sequential Recommendation

Echoes in Filter Bubble: Diagnosing and Curing Popularity Bias in Generative Recommenders

2026-05-16 · Jun Yin, Bangguo Zhu, Peng Huo, Ruochen Liu 외 arxiv

Recently, Generative Recommenders (GRs), characterized by a unified end-to-end framework, have exhibited astonishing potential in transforming the recommendation paradigm. Despite their effectiveness, we recognize that G…