IRAINov 27, 2024

Unifying Generative and Dense Retrieval for Sequential Recommendation

arXiv:2411.18814v226 citationsh-index: 13Trans. Mach. Learn. Res.
Originality Incremental advance
AI Analysis

This work addresses memory and performance trade-offs in recommendation systems, but it is incremental as it builds on existing paradigms without introducing a fundamentally new approach.

The paper tackles the problem of comparing generative and dense retrieval for sequential recommendation, proposing a hybrid model called LIGER that combines both methods to improve performance and efficiency, showing enhancements in cold-start item recommendation on small-scale benchmarks.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes