paper-with-me

Papers

RASST: Retrieval-Augmented Simultaneous Speech Translation

2026-01-30 · Jiaxuan Luo, Siqi Ouyang, Jiaxing Xu, Lei Li arxiv

Simultaneous speech translation produces target text incrementally from partial speech input. Recent speech large language models have markedly improved SST quality but still struggle with rare and domain-specific terminology. Retrieval augmentation has helped in automatic speech recognition and neural machine translation, but extending it to SST is non-trivial: retrieval must be fast and accurate under partial speech, and the model must decide whether and when to apply retrieved terms during incremental generation. We propose Retrieval-Augmented Simultaneous Speech Translation (RASST), which addresses both challenges. For accurate cross-modal retrieval under partial input, RASST trains a lightweight speech-text retriever that produces chunkwise terminology hints for the Speech LLM via multi-scale retrieval. To use these hints correctly, we synthesize training data that teaches the Speech LLM to decide whether and when to apply each retrieved term. Experiments on ACL 60/60 dev set and the ESO test set show that RASST improves terminology accuracy by nearly 40% and overall translation quality by up to 3 BLEU points, with negligible computational overhead.

📄 PDF Abstract BibTeX arXiv:2601.22777

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Modal RetrievalMachine TranslationSpeech Recognition

Similar Papers 제목 키워드 기반

The USTC-NELSLIP Systems for Simultaneous Speech Translation Task at IWSLT 2021

2021-07-01 · ACL (IWSLT) 2021 8 · Dan Liu, Mengge Du, Xiaoxi Li, Yuchen Hu 외

This paper describes USTC-NELSLIP's submissions to the IWSLT2021 Simultaneous Speech Translation task. We proposed a novel simultaneous translation model, Cross Attention Augmented Transducer (CAAT), which extends conven…

Data AugmentationSpeech-to-TextTranslation

Cross Attention Augmented Transducer Networks for Simultaneous Translation

2021-11-01 · EMNLP 2021 11 · Dan Liu, Mengge Du, Xiaoxi Li, Ya Li 외

This paper proposes a novel architecture, Cross Attention Augmented Transducer (CAAT), for simultaneous translation. The framework aims to jointly optimize the policy and translation models. To effectively consider all p…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decoderspeech-recognition+3

Streaming Simultaneous Speech Translation with Augmented Memory Transformer

2020-10-30 · Xutai Ma, Yongqiang Wang, Mohammad Javad Dousti, Philipp Koehn 외

Transformer-based models have achieved state-of-the-art performance on speech translation tasks. However, the model architecture is not efficient enough for streaming scenarios since self-attention is computed over an en…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition+1

AgraSSt: Approximate Graph Stein Statistics for Interpretable Assessment of Implicit Graph Generators

2022-03-07 · Wenkai Xu, Gesine Reinert

We propose and analyse a novel statistical procedure, coined AgraSSt, to assess the quality of graph generators that may not be available in explicit form. In particular, AgraSSt can be used to determine whether a learnt…

Graph Generation

Re-Translation Strategies For Long Form, Simultaneous, Spoken Language Translation

2019-12-06 · Naveen Arivazhagan, Colin Cherry, Te I, Wolfgang Macherey 외

We investigate the problem of simultaneous machine translation of long-form speech content. We target a continuous speech-to-text scenario, generating translated captions for a live audio feed, such as a lecture or play-…

FormMachine Translationspeech-recognitionSpeech Recognition+2