Language-Aware Distillation for Multilingual Instruction-Following Speech LLMs with ASR-Only Supervision

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, long

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

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

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.