Language-Aware Distillation for Multilingual Instruction-Following Speech LLMs with ASR-Only Supervision
Summary
A novel language-aware distillation framework addresses language interference in multilingual Speech Large Language Models (LLMs) that follow instructions. This method, which uses a query bank and a gating network with a Q-Former projector, dynamically selects or mixes query tokens to disentangle language-specific information. Unlike prior approaches requiring extensive supervised fine-tuning, this framework trains performant multilingual Speech LLMs efficiently with only 5.8K hours of ASR data across six languages, keeping the Whisper-large-v3 speech encoder and Llama-SEA-LION-v3-8B-IT LLM frozen. The approach demonstrates a 14% gain over matched multilingual distillation baselines on instruction following and improves over existing Speech LLM baselines by 32% on the newly synthesized Audio–MLQA benchmark. Ablation studies confirm hard query selection's superiority and high language identification accuracy.
Key takeaway
For Machine Learning Engineers developing multilingual speech understanding systems, this language-aware distillation framework offers a resource-efficient paradigm. You should consider implementing dynamic query banks with hard selection to mitigate language interference, especially for lower-represented languages. This approach allows you to achieve strong performance across diverse languages using only ASR data, preserving your frozen LLM and speech encoder from catastrophic forgetting.
Key insights
Language-aware distillation with dynamic query selection resolves multilingual interference in Speech LLMs using ASR-only data.
Principles
- Dynamic query selection improves multilingual Speech LLM performance.
- Hard query selection decouples language-specific information better.
- Increased query length enhances phonetic-semantic mapping.
Method
A query bank and gating network (convolutional LID or attention-pooling MLP) select or mix query tokens for a Q-Former projector, feeding a frozen LLM. Training uses LID, input, and output distillation losses.
In practice
- Implement a query bank with hard selection for multilingual speech tasks.
- Freeze backbone LLM and speech encoder to prevent catastrophic forgetting.
- Synthesize high-quality TTS data for multilingual QA benchmarks.
Topics
- Speech LLMs
- Multilingual Understanding
- Context Distillation
- Q-Former
- ASR-only Supervision
- Audio-MLQA
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.