IRJul 11

Multilingual Semantic Retrieval for Apple Music Search

arXiv:2607.102397.4
Predicted impact top 55% in IR · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses search recall for misspelled, transliterated, and cross-lingual queries in a large-scale music streaming service, delivering significant improvements for tail queries without regressions.

Apple Music deployed a multilingual semantic retrieval system using a 305M-parameter bi-encoder, achieving a 69% relative improvement in Hit@10 offline and a 2.28% relative conversion-rate lift online, with an 86% reduction in no-result rate and a 7.93% CR lift for tail queries.

Apple Music serves listeners across 150+ storefronts in dozens of languages, with a catalog that grows by hundreds of thousands of new tracks daily. At this scale, search recall on misspelled, transliterated, and cross-lingual queries becomes a dominant driver of session quality, particularly for tail queries that account for the majority of unique queries. We present a multilingual semantic retrieval system built on a 305M-parameter Siamese bi-encoder fine-tuned from GTE-multilingual-base with curriculum-scheduled multi-objective training. The model is integrated into the search stack via a hybrid retrieval architecture that blends dense nearest-neighbor results with the existing token-based index using quantile distribution matching, enabling deployment without retraining downstream rankers. Offline, the model achieves a 69% relative improvement in Hit@10 over GTE-multilingual-base. In a worldwide online A/B test, the system delivers a 2.28% relative conversion-rate (CR) lift overall, an 86% reduction in the no-result rate, and gains across every storefront with no observed regressions. The improvement is concentrated where it is needed most: tail queries see a 7.93% relative CR lift, compared with 0.89% for mid-frequency queries and 0.14% for head queries -- evidence that semantic retrieval improves recall on hard queries without disturbing well-served popular ones. To our knowledge, this is one of the largest search-quality improvements deployed on the platform.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes