HW-TSC’s Submission to the IWSLT 2026 Subtitling Track

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing · Depth: Advanced, quick

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

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

Topics

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

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.