Search papers, labs, and topics across Lattice.
This paper introduces UniR虏, a unified decoder-only Transformer that integrates generative recall and multi-objective ranking into a single framework, addressing the inefficiencies of traditional cascade systems. By employing a heterogeneous sequence that combines user context, SID trajectory, and item features, the model utilizes Dual-Query Prefix-Causal Attention to maintain task-specific visibility while sharing base attention weights. Extensive offline experiments and long-term online A/B tests on the Kuaishou platform demonstrate that UniR虏 significantly enhances both recall and ranking performance in large-scale recommendation systems.
A unified model that seamlessly integrates generative recall and multi-objective ranking achieves significant performance improvements in real-world recommendation systems.
Modern industrial recommendation systems typically separate recall and ranking into two independent stages. Although this cascade supports corpus-level retrieval and fine-grained multi-objective scoring, it causes objective inconsistency, information loss at the candidate hand-off, and redundant user-side context computation. Meanwhile, the generative recall and ranking scaling share a common Transformer-based modeling philosophy, where architectural consistency creates a natural opportunity for unified integration. However, direct sharing remains challenging since the two tasks require different information visibility and optimization methods. Therefore, we propose \textbf{UniR$^2$}, a \textbf{Uni}fied decoder-only Transformer that unifies Generative \textbf{R}ecall and Multi-Objective \textbf{R}anking within a single heterogeneous sequence comprising user context, SID trajectory, and item features. Within this sequence, the generated trajectory serves as a representation bridge between recall and ranking, where Dual-Query Prefix-Causal Attention provides task-specific visibility. The two tasks share the base attention weights but retain separate optimization boundaries, with ranking-side LoRA preserving ranking adaptability without disrupting the generative backbone. Extensive offline experiments on large-scale industrial data demonstrate the effectiveness and efficiency of UniR$^2$ for both recall and ranking. Long-term online A/B tests on Kuaishou platform further show consistent positive gains, validating the practicality of unified model in large-scale recommendation systems.