← Search

Marta R. Costa-jussà

23 accepted papers

2025

2M-BELEBELE: Highly Multilingual Speech and American Sign Language Comprehension Dataset Download PDF

ACL 2025finding

We introduce the first highly multilingual speech and American Sign Language (ASL) comprehension dataset by extending BELEBELE. Our dataset covers 91 spoken languages at the intersection of BELEBELE and FLEURS, and one sign language (ASL). As a by-product we also extend the Automatic Speech Recognit…

2025

Improving Language and Modality Transfer in Translation by Character-level Modeling

ACL 2025long

Current translation systems, despite being highly multilingual, cover only 5% of the world’s languages. Expanding language coverage to the long-tail of low-resource languages requires data-efficient methods that rely on cross-lingual and cross-modal knowledge transfer. To this end, we propose a char…

Cited by 0SourcePDFScholar
2025

LCFO: Long Context and Long Form Output Dataset and Benchmarking

ACL 2025finding

This paper presents the Long Context and Form Output (LCFO) benchmark, a novel evaluation framework for assessing gradual summarization and summary expansion capabilities across diverse domains. LCFO consists of long input documents (5k words average length), each of which comes with three summaries…

2025

Linguini: A benchmark for language-agnostic linguistic reasoning

NeurIPS 2025poster

We propose a new benchmark to measure a language model's linguistic reasoning skills without relying on pre-existing language-specific knowledge. The test covers 894 questions grouped in 160 problems across 75 (mostly) extremely low-resource languages, extracted from the International Linguistic Oly…

Cited by 0SourcecodeScholar
2025

On the Role of Speech Data in Reducing Toxicity Detection Bias

NAACL 2025long

Text toxicity detection systems exhibit significant biases, producing disproportionate rates of false positives on samples mentioning demographic groups. But what about toxicity detection in speech? To investigate the extent to which text-based biases are mitigated by speech-based systems, we produc…

Cited by 0SourcePDFScholar
2024

BLASER 2.0: a metric for evaluation and quality estimation of massively multilingual speech and text translation

EMNLP 2024finding

We present BLASER 2.0, an automatic metric of machine translation quality which supports both speech and text modalities. Compared to its predecessor BLASER (Chen et al., 2023), BLASER 2.0 is based on better underlying text and speech representations that cover 202 text languages and 57 speech ones…

2024

On the Similarity of Circuits across Languages: a Case Study on the Subject-verb Agreement Task

EMNLP 2024finding

Several algorithms implemented by language models have recently been successfully reversed-engineered. However, these findings have been concentrated on specific tasks and models, leaving it unclear how universal circuits are across different settings. In this paper, we study the circuits implemente…

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

BLASER: A Text-Free Speech-to-Speech Translation Evaluation Metric

ACL 2023long

End-to-End speech-to-speech translation (S2ST) is generally evaluated with text-based metrics. This means that generated speech has to be automatically transcribed, making the evaluation dependent on the availability and quality of automatic speech recognition (ASR) systems. In this paper, we propos…

2023

Detecting and Mitigating Hallucinations in Machine Translation: Model Internal Workings Alone Do Well, Sentence Similarity Even Better

ACL 2023long

While the problem of hallucinations in neural machine translation has long been recognized, so far the progress on its alleviation is very little. Indeed, recently it turned out that without artificially encouraging models to hallucinate, previously existing methods fall short and even the standard…

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…

2023

HalOmi: A Manually Annotated Benchmark for Multilingual Hallucination and Omission Detection in Machine Translation

EMNLP 2023long main

Hallucinations in machine translation are translations that contain information completely unrelated to the input. Omissions are translations that do not include some of the input information. While both cases tend to be catastrophic errors undermining user trust, annotated data with these types of…

Cited by 0SourcecodeScholar
2023

Multilingual Holistic Bias: Extending Descriptors and Patterns to Unveil Demographic Biases in Languages at Scale

EMNLP 2023long main

We introduce a multilingual extension of the HolisticBias dataset, the largest English template-based taxonomy of textual people references: Multilingual HolisticBias. This extension consists of 20,459 sentences in 50 languages distributed across 13 demographic axes. Source sentences are built from…

Cited by 0SourceScholar
2023

SegAugment: Maximizing the Utility of Speech Translation Data with Segmentation-based Augmentations

EMNLP 2023long findings

End-to-end Speech Translation is hindered by a lack of available data resources. While most of them are based on documents, a sentence-level version is available, which is however single and static, potentially impeding the usefulness of the data. We propose a new data augmentation strategy, SegAugm…

Cited by 0SourcecodeScholar
2023

Toxicity in Multilingual Machine Translation at Scale

EMNLP 2023long findings

Machine Translation systems can produce different types of errors, some of which are characterized as critical or catastrophic due to the specific negative impact that they can have on users. In this paper we focus on one type of critical error: added toxicity. We evaluate and analyze added toxicity…

Cited by 0SourceScholar
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

OccGen: Selection of Real-world Multilingual Parallel Data Balanced in Gender within Occupations

NeurIPS 2022accept

This paper describes the OCCGEN toolkit, which allows extracting multilingual parallel data balanced in gender within occupations. OCCGEN can extract datasets that reflect gender diversity (beyond binary) more fairly in society to be further used to explicitly mitigate occupational gender stereotype…

Cited by 8SourcePDFScholar
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…

2021

Attention Weights in Transformer NMT Fail Aligning Words Between Sequences but Largely Explain Model Predictions

EMNLP 2021finding

This work proposes an extensive analysis of the Transformer architecture in the Neural Machine Translation (NMT) setting. Focusing on the encoder-decoder attention mechanism, we prove that attention weights systematically make alignment errors by relying mainly on uninformative tokens from the sourc…

Cited by 21SourcePDFScholar
2020

Continual Lifelong Learning in Natural Language Processing: A Survey

COLING 2020main

Continual learning (CL) aims to enable information systems to learn from a continuous data stream across time. However, it is difficult for existing deep learning architectures to learn a new task without largely forgetting previously acquired knowledge. Furthermore, CL is particularly challenging f…

Cited by 272SourcePDFScholar