Multilingual Long-Form Speech Instruction Following: KIT’s Submission to IWSLT 2026
Summary
KIT's submission to the IWSLT 2026 Instruction Following Track addresses challenges in multilingual long-form speech instruction following, particularly with new and unknown tasks. Their approach utilizes a general data augmentation pipeline that transforms short-form corpora into long-form training data. This pipeline involves segment concatenation, LLM-based label generation, and cross-lingual translation, generating over 1 million instances across six distinct tasks and four languages. The team identified that while likelihood-based re-ranking is effective for Automatic Speech Recognition (ASR), it systematically degrades performance on semantic tasks by favoring outputs from segmented audio processing over holistic long-form inference. This specific failure mode is effectively resolved by integrating likelihood re-ranking with Minimum Bayes Risk (MBR) decoding.
Key takeaway
For NLP Engineers developing multilingual instruction-following systems, consider KIT's data augmentation and decoding strategy. If your models struggle with semantic tasks in long-form speech, especially when using likelihood-based re-ranking, integrate Minimum Bayes Risk (MBR) decoding. This approach can prevent performance degradation caused by segmented audio processing, ensuring more robust and accurate instruction following across diverse languages and tasks.
Key insights
Combining data augmentation with MBR decoding improves multilingual long-form speech instruction following.
Principles
- Data augmentation can create long-form training data from short corpora.
- Likelihood re-ranking can degrade semantic tasks in long-form inference.
- MBR decoding mitigates segmented audio processing issues.
Method
A data augmentation pipeline converts short-form corpora to long-form training data via segment concatenation, LLM-based label generation, and cross-lingual translation, then combines likelihood re-ranking with MBR decoding.
In practice
- Use segment concatenation for long-form data generation.
- Apply LLM-based label generation for diverse tasks.
- Integrate MBR decoding for semantic task robustness.
Topics
- Multilingual Speech Processing
- Instruction Following
- Data Augmentation
- Large Language Models
- Minimum Bayes Risk Decoding
- IWSLT 2026
Best for: Research Scientist, 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.