paper-with-me

Papers

Unifying Generative and Dense Retrieval for Sequential Recommendation

2024-11-27 · Liu Yang, Fabian Paischer, Kaveh Hassani, Jiacheng Li, Shuai Shao, Zhang Gabriel Li, Yun He, Xue Feng, Nima Noorshams, Sem Park, Bo Long, Robert D Nowak, Xiaoli Gao, Hamid Eghbalzadeh

Sequential dense retrieval models utilize advanced sequence learning techniques to compute item and user representations, which are then used to rank relevant items for a user through inner product computation between the user and all item representations. However, this approach requires storing a unique representation for each item, resulting in significant memory requirements as the number of items grow. In contrast, the recently proposed generative retrieval paradigm offers a promising alternative by directly predicting item indices using a generative model trained on semantic IDs that encapsulate items' semantic information. Despite its potential for large-scale applications, a comprehensive comparison between generative retrieval and sequential dense retrieval under fair conditions is still lacking, leaving open questions regarding performance, and computation trade-offs. To address this, we compare these two approaches under controlled conditions on academic benchmarks and propose LIGER (LeveragIng dense retrieval for GEnerative Retrieval), a hybrid model that combines the strengths of these two widely used methods. LIGER integrates sequential dense retrieval into generative retrieval, mitigating performance differences and enhancing cold-start item recommendation in the datasets evaluated. This hybrid approach provides insights into the trade-offs between these approaches and demonstrates improvements in efficiency and effectiveness for recommendation systems in small-scale benchmarks.

📄 PDF Abstract BibTeX arXiv:2411.18814

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation SystemsRetrievalSequential Recommendation

Similar Papers 제목 키워드 기반

Sparse Meets Dense: Unified Generative Recommendations with Cascaded Sparse-Dense Representations

2025-03-04 · Yuhao Yang, Zhi Ji, Zhaopeng Li, Yi Li 외

Generative models have recently gained attention in recommendation systems by directly predicting item identifiers from user interaction sequences. However, existing methods suffer from significant information loss due t…

QuantizationRecommendation SystemsRetrieval

Killing Two Birds with One Stone: Unifying Retrieval and Ranking with a Single Generative Recommendation Model

2025-04-23 · Luankang Zhang, Kenan Song, Yi Quan Lee, Wei Guo 외

In recommendation systems, the traditional multi-stage paradigm, which includes retrieval and ranking, often suffers from information loss between stages and diminishes performance. Recent advances in generative models, …

Recommendation SystemsRetrieval

PRISM: Purified Representation and Integrated Semantic Modeling for Generative Sequential Recommendation

2026-01-23 · Dengzhao Fang, Jingtong Gao, Yu Li, Xiangyu Zhao 외 arxiv

Generative Sequential Recommendation (GSR) has emerged as a promising paradigm, reframing recommendation as an autoregressive sequence generation task over discrete Semantic IDs (SIDs), typically derived via codebook-bas…

Sequential Recommendation

EchoRec: Multi-Item Prediction-Empowered Generative Recommendation via Cycle-Consistent Preference Alignment

2026-08-14 · Haokai Ma, Aoqi Hu, Yueao Xing, Ruobing Xie 외 arxiv

Generative recommendation autoregressively generates the semantic IDs of the target item, unifying preference modeling and index retrieval within the shared token space. Recent attempts have introduced Multi-Token Predic…

GLoSS: Generative Language Models with Semantic Search for Sequential Recommendation

2025-06-02 · Krishna Acharya, Aleksandr V. Petrov, Juba Ziani

We propose Generative Low-rank language model with Semantic Search (GLoSS), a generative recommendation framework that combines large language models with dense retrieval for sequential recommendation. Unlike prior metho…

Sequential Recommendation