vix.ing · top · new · best · stats · spec

Recommender Systems with Generative Retrieval

2023/05/08 by Shashank Rajput, Nikhil Mehta, Rajput, Shashank +25 · 1 voice · 64 citations
Computer Science · #Advanced Image and Video Retrieval Techniques #FOS: Computer and information sciences #Information Retrieval (cs.IR) #Machine Learning (cs.LG) #Recommender Systems and Techniques #Topic Modeling #cs.IR #cs.LG

paper · pdf · doi:10.48550/arxiv.2305.05065

openalex publication_date 2023/05/08 · arxiv published 2023/05/08 · arxiv updated 2023/11/03 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

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.

Cited by

Discussions

Related