NeMo@IWSLT 2026: Cascaded System for Simultaneous Speech Translation
Summary
The NVIDIA NeMo team submitted a cascaded system to the IWSLT 2026 Simultaneous Speech Translation (SimulST) tracks. This architecture integrates a dual-mode Unified ASR Transducer model with a multilingual Large Language Model (LLM). The ASR component is specifically trained to produce stable transcriptions across a broad range of latencies, establishing a reliable input for high-quality LLM translation. The submission covers English–German, English–Italian, and English–Chinese tasks in both standard and contextualized settings, alongside the Czech–English standard track, addressing both low- and high-latency scenarios. The team also analyzed how ASR and LLM design choices influence the system's overall latency and translation quality.
Key takeaway
For Machine Learning Engineers developing real-time translation systems, this cascaded ASR-LLM approach offers a robust blueprint. You should prioritize ASR model training for transcription stability across varying latencies, as this directly underpins the LLM's translation quality. Consider implementing a dual-mode ASR to effectively manage both low- and high-latency simultaneous speech translation requirements for your target language pairs.
Key insights
A cascaded ASR-LLM system achieves stable, high-quality simultaneous speech translation across diverse languages and latencies.
Principles
- Stable ASR is foundational for LLM translation quality.
- Dual-mode ASR supports varied latency requirements.
- Cascaded systems can combine specialized models.
Method
A cascaded architecture combines a dual-mode Unified ASR Transducer, trained for stable transcriptions across latencies, with a multilingual Large Language Model for translation.
In practice
- Simultaneous English-German translation.
- Simultaneous English-Italian translation.
- Simultaneous Czech-English translation.
Topics
- Simultaneous Speech Translation
- Cascaded Systems
- ASR Transducer
- Large Language Models
- IWSLT 2026
- Low-Latency Translation
- Multilingual Models
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.