IRAILGSep 21, 2025

Equip Pre-ranking with Target Attention by Residual Quantization

arXiv:2509.16931v21 citationsh-index: 2
Originality Incremental advance
AI Analysis

This addresses a critical bottleneck in recommendation systems for companies like Taobao, though it is incremental in applying known techniques to a specific stage.

The paper tackles the efficiency-effectiveness trade-off in industrial recommendation pre-ranking by proposing TARQ, a framework that approximates Target Attention using Residual Quantization, enabling deployment with significant performance gains and business improvements in large-scale systems like Taobao.

The pre-ranking stage in industrial recommendation systems faces a fundamental conflict between efficiency and effectiveness. While powerful models like Target Attention (TA) excel at capturing complex feature interactions in the ranking stage, their high computational cost makes them infeasible for pre-ranking, which often relies on simplistic vector-product models. This disparity creates a significant performance bottleneck for the entire system. To bridge this gap, we propose TARQ, a novel pre-ranking framework. Inspired by generative models, TARQ's key innovation is to equip pre-ranking with an architecture approximate to TA by Residual Quantization. This allows us to bring the modeling power of TA into the latency-critical pre-ranking stage for the first time, establishing a new state-of-the-art trade-off between accuracy and efficiency. Extensive offline experiments and large-scale online A/B tests at Taobao demonstrate TARQ's significant improvements in ranking performance. Consequently, our model has been fully deployed in production, serving tens of millions of daily active users and yielding substantial business improvements.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes