paper-with-me

홈 › Papers

Streaming Speech-to-Text Translation with a SpeechLLM

2026-05-14 · Titouan Parcollet, Shucong Zhang, Xianrui Zheng, Rogier C. van Dalen arxiv

Normally, a system that translates speech into text consists of separate modules for speech recognition and text-to-text translation. Combining those tasks into a SpeechLLM promises to exploit paralinguistic information in the speech and to reduce cascaded errors. But existing SpeechLLM systems are slow since they do not work in a real streaming fashion: they wait for a complete utterance of audio before outputting a translation, or output tokens at fixed intervals, which is not suitable for real applications. This work proposes an LLM-based architecture for real streaming speech-to-text translation. The LLM learns not just to emit output tokens, but also to decide whether it has seen enough audio to do so. The system is trained using automatic alignments of the input speech and the output text. In experiments on different language pairs, the system achieves a translation quality close to the non-streaming baseline, but with a latency of only 1-2 seconds.

📄 PDF Abstract BibTeX arXiv:2605.14766

Code (0)

등록된 구현이 없습니다.

Tasks

Speech-to-Text TranslationSpeech Recognition

Similar Papers 제목 키워드 기반

DOA: Training-Free Decoder-Only Attention Policy for Long-Form Simultaneous Translation with SpeechLLMs

2026-05-29 · Sara Papi, Luisa Bentivogli arxiv

Simultaneous speech-to-text translation (SimulST) generates translations while speech is still unfolding, requiring a streaming policy that decides when to read and when to write. State-of-the-art approaches rely on atte…

Speech-to-Text Translation

BESTOW: Efficient and Streamable Speech Language Model with the Best of Two Worlds in GPT and T5

2024-06-28 · Zhehuai Chen, He Huang, Oleksii Hrinchuk, Krishna C. Puvvada 외

Incorporating speech understanding capabilities into pretrained large-language models has become a vital research direction (SpeechLLM). The previous architectures can be categorized as: i) GPT-style, prepend speech prom…

DecoderLanguage ModelingLanguage Modelling

Efficient Streaming LLM for Speech Recognition

2024-10-02 · Junteng Jia, Gil Keren, Wei Zhou, Egor Lakomkin 외

Recent works have shown that prompting large language models with audio encodings can unlock speech recognition capabilities. However, existing techniques do not scale efficiently, especially while handling long form str…

Decoderspeech-recognitionSpeech Recognition

Hearing to Translate: The Effectiveness of Speech Modality Integration into LLMs

2025-12-18 · Sara Papi, Javier Garcia Gilabert, Zachary Hopton, Vilém Zouhar 외 arxiv

As Large Language Models (LLMs) expand beyond text, integrating speech as a native modality has given rise to SpeechLLMs, which directly process spoken language and enable speech-to-text translation (ST) and other downst…

Speech-to-Text Translation

Slot Filling as a Reasoning Task for SpeechLLMs

2025-10-22 · Kadri Hacioglu, Manjunath K E, Andreas Stolcke arxiv

We propose integration of reasoning into speech large language models (speechLLMs) for the end-to-end slot-filling task. Inspired by the recent development of reasoning LLMs, we use a chain-of-thought framework to decomp…

Slot Filling