Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Unifying Generative and Dense Retrieval for Sequential Recommendation

About

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.

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• 2024

Related benchmarks

TaskDatasetResultRank
Sequential RecommendationAmazon Beauty (test)
NDCG@104.726
107
Sequential RecommendationAmazon Toy (test)
NDCG@100.0467
42
Generative RecommendationBeauty
R@107.52
28
Generative RecommendationToys
Recall@100.0625
23
Generative RecommendationSports
Recall@104.27
15
Generative RecommendationML 1M
Recall@1020.58
15
Generative RecommendationSports
Recall@52.61
15
Sequential RecommendationSteam Standard (test)
NDCG@1014.92
15
Generative RecommendationBeauty
Recall@54.62
7
Generative RecommendationMovieLens 1M
Recall@50.1373
7
Showing 10 of 10 rows

Other info

Follow for update