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

Masked Diffusion for Generative Recommendation

About

Generative recommendation (GR) with semantic IDs (SIDs) has emerged as a promising alternative to traditional recommendation approaches due to its performance gains, capitalization on semantic information provided through language model embeddings, and inference and storage efficiency. Existing GR with SIDs works frame the probability of a sequence of SIDs corresponding to a user's interaction history using autoregressive modeling. While this has led to impressive next item prediction performances in certain settings, these autoregressive GR with SIDs models suffer from expensive inference due to sequential token-wise decoding, potentially inefficient use of training data and bias towards learning short-context relationships among tokens. Inspired by recent breakthroughs in NLP, we propose to instead model and learn the probability of a user's sequence of SIDs using masked diffusion. Masked diffusion employs discrete masking noise to facilitate learning the sequence distribution, and models the probability of masked tokens as conditionally independent given the unmasked tokens, allowing for parallel decoding of the masked tokens. We demonstrate through thorough experiments that our proposed method consistently outperforms autoregressive modeling. This performance gap is especially pronounced in data-constrained settings and in terms of coarse-grained recall, consistent with our intuitions. Moreover, our approach allows the flexibility of predicting multiple SIDs in parallel during inference while maintaining superior performance to autoregressive modeling.

Kulin Shah, Bhuvesh Kumar, Neil Shah, Liam Collins• 2025

Related benchmarks

TaskDatasetResultRank
Generative RecommendationBeauty
R@108.15
28
Generative RecommendationToys
Recall@100.0846
23
Generative RecommendationSports
Recall@104.54
15
Generative RecommendationML 1M
Recall@1023.96
15
Generative RecommendationSports
Recall@53.02
15
Generative RecommendationBeauty
Recall@55.38
7
Generative RecommendationMovieLens 1M
Recall@50.1672
7
Showing 7 of 7 rows

Other info

Follow for update