A golden set is a small, trusted test set with correct answers. Stores use it to check if search changes help or hurt before going live.
A golden set (gold standard) is a curated, versioned collection of test cases—typically queries with expected results and labels—used to evaluate search relevance and guard against regressions. Unlike live A/B data, it’s stable and audited, so teams can compare releases over time.
A golden set is your repeatable truth set for search quality. Curate it carefully, version it, and use it to gate changes before they hit customers.
Golden set vs A/B testing?
Golden sets are offline and repeatable; A/B shows real behavior. Use both.
How big should it be?
Often 200–1,000 well-chosen queries per locale/category mix.
Can I auto-generate it?
Seed with analytics; humans still judge and finalize.
See these concepts in action: semantic, typo-tolerant search for Shopify stores — implemented by Rapid Search