In-Context Learning Boosts Speech Recognition via Human-like Adaptation to Speakers and Language Varieties
Nathan Roll, Calbert Graham, Yuka Tatsumi, Kim Tien Nguyen, Meghan Sumner, Dan Jurafsky
TL;DR
The paper addresses how to achieve human-like adaptation in state-of-the-art spoken language models via in-context learning for ASR. It introduces a scalable, prompt-based ICL framework for Phi-4-MM that interleaves audio-text exemplars with task prompts, enabling rapid adaptation at inference without fine-tuning. Across four English corpora with native, heritage, and non-native speakers, the method delivers a mean WER reduction of about 19.7% relative when using 9–12 shots, with the largest gains for low-resource varieties and a two-phase adaptation pattern (speaker-specific then variety-general). The findings suggest ICL can improve ASR robustness and equity across diverse speakers and languages, while also highlighting remaining gaps and the importance of prompt design; prompts and code are released for reproducibility.
Abstract
Human listeners readily adjust to unfamiliar speakers and language varieties through exposure, but do these adaptation benefits extend to state-of-the-art spoken language models? We introduce a scalable framework that allows for in-context learning (ICL) in Phi-4 Multimodal using interleaved task prompts and audio-text pairs, and find that as few as 12 example utterances (~50 seconds) at inference time reduce word error rates by a relative 19.7% (1.2 pp.) on average across diverse English corpora. These improvements are most pronounced in low-resource varieties, when the context and target speaker match, and when more examples are provided--though scaling our procedure yields diminishing marginal returns to context length. Overall, we find that our novel ICL adaptation scheme (1) reveals a similar performance profile to human listeners, and (2) demonstrates consistent improvements to automatic speech recognition (ASR) robustness across diverse speakers and language backgrounds. While adaptation succeeds broadly, significant gaps remain for certain varieties, revealing where current models still fall short of human flexibility. We release our prompts and code on GitHub.
