English

MLLP-VRAIN UPV system for the IWSLT 2025 Simultaneous Speech Translation Translation task

Computation and Language 2025-06-24 v1

Abstract

This work describes the participation of the MLLP-VRAIN research group in the shared task of the IWSLT 2025 Simultaneous Speech Translation track. Our submission addresses the unique challenges of real-time translation of long-form speech by developing a modular cascade system that adapts strong pre-trained models to streaming scenarios. We combine Whisper Large-V3-Turbo for ASR with the multilingual NLLB-3.3B model for MT, implementing lightweight adaptation techniques rather than training new end-to-end models from scratch. Our approach employs document-level adaptation with prefix training to enhance the MT model's ability to handle incomplete inputs, while incorporating adaptive emission policies including a wait-kk strategy and RALCP for managing the translation stream. Specialized buffer management techniques and segmentation strategies ensure coherent translations across long audio sequences. Experimental results on the ACL60/60 dataset demonstrate that our system achieves a favorable balance between translation quality and latency, with a BLEU score of 31.96 and non-computational-aware StreamLAAL latency of 2.94 seconds. Our final model achieves a preliminary score on the official test set (IWSLT25Instruct) of 29.8 BLEU. Our work demonstrates that carefully adapted pre-trained components can create effective simultaneous translation systems for long-form content without requiring extensive in-domain parallel data or specialized end-to-end training.

Keywords

Cite

@article{arxiv.2506.18828,
  title  = {MLLP-VRAIN UPV system for the IWSLT 2025 Simultaneous Speech Translation Translation task},
  author = {Jorge Iranzo-Sánchez and Javier Iranzo-Sánchez and Adrià Giménez and Jorge Civera and Alfons Juan},
  journal= {arXiv preprint arXiv:2506.18828},
  year   = {2025}
}

Comments

IWSLT 2025 System Description