Pinterest Search scales relevance evaluation with fine-tuned LLMs, reducing minimum detectable effects by an order of magnitude
Pinterest Search's relevance measurement relied on costly, slow human annotations that constrained sample sizes, making it impossible to detect heterogeneous treatment effects or small topline metric changes in A/B experiments.
Fine-tuned LLMs replaced costly human labeling at scale, reducing MDEs to ≤ 0.25% (an order of magnitude reduction) and enabling 150,000 rows to be labeled within 30 minutes on a single GPU, while significantly cutting annotation costs and turnaround time.
Show all 8 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
Fine-tuned LLMs replaced costly human labeling at scale, reducing MDEs to ≤ 0.25% (an order of magnitude reduction) and enabling 150,000 rows to be labeled within 30 minutes on a single GPU, while significantly cuttin…
What tools did this team use?
XLM-RoBERTa-large, BLIP, DistilBERT, Llama-3–8B, multilingual BERT-base, T5-base, mDeBERTa-V3-base.
What results were reported?
MDE before LLM labeling: 1.3%-1.5%; MDE after LLM labeling: ≤ 0.25%; Labeling throughput: 150,000 rows within 30 minutes; LLM-human exact match rate: 73.7% (source-reported, not independently verified).
How is this quality assurance AI workflow structured?
Fine-tune LLM on human labels → Stratified query sampling → LLM relevance labeling → Compute sDCG@K metrics → Heterogeneous effects analysis.