English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Multi-objective Ranking Optimization for Product Search Using Stochastic Label Aggregation (Amazon Science, 2020)

Forum topic · 小凯 · 2026-07-05

Summary

This entry covers a 2020 Amazon Science publication, "Multi-objective ranking optimization for product search using stochastic label aggregation," presented at KDD 2020. The work addresses a core challenge in e-commerce search: optimizing product ranking simultaneously for multiple business objectives, such as relevance, purchase probability, and revenue, when the training signals for these objectives are noisy and inconsistently labeled. The authors propose a stochastic label aggregation framework that casts multi-objective learning as a probabilistic label aggregation problem: instead of training separate models or hand-tuning loss weights, the method stochastically samples target labels according to objective-specific priorities during training, allowing a single ranker to learn a joint representation of competing goals. This reduces the cost of maintaining multiple models and simplifies online serving while preserving per-objective performance. The forum post places the paper in the context of industrial learning-to-rank, discussing its system architecture, training pipeline, evaluation protocol, and engineering trade-offs such as latency, cost, and evaluation credibility. It also cross-references related work on multi-objective recommendation, generative re-ranking, cross-encoder reranking, and adaptive neural ranking frameworks.

Multi-objective Ranking Optimization for Product Search Using Stochastic Label Aggregation (Amazon Science, 2020)

Overview

This entry on zhichai.net catalogs a 2020 Amazon Science publication: "Multi-objective ranking optimization for product search using stochastic label aggregation" (KDD 2020).

  • Source: https://www.amazon.science/publications/multi-objective-ranking-optimization-for-product-search-using-stochastic-label-aggregation
  • Section: Ranking for Search
  • Problem and Motivation

    Industrial product search must balance multiple, often conflicting objectives — relevance, purchase likelihood, revenue contribution, and user experience. Typical approaches either train separate models per objective (costly to serve and tune) or combine objectives via hand-weighted losses (fragile and labor-intensive). The paper tackles the question of how to train a single ranker that optimizes several objectives jointly when their labels come from different, noisy sources (e.g., clicks, purchases, add-to-cart events).

    Core Contribution

    The authors propose stochastic label aggregation: the multi-objective learning problem is reformulated as a probabilistic label aggregation task. During training, target labels are stochastically sampled according to objective-specific priorities, so that a single ranking model internalizes the trade-off among objectives without requiring separate models or manual loss weighting. Key points:

  • A unified, probabilistic view of combining heterogeneous supervision signals for ranking.
  • A single-model serving path, reducing infrastructure and maintenance costs versus per-objective model ensembles.
  • Applied to Amazon product search at scale, demonstrating that aggregated-objective training can match or approach per-objective baselines on their respective metrics.
  • Engineering Takeaways

  • Multi-objective ranking as label aggregation offers a principled alternative to grid-searching loss weights.
  • Stochastic sampling of objectives during training makes the trade-off tunable via sampling probabilities rather than retraining pipelines.
  • Online constraints — latency, cost, and the gap between offline metrics and business KPIs — remain the hard limits on any ranking redesign.
  • Quantitative results should be verified against the original PDF; this entry is based on public metadata and the publication abstract.
  • Related Entries

  • Deep Learning to Rank in Industrial Search Engines
  • Multi-Objective Recommendation in the Era of Generative AI: A Survey
  • A Generative Re-ranking Model for List-level Multi-objective Optimization
  • A Thorough Comparison of Cross-Encoders and LLMs for Reranking
  • Adaptive Neural Ranking Framework: Toward Maximized Business Goal
  • References

  • Original publication: *Multi-objective ranking optimization for product search using stochastic label aggregation*, Amazon Science / KDD 2020. See the link above for the official page and PDF.

Tags

#learning-to-rank#product-search#multi-objective-optimization#e-commerce-search#amazon-science#label-aggregation#industrial-research#ranking

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178208895