TransX: Scaling Transformer-based Recommendation via Behavioral and Serving Stream Crossings
Abstract
Modern industrial recommender systems (RecSys) increasingly adopt Transformer-based sequence models, with an emerging paradigm that frames recommendation as next-token prediction over a unified monolithic user sequence. However, collapsing heterogeneous data sources -- such as long-term user behaviors and real-time serving events -- into a single monolithic token stream that obscures their distinct causal roles and temporal characteristics, leading to inefficient modeling and elevated training and serving costs. We propose TransX, a production-oriented encoder-decoder architecture that reformulates recommendation as a sequence-to-sequence action transduction problem. TransX explicitly decouples behavior-stream modeling from serving-event modeling and conditions next-action decoding on scalable cross-attention between nearline behavior encodings and real-time serving representations. To enable low-latency, high-QPS deployment, TransX is co-designed with an amortized serving strategy that combines incremental behavior encoding with per-request key-value caching, rendering serving latency insensitive to behavior sequence length. Extensive offline experiments and large-scale online A/B tests on LinkedIn's recommender systems show that TransX consistently outperforms state-of-the-art DLRMs and sequential baselines, and delivers substantial CTR lift (+6.0%) and conversion gain (+4.4%) while maintaining serving costs comparable to existing production models where our co-designed serving strategy reduces online computation by approximately 80%.
Keywords
Cite
@article{arxiv.2607.28940,
title = {TransX: Scaling Transformer-based Recommendation via Behavioral and Serving Stream Crossings},
author = {Da Xu and Liyan Fang and Divya Venugopalan and Sunny Hsu and Xukai Wang and Rishav Roy Chowdhury and Cindy Liang and Nishant Satya Lakshmikanth},
journal= {arXiv preprint arXiv:2607.28940},
year = {2026}
}