IRJun 14

One Sequential Recommendation Model Pretrained from Synthetic Priors Predicts Multiple Datasets

arXiv:2606.157525.6
Predicted impact top 73% in IR · last 90 daysOriginality Highly original
AI Analysis

For sequential recommendation, this work provides a model that generalizes across domains without dataset-specific training, eliminating the need for retraining.

SRPFN is a sequential recommendation model pretrained on 25.6M synthetic sequences that predicts next items in a single forward pass without retraining, achieving best or second-best performance across five benchmarks and 10 baselines with higher computational efficiency.

Existing sequential recommendation models rely on dataset-specific training, where the learned parameters are fitted to the item catalog and the observed interaction distribution of the training data. This limits generalization to new domains, typically requiring retraining from scratch. In this work, we propose SRPFN, a Prior-data Fitted Network for sequential recommendation -- predicting the next item in a single forward pass without any gradient-based parameter updates in the target domain. SRPFN is pretrained offline on 25.6M sequences sampled from a synthetic prior that spans diverse item-to-item transition patterns, learning to produce posterior predictive next-item distributions. At inference time, SRPFN generates recommendations by conditioning on a support set of item-item transition examples from the target domain, adapting to domain-specific patterns without retraining. Extensive experiments on five benchmarks across 10 baselines show that SRPFN achieves the best or second-best performance across nearly all metrics and datasets, while being substantially more computationally efficient than trained baselines. These results establish that a single model pretrained on synthetic priors can generalize across diverse real-world domains, offering a framework for update-free sequential recommendation.

Foundations

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

Your Notes