RecGPT-V3技术报告
RecGPT-V3 Technical Report
摘要
大型语言模型正在改变推荐系统的运作方式——从基于历史行为中的共现模式来匹配用户需求,转变为通过推理来理解驱动用户行为的意图。RecGPT-V1通过强调对用户的理解,在淘宝平台上开创了这种模式;而RecGPT-V2则通过多智能体协同推理的方式进一步推广了这一模式。这两种模型都在实际环境中得到应用,且都带来了用户体验和商业成果上的显著提升。不过,大规模运行RecGPT时存在三个挑战:(1) 无状态行为建模问题:每个请求都需要重新处理完整的用户历史数据,导致计算成本增加,同时之前的分析结果也被丢弃;(2) 标签与商品信息之间的瓶颈问题:自然语言标签作为用户理解与商品信息之间的传递通道,存在信息损失问题;(3) 低效的显式推理过程:复杂的推理过程会导致较高的延迟和计算成本。 我们提出了RecGPT-V3,这是一种有状态的混合模态推荐系统。它利用自然语言进行推理,以处理开放世界中的知识,同时利用语义标识符来精确描述具体商品信息。记忆中心能够维护结构化的、不断更新的用户记忆,将长周期的行为信息转化为简洁的单元,从而将用户建模的计算成本降低55.8%。混合模态基础模型则允许语言模型和语义标识符共同进行推理,从而建立一条通往商品空间的高效通道。隐式意图推理机制则将复杂的解释转化为简洁的可学习的潜在标记,使得输出标记的成本降低200倍。在淘宝平台的“猜你喜欢”功能中应用RecGPT-V3后,在大规模在线A/B测试中取得了稳定的效果:IPV提升了1.28%,CTR提升了1.00%,TC提升了1.97%,GMV提升了3.97%,同时端到端的服务资源消耗也减少了52.4%。
English 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%.