← Search

Alexis Conneau

12 accepted papers

2023

Scaling Laws for Generative Mixed-Modal Language Models

ICML 2023poster

Generative language models define distributions over sequences of tokens that can represent essentially any combination of data modalities (e.g., any permutation of image tokens from VQ-VAEs, speech tokens from HuBERT, BPE tokens for language or code, and so on). To better understand the scaling pro…

Cited by 104SourcePDFScholar
2023

Textually Pretrained Speech Language Models

NeurIPS 2023poster

Speech language models (SpeechLMs) process and generate acoustic data only, without textual supervision. In this work, we propose TWIST, a method for training SpeechLMs using a warm-start from a pretrained textual language models. We show using both automatic and human evaluations that TWIST outperf…

2023

Toward Joint Language Modeling for Speech Units and Text

EMNLP 2023long findings

Speech and text are two major forms of human language. The research community has been focusing on mapping speech to text or vice versa for many years. However, in the field of language modeling, very little effort has been made to model them jointly. In light of this, we explore joint language mode…

Cited by 0SourceScholar
2022

Improved Language Identification Through Cross-Lingual Self-Supervised Learning

ICASSP 2022accepted

Language identification greatly impacts the success of downstream tasks such as automatic speech recognition. Recently, self-supervised speech representations learned by wav2vec 2.0 have been shown to be very effective for a range of speech tasks. We extend previous self-supervised work on language…

Cited by 0SourceScholar
2021

Multilingual Speech Translation from Efficient Finetuning of Pretrained Models

ACL 2021long

We present a simple yet effective approach to build multilingual speech-to-text (ST) translation through efficient transfer learning from a pretrained speech encoder and text decoder. Our key finding is that a minimalistic LNA (LayerNorm and Attention) finetuning can achieve zero-shot crosslingual a…

2021

Self-Training and Pre-Training are Complementary for Speech Recognition

ICASSP 2021accepted

Self-training and unsupervised pre-training have emerged as effective approaches to improve speech recognition systems using unlabeled data. However, it is not clear whether they learn similar patterns or if they can be effectively combined. In this paper, we show that pseudo-labeling and pre-traini…

Cited by 0SourceScholar
2021

Self-training Improves Pre-training for Natural Language Understanding

NAACL 2021long

Unsupervised pre-training has led to much recent progress in natural language understanding. In this paper, we study self-training as another way to leverage unlabeled data through semi-supervised learning. To obtain additional data for a specific task, we introduce SentAugment, a data augmentation…

2021

Supervised Contrastive Learning for Pre-trained Language Model Fine-tuning

ICLR 2021poster

State-of-the-art natural language understanding classification models follow two-stages: pre-training a large language model on an auxiliary task, and then fine-tuning the model on a task-specific labeled dataset using cross-entropy loss. However, the cross-entropy loss has several shortcomings that…

Cited by 561SourcePDFScholar
2018

Unsupervised Machine Translation Using Monolingual Corpora Only

ICLR 2018poster

Machine translation has recently achieved impressive performance thanks to recent advances in deep learning and the availability of large-scale parallel corpora. There have been numerous attempts to extend these successes to low-resource language pairs, yet requiring tens of thousands of parallel se…

Cited by 1332SourcePDFScholar
2018

Word translation without parallel data

ICLR 2018poster

State-of-the-art methods for learning cross-lingual word embeddings have relied on bilingual dictionaries or parallel corpora. Recent studies showed that the need for parallel data supervision can be alleviated with character-level information. While these methods showed encouraging results, they ar…