- 标签:
- AI (171)
- Daily (151)
- Tech Trends (151)
- 周报 (23)
- Recommendation Systems (18)
- Weekly (18)
- Papers (18)
- 推荐系统 (16)
- 思考 (6)
- 论文 (6)
- Agentic Engineering (6)
- 日报 (5)
- 技术趋势 (5)
- 深度学习 (4)
- Harness Engineering (3)
- 推荐 (2)
- 工具 (2)
- 强化学习 (1)
- 思维模型 (1)
- Transformer (1)
- LLM (1)
- 管理 (1)
- 生成式 (1)
This week's recommendation systems research clusters around three technical threads: generative recommendation moving from proof-of-concept to end-to-end engineering, LLMs stepping from ranking assistance into core decision-making, and the pretrain-continuous refresh paradigm redrawing the boundary between knowledge and geometry. Industrial papers account for over half of the output — Yandex, Kuaishou, ByteDance, Tencent, Snap, Shopee, LinkedIn, JD, Microsoft, and Huawei all published deployment papers, most with online A/B data attached. Thread 1: Generative recommendation moves beyond the "generate-as-recall" prototype toward end-to-end single models. Yandex's Gryphon-v2 replaces a full cascade of 15+ candidate generators, coarse ranking, and fine ranking with a single model — active users +1.41%; Snap pushes LLM generative recall into short-video scenarios, View Time +0.37%. Both point to the same conclusion: the engineering bottlenecks of generative architectures (ranking objective transfer, inference cost, eligibility constraints) are being dismantled one by one. Thread 2: LLMs move from ranking assistance into high-stakes decision-making. Tencent's SeqLLM injects behavior sequence modeling into payment risk control, merchant screening precision up from 92.0% to 97.5%; Kuaishou's HOBA uses LLM inference for hyperparameters, SARSA for expert selection, and an expert pool for execution — a three-layer structure that makes bidding decisions adaptive online, target cost +3.6%. Baidu's QDET matches DeepSeek-R1-671B on timeline summarization with a 7B model, CTR +5.5%. Thread 3: The pretrain-continuous refresh paradigm begins redrawing the boundary between "knowledge" and "geometry." Shopee's KGD uses behavior multi-token prediction to clean pretrained knowledge and anchored calibration residuals to decouple task geometry — GMV/user +1.75%, validated over 90 days of production traffic with no degradation. This thread points to a judgment: the next battleground for pr
This week's recommendation systems research runs along three interwoven technical threads: generative recommendation has hit a new peak in industrial deployment density, with multiple companies disclosing online gains; LLM recommendation is shifting from explicit reasoning to latent reasoning, with inference cost emerging as the primary constraint on scale; and industrial infrastructure papers are converging on training-serving inconsistency, inference compute reuse, and cold start. The common thread: recommendation systems are moving from a "model capability race" to a "systems engineering race." Thread 1: Generative recommendation enters a multi-objective, controllable industrialization phase. Kuaishou's Multi-Decoder OneRec uses a multi-decoder architecture to decouple shared representations from objective-specific specialization — online app time +0.37%, cold start +2.09%. JD's OxygenREC-v2 internalizes discriminative signals into a 3B-parameter MoE generative backbone, lifting GMV 2.8%-6.8%. The competitive focus has shifted from "can it retrieve" to "can it steer direction and tune objectives." Thread 2: LLM recommendation reasoning is moving from explicit CoT to latent reasoning. Kuaishou's WhisperRec compresses teacher CoT into latent tokens — SID@64 +17.44%, online inference throughput up over 10x. LaRec samples reasoning starting points from personalized Gaussian mixture distributions, exploring multi-path latent reasoning. The quality ceiling of explicit reasoning still stands, but inference cost determines who survives online. Thread 3: Engineering depth in industrial recommendation systems. Meta's ROCS extends request-side compute sharing from feature interactions to sequence models — retrieval model QPS up 3x. Memory Layer uses a key-value cache co-trained with the model to unify training-serving representations — NE gap reduced 86%. Structural alignment between training and serving is becoming a bigger optimization lever than model architecture.
This week's recommender systems research runs along three technical threads. Generative recommendation is shifting from "can it generate" to "generates well and cheaply"—BARGE fixes the flat sequence problem of semantic IDs, TSGR embeds business value into retrieval, and DLMRec swaps autoregression for diffusion. Ranking models lean toward unified architectures and uncertainty modeling: WHALE fuses two high-performance backbones (Wukong and HSTU), while UAME uses prediction uncertainty as a correction term for label bias. LLM applications move from pure inference to stateful, closed-loop optimization: RecGPT-V3 introduces persistent user memory, and RECAP applies GRPO to optimize user profiles. Generative recommendation moves from "can run" to "runs reliably": Tencent's BARGE identifies two structural defects in generative recommenders—multi-token ID serialization destroys item-level structure, and inconsistent hierarchical codebook training causes semantic drift. BARGE restores item-level context with Item Context-Aware Attention (ICA), paired with Hierarchical Path Reranking and Dual-Path Decoding, lifting online CTR by 0.60%. Meanwhile, Alibaba's TSGR approaches from another angle: making the semantic ID encoding process itself sensitive to business value, yielding +1.64% online GMV. Both point to the same conclusion: the core bottleneck in generative recommendation isn't generation ability—it's ID design and decoding structure. Ranking models head toward unified architectures and interpretable uncertainty: Meta's WHALE connects Wukong (high-order non-sequential feature interactions) and HSTU (long user behavior sequences) at every layer via an attention fusion module, allowing high-order feature cross to repeatedly retrieve fine-grained evidence from the long history. It doesn't replace existing backbones; it makes them work together. Kuaishou's UAME changes a basic assumption: user satisfaction labels are inherently biased behavioral proxies, and models shouldn
This week's recommendation system research clusters around four technical themes: generative recommendation entering industrial deep waters, ranking models evolving toward long sequences and fine-grained semantics, retrieval systems breaking through on heterogeneous indexing and causal optimization, and LLM-enhanced recommendation moving from experiments to engineering deployment. Of the 34 papers, 23 come from industry (18 deployed), and 13 report online A/B results. Theme 1 "Generative Recommendation: From DocID Design to Fine-Tuning Alignment": Alibaba's CRID encodes business value ranking directly into DocIDs, achieving +1.06% GMV on a 300M item catalog at full traffic. GFlowGR fine-tunes generative recommendation with GFlowNet, delivering +0.4% annual revenue in Taobao search ads. Meituan's NONTP extends NTP training signals via temporal contrastive learning and cross-domain learning, lifting online CTR by +1.8% and GMV by +2.1%. Common thread: generative recommendation is shifting from "being able to generate" to "optimizing better." Theme 2 "Ranking Models Pursue Deep Decoupling and Long-Term Modeling": Meta's SlimPer formulates personalized ranking as iterative refinement of a <user, item> knowledge base, supporting 10k+ historical events with O(N) complexity, deployed on Instagram. Yandex's Long-History User Transformers decouple long-history inference via offline encoding + caching + a lightweight online model, achieving +2.77% in search ads. Alibaba's SAM uses satiety-gated explicit modeling of interest lifecycles, reducing post-purchase repetition rate by 60%. Theme 3 "Engineering and Causal Paradigms in Retrieval": Pinterest's causal retrieval framework reduces shopping triggers by 85% without harming key sessions. MESH uses modular architecture and gated bias correction to boost the scaling exponent for fresh items by 14x, with user retention +0.46%. Microsoft's FlashTrie fully migrates constrained decoding for generative retrieval to GPU, handling an
This week's recommendation system research centers on three technical threads: industrial deployment and theoretical deepening of generative retrieval, LLM/Agent moving from proof-of-concept to production, and robustness optimization of ranking/federated learning in industrial environments. Generative retrieval accelerates deployment with finer multi-interest modeling: Kuaishou deployed a heterogeneous generative architecture HGenPush in its push notification system, replacing traditional autoregressive decoding with non-autoregressive multi-token prediction, lifting DAU by 0.181%. Walmart introduced inventory-aware RAG into sponsored search, InvAwr-RAG boosting ad fill rate by 68%. On the theory side, BACH uses Bayesian mixture heads to solve the routing collapse problem in multi-interest two-tower models, achieving new recall SOTA on three benchmarks; DaV-Gen proposes a draft-and-verify mechanism unifying efficiency and accuracy in generative retrieval. Separately, Signed MaxSim is the first theoretical proof that MaxSim's expressiveness is at least as strong as vector inner products, and extends it to arbitrary real-valued inner products. LLM/Agent recommendations move from prototype to production: Meta's SCOReD is the week's most notable deployment — using student-aware CoT optimization to adapt teacher reasoning trajectories to small models, achieving +1.56% NDCG and +1.9% Recall@5 online while reducing reasoning length by 27.3%. Walmart used LLAMA2 7B + LoRA for three-category ad relevance classification, reaching 89.43% accuracy — surpassing GPT-4. Academically, MMEACR proposes a dual-track memory architecture to enhance agent visual reasoning; LBR systematically reveals length bias in LLM recommendations and offers a lightweight correction (NDCG@5 +16.82%); the survey Autonomous Information Seeking establishes a three-paradigm taxonomy for agent-based recommendation. Industrial ranking and federated learning optimization: Kuaishou's PIT-SUN is a deployable e
24 papers this week, 4 from industrial online deployments (Meta, Netflix, Alibaba, Kuaishou), covering retrieval, ranking, re-ranking, and full-page generation. The underlying logic of core technical density is shifting—generative recommendation moves from "being able to generate" to "being able to reason," retrieval shifts from embedding matching to navigational exploration, and the ranking stage seeks balance between constraints and interpretability. Generative recommendation enters the "reasoning + RL" era: GR2, ShopX, and GenPage all showcased different architectural directions for generative systems in the same week. GR2 introduces reasoning chains (CoT) and RL post-training to the re-ranking stage for the first time, achieving +18.7% in R@1 on live traffic. ShopX pushes generative recommendation from candidate generation to end-to-end "intent-to-item" execution, boosting complex request satisfaction by 55–75% in Taobao's agent scenario. GenPage goes furthest—replacing Netflix's entire multi-stage homepage pipeline with a single Transformer, delivering +0.24% on the core metric while cutting latency by 20%. The common thread across all three: the core barrier for generative recommendation has shifted from "can it generate?" to "can it find an industrially feasible solution that balances reasoning quality and deployment efficiency?" Retrieval moves from static matching to dynamic graph exploration: Meta's hard negative sampling uses LLM clustering to generate real-time same-cluster negatives, lifting online recall by +8.5% and reducing popularity bias by -12.3%. Kuaishou's IID-Nav models retrieval as autonomous graph exploration, supporting unlimited indirect depth traversal. Kuaishou's POEM uses multi-task ranking scores to construct partial order sequences, enabling real-time per-request interest updates. All three technical paths share a trend: retrieval is moving from static embedding lookup to dynamic, context-aware behavior modeling. Constrained optimizati
Of the 12 papers this week, industrial deployments dominate — 8 come from first-tier platforms like YouTube, TikTok, Kuaishou, Tencent, and Walmart, all with online A/B experiment metrics. Research clusters around three overlapping directions: generative recommendation with LLM augmentation, GPU acceleration for large-scale retrieval, and industrial system architecture and attribution optimization. Generative recommendation moves from "generating item IDs" to "generating physical items": Kuaishou's RaG unifies generative recommendation with video generation, achieving +1.87% ad revenue on a 400M DAU platform. YouTube's TokenMinds extends Semantic ID from the item side to the user side, producing both discrete user tokens and dense embeddings, covering full user traffic. Both routes point to the same judgment — generative recommendation is moving from offline consistency verification to online revenue realization. User modeling accelerates its shift from dense vectors to discrete semantic IDs: Kuaishou and YouTube published SID-based frameworks almost simultaneously. This isn't just a change in representation form — it means that the underlying token space of recommendation systems is beginning to align with that of the LLM world, substantially lowering the cost of cross-scenario unification (short-form video / long-form video, recommendation / advertising). Industrial attribution and scaling methodology move toward precision: TikTok's Attribution Correction Framework aligns causal experiments with daily production attribution, reducing measured cannibalization by roughly 15 percentage points. Tencent's NOVA uses an agent to automate architecture evolution, achieving +2.02% GMV on L3 tasks online. Kuaishou's UniFormer proposes a model-centric scaling framework that explicitly decomposes the modeling space into feature and task dimensions. Together, these three reveal a pattern: as model architectures converge, engineering automation and measurement accuracy become th
This week's recommendation systems research clusters around three themes: full lifecycle co-design for large-scale graph retrieval, Transformer-based sequence modeling deployed across platforms, and a shift from DNN to Transformer-native architectures for multi-task ranking. Meta, Airbnb, Alibaba, Shopee, and NetEase Cloud Music all published online deployment work with specific AB metrics. Thread 1 (End-to-end design of large-scale graph systems): Meta's RankGraph-2 (Meta) couples graph construction, representation learning, and online serving into a joint optimization. On a billion-node graph, it reduces compute cost by 83%, achieves 3.8x the recall of GAT+Deep Graph Infomax, and lifts online CTR by +0.96% and CVR by +2.75%. Along the same line, HighLevel's ScoreGate (HighLevel) uses a statistical fusion of two scores to adaptively control the number of retrieved chunks in RAG. In production, it cuts tokens by 34.8% while maintaining recall between 97.77% and 99.34%. Thread 2 (Generative recommendation moves from theory to production): Airbnb's JourneyFormer (Airbnb) deploys a Transformer-based sequence model in search ranking to handle long, sparse user behavior. Alibaba's OneBar (Alibaba) uses an end-to-end generative framework for video e-commerce query recommendation, achieving a 21.67% GMV lift. Both point to the same direction: generative recommendation needs engineering trade-offs under real constraints (cold start, latency, sparse labels) rather than chasing offline metrics alone. Thread 3 (Transformer-native paradigm for multi-task ranking): Shopee's OneRank (Shopee) eliminates the encoder-predictor separation, embedding task-private channels and gradient isolation inside the Transformer. Online CTR is up +1.2%, CVR +0.8%. NetEase Cloud Music's PIANO (NetEase Cloud Music) uses a learnable [CLS] token for list-level multi-objective re-ranking, lifting CTR by +0.62% and CVR by +4.45%. Both demonstrate that internalizing multi-objective reasoning into the Tr
This week's research in recommendation systems falls along three technical threads. Thread 1: Generative recommendation moves from functioning to stability — semantic IDs and reasoning become the industrial focus. Pinterest's UniPinRec unifies retrieval and ranking end-to-end (online engagement +1%, latency -11.1%), pushing generative recommendation beyond just retrieval. Kuaishou's OneReason (online deployment) reveals why reasoning mode fails in generative recommendation — missing both perception and cognition factors — and proposes a three-level CoT format plus specialized-unified training. Both point to the same conclusion: the core bottleneck in generative recommendation has shifted from model architecture to data format (semantic IDs) and system coordination. Thread 2: Cross-domain cold start moves from feature transfer to learning transfer — LLMs as cross-domain bridges begin large-scale deployment. Kuaishou's RGCD-Rep (serving 400M+ users) uses MLLM reasoning distillation to transfer short-video user interest to live streaming, with significant cold-start engagement gains. Meta's Quantizing Intent paper (online AUC +1.522% for cold start) quantifies organic feed behavior into semantic IDs for ad ranking, proving that behavioral richness determines cross-domain transfer quality. Both reveal that the key to cross-domain transfer isn't aligning features — it's building transferable semantic representations. Thread 3: LLM/Agent-enhanced recommendation moves toward industry differentiation — from general retrieval to deep adaptation in vertical scenarios. Li Auto's HPRO (132-day A/B, sales +9.5%) introduces preference optimization for lead scoring, solving sparse supervision and funnel hierarchy. Kuaishou's Taiji (CTR +12.4%, revenue +15.2%) proposes Pareto-optimal policy optimization, finding the optimal trade-off between semantics and IDs. Syft's DynTree (survival rate improved 1.5x) uses offline agent tree-building plus online lightweight subtree selection for
This week's recommendation system research clusters around three technical threads. Industrial knowledge distillation enters the transfer rate quantification era: ByteDance, Meta, Microsoft, and Alibaba each demonstrated large-scale distillation frameworks. ByteDance's Rec-Distill (24B teacher, 20K sequence) achieves distillation transfer rate >60%, Alibaba's GPlan compresses LLM reasoning into implicit tokens, Meta's LoopFM doubles distillation transfer rate via structured intermediate representations, and Microsoft's HARNESS-LM recovers 98% of teacher accuracy with 190M parameters. The common direction across all four: distillation is no longer just a model compression technique — it's a way to "monetize" large model capabilities into quantifiable business metrics. Generative recommendation moves from item generation to intent-conditioned generation: Alibaba's QGS deploys conditional next-item prediction in Quark search, Netflix reveals task-specific scaling ceilings in a 1B parameter generative recommender, and Tsinghua's SID collision analysis finds Hit@10 overestimated by 103%. The three papers together indicate that generative recommendation is entering a phase of refined evaluation and conditional control. Recommendation system scaling shifts from "stacking parameters" to multidimensional synergy and test-time compute: Coupang's system study shows additive scaling effects across backbone, embedding, and data dimensions for CVR models. Alibaba's UTTSI introduces test-time compute to CTR for the first time, lifting CTR by 5.3% without model changes. Meta's rank-aware decomposition boosts DLRM throughput by 87.5%. The core tension in scaling has moved from "can we go bigger" to "how do we use it efficiently."
This week in recommendation systems research clusters around three technical fronts: generative recommendation moves from "proving feasibility" to "industrial deployment and optimization," debiasing and calibration shift from single methods to fusion frameworks, and search/retrieval systems make concrete advances in cold start and heterogeneous acceleration. Generative recommendation enters the industrial deep end: Four deployment papers from Kuaishou, Tencent, and Meituan cover core pain points — reasoning enhancement (RPORec), long-term interest modeling (GenLI), and world knowledge integration (LWGR). The common thread: the core question for generative recommendation has shifted from "can it work?" to "how do we stably and controllably replace or augment the traditional pipeline?" Debiasing and calibration moves from "correcting the mean" to "governing the distribution." ByteDance's PEARL, Kuaishou's DADF, and Pinterest's PRL-PUTS each deliver production-grade solutions from contrasting perspectives: percentile comparison, residual correction, and utility weight tuning. PEARL's Watch Duration +2.10% and DADF's time spent +0.347% show that distribution-level bias correction still has substantial headroom. Search retrieval systems focus on cold start and system efficiency. Taobao's GrowthGR (new item GMV +5.3%) and Airbnb's synthetic data framework (query length KL divergence down to 0.66) demonstrate the engineering potential of LLMs + counterfactual inference for cold start. HUAWEI and JD.com's Ascend-RaBitQ pushes NPU acceleration for billion-scale vector search to 4.6x, setting a new hardware-algorithm co-optimization baseline for large-scale retrieval.
This week's recommendation systems research breaks down along three technical fronts: generative recommendation architectures moving from tokenizer optimization to inference efficiency; LLM-enhanced recommendation evolving from isolated auxiliary modules to agents with memory and reasoning; and system-level quantization and thread orchestration emerging as the real bottleneck for production deployment. Theme 1 "Decoupling and Acceleration in Generative Recommendation": Alibaba deployed CQ-SID / EG-GRPO on TmallAPP, using category-aware semantic IDs and expert-guided reinforcement learning to achieve +1.15% GMV, with generative retrieval contributing 72.63% of purchases. Tencent and Tsinghua's AsymRec proposed an asymmetric continuous-discrete framework that replaces symmetric quantization with multi-expert projections, averaging 15.8% improvement. Meituan's DIG embeds the tokenizer into a discriminative ranking model for end-to-end training, improving both retrieval and ranking. Snap's SID-MLP distills the Transformer decoder into an MLP, achieving 8.74x speedup with no loss in accuracy. The common thread: generative recommendation is transitioning from "can run" to "runs stably and fast," with the core tactic being decoupling input/output representations and replacing overly dense structures. Theme 2 "LLM Recommendation Toward Reasoning and Memory": Microsoft Research's PGR introduced look-ahead guided retrieval, using Tree-of-Thought to expand query steps, achieving nearly 3x recall improvement on MemoryQuest. Meituan's RecRM-Bench provides 1 million structured entries covering four reward dimensions (instruction following, fact consistency, etc.) for agent-based recommendation systems. SDAR (Meituan) uses gated auxiliary objectives to stabilize On-Policy Self-Distillation (OPSD), outperforming GRPO by 7–10% on ALFWorld, Search-QA, and WebShop. The difference: PGR focuses on look-ahead reasoning before retrieval; SDAR focuses on training stability. But the shared