← Search

Ankur Bapna

15 accepted papers

2024

Multimodal Modeling for Spoken Language Identification

ICASSP 2024accepted

Spoken language identification refers to the task of automatically predicting the spoken language in a given utterance. Conventionally, it is modeled as a speech-based language identification task. Prior techniques have been constrained to a single modality; however in the case of video data there i…

Cited by 0SourceScholar
2023

MADLAD-400: A Multilingual And Document-Level Large Audited Dataset

NeurIPS 2023poster

We introduce MADLAD-400, a manually audited, general domain 3T token monolingual dataset based on CommonCrawl, spanning 419 languages. We discuss the limitations revealed by self-auditing MADLAD-400, and the role data auditing had in the dataset creation process. We then train and release a 10.7B-pa…

Cited by 126SourcePDFScholar
2023

Mu$^2$SLAM: Multitask, Multilingual Speech and Language Models

ICML 2023oral

We present Mu$^2$SLAM, a multilingual sequence-to-sequence model pre-trained jointly on unlabeled speech, unlabeled text and supervised data spanning Automatic Speech Recognition (ASR), Automatic Speech Translation (AST) and Machine Translation (MT), in over 100 languages. By leveraging a quantized…

Cited by 21SourcePDFScholar
2023

SQuId: Measuring Speech Naturalness in Many Languages

ICASSP 2023accepted

Much of text-to-speech research relies on human evaluation. This incurs heavy costs and slows down the development process, especially in heavily multilingual applications where recruiting and polling annotators can take weeks. We introduce SQuId (Speech Quality Identification), a multilingual natur…

Cited by 0SourceScholar
2023

Understanding Shared Speech-Text Representations

ICASSP 2023accepted

Recently, a number of approaches to train speech models by incorporating text into end-to-end models have been developed, with Maestro advancing state-of-the-art automatic speech recognition (ASR) and Speech Translation (ST) performance. In this paper, we expand our understanding of the resulting sh…

Cited by 0SourceScholar
2023

Virtuoso: Massive Multilingual Speech-Text Joint Semi-Supervised Learning for Text-to-Speech

ICASSP 2023accepted

This paper proposes Virtuoso, a massively multilingual speech–text joint semi-supervised learning framework for text-to-speech synthesis (TTS) models. Existing multilingual TTS typically supports tens of languages, which are a small fraction of the thousands of languages in the world. One difficulty…

Cited by 0SourceScholar
2022

Examining Scaling and Transfer of Language Model Architectures for Machine Translation

ICML 2022spotlight

Natural language understanding and generation models follow one of the two dominant architectural paradigms: language models (LMs) that process concatenated sequences in a single stack of layers, and encoder-decoder models (EncDec) that utilize separate layer stacks for input and output processing.…

Cited by 21SourcePDFScholar
2022

Joint Unsupervised and Supervised Training for Multilingual ASR

ICASSP 2022accepted

Self-supervised training has shown promising gains in pretraining models and facilitating the downstream finetuning for speech recognition, like multilingual ASR. Most existing methods adopt a 2-stage scheme where the self-supervised loss is optimized in the first pretraining stage, and the standard…

Cited by 0SourceScholar
2022

Multilingual Document-Level Translation Enables Zero-Shot Transfer From Sentences to Documents

ACL 2022long

Document-level neural machine translation (DocNMT) achieves coherent translations by incorporating cross-sentence context. However, for most language pairs there’s a shortage of parallel documents, although parallel sentences are readily available. In this paper, we study whether and how contextual…

Cited by 15SourcePDFScholar
2022

Multilingual Mix: Example Interpolation Improves Multilingual Neural Machine Translation

ACL 2022long

Multilingual neural machine translation models are trained to maximize the likelihood of a mix of examples drawn from multiple language pairs. The dominant inductive bias applied to these models is a shared vocabulary and a shared set of parameters across languages; the inputs and labels correspondi…

Cited by 17SourcePDFScholar
2022

Scaling Laws for Neural Machine Translation

ICLR 2022spotlight

We present an empirical study of scaling properties of encoder-decoder Transformer models used in neural machine translation (NMT). We show that cross-entropy loss as a function of model size follows a certain scaling law. Specifically (i) We propose a formula which describes the scaling behavior of…

Cited by 104SourcePDFScholar
2021

Beyond Distillation: Task-level Mixture-of-Experts for Efficient Inference

EMNLP 2021finding

Sparse Mixture-of-Experts (MoE) has been a successful approach for scaling multilingual translation models to billions of parameters without a proportional increase in training computation. However, MoE models are prohibitively large and practitioners often resort to methods such as distillation for…

Cited by 122SourcePDFScholar
2021

Share or Not? Learning to Schedule Language-Specific Capacity for Multilingual Translation

ICLR 2021oral

Using a mix of shared and language-specific (LS) parameters has shown promise in multilingual neural machine translation (MNMT), but the question of when and where LS capacity matters most is still under-studied. We offer such a study by proposing conditional language-specific routing (CLSR). CLSR…

2020

Language ID in the Wild: Unexpected Challenges on the Path to a Thousand-Language Web Text Corpus

COLING 2020main

Large text corpora are increasingly important for a wide variety of Natural Language Processing (NLP) tasks, and automatic language identification (LangID) is a core technology needed to collect such datasets in a multilingual context. LangID is largely treated as solved in the literature, with mode…

2019

GPipe: Efficient Training of Giant Neural Networks using Pipeline Parallelism

NeurIPS 2019poster

Scaling up deep neural network capacity has been known as an effective approach to improving model quality for several different machine learning tasks. In many cases, increasing model capacity beyond the memory limit of a single accelerator has required developing special algorithms or infrastructu…