MEGA Hub

UniDot: A Unified Network for Sequence Modeling and Feature Interaction in Large-scale Recommendation

Authors

Do you know Rongcheng Lin?You can claim authorship or link another user.Do you know Yan Sun?You can claim authorship or link another user.Do you know Jamey Zhang?You can claim authorship or link another user.Do you know Guanglei Xiong?You can claim authorship or link another user.Do you know Ivan Ji?You can claim authorship or link another user.Do you know Xianjie Chen?You can claim authorship or link another user.Do you know Shujian Bu?You can claim authorship or link another user.

Abstract

Industrial recommenders rely on two model families that have evolved largely independently: feature-interaction models over multi-field user/item features, and sequential models over user-behavior histories. Production systems couple them only loosely. To unify the two, we present UniDot, a novel architecture for post-click conversion prediction built from the factorization-machine (FM) point of view: the embedding inner product---which powers collaborative filtering and lets a recommender generalize to unseen user--item pairs---is the same primitive as attention's query dot key scoring, so a single dot-product of tokens can underlie both feature interaction and sequence modeling. UniDot tokenizes non-sequential fields and multi-domain behavioral sequences into one shared token space and stacks a single macro-block in which a token-mixing bus and a sequence-retrieval bus (item tokens cross-attending the histories) run in parallel and exchange state each layer through an MLP-Mixer fusion, while an FM Highway carries explicit per-layer dot-product interactions around the residual stack directly to the classifier. The sequence side is embedded once per forward pass and shared by all consumers, bounding inference latency. Trained with a dual sparse/dense (Adagrad + Muon) optimizer, an auxiliary conversion-delay head, and multi-path mutual learning, UniDot finished as the runner-up on the Industrial track of the TAAC KDD Cup 2026.

Community

00

Publication notes

Journal
KDD 2026 UniRec Workshop