paper-with-me

Papers

Recommender Systems with Generative Retrieval

2023-05-08 · NeurIPS 2023 11

Modern recommender systems perform large-scale retrieval by first embedding queries and item candidates in the same unified space, followed by approximate nearest neighbor search to select top candidates given a query embedding. In this paper, we propose a novel generative retrieval approach, where the retrieval model autoregressively decodes the identifiers of the target candidates. To that end, we create semantically meaningful tuple of codewords to serve as a Semantic ID for each item. Given Semantic IDs for items in a user session, a Transformer-based sequence-to-sequence model is trained to predict the Semantic ID of the next item that the user will interact with. To the best of our knowledge, this is the first Semantic ID-based generative model for recommendation tasks. We show that recommender systems trained with the proposed paradigm significantly outperform the current SOTA models on various datasets. In addition, we show that incorporating Semantic IDs into the sequence-to-sequence model enhances its ability to generalize, as evidenced by the improved retrieval performance observed for items with no prior interaction history.

📄 PDF Abstract BibTeX arXiv:2305.05065

Code (1)

EdoardoBotta/RQ-VAE-Recommender pytorch

Tasks

Recommendation SystemsRetrieval

Similar Papers 제목 키워드 기반

PinRec: Outcome-Conditioned, Multi-Token Generative Retrieval for Industry-Scale Recommendation Systems

2025-04-09 · Anirudhan Badrinath, Prabhat Agarwal, Laksh Bhasin, Jaewon Yang 외

Generative retrieval methods utilize generative sequential modeling techniques, such as transformers, to generate candidate items for recommender systems. These methods have demonstrated promising results in academic ben…

DiversityRecommendation SystemsRetrieval

Large Language Model as Universal Retriever in Industrial-Scale Recommender System

2025-02-05 · Junguang Jiang, Yanwen Huang, Bin Liu, Xiaoyu Kong 외

In real-world recommender systems, different retrieval objectives are typically addressed using task-specific datasets with carefully designed model architectures. We demonstrate that Large Language Models (LLMs) can fun…

Language ModelingLanguage ModellingLarge Language ModelPrompt Engineering+2

SynerGen: Contextualized Generative Recommender for Unified Search and Recommendation

2025-09-26 · Vianne R. Gao, Chen Xue, Marc Versage, Xie Zhou 외 arxiv

The dominant retrieve-then-rank pipeline in large-scale recommender systems suffers from mis-calibration and engineering overhead due to its architectural split and differing optimization objectives. While recent generat…

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

Towards Efficient Hypergraph and Multi-LLM Agent Recommender Systems

2025-12-06 · Tendai Mukande, Esraa Ali, Annalina Caputo, Ruihai Dong 외 arxiv

Recommender Systems (RSs) have become the cornerstone of various applications such as e-commerce and social media platforms. The evolution of RSs is paramount in the digital era, in which personalised user experience is …