Alibaba's RecGPT-V3, deployed on Taobao, improves GMV by 3.97% while cutting serving costs by 52.4%. The stateful hybrid-modal recommender uses continual memory and latent reasoning to replace traditional retrieval pipelines.
Key facts
- GMV improvement of +3.97% on Taobao deployment
- Serving costs reduced by 52.4%
- Hybrid mixture-of-experts (MoE) architecture
- Stateful continual memory across user sessions
- Joint text and item grounding in shared embedding space
Alibaba has deployed RecGPT-V3, a stateful, hybrid-modal recommender system that treats the LLM as the "intelligent brain" of recommendation on Taobao. According to @HuggingPapers, the model achieves a +3.97% improvement in gross merchandise value (GMV) while simultaneously reducing serving costs by 52.4%.
Architecture: Stateful Memory and Hybrid-MoE
RecGPT-V3 departs from conventional two-stage retrieval-ranking pipelines. It maintains a continual latent memory state across user sessions, enabling persistent personalization without recomputing user representations from scratch each time. The system jointly grounds natural language queries and item catalogs in a shared embedding space, allowing the LLM to reason over both textual and structured item features.
To keep inference costs manageable at Taobao's scale, the model uses a hybrid mixture-of-experts (MoE) architecture. Only a subset of expert modules is activated per inference, which the company credits for the 52.4% cost reduction. The paper does not disclose the total parameter count or the number of active parameters per forward pass.
Latent Reasoning Without Retrieval Cascade
A key design choice is replacing the traditional retrieval-then-rerank cascade with latent reasoning inside the LLM. The model directly predicts item relevance scores from the joint embedding space, bypassing the separate retrieval index that legacy systems require. This unified approach simplifies the serving stack and reduces latency, though the paper does not report end-to-end latency numbers.
Deployment Impact and Caveats

The 3.97% GMV lift is substantial for a platform of Taobao's size — Alibaba reported $1.2 trillion in GMV across its marketplaces in fiscal 2025. Even a fraction of a percent translates to billions of dollars in transaction volume. However, the paper does not detail how the lift was measured (A/B test duration, statistical significance, or whether the metric is revenue or gross merchandise value net of returns). Serving cost figures are also presented without a hardware baseline — it is unclear whether the comparison is against the previous RecGPT-V2 deployment or an older retrieval-based system.
The company did not disclose the training dataset size, compute budget, or whether RecGPT-V3 is fine-tuned from an existing base model (e.g., Qwen) or trained from scratch. No open-source release or API access has been announced.
What to watch
Watch for Alibaba to publish a full technical report or arXiv preprint with training details (dataset size, base model, compute budget). Also monitor whether Taobao expands RecGPT-V3 to other Alibaba properties like Tmall or AliExpress, and whether competing platforms (JD.com, Pinduoduo) disclose their own LLM-based recommender results.









