The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Fine‑tuned LLM labels nudged App Store search ranking to modestly higher conversions: a worldwide A/B test shows a +0.24% lift, driven mainly by improvements on rare queries where behavioral signals are weak.

Scaling Search Relevance: Augmenting App Store Ranking with LLM-Generated Judgments
Evangelia Christakopoulou, Vivekkumar Patel, Hemanth Velaga, Sandip Gaikwad, Sean Suchter, Venkat Sundaranatha · February 26, 2026
arxiv rct medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Evangelia Christakopoulou unresolved corpus identity
  2. Vivekkumar Patel unresolved corpus identity
  3. Hemanth Velaga unresolved corpus identity
  4. Sandip Gaikwad unresolved corpus identity
  5. Sean Suchter unresolved corpus identity
  6. Venkat Sundaranatha unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Evangelia Christakopoulou provider ID
  2. Vivek Patel provider ID
  3. Hemanth Velaga provider ID
  4. Sandip T. Gaikwad provider ID
A fine-tuned LLM was used to create millions of textual relevance labels that, when added to the App Store ranker, improved offline relevance metrics and produced a statistically significant +0.24% worldwide conversion lift in a randomized A/B test, with biggest gains on tail queries.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Large-scale commercial search systems optimize for relevance to drive successful sessions that help users find what they are looking for. To maximize relevance, we leverage two complementary objectives: behavioral relevance (results users tend to click or download) and textual relevance (a result's semantic fit to the query). A persistent challenge is the scarcity of expert-provided textual relevance labels relative to abundant behavioral relevance labels. We first address this by systematically evaluating LLM configurations, finding that a specialized, fine-tuned model significantly outperforms a much larger pre-trained one in providing highly relevant labels. Using this optimal model as a force multiplier, we generate millions of textual relevance labels to overcome the data scarcity. We show that augmenting our production ranker with these textual relevance labels leads to a significant outward shift of the Pareto frontier: offline NDCG improves for behavioral relevance while simultaneously increasing for textual relevance. These offline gains were validated by a worldwide A/B test on the App Store ranker, which demonstrated a statistically significant +0.24% increase in conversion rate, with the most substantial performance gains occurring in tail queries, where the new textual relevance labels provide a robust signal in the absence of reliable behavioral relevance labels.

Summary

Main Finding

Fine-tuning a relatively small in-house LLM (3B parameters) on human textual-relevance judgments and using it as an offline "LLM-as-a-Judge" to generate millions of additional pointwise relevance labels materially improves a production App Store ranker. Offline, the LLM-augmented model shifts the behavioral–textual relevance Pareto frontier outward (improving both objectives); online, a worldwide A/B test showed a statistically significant +0.24% conversion-rate lift, with the largest gains on tail queries.

Key Points

  • Problem: human-generated textual relevance labels are scarce and expensive, while behavioral signals (clicks/downloads) are abundant but sparse for tail queries.
  • Approach: fine-tune a 3B in-house LLM on existing human judgments; use it (few-shot prompts, string labels) to generate millions of additional pointwise textual relevance labels; mix these labels into multi-objective ranker training via scalarization / data-mixing.
  • Model comparison (validation vs human labels):
    • Pretrained 3B: F1 ≈ 0.287
    • Pretrained 30B: F1 ≈ 0.382
    • Fine-tuned 3B: F1 ≈ 0.800 (large improvement — fine-tuning beats a much larger pretrained model)
  • Offline ranker NDCG (prod → llm-augmented):
    • Textual NDCG@1: 0.867 → 0.868; @3: 0.803 → 0.805; @7: 0.760 → 0.761
    • Behavioral NDCG@1: 0.646 → 0.652; @3: 0.479 → 0.484; @7: 0.403 → 0.407
    • Authors interpret these consistent gains as a Pareto improvement.
  • Online A/B (worldwide): +0.24% conversion-rate lift (statistically significant); improvement observed in 89% of storefronts; largest lift on low-frequency (tail) queries.
  • Practical observation: fine-tuning a smaller, efficient model provided the best tradeoff of accuracy and operational cost.

Data & Methods

  • Data:
    • Large-scale historical App Store search logs: millions of query–app candidate pairs (used for behavioral labels and for LLM inference).
    • Smaller human-annotated dataset of textual relevance judgments (split into train/validation for fine-tuning and evaluation).
  • LLM label generation:
    • Fine-tune 3B on human judgments; experiment with pretrained 3B and pretrained 30B for comparison.
    • Prompt design: explored zero-shot and few-shot; few-shot with string labels worked best.
    • Inference: generate ordinal pointwise textual relevance labels (same rubric as human judges) for millions of query–app pairs across storefronts/languages.
    • Prompt strictness: instruct model to output label only, to align with judge format.
  • Ranker training:
    • Multi-objective learning-to-rank optimizing textual and behavioral objectives.
    • Use scalarization/data-mixing: same query–app feature vectors can appear multiple times with different labels (behavioral vs textual).
    • Train multiple models by varying the behavioral/textual data-mix (e.g., 90–10, 70–30, 50–50) to explore the Pareto frontier.
  • Evaluation:
    • Offline: NDCG@k for textual and behavioral relevance on held-out sets (textual NDCG uses human judgments disjoint from LLM training).
    • Online: worldwide A/B test measuring conversion rate (proportion of search sessions with ≥1 download); breakdown by query frequency to identify head vs tail effects.

Implications for AI Economics

  • Cost-effectiveness and scaling:
    • Fine-tuning a small model can deliver higher task-specific accuracy than much larger pretrained models, lowering compute and operational costs per label and enabling scalable label generation.
    • Generating labels with an LLM is a force multiplier for human labor: fewer human annotations are needed to supervise and validate a much larger synthetic training set.
  • Revenue and product impact:
    • Even modest relative lifts (+0.24% conversion) can be economically significant for mature, high-traffic marketplaces; gains concentrated in tail queries can unlock long-tail demand and incremental downloads that behavioral signals miss.
    • Improving long-tail relevance increases search efficiency and discovery, which can raise consumer surplus and platform revenue, and reduce churn from poor discovery.
  • Market structure and competition:
    • Platforms that adopt LLM-augmented labeling may gain an advantage in discovery quality, especially for niche items/apps, potentially increasing platform competitiveness and lock-in effects.
  • Labor and organizational effects:
    • The approach augments, rather than replaces, human judges (humans provide the rubric, training data and validation), shifting human work toward oversight, auditing, and edge-case handling.
  • Risks, externalities and governance:
    • Reliance on LLM-generated labels requires robust validation and continual monitoring to avoid drift, systemic bias, or misalignment with the human rubric.
    • Potential for label miscalibration or amplifying biases present in training judgments—necessitates auditing, calibration, and periodic human re-annotation.
    • Regulatory/consumer-protection considerations: decisions that affect visibility and conversion should be explainable/auditable; synthetic labels must not degrade fairness or competitive neutrality.
  • Research and investment priorities:
    • Investing in smaller fine-tuned models and label-generation pipelines can be a higher-return strategy than only scaling model size.
    • Monitoring infrastructure, periodic human validation, and economics-focused A/B designs are essential to measure ROI and limit negative externalities.
  • Generalizability:
    • The LLM-as-a-Judge, data-mixing multi-objective training pipeline is transferable to other large-scale search and recommendation marketplaces where labeled semantic relevance is scarce and tail discovery matters.

Suggestions for practitioners (brief): - Run cost-benefit analyses comparing fine-tuning smaller models vs. using larger pretrained models. - Design continuous human-in-the-loop validation and bias audits for synthetic labels. - Prioritize tail-query evaluation and business-metric A/B tests to capture economic impact.

Assessment

Paper Typerct Evidence Strengthmedium — The worldwide A/B test gives strong internal causal evidence that augmenting the ranker with LLM-generated labels raised conversion (+0.24%), and offline NDCG improvements corroborate the mechanism; however, the effect is measured on a single platform/product (App Store), details about label noise, labeling error rates, and parameter choices are proprietary or underreported, and external validity to other platforms, domains, or business metrics is uncertain. Methods Rigorhigh — The authors systematically compared LLM configurations, selected a fine‑tuned model via empirical evaluation, generated millions of labels, validated improvements using both offline relevance metrics (behavioral and textual NDCG) and a large-scale randomized experiment, and report heterogeneous effects (tail queries); potential downsides are limited transparency on labeling quality, model training/selection hyperparameters, and exact A/B randomization/blocking procedures. SampleProduction App Store dataset: millions of LLM-generated textual relevance labels used to augment an existing ranker; offline evaluation using behavioral and textual relevance NDCG metrics; a worldwide randomized A/B experiment on App Store traffic measuring conversion rate (statistically significant +0.24% lift), with analyses showing largest gains on tail/low-behavioral-signal queries. Themesadoption productivity IdentificationRandomized A/B test (worldwide split of App Store traffic) comparing production ranker to ranker augmented with LLM-generated textual relevance labels; causal effect triangulated with offline metrics (NDCG) on behavioral and textual relevance and prior offline model selection/validation of the labeling LLM. GeneralizabilitySingle-platform (App Store) context — results may not generalize to other search/e-commerce platforms or enterprise settings, Effect measured on conversion rate for app discovery UI — different UI, business model, or metric (e.g., revenue, retention) may show different impacts, LLM architecture, fine-tuning data, and label schema are likely proprietary, limiting replication and transferability, Performance may vary by language, region, and query distribution; largest gains reported for tail queries, so benefits depend on behavioral-data sparsity, Potential interplay with other ranking signals and downstream models not fully described

Claims (6)

ClaimDirectionOutcomeConfidence & EvidenceDetails
A specialized, fine-tuned model significantly outperforms a much larger pre-trained one in providing highly relevant labels. Output Quality positive quality of textual relevance labels (how highly relevant the labels are)
Reading fidelity high
Study strength medium
not reported
0.6
Using the optimal (fine-tuned) model, we generate millions of textual relevance labels to overcome the data scarcity of expert-provided labels. Other null_result size of the textual relevance label dataset (number of labels generated)
Reading fidelity high
Study strength medium
not reported
0.6
Augmenting the production ranker with these textual relevance labels leads to a significant outward shift of the Pareto frontier: offline NDCG improves for behavioral relevance while simultaneously increasing for textual relevance. Output Quality positive offline NDCG for behavioral relevance and offline NDCG for textual relevance
Reading fidelity high
Study strength medium
not reported
0.6
A worldwide A/B test on the App Store ranker demonstrated a statistically significant +0.24% increase in conversion rate. Firm Revenue positive conversion rate
Reading fidelity high
Study strength high
+0.24% increase in conversion rate
1.0
The most substantial performance gains occurred in tail queries, where the new textual relevance labels provide a robust signal in the absence of reliable behavioral relevance labels. Output Quality positive ranking performance and conversion (performance gains) on tail queries
Reading fidelity medium
Study strength medium
not reported
0.36
There is a scarcity of expert-provided textual relevance labels relative to abundant behavioral relevance labels. Other negative availability/quantity of expert textual relevance labels vs behavioral labels
Reading fidelity high
Study strength low
not reported
0.3

Notes