Pith. sign in

REVIEW 9 cited by

KuaiFormer: Transformer-Based Retrieval at Kuaishou

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2411.10057 v1 pith:6XVUN5UG submitted 2024-11-15 cs.IR cs.AIcs.LG

KuaiFormer: Transformer-Based Retrieval at Kuaishou

classification cs.IR cs.AIcs.LG
keywords retrievalrecommendationkuaiformerlarge-scalebeencontentkuaishousystems
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
Share X Bluesky LinkedIn Reddit HN
read the original abstract

In large-scale content recommendation systems, retrieval serves as the initial stage in the pipeline, responsible for selecting thousands of candidate items from billions of options to pass on to ranking modules. Traditionally, the dominant retrieval method has been Embedding-Based Retrieval (EBR) using a Deep Neural Network (DNN) dual-tower structure. However, applying transformer in retrieval tasks has been the focus of recent research, though real-world industrial deployment still presents significant challenges. In this paper, we introduce KuaiFormer, a novel transformer-based retrieval framework deployed in a large-scale content recommendation system. KuaiFormer fundamentally redefines the retrieval process by shifting from conventional score estimation tasks (such as click-through rate estimate) to a transformer-driven Next Action Prediction paradigm. This shift enables more effective real-time interest acquisition and multi-interest extraction, significantly enhancing retrieval performance. KuaiFormer has been successfully integrated into Kuaishou App's short-video recommendation system since May 2024, serving over 400 million daily active users and resulting in a marked increase in average daily usage time of Kuaishou users. We provide insights into both the technical and business aspects of deploying transformer in large-scale recommendation systems, addressing practical challenges encountered during industrial implementation. Our findings offer valuable guidance for engineers and researchers aiming to leverage transformer models to optimize large-scale content recommendation systems.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 9 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Learning Variable-Length Tokenization for Generative Recommendation

    cs.LG 2026-05 unverdicted novelty 7.0

    VarLenRec learns variable-length semantic IDs for generative recommendation by allocating longer codes to tail items via popularity-weighted information budget allocation, hyperbolic residual quantization, and a diffe...

  2. Embedding Items at Scale: Comparing GNN-Based and ID-Based Item Embeddings in the Yandex Ecosystem

    cs.IR 2026-07 conditional novelty 6.0

    Pretrained GNN item embeddings outperform end-to-end ID embeddings on a small dataset, but not in two large-scale Yandex production recommender systems.

  3. Real-Time Hard Negative Sampling via LLM-based Clustering for Large-Scale Two-Tower Retrieval

    cs.IR 2026-07 conditional novelty 6.0

    Cluster-based real-time out-of-batch negatives drawn from LLM media embeddings outperform industry-standard negative sampling for two-tower retrieval and cut popularity bias.

  4. A Survey on Generative Recommendation: Data, Model, and Tasks

    cs.IR 2025-10 accept novelty 6.0

    This survey organizes generative recommendation into data, model, and task dimensions, identifying five advantages including world knowledge integration and creative generation while noting challenges in benchmarks an...

  5. Unifying Generative Recall and Multi-Objective Ranking in a Single Decoder-Only Sequence

    cs.IR 2026-07 conditional novelty 5.5

    A single decoder-only sequence with dual-query prefix-causal attention and ranking-side LoRA unifies generative SID recall and multi-objective ranking, with offline and online gains at Kuaishou.

  6. Real-Time Hard Negative Sampling via LLM-based Clustering for Large-Scale Two-Tower Retrieval

    cs.IR 2026-07 unverdicted novelty 5.0

    A real-time hard negative sampling technique using LLM-based clustering outperforms standard in-batch and out-of-batch methods for training two-tower models in large-scale recommendation systems.

  7. Towards Sustainable Growth: A Multi-Value-Aware Retrieval Framework for E-Commerce Search

    cs.IR 2026-05 unverdicted novelty 5.0

    GrowthGR combines ItemLTV counterfactual prediction with MultiGR generative retrieval and MoPO optimization to deliver 5.3% new item GMV lift and 0.3% overall GMV gain on Taobao production.

  8. Harmonizing Generative Retrieval and Ranking in Chain-of-Recommendation

    cs.IR 2026-04 unverdicted novelty 5.0

    RecoChain unifies generative candidate generation via hierarchical semantic IDs and SIM-based ranking in a single Transformer to improve top-K recommendation performance.

  9. From Extraction to Navigation: Progressive Retrieval with Indirectly Infinite Depth

    cs.IR 2026-06 unverdicted novelty 4.0

    IID-Nav enables progressive retrieval in large-scale recommenders by treating it as iterative goal-driven graph traversal with recursive state evolution supporting unlimited depth without rising inference cost.