We propose Uniboost, a unified traffic allocation framework for the recommendation blending stage. It introduces posterior value alignment to calibrate abstract model scores to anchor metrics with explicit business semantics, and employs independent linear boosting to decouple complex weighting schemes for precise attribution. Online A/B tests on a large-scale industrial platform show that Uniboost improves allocation efficiency at the micro level and provides macro-level guidance for system iteration.
The Blending stage merges candidates from diverse sources (ads, organic, cold-start) and allocates traffic via weighting mechanisms. Existing approaches suffer from three core problems:
Our Solutions
Raw scores y′v lack business semantics. We map them into anchor-metric space:
wad=0, bad=PID → original guaranteed delivery is preserved.
wcs≠0, bcs=0 → conventional cold-start Boost. Unified with zero disruption.
Figure 1: Uniboost system overview — candidates flow through Model Scoring → Value Alignment → Independent Boost Calculation → Linear Aggregation → Exposure. A near-line/offline subsystem performs Distribution Tracking and ROI Analysis for closed-loop optimisation.
Large-scale online A/B test on Taobao Content Feeds. Control: original pipeline (align after weighting). Treatment: Uniboost with Effective Completion as anchor.
(impressions)
(played > 3s)
(total watch time)
(composite UX)
RQ1 Micro-level Efficiency
Weighting magnitudes drop by more than 90% while exposure shares stay stable — decoupled plans do not sacrifice delivery.
RQ2 Macro-level Guidance
ROI-based offline analysis quantifies each plan's cost against its benefit:
Plan-A was flagged as lowest ROI; the ablation confirms it:
| Setting | VV | Valued VV | Duration | Valued Score |
|---|---|---|---|---|
| w/o Plan-A | +0.95% | +2.83% | +3.49% | +4.13% |
A usable anchor must satisfy two principles. We screen six posterior metrics against the blending score (x axis: model score; each panel shares the same plot geometry):
Principle 1 Stability
Values stay uniformly distributed across every model-score interval — no score-dependent divergence or bias.
Principle 2 Low Calibration Error
Calibration error remains low and flat across all score intervals, so alignment introduces no systematic bias.
All panels: x axis = blending score, y axis = posterior metric value (range noted per panel).
Uniboost turns abstract model scores into interpretable business values through posterior value alignment, replaces coupled boosting with independent linear boosting, and delivers both micro-level efficiency gains and macro-level strategic guidance via ROI attribution. Fully deployed in Taobao Content Feeds as the core traffic allocation system, serving hundreds of millions of users daily.