Fine-tuning Whisper Across 81 Languages
Summary
Shivam Singh and Alex Warstadt fine-tuned the Whisper large-v3 model independently across 81 languages featured in the FLEURS benchmark. This process resulted in improved Word Error Rate (WER) for all 81 languages, achieving an average reduction of nearly 30%. However, the extent of improvement varied significantly, with the language's writing system identified as the strongest predictor of success. Languages utilizing Latin and Cyrillic scripts consistently reached single-digit WERs, while those with unique scripts, such as Thai, Georgian, Burmese, and Khmer, showed the least benefit. The research also established a strong correlation (Spearman ρ ≈ -0.78) between Whisper's BPE compression ratio and fine-tuning headroom, indicating that tokenization serves as a fundamental bottleneck. Model weights are slated for release upon publication.
Key takeaway
For Machine Learning Engineers optimizing ASR models for multilingual applications, you should prioritize fine-tuning Whisper large-v3, expecting nearly 30% WER reduction on average. If your target languages include unique scripts like Thai or Khmer, anticipate less improvement and investigate custom tokenization strategies. Your efforts will yield the best results for Latin and Cyrillic script languages, often achieving single-digit WERs, but be prepared to address tokenization limitations for others.
Key insights
Fine-tuning Whisper large-v3 significantly reduces WER across 81 languages, with script type and BPE compression ratio predicting success.
Principles
- Fine-tuning improves ASR performance universally.
- Script type predicts ASR fine-tuning efficacy.
- BPE compression ratio indicates tokenization bottleneck.
Method
Fine-tuned Whisper large-v3 independently on each of 81 FLEURS benchmark languages, then analyzed WER improvements against script type and BPE compression ratio.
In practice
- Prioritize fine-tuning for Latin/Cyrillic script languages.
- Investigate tokenization for unique script languages.
Topics
- Whisper large-v3
- Fine-tuning
- Automatic Speech Recognition
- Word Error Rate
- Multilingual Models
- Tokenization
- BPE Compression
Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.