RecSys Weekly 2026-W21
2026-5-23
| 2026-5-23
字数 2528阅读时长 7 分钟
type
Post
status
Published
date
May 23, 2026 07:02
slug
rec-weekly-en-2026-W21
summary
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.
tags
Recommendation Systems
Weekly
Papers
category
Rec Tech Report
icon
📚
password
priority
1

Weekly Overview

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.

Generative & LLM-Enhanced Recommendation

Kuaishou's RPORec (online CTR +1.2%, CVR +0.8%) explicitly incorporates reasoning into the LLM recommender. The framework has two phases: first, high-quality CoT reasoning chains enhance feature learning in the recommendation head Rechead; second, the trained Rechead outputs serve as reward signals to refine LLM reasoning quality via reinforcement learning (GRPO style). The core insight: LLM free-form reasoning must be "anchored" by structured recommendation objectives. Unlike SCoTER's structure-preserving ensemble, RPORec introduces quantifiable reward feedback, avoiding objective drift between reasoning and recommendation.
Meituan's GenLI (online CTR +0.8%, eCPM +1.2%) takes a different path: replacing traditional retrieval-based long-term interest modeling with generative methods. The conventional two-stage framework (GSU+ESU) computes similarity between the target item and every historical behavior — O(k) complexity. GenLI's Interest Generation Module (IGM) directly generates multiple interest distributions, turning behavior retrieval into an O(1) table lookup. This "generate instead of retrieve" approach extends the interest diversity诉求 from DSIN but achieves more complete coverage via end-to-end distribution generation. GenLI serves hundreds of millions of users at Meituan, demonstrating that generative design can replace traditional matching pipelines under industrial latency constraints.
Tencent's LWGR (online revenue +1.35%) tackles how to safely integrate LLM world knowledge into generative recommendation. The key innovation: Lagrangian constrained optimization. They formulate knowledge fusion as an optimization problem with upper and lower bounds, and a Lagrangian primal-dual method dynamically decides whether to retain or discard LLM signals. Unlike conventional fixed-template knowledge injection, LWGR can automatically detect knowledge conflicts and suppress harmful signals. LWGR outperforms 8 SOTA baselines by 11.23% and has been validated on an ad platform with commercial gains.
A few non-deployment papers also reveal key directions. VarLenRec discovers the "Popularity-Length Paradox": popular items work better with short IDs, while long-tail items need longer IDs. They propose variable-length encoding using hyperbolic residual quantization (the exponential volume growth of Poincaré ball naturally supports unequal-length codes) and a soft length controller for differentiable length prediction. Ghost diagnoses popularity bias in generative recommendation at both token level and tokenization level, proposing asymmetric unlikelihood optimization and skeleton-based tokenization. These works show that tokenization and optimization objectives for generative recommendation still need redesign. LinkedIn's Dynamic Facet Suggestions (deployed, significant online impact) combines retrieval augmentation and distilled SLM, offering an engineering template for interactive query optimization in search. Adobe's AMARIS introduces persistent evaluation memory into rubric-based RL fine-tuning, with a static + dynamic dual retrieval mechanism adding only 5% overhead and improving GPQA-Diamond by 1.6 points. Agent4POI applies Gibsonian affordance theory to POI recommendation, dynamically generating context-aware representations at inference time, achieving 2.4x the cold-start performance of pure content baselines.
  • Takeaway: The core challenge for generative recommendation has shifted from "can we generate?" to "controlled generation" — reasoning alignment (RPORec), long-term interest generation (GenLI), and knowledge conflict resolution (LWGR) each deliver production-grade solutions. Next: can these modules be validated in a more general full-pipeline replacement?
  • Takeaway: Variable-length encoding (VarLenRec) and popularity diagnosis (Ghost) reveal the flaw of uniform capacity assumptions in current semantic ID encoding — this could be the starting point for the next wave of performance gains in generative recommendation.

Ranking & Debiasing Optimization

