arXiv:2601.08275cs.IR2026-01被引 1

用马尔可夫链预训练的Transformer,让推荐系统更懂用户最后的行为。

Markovian Pre-Trained Transformer for Next-Item Recommendation

  • 在合成马尔可夫链上预训练,通过轻量适配器微调
  • 在5个数据集上达到顶尖性能,优于传统与语言预训练方法
  • 特别擅长捕捉最新行为,适合追求高精度的推荐场景

我们提出马尔可夫预训练Transformer(MPT),一种可在合成马尔可夫链上完全预训练的可迁移模型,仅通过轻量适配器微调即可实现顶尖推荐性能。这一反直觉的成功源于观察:先进序列推荐器实际上主要依赖最新交互进行预测,历史交互仅作为推断用户整体非序列身份的辅助线索。因此,通用推荐模型需有效总结用户序列,尤其强调最新交互。MPT具备天然的通用性与可迁移性:一方面,在预测马尔可夫链下一状态时,学习到从上下文估计转移概率的能力,并关注最后状态以确保准确转移;另一方面,相比异构交互数据,可控的无限马尔可夫链可大幅提升模型容量。我们在三个不同平台的五个公开数据集上进行了大量实验,验证了马尔可夫预训练相较传统推荐预训练和近期语言预训练范式的优越性。

原文摘要 · Abstract (English)

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.

推荐系统预训练Transformer

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。