Markovian Pre-Trained Transformer for Next-Item Recommendation
Cong Xu, Guoliang Li, Jun Wang, Wei Zhang
TL;DR
The paper addresses the cost and heterogeneity challenges of pre-training for next-item recommendation by proposing a Markovian Pre-trained Transformer (MPT) pre-trained on synthetic Markov chains. It argues that a universal model can summarize user history while prioritizing the last interaction, and demonstrates this with a next-state NSP-style objective and a lightweight adaptor for downstream tasks. The key contributions include identifying two transferable capabilities for next-item prediction, validating universal transferability across five datasets, and showing data-efficient, fast adaptation that often surpasses language-model baselines in both accuracy and practicality. The findings establish a new paradigm: synthetic data can stimulate the essential capabilities for transferable recommendations, enabling a compact, efficient, and broadly applicable universal recommender with strong practical impact.
Abstract
We introduce the Markovian Pre-trained Transformer (MPT) for next-item recommendation, a transferable model fully pre-trained on synthetic Markov chains, yet capable of achieving state-of-the-art performance by fine-tuning a lightweight adaptor. This counterintuitive success stems from the observation of the `Markovian' nature: advanced sequential recommenders coincidentally rely on the latest interaction to make predictions, while the historical interactions serve mainly as auxiliary cues for inferring the user's general, non-sequential identity. This characteristic necessitates the capabilities of a universal recommendation model to effectively summarize the user sequence, with particular emphasis on the latest interaction. MPT inherently has the potential to be universal and transferable. On the one hand, when trained to predict the next state of Markov chains, it acquires the capabilities to estimate transition probabilities from the context (one adaptive manner for summarizing sequences) and attend to the last state to ensure accurate state transitions. On the other hand, unlike the heterogeneous interaction data, an unlimited amount of controllable Markov chains is available to boost the model capacity. We conduct extensive experiments on five public datasets from three distinct platforms to validate the superiority of Markovian pre-training over traditional recommendation pre-training and recent language pre-training paradigms.
