Papers
arxiv:2606.16838

OneRank: Unified Transformer-Native Ranking Architecture for Multi-Task Recommendation

Published on Jun 15
· Submitted by
TangJiakai
on Jun 16
Authors:
,
,
,
,
,
,
,
,
,
,

Abstract

OneRank presents a Transformer-native multi-task learning framework that integrates feature encoding and prediction to reduce inter-task interference and improve ranking performance in recommender systems.

Multi-task learning (MTL) is essential in recommender systems to enable complementary learning among diverse user feedback. While modern industrial practices have shifted from DNNs to Transformer-centric architectures to strengthen sequence modeling and scaling capacity, they still decouple feature encoding from multi-task prediction, treating the Transformer as a task-agnostic encoder. This design fundamentally limits the performance and scalability by (1) creating an information bottleneck under heterogeneous task objectives, (2) inducing gradient interference that leads to the seesaw phenomenon, and (3) forcing a dataflow transition in which attention-based, context-adaptive representation learning is converted to static feed-forward task prediction with incompatible information read-write dynamics. We propose OneRank, a Transformer-native multi-task ranking framework that eliminates encoder-predictor separation and introduces task-private channels for forward representation learning and backward optimization, enabling task-specialized learning while reducing inter-task interference. In the forward pass, OneRank learns task-specific representations bottom-up through task-conditioned information selection, candidate-aware contextualization, and controlled cross-task interaction. In the backward pass, cross-task gradient detachment isolates task-private parameter updates from shared knowledge extraction modules, preventing negative transfer. We further replace static task-specific MLP scorers with dynamic matching-based scoring for context-aware personalized ranking. By internalizing multi-task reasoning within the Transformer stack, OneRank establishes a unified and scalable architectural paradigm. Offline and online experiments on large-scale industrial datasets show that OneRank significantly outperforms state-of-the-art baselines while maintaining computational efficiency.

Community

🎉 Excited to share that our paper "OneRank: Unified Transformer-Native Ranking Architecture for Multi-Task Recommendation" has been accepted at KDD 2026! See you in Jeju Island 🇰🇷

🔍 The problem: Traditional multi-task recommenders follow an encoder–predictor paradigm that creates information bottlenecks, suffers from the seesaw phenomenon, and forces a dataflow mismatch between attention-based encoding and static feed-forward prediction.

💡 Our solution: OneRank completely removes the encoder–predictor split and internalizes all multi-task reasoning within a unified Transformer stack — from task-specific encoding to dynamic context-aware ranking.

✨ Key highlights:

  • Task-specific token injection with mutual invisibility for early task specialization
  • Candidate-aware contextualization via situational descriptors to bridge the training-serving gap
  • Cross-task relational attention with strategic gradient detachment — turning cross-task attention into a read-only memory for knowledge transfer
  • Dynamic matching-based scoring that replaces static MLP heads with context-adaptive ranking
    📈 Validated on large-scale industrial datasets with both offline experiments and online A/B tests at Shopee, showing significant gains in ranking effectiveness while maintaining computational efficiency.

Joint work with amazing collaborators from Gaoling School of AI @RUC, Shopee, and NTU 🙌

Sign up or log in to comment

Get this paper in your agent:

hf papers read 2606.16838
Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash

Models citing this paper 0

No model linking this paper

Cite arxiv.org/abs/2606.16838 in a model README.md to link it from this page.

Datasets citing this paper 0

No dataset linking this paper

Cite arxiv.org/abs/2606.16838 in a dataset README.md to link it from this page.

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2606.16838 in a Space README.md to link it from this page.

Collections including this paper 0

No Collection including this paper

Add this paper to a collection to link it from this page.