ByteDance's PEARL (deployed at TikTok, Watch Duration +2.10%, Report Rate -6.91%) targets the extreme imbalance in user activity distribution for live streaming recommendation. The core idea: use contrastive learning to directly estimate unbiased percentile preference signals, instead of traditional absolute value correction. They prove theoretically that relative ranking of contrastive samples can unbiasedly approximate percentiles, and prediction-guided bootstrap smoothing handles sparse discrete feedback. Compared to similar debiasing methods (IPW, DR, CausE, etc.), PEARL requires no auxiliary distribution model and has less engineering intrusion.
Kuaishou's DADF (deployed, average watch time +0.347%) focuses on residual correction for watch time prediction. A globally calibrated model may overestimate in short-watch regions and underestimate in long-watch regions. DADF applies multiplicative residual correction in a second stage via a distribution-aware transformation and a bias factor-aware module (with video duration as the main correction factor), reducing MAE by 12.57%. This is a plug-in solution that doesn't modify the main model, complementing AdaTT's task fusion approach.
Pinterest's PRL-PUTS (deployed, online successful sessions +0.13%) redefines utility weight tuning as a single-step value-based RL problem. The core innovation: Pareto frontier scanning. They generate a family of policies and empirical Pareto frontiers via scalarization parameters, providing a governance tool for decision-makers to adjust operational strategies in real time. The framework runs in parallel with ranking inference with zero latency increase, solving the engineering pain point of manual multi-objective weight tuning.
SK Telecom's ABPO (deployed, CTR significantly improved) addresses exposure bias in continuously updated LLM recommenders. Within the GRPO framework, they insert already-exposed recommendations as logged anchors into each rollout group, correct policy bias with self-normalized IPS, and penalize ambiguous signals using self-certainty penalty for no-response. This work extends GRPO to recommendation but focuses more on feedback asymmetry.
Additionally, Meituan's multi-slot GD ad framework (ARPU +28.99%) models allocation as bipartite graph matching with a contract roulette mechanism, offering a structured solution for ad ranking optimization. ByteDance's uncertainty calibration framework applies risk-averse promotion for low-activity users and UCB exploration for high-activity users, improving retention and diversity on a live streaming platform. Fortress (Apple) identifies and prunes volatile features via temporal snapshots — a feature engineering-level stability enhancement. eNMF decouples low-rank approximation from non-negative constraints; 99% of 400 experiments converge to equivalent solutions, reconstruction error drops 30%, and downstream recommendation tasks show strong performance.
  • Takeaway: Industrial debiasing is shifting from "single-stage global correction" to "multi-stage local residual correction." The common lesson from PEARL and DADF: distribution-level systematic bias needs specialized modules at specific levels, not one loss to rule them all.
  • Takeaway: RL in ranking is no longer limited to multi-objective hyperparameter tuning. PRL-PUTS and ABPO show possibilities for automatic utility weight evolution and feedback bias self-correction, but production deployment still needs to balance training stability with online latency.

Search & Retrieval Systems

Taobao's GrowthGR (Alibaba deployed, new item GMV +5.3%, overall search GMV +0.3%) targets the cold-start problem caused by the Matthew effect in e-commerce search. The framework has two modules: ItemLTV uses counterfactual inference to quantify the long-term transaction value increment from a single interaction; MultiGR is a generative retrieval architecture based on semantic IDs with multi-value-aware policy optimization (MoPO), explicitly balancing short-term conversion and long-term growth. MoPO extends the generative single-model idea of GPR but adds a value-awareness dimension.
Meta's LLM Ads Retrieval (deployed) introduces new evaluation dimensions — stability and predictability. It uses fine-tuned LLMs to extract hierarchical semantic attributes from ad creatives, with graph expansion ensuring retrieval candidates include semantic variants. The core concept: ad systems need not just accuracy, but also consistent and interpretable delivery results for similar creatives. This contrasts with the traditional NDCG-centric evaluation system.
Airbnb's synthetic data generation framework (deployed in production pipeline) provides a complete engineering solution for natural language search cold start. Core method: contrastive listing pairs + seed queries balance authenticity and diversity, with contrastive generation and Virtual Judge label generation. Query length distribution KL divergence drops from 12.03 (InPars) to 0.66 — a 7.5x improvement. Attribute distribution KL divergence is 0.04. This shows that seed-guided synthetic data generation from LLMs more closely matches real user behavior than purely unsupervised generation.
HUAWEI and JD.com's Ascend-RaBitQ (JD deployed) is the first adaptation of 1-bit quantized vector search to NPU architecture. The core insight: decouple coarse ranking (NPU) and fine ranking (CPU) through a three-stage heterogeneous pipeline: AI Core-accelerated 1-bit coarse ranking, AI CPU Top-k processing, and CPU full-precision fine ranking. Four NPU-native optimizations (fused AIC-AIV operators, computation flow reorganization, fine-grained block-level load balancing, and AI Core + AI CPU pipeline parallelism) achieve up to 62.8x index construction acceleration and 4.6x throughput improvement.
Beyond these: SPSC is the first to characterize subspace identification boundaries in non-stationary low-rank bandits, achieving O~(r√T) dynamic regret, validated on ZOZOTOWN production logs. BoR proposes Bits-over-Random metric, showing that when K·R̄_q/N exceeds 3-5, >99% recall is equivalent to random selection, validated on 20 Newsgroups and MS MARCO — a direct caution for RAG depth selection. TIGER-FG (Kuaishou) achieves text-guided implicit fine-grained localization for e-commerce retrieval without detectors, improving Recall@1 by 6.1 and 34.4 percentage points. PostgreSQL's filter-agnostic vector search study reveals that system-level overhead (page access, data retrieval) dominates in industrial databases — graph methods underperform clustering methods due to excessive filter checks, providing practical guidance for production selection.
  • Takeaway: Solutions for cold-start search are shifting from "feature enhancement" to "generative data + counterfactual inference." The common pattern in GrowthGR and Airbnb's framework: use offline generated simulation or causal models to compensate for insufficient online signals.
  • Takeaway: Hardware adaptation for vector search enters the heterogeneous era. Ascend-RaBitQ demonstrates the huge potential of NPU-CPU co-optimization. Meanwhile, the BoR metric reminds practitioners to re-evaluate the reasonable range of top-K — focus on "selectivity" not just "coverage."

Directions to Watch

Variable-length and adaptive encoding in generative recommendation. VarLenRec's Popularity-Length Paradox and Ghost's token-level bias diagnosis both point to the unreasonable uniform capacity assumption in current semantic ID encoding. Next: any industrial deployment validating online gains from variable-length encoding, and can hyperbolic quantization generalize to multimodal scenarios?
"Selectivity" evaluation for search retrieval. The BoR metric reveals that when K is relatively large, high recall can be equivalent to random. Current RAG systems tend to use fixed K; BoR suggests we need to adapt depth per query. Meta's LLM Ads Retrieval also introduces stability evaluation. Next: will online adaptive K strategies combined with BoR emerge?
Engineering of NPU/GPU heterogeneous retrieval acceleration. Ascend-RaBitQ and the PostgreSQL FVS study both emphasize the real impact of system-level overhead. With billion-scale vector search becoming standard, hardware-algorithm co-optimization (e.g., HUAWEI's NPU pipeline) will be a key competitive edge. Next: watch for adaptation work from other vendors (e.g., AMD GPUs, AWS Inferentia).

Paper Roundup

Generative & LLM-Enhanced Recommendation
RPORec — Kuaishou proposes a reasoning-enhanced recommendation framework with two-stage optimization aligning LLM reasoning and recommendation head; online CTR +1.2%, CVR +0.8%.
GenLI — Meituan proposes a generative long-interest model, replacing retrieval with distribution generation, cutting behavior retrieval complexity to O(1); online CTR +0.8%, eCPM +1.2%.
LWGR — Tencent proposes a Lagrangian constrained knowledge fusion framework for selective injection of LLM world knowledge; online revenue +1.35%.
BFT — Reinterprets Transformer as Bayesian filtering with precision weighting; substantial gains on 6 sequential recommendation benchmarks, largest improvement in cold-start scenarios.
Ghost — Diagnoses popularity bias in generative recommendation, proposes asymmetric unlikelihood optimization and skeleton-based tokenization; improves fairness across three datasets with minimal utility loss.
VarLenRec — Discovers the Popularity-Length Paradox, proposes hyperbolic residual quantization for variable-length encoding; up to 12.4% improvement in NDCG@10.
AMARIS — Adobe introduces persistent evaluation memory for rubric-based RL fine-tuning, static + dynamic dual retrieval; +1.6 points on GPQA-Diamond with only 5% overhead.
LERA — LLM-enhanced ad auction framework, two-stage retrieval-generation, LLM-generated logits as fine-ranking scores; synthetic experiments improve selection accuracy and diversity.
LinkedIn DFS — Dynamic facet suggestion framework combining offline classification, embedding retrieval, and distilled SLM; online search engagement significantly improved.
LEAF — Google proposes first event-augmented living benchmark with recursive retrieval agent system for prediction; evaluates multiple LLMs on prediction tasks in finance and other domains.
Agent4POI — Dynamic POI representation generation at inference time based on Gibsonian affordance theory; 23.2% improvement over strongest baseline, 2.4x cold-start improvement.
Ranking & Debiasing Optimization
PEARL — TikTok proposes contrastive percentile estimation framework for unbiased handling of activity bias; online Watch Duration +2.10%, Report Rate -6.91%.
DADF — Kuaishou proposes distribution-aware residual correction framework targeting watch time long-tail bias; average watch time +0.347%, MAE reduced 12.57%.
PRL-PUTS — Pinterest models utility weight tuning as one-step RL with Pareto frontier scanning; online successful sessions +0.13%.
ABPO — SK Telecom proposes anchored bandit policy optimization correcting exposure bias in continuously updated LLM recommenders; online CTR significantly improved.
Multi-slot GD — Meituan proposes multi-slot GD ad joint optimization framework with contract roulette + bipartite graph matching; online ARPU +28.99%.
Uncertainty-Calibrated — ByteDance proposes uncertainty calibration framework with risk-averse promotion for low-activity users and UCB for high-activity users; significant improvements in retention and diversity on live streaming platform.
Attribution Impossibility — Proves that under collinearity, no feature ranking satisfies fidelity, stability, and completeness simultaneously; proposes DASH ensemble method; 68% of 77 datasets show attribution instability.
LTC — Amazon proposes layer-wise adaptive token pooling to accelerate cross-encoder reranker; passage ranking QPS +25%, document ranking QPS +116%.
eNMF — Proposes external framework decoupling low-rank approximation from non-negative constraints; 99% of 400 experiments converge to equivalent solutions; reconstruction error reduced 30%, speed improved 150%.
RAC — Proposes ranking-aware calibration using in-group ranking signals from RL to improve multimodal accuracy and calibration; validated on Qwen2.5-VL and InternVL-3.5.
Fortress — Apple proposes temporal snapshot feature pruning framework to identify and remove volatile features; improves stability on app marketplace models.
AI Query Proxy — Google proposes lightweight proxy model approximating AI queries in BigQuery and AlloyDB architectures; >100x cost and latency reduction with maintained accuracy.
Search & Retrieval Systems
GrowthGR — Taobao proposes multi-value-aware retrieval framework with counterfactual inference for long-term value prediction + generative retrieval; new item GMV +5.3%, overall search GMV +0.3%.
LLM Ads Retrieval — Meta proposes LLM semantic candidate generation framework, fine-tuning LLMs to extract ad creative semantic attributes + graph expansion; online improves stability and predictability.
Airbnb Synthetic Data — LLM-driven synthetic data generation framework with contrastive listing pairs + seed queries; query length KL divergence drops from 12.03 to 0.66, attribute distribution KL divergence 0.04.
Ascend-RaBitQ — HUAWEI + JD.com propose NPU-CPU heterogeneous billion-scale vector search system with three-stage pipeline; index construction acceleration up to 62.8x, throughput improved 4.6x.
SPSC — First to characterize subspace identification boundaries in non-stationary low-rank bandits, achieving O~(r√T) dynamic regret; validated on 11 benchmarks.
MDCNS — Multi-source divergence consensus negative sampling framework (Teacher-Peer-Self), recall@10 improvement 5-10% on 6 datasets.
BoR — Proposes Bits-over-Random metric revealing high recall may equal random; validated in RAG evaluation.
TGQ-Former — Text-guided visual representation learning with hybrid query connector separating metadata anchoring and exploratory visual streams; e-commerce retrieval Hit Rate@100 +6.04%.
TIGER-FG — Text-guided implicit fine-grained localization for e-commerce retrieval without detectors; Recall@1 improved by 6.1 and 34.4 percentage points.
PostgreSQL FVS — System-level analysis of filter-agnostic vector search in PostgreSQL-compatible systems, showing system-level overhead dominates performance; graph methods underperform clustering methods due to excessive filter checks.
  • Recommendation Systems
  • Weekly
  • Papers
  • AI Weekly 2026-W21AI Tech Daily - 2026-05-23
    Loading...