PROST-LLM: Progressively Enhancing the Speech-to-Speech Translation Capability in LLMs
Jing Xu, Jiaqi Wang, Daxin Tan, Xiao Chen
TL;DR
PROST-LLM tackles the data scarcity challenge in LLM-based speech-to-speech translation by progressively enhancing S2ST through a three-stage pipeline: supervised fine-tuning on the CVSS corpus with tri-task learning or a chain-of-modality strategy, automatic construction of preference data via self-sampling and back-translation, and a preference optimization step using Direct Preference Optimization. The method eliminates reliance on large-scale human-annotated S2ST data by leveraging monolingual speech resources to generate and evaluate candidate translations, guided by a margin-based objective. Key contributions include the first integration of tri-task/chain learning for S2ST in LLMs, the application of back-translation-driven PO to S2ST, and demonstrations that monolingual data can further boost performance while reducing data requirements. Empirical results show substantial BLEU improvements and a dramatic narrowing of the gap to cascaded systems, with robustness across back-translation metrics and PO algorithms, suggesting practical impact for multilingual S2ST with limited paired data.
Abstract
Although Large Language Models (LLMs) excel in many tasks, their application to Speech-to-Speech Translation (S2ST) is underexplored and hindered by data scarcity. To bridge this gap, we propose PROST-LLM (PROgressive Speech-to-speech Translation) to enhance the S2ST capabilities in LLMs progressively. First, we fine-tune the LLMs with the CVSS corpus, employing designed tri-task learning and chain of modality methods to boost the initial performance. Then, leveraging the fine-tuned model, we generate preference pairs through self-sampling and back-translation without human evaluation. Finally, these preference pairs are used for preference optimization to enhance the model's S2ST capability further. Extensive experiments confirm the effectiveness of our proposed PROST-LLM in improving the S2ST capability of LLMs.
