← Search

Jade Copet

13 accepted papers

2026

Short Window Attention Enables Long-Term Memorization

ICLR 2026poster

Recent works show that hybrid architectures combining sliding window softmax attention layers with linear recurrent neural network (RNN) layers outperform both of these architectures taken separately. However, the impact of the window length and the interplay between softmax attention and linear RNN…

Cited by 0SourceScholar
2025

RLEF: Grounding Code LLMs in Execution Feedback with Reinforcement Learning

ICML 2025spotlight

Large language models (LLMs) deployed as agents solve user-specified tasks over multiple steps while keeping the required manual engagement to a minimum. Crucially, such LLMs need to ground their generations in any feedback obtained to reliably achieve the desired outcomes. We propose an end-to-end…

Cited by 25SourcePDFScholar
2025

SWE-RL: Advancing LLM Reasoning via Reinforcement Learning on Open Software Evolution

NeurIPS 2025poster

The recent DeepSeek-R1 release has demonstrated the immense potential of reinforcement learning (RL) in enhancing the general reasoning capabilities of large language models (LLMs). While DeepSeek-R1 and other follow-up work primarily focus on applying RL to competitive coding and math problems, thi…

Cited by 0SourceScholar
2024

An Independence-promoting Loss for Music Generation with Language Models

ICML 2024poster

Music generation schemes using language modeling rely on a vocabulary of audio tokens, generally provided as codes in a discrete latent space learnt by an auto-encoder. Multi-stage quantizers are often employed to produce these tokens, therefore the decoding strategy used for token prediction must b…

Cited by 3SourcePDFScholar
2024

Masked Audio Generation using a Single Non-Autoregressive Transformer

ICLR 2024poster

We introduce MAGNeT, a masked generative sequence modeling method that operates directly over several streams of audio tokens. Unlike prior work, MAGNeT is comprised of a single-stage, non-autoregressive transformer. During training, we predict spans of masked tokens obtained from a masking schedule…

Cited by 50SourcePDFScholar
2023

AudioGen: Textually Guided Audio Generation

ICLR 2023poster

In this work, we tackle the problem of generating audio samples conditioned on descriptive text captions. We propose AudioGen, an auto-regressive generative model, operating on a learnt discrete audio representation, that generates audio samples conditioned on text inputs. The task of text-to-audio…

Cited by 400SourcePDFScholar
2023

Do Coarser Units Benefit Cluster Prediction-Based Speech Pre-Training?

ICASSP 2023accepted

The research community has produced many successful self-supervised speech representation learning methods over the past few years. Discrete units have been utilized in various self-supervised learning frameworks, such as VQ-VAE [1], wav2vec 2.0 [2], Hu-BERT [3], and Wav2Seq [4]. This paper studies…

Cited by 0SourceScholar
2023

Generative Spoken Language Model based on continuous word-sized audio tokens

EMNLP 2023long main

In NLP, text language models based on words or subwords are known to outperform their character-based counterparts. Yet, in the speech community, the standard input of spoken LMs are 20ms or 40ms-long discrete units (shorter than a phoneme). Taking inspiration from word-based LM, we introduce a Gene…

Cited by 0SourceScholar
2023

Simple and Controllable Music Generation

NeurIPS 2023poster

We tackle the task of conditional music generation. We introduce MusicGen, a single Language Model (LM) that operates over several streams of compressed discrete music representation, i.e., tokens. Unlike prior work, MusicGen is comprised of a single-stage transformer LM together with efficient toke…

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…

2022

Text-Free Prosody-Aware Generative Spoken Language Modeling

ACL 2022long

Speech pre-training has primarily demonstrated efficacy on classification tasks, while its capability of generating novel speech, similar to how GPT-2 can generate coherent paragraphs, has barely been explored. Generative Spoken Language Modeling (GSLM) (CITATION) is the only prior work addressing t…

2022

Textless Speech Emotion Conversion using Discrete & Decomposed Representations

EMNLP 2022main

Speech emotion conversion is the task of modifying the perceived emotion of a speech utterance while preserving the lexical content and speaker identity. In this study, we cast the problem of emotion conversion as a spoken language translation task. We use a decomposition of the speech signal into d…

2022

textless-lib: a Library for Textless Spoken Language Processing

NAACL 2022system demonstrations

Textless spoken language processing is an exciting area of research that promises to extend applicability of the standard NLP toolset onto spoken language and languages with few or no textual resources. Here, we introduce textless-lib, a PyTorch-based library aimed to facilitate research in the area…