paper-with-me

Papers

Learnable Item Tokenization for Generative Recommendation

2024-05-12 · Wenjie Wang, Honghui Bao, Xinyu Lin, Jizhi Zhang, Yongqi Li, Fuli Feng, See-Kiong Ng, Tat-Seng Chua

Utilizing powerful Large Language Models (LLMs) for generative recommendation has attracted much attention. Nevertheless, a crucial challenge is transforming recommendation data into the language space of LLMs through effective item tokenization. Current approaches, such as ID, textual, and codebook-based identifiers, exhibit shortcomings in encoding semantic information, incorporating collaborative signals, or handling code assignment bias. To address these limitations, we propose LETTER (a LEarnable Tokenizer for generaTivE Recommendation), which integrates hierarchical semantics, collaborative signals, and code assignment diversity to satisfy the essential requirements of identifiers. LETTER incorporates Residual Quantized VAE for semantic regularization, a contrastive alignment loss for collaborative regularization, and a diversity loss to mitigate code assignment bias. We instantiate LETTER on two models and propose a ranking-guided generation loss to augment their ranking ability theoretically. Experiments on three datasets validate the superiority of LETTER, advancing the state-of-the-art in the field of LLM-based generative recommendation.

📄 PDF Abstract BibTeX arXiv:2405.07314

Code (1)

honghuibao2000/letter 공식 구현 pytorch

Tasks

DiversityWorld Knowledge

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

A Simple Contrastive Framework Of Item Tokenization For Generative Recommendation

2025-06-20 · Penglong Zhai, Yifang Yuan, Fanyi Di, Jie Li 외

Generative retrieval-based recommendation has emerged as a promising paradigm aiming at directly generating the identifiers of the target candidates. However, in large-scale recommendation systems, this approach becomes …

Contrastive LearningDescriptiveQuantizationRecommendation Systems+1

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