HW-TSC’s Submission to the IWSLT 2026 Subtitling Track
Summary
HW-TSC submitted a cascaded strategy for automatic subtitle generation to the IWSLT 2026 Subtitling track, designed for unconstrained conditions. Their approach begins with a large-model-based streaming speech recognition framework, which integrates VAD, sliding-window context caching, and long audio chunking. This framework utilizes the Qwen3 forced alignment model to achieve precise English speech-to-text transcription and timestamping. Subsequently, a Qwen3-based translation model performs text translation. The final stage involves ensuring compliance with subtitle constraints like characters per second (CPS) and characters per line (CPL). Segments exceeding these thresholds are quantitatively evaluated and then rewritten by a large language model, preserving semantic meaning to produce standard-compliant subtitle files.
Key takeaway
For NLP Engineers developing automated subtitling solutions, you should consider a cascaded architecture to manage complex requirements. Implementing distinct stages for speech recognition, translation, and constraint-based rewriting, as demonstrated with Qwen3 models, can significantly improve output quality and compliance. Evaluate segments quantitatively against CPS and CPL thresholds, then use a large language model to semantically preserve and adapt content. This structured approach ensures subtitle files meet industry standards efficiently.
Key insights
A cascaded approach combining speech recognition, translation, and LLM-based rewriting effectively generates compliant subtitles.
Principles
- Cascaded systems enhance complex task accuracy.
- LLMs can adapt content to strict constraints.
- Quantitative evaluation guides content adaptation.
Method
A cascaded strategy first uses a Qwen3-based streaming ASR for transcription and timestamping, then a Qwen3 translation model, and finally an LLM to rewrite segments for CPS/CPL compliance.
In practice
- Integrate VAD for robust speech processing.
- Use Qwen3 for both ASR and translation.
- Apply LLMs for constraint-driven text adaptation.
Topics
- Automatic Subtitling
- Speech Recognition
- Machine Translation
- Large Language Models
- Qwen3 Model
- IWSLT 2026
Best for: Research Scientist, AI Scientist, NLP Engineer, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.