← Search

Gerard I. Gállego

9 accepted papers

2026

REVISITING DIRECT SPEECH-TO-TEXT TRANSLATION WITH SPEECH LLMS: BETTER SCALING THAN COT PROMPTING?

ICASSP 2026poster

Recent work on Speech-to-Text Translation (S2TT) has focused on LLM-based models, introducing the increasingly adopted Chain-of-Thought (CoT) prompting, where the model is guided to first transcribe the speech and then translate it. CoT typically outperforms direct prompting primarily because it can…

Cited by 0SourcePDFScholar
2025

Single-stage TTS with Masked Audio Token Modeling and Semantic Knowledge Distillation

ICASSP 2025accepted

Audio token modeling has become a powerful framework for speech synthesis, with two-stage approaches employing semantic tokens remaining prevalent. In this paper, we aim to simplify this process by introducing a semantic knowledge distillation method that enables high-quality speech generation in a…

Cited by 0SourceScholar
2024

Pushing the Limits of Zero-shot End-to-End Speech Translation

ACL 2024findings

Data scarcity and the modality gap between the speech and text modalities are two major obstacles of end-to-end Speech Translation (ST) systems, thus hindering their performance. Prior work has attempted to mitigate these challenges by leveraging external MT data and optimizing distance metrics that…

2024

SpeechAlign: A Framework for Speech Translation Alignment Evaluation

COLING 2024main

Speech-to-Speech and Speech-to-Text translation are currently dynamic areas of research. In our commitment to advance these fields, we present SpeechAlign, a framework designed to evaluate the underexplored field of source-target alignment in speech models. The SpeechAlign framework has two core com…

2024

Unveiling the Role of Pretraining in Direct Speech Translation

EMNLP 2024main

Direct speech-to-text translation systems encounter an important drawback in data scarcity. A common solution consists on pretraining the encoder on automatic speech recognition, hence losing efficiency in the training process. In this study, we compare the training dynamics of a system using a pret…

2023

Efficient Speech Translation with Dynamic Latent Perceivers

ICASSP 2023accepted

Transformers have been the dominant architecture for Speech Translation in recent years, achieving significant improvements in translation quality. Since speech signals are longer than their textual counterparts, and due to the quadratic complexity of the Transformer, a down-sampling step is essenti…

Cited by 0SourceScholar
2023

Explaining How Transformers Use Context to Build Predictions

ACL 2023long

Language Generation Models produce words based on the previous context. Although existing methods offer input attributions as explanations for a model’s prediction, it is still unclear how prior words affect the model’s decision throughout the layers. In this work, we leverage recent advances in exp…

2022

Measuring the Mixing of Contextual Information in the Transformer

EMNLP 2022main

The Transformer architecture aggregates input information through the self-attention mechanism, but there is no clear understanding of how this information is mixed across the entire model. Additionally, recent works have demonstrated that attention weights alone are not enough to describe the flow…

2022

Towards Opening the Black Box of Neural Machine Translation: Source and Target Interpretations of the Transformer

EMNLP 2022main

In Neural Machine Translation (NMT), each token prediction is conditioned on the source sentence and the target prefix (what has been previously translated at a decoding step). However, previous work on interpretability in NMT has mainly focused solely on source sentence tokens’ attributions. Theref…