Abstract
Large language models (LLMs) are transforming recommender systems from matching co-occurrence patterns in historical behavior toward reasoning about the intent that drives it. RecGPT-V1 pioneered this paradigm on Taobao by centering user understanding, and RecGPT-V2 scaled it via coordinated multi-agent reasoning; both are deployed in production with consistent gains in user experience and commercial outcomes. However, operating RecGPT at scale reveals three challenges: (1) stateless behavior modeling, where each request reprocesses full user history, wasting computation and discarding prior analysis; (2) a tag-to-item information bottleneck, where natural-language tags form a lossy channel between user understanding and item grounding; and (3) inefficient explicit reasoning, whose lengthy chain-of-thought incurs untenable latency and compute overhead. We present RecGPT-V3, a stateful, hybrid-modal recommender that reasons over natural language for open-world knowledge and Semantic IDs (SIDs) for concrete item grounding. A Memory Hub maintains structured, continually evolving user memory that distills long-horizon behavior into condensed units, cutting user-modeling computation by 55.8%. A Hybrid-modal Foundation Model allows the LLM jointly reason over text tags and SIDs, opening a high-bandwidth channel into the item space. Latent Intent Reasoning internalizes verbose rationales into compact learnable latent tokens that remain decodable into readable explanations, lowering output token cost by 200x. Deployed in Taobao's "Guess What You Like" feed, RecGPT-V3 achieves consistent gains in large-scale online A/B tests: IPV +1.28%, CTR +1.00%, TC +1.97%, GMV +3.97%, while cutting end-to-end serving resource consumption by 52.4%.
Community
🚀 RecGPT-V3 Is Here: Making LLMs the “Intelligent Brain” of Industrial-Scale Recommender Systems
From RecGPT-V1, which pioneered intent understanding in Taobao’s recommendation pipeline, to RecGPT-V2, which expanded the breadth and efficiency of intent understanding through multi-expert collaboration, our mission has remained the same: to move recommender systems beyond “predicting the next click” toward “understanding the real needs behind every choice.”
Today, we introduce RecGPT-V3. It brings together continually evolving stateful user memory, hybrid-modal understanding that connects natural language with the item space, and efficient latent reasoning that can be decoded back into human-readable explanations. Together, these capabilities enable recommender systems to remember users, understand their intent more precisely, and perform deep reasoning at significantly lower cost.
🧠 From Repeated Analysis to Continual Memory
The Memory Hub distills long-term user behavior into structured memory that evolves over time. Instead of repeatedly processing the entire interaction history from scratch, the system continuously accumulates and refines its understanding of each user, reducing user-modeling compute by 55.8%.
🎯 From Ambiguous Intent to Precise Item Grounding
The model jointly reasons over natural language and Semantic IDs (SIDs). Natural language captures open-ended and complex user needs, while SIDs ground those needs directly in concrete items, bridging the gap between “understanding the user” and “finding the right products.”
⚡ From Lengthy Explicit Reasoning to Efficient Latent Reasoning
Latent Intent Reasoning internalizes thousands of explicit reasoning tokens into a compact set of latent tokens, substantially reducing online inference costs. These latent reasoning traces can also be decoded back into human-readable explanations on demand, preserving interpretability while delivering a 3.46× end-to-end inference speedup.
RecGPT-V3 has now been deployed in the “Guess What You Like” feed on Taobao’s homepage. Large-scale online A/B tests have delivered significant improvements:
📈 IPV +1.28%, CTR +1.00%, TC +1.97%, and GMV +3.97%
📉 52.4% reduction in end-to-end serving resource consumption
From RecGPT-V1 to RecGPT-V3, we are steadily advancing recommendation from “replaying a user’s past” toward “continually remembering users, deeply understanding their intent, and efficiently delivering truly personalized experiences.” ✨
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- Implicit Reasoning for Large Language Model-based Generative Recommendation (2026)
- GR2 Technical Report (2026)
- Fine-Tuned LLM as a Complementary Predictor Improving Ads System (2026)
- OneReason Technical Report (2026)
- Atomic Intent Reasoning: Bringing LLM Semantics to Industrial Cross-Domain Recommendations (2026)
- Beyond Matching: Category-Guided Latent Intent Reasoning for Generative Retrieval in E-Commerce (2026)
- Taiji: Pareto Optimal Policy Optimization with Semantics-IDs Trade-off for Industrial LLM-Enhanced Recommendation (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
Get this paper in your agent:
hf papers read 2607.15591 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
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper
Collections including this paper 0
No Collection including this paper