English

Speech Translation with Large Language Models: An Industrial Practice

Computation and Language 2023-12-22 v1 Sound Audio and Speech Processing

Abstract

Given the great success of large language models (LLMs) across various tasks, in this paper, we introduce LLM-ST, a novel and effective speech translation model constructed upon a pre-trained LLM. By integrating the large language model (LLM) with a speech encoder and employing multi-task instruction tuning, LLM-ST can produce accurate timestamped transcriptions and translations, even from long audio inputs. Furthermore, our findings indicate that the implementation of Chain-of-Thought (CoT) prompting can yield advantages in the context of LLM-ST. Through rigorous experimentation on English and Chinese datasets, we showcase the exceptional performance of LLM-ST, establishing a new benchmark in the field of speech translation. Demo: https://speechtranslation.github.io/llm-st/.

Keywords

Cite

@article{arxiv.2312.13585,
  title  = {Speech Translation with Large Language Models: An Industrial Practice},
  author = {Zhichao Huang and Rong Ye and Tom Ko and Qianqian Dong and Shanbo Cheng and Mingxuan Wang and Hang Li},
  journal= {arXiv preprint arXiv:2312.13585},
  year   = {2023}
}

Comments

Technical report. 13 pages. Demo: https://speechtranslation.github.io/llm-st/

R2 v1 2026-06-28T13:58:20.314Z