paper-with-me

Papers

AlignAtt4LLM: Fast AlignAtt for Decoder-Only LLMs at IWSLT 2026 Simultaneous Speech Translation Task

2026-06-02 · Quentin Fuxa, Dominik Macháček arxiv

We describe AlignAtt4LLM, an IWSLT 2026 simultaneous speech translation system for English to German, Italian, and Chinese. The system is a synchronous cascade: Qwen3-ASR with forced alignment produces an incrementally updated source transcript, and Gemma-4 E4B-it translates that prefix under an MT-side AlignAtt policy. To our knowledge, this is the first application of AlignAtt to a decoder-only LLM, where the encoder-decoder cross-attention used by earlier AlignAtt systems is absent. We recover a usable policy by proposing (1) an explicit source span in the prompt, (2) offline selection of translation-specific alignment heads, (3) selective qk-fast replay of the draft-to-source attention block, and (4) runtime query/key capture that preserves model outputs bit-identically. On the IWSLT 2026 development set, AlignAtt4LLM outperforms the supplied baselines for the European target languages, English to German and English to Italian, in both the low-latency regime around 2 seconds and the high-latency regime below 4 seconds CU-LongYAAL. Results for English to Chinese are more mixed, but the method is not tied to Gemma-4: because AlignAtt4LLM only requires a deterministic prompt layout, calibrated attention heads, and query/key capture, the same policy can be reapplied to stronger translation-focused decoder-only MT backbones for non-European target languages.

📄 PDF Abstract BibTeX arXiv:2606.03967

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AlignAtt: Using Attention-based Audio-Translation Alignments as a Guide for Simultaneous Speech Translation

2023-05-19 · Sara Papi, Marco Turchi, Matteo Negri

Attention is the core mechanism of today's most used architectures for natural language processing and has been analyzed from many perspectives, including its effectiveness for machine translation-related tasks. Among th…

Machine TranslationTranslationWord Alignment

NAIST Simultaneous Speech Translation System for IWSLT 2024

2024-06-30 · Yuka Ko, Ryo Fukuda, Yuta Nishikawa, Yasumasa Kano 외

This paper describes NAIST's submission to the simultaneous track of the IWSLT 2024 Evaluation Campaign: English-to-{German, Japanese, Chinese} speech-to-text translation and English-to-Japanese speech-to-speech translat…

Speech-to-Speech TranslationSpeech-to-TextSpeech-to-Text Translationtext-to-speech+2

SimulSeamless: FBK at IWSLT 2024 Simultaneous Speech Translation

2024-06-20 · Sara Papi, Marco Gaido, Matteo Negri, Luisa Bentivogli

This paper describes the FBK's participation in the Simultaneous Translation Evaluation Campaign at IWSLT 2024. For this year's submission in the speech-to-text translation (ST) sub-track, we propose SimulSeamless, which…

Speech-to-TextSpeech-to-Text TranslationTranslation

A Pocket Offline Model for Simultaneous Speech Translation as CUNI Submission to IWSLT 2026

2026-06-02 · Aziz Sharipov Ortega, Dominik Macháček arxiv

We implement simultaneous translation capability with the offline direct speech-to-text translation model Canary, using the state-of-the-art policy AlignAtt, and submit it to IWSLT 2026 Simultaneous Speech Translation Sh…

Speech-to-Text Translation

Towards smaller, faster decoder-only transformers: Architectural variants and their implications

2024-04-22 · Sathya Krishnan Suresh, Shunmugapriya P

In recent times, the research on Large Language Models (LLMs) has grown exponentially, predominantly focusing on models underpinned by the transformer architecture, as established by [1], and further developed through th…

Code GenerationDecoderText Generation