RecGPT-V3 Technical Report
Summary
RecGPT-V3 introduces a stateful, hybrid-modal recommender that uses a Memory Hub and Latent Intent Reasoning to cut computation by 55.8% and output token cost by 200x, achieving significant gains in Taobao's feed.
View Cached Full Text
Cached at: 07/20/26, 09:41 AM
Paper page - RecGPT-V3 Technical Report
Source: https://huggingface.co/papers/2607.15591 Authors:
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
Abstract
Largelanguagemodels(LLMs)aretransformingrecommendersystemsfrommatchingco-occurrencepatternsinhistoricalbehaviortowardreasoningabouttheintentthatdrivesit.RecGPT-V1pioneeredthisparadigmonTaobaobycenteringuserunderstanding,andRecGPT-V2scaleditviacoordinatedmulti-agentreasoning;botharedeployedinproductionwithconsistentgainsinuserexperienceandcommercialoutcomes.However,operatingRecGPTatscalerevealsthreechallenges:(1)statelessbehaviormodeling,whereeachrequestreprocessesfulluserhistory,wastingcomputationanddiscardingprioranalysis;(2)atag-to-iteminformationbottleneck,wherenatural-languagetagsformalossychannelbetweenuserunderstandinganditemgrounding;and(3)inefficientexplicitreasoning,whoselengthychain-of-thoughtincursuntenablelatencyandcomputeoverhead.WepresentRecGPT-V3,astateful,hybrid-modalrecommenderthatreasonsovernaturallanguageforopen-worldknowledgeandSemanticIDs(SIDs)forconcreteitemgrounding.AMemoryHubmaintainsstructured,continuallyevolvingusermemorythatdistillslong-horizonbehaviorintocondensedunits,cuttinguser-modelingcomputationby55.8%.AHybrid-modalFoundationModelallowstheLLMjointlyreasonovertexttagsandSIDs,openingahigh-bandwidthchannelintotheitemspace.LatentIntentReasoninginternalizesverboserationalesintocompactlearnablelatenttokensthatremaindecodableintoreadableexplanations,loweringoutputtokencostby200x.DeployedinTaobao’s“GuessWhatYouLike“feed,RecGPT-V3achievesconsistentgainsinlarge-scaleonlineA/Btests:IPV+1.28%,CTR+1.00%,TC+1.97%,GMV+3.97%,whilecuttingend-to-endservingresourceconsumptionby52.4%.
View arXiv pageView PDFAdd to collection
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 paper0
No model linking this paper
Cite arxiv.org/abs/2607.15591 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.15591 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.15591 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
EverydayGPT: Confidence-Gated Routing for Efficient and Safe Hybrid GPT-RAG Conversational QA
EverydayGPT introduces Confidence-Gated Routing (CGR), a mechanism that per query decides whether to use RAG, direct GPT generation, or refusal, achieving 120x latency reduction on 85% of queries while maintaining answer quality, as demonstrated on a 500-question benchmark.
@RuiTheBaker: GPT 5.5-level ranking but 27x faster?! @mixedbreadai
Mixedbread's reranker achieves GPT 5.5-level performance on OBLIQ-bench while being 27x faster, according to early results.
@VraserX: Rumor mill on GPT-5.6 is getting wild. Supposedly a significant leap over GPT-5.5: • much better coding • finally stron…
Rumors about GPT-5.6 suggest significant improvements in coding, frontend, agentic use, computer use, cheaper inference, and higher efficiency.
GPT-3.5 Turbo fine-tuning and API updates
OpenAI has released fine-tuning capabilities for GPT-3.5 Turbo, allowing developers to customize models for specific use cases with improved performance, steerability, and output formatting. The update enables fine-tuned GPT-3.5 Turbo to match GPT-4 performance on certain tasks while reducing prompt sizes by up to 90%.
Customizing GPT-3 for your application
OpenAI has launched fine-tuning capabilities for GPT-3, allowing developers to customize the model on their own data via a single CLI command, resulting in improved accuracy, reduced costs, and lower latency for production use cases. Early customers like Keeper Tax, Viable, and Sana Labs report significant accuracy improvements after fine-tuning.