← Search

Navdeep Jaitly

39 accepted papers

2026

Closing the Gap Between Text and Speech Understanding in LLMs

ICLR 2026poster

Large Language Models (LLMs) can be adapted to extend their text capabilities to speech inputs. However, these speech-adapted LLMs consistently underperform their text-based counterparts—and even cascaded pipelines—on language understanding tasks. We term this shortfall the text–speech understanding…

Cited by 0SourcecodeScholar
2026

Continuously Augmented Discrete Diffusion model for Categorical Generative Modeling

ICLR 2026poster

Standard discrete diffusion models treat all unobserved states the same way, typically mapping them to an absorbing [MASK] token. This creates an "information void" where global semantic information that may be inferred for the masked tokens from the unmasked tokens is not directly passed from one d…

Cited by 0SourcecodeScholar
2026

DiffuCoder: Understanding and Improving Masked Diffusion Models for Code Generation

ICLR 2026poster

Diffusion large language models (dLLMs) are compelling alternatives to autoregressive (AR) models because their denoising models operate over the entire sequence. The global planning and iterative refinement features of dLLMs are particularly useful for code generation. However, current training and…

Cited by 0SourcecodeScholar
2026

LaDiR: Latent Diffusion Enhances LLMs for Text Reasoning

ICLR 2026poster

Large Language Models (LLMs) demonstrate their reasoning ability through chain-of-thought (CoT) generation. However, LLM's autoregressive decoding may limit the ability to revisit and refine earlier tokens in a holistic manner, which can also lead to inefficient exploration for diverse solutions. I…

Cited by 0SourcecodeScholar
2026

SimpleFold: Folding Proteins is Simpler than You Think

ICLR 2026poster

Protein folding models have achieved groundbreaking results typically via a combination of integrating domain knowledge into the architectural blocks and training pipelines. Nonetheless, given the success of generative models across different but related problems, it is natural to question whether t…

Cited by 0SourcecodeScholar
2025

Achieving Human Level Competitive Robot Table Tennis

ICRA 2025

Achieving human-level performance on real world tasks is a north star for the robotics community. We present the first learned robot agent that reaches amateur humanlevel performance in competitive table tennis. Table tennis is a physically demanding sport that takes humans years to master. We contr

Cited by 43SourceScholar
2025

Denoising Autoregressive Transformers for Scalable Text-to-Image Generation

ICLR 2025poster

Diffusion models have become the dominant approach for visual generation. They are trained by denoising a Markovian process which gradually adds noise to the input. We argue that the Markovian property limits the model’s ability to fully utilize the generation trajectory, leading to inefficiencies d…

Cited by 0SourcePDFScholar
2025

Eliciting In-context Retrieval and Reasoning for Long-context Large Language Models

ACL 2025finding

Recent advancements in long-context language models (LCLMs) promise to transform Retrieval-Augmented Generation (RAG) by simplifying pipelines. With their expanded context windows, LCLMs can process entire knowledge bases and perform retrieval and reasoning directly – a capability we define as In-Co…

Cited by 0SourcePDFScholar
2025

Flexible Language Modeling in Continuous Space with Transformer-based Autoregressive Flows

NeurIPS 2025poster

Autoregressive models have driven remarkable progress in language modeling. Their foundational reliance on discrete tokens, unidirectional context, and single-pass decoding, while central to their success, also inspires the exploration of a design space that could offer new axes of modeling flexibil…

Cited by 0SourceScholar
2025

Normalizing Flows are Capable Generative Models

ICML 2025oral

Normalizing Flows (NFs) are likelihood-based models for continuous inputs. They have demonstrated promising results on both density estimation and generative modeling tasks, but have received relatively little attention in recent years. In this work, we demonstrate that NFs are more powerful than pr…

2025

Target Concrete Score Matching: A Holistic Framework for Discrete Diffusion

ICML 2025poster

Discrete diffusion is a promising framework for modeling and generating discrete data. In this work, we present Target Concrete Score Matching (TCSM), a novel and versatile objective for training and fine-tuning discrete diffusion models. TCSM provides a general framework with broad applicability. I…

Cited by 1SourcePDFScholar
2025

Training Software Engineering Agents and Verifiers with SWE-Gym

ICML 2025poster

We present SWE-Gym, the first environment for training real-world software engineering (SWE) agents. SWE-Gym contains 2,438 real-world Python task instances, each comprising a codebase with an executable runtime environment, unit tests, and a task specified in natural language. We use SWE-Gym to tra…

2024

Aggregate-and-Adapt Natural Language Prompts for Downstream Generalization of CLIP

NeurIPS 2024poster

Large pretrained vision-language models like CLIP have shown promising generalization capability, but may struggle in specialized domains (e.g., satellite imagery) or fine-grained classification (e.g., car models) where the visual concepts are unseen or under-represented during pretraining. Prompt l…

Cited by 0SourcePDFScholar
2024

Construction of Paired Knowledge Graph - Text Datasets Informed by Cyclic Evaluation

COLING 2024main

Datasets that pair Knowledge Graphs (KG) and text together (KG-T) can be used to train forward and reverse neural models that generate text from KG and vice versa. However models trained on datasets where KG and text pairs are not equivalent can suffer from more hallucination and poorer recall. In t…

Cited by 2SourcePDFScholar
2024

Divide-or-Conquer? Which Part Should You Distill Your LLM?

EMNLP 2024finding

Recent methods have demonstrated that Large Language Models (LLMs) can solve reasoning tasks better when they are encouraged to solve subtasks of the main task first. In this paper we devise a similar strategy that breaks down reasoning tasks into a problem decomposition phase and a problem solving…

2024

Kaleido Diffusion: Improving Conditional Diffusion Models with Autoregressive Latent Modeling

NeurIPS 2024poster

Diffusion models have emerged as a powerful tool for generating high-quality images from textual descriptions. Despite their successes, these models often exhibit limited diversity in the sampled images, particularly when sampling with a high classifier-free guidance weight. To address this issue, w…

Cited by 8SourcePDFScholar
2024

Probing the Multi-turn Planning Capabilities of LLMs via 20 Question Games

ACL 2024long

Large language models (LLMs) are effective at answering questions that are clearly asked. However, when faced with ambiguous queries they can act unpredictably and produce incorrect outputs. This underscores the need for the development of intelligent agents capable of asking clarification questions…

2024

Rephrasing the Web: A Recipe for Compute and Data-Efficient Language Modeling

ACL 2024long

Large language models are trained on massive scrapes of the web, which are often unstructured, noisy, and poorly phrased. Current scaling laws show that learning from such data requires an abundance of both compute and data, which grows with the size of the model being trained. This is infeasible bo…

Cited by 57SourcePDFScholar
2024

Swallowing the Bitter Pill: Simplified Scalable Conformer Generation

ICML 2024poster

We present a novel way to predict molecular conformers through a simple formulation that sidesteps many of the heuristics of prior works and achieves state of the art results by using the advantages of scale. By training a diffusion generative model directly on 3D atomic positions without making ass…

Cited by 17SourcePDFScholar
2023

Continuous pseudo-labeling from the start

ICLR 2023poster

Self-training (ST), or pseudo-labeling has sparked significant interest in the automatic speech recognition (ASR) community recently because of its success in harnessing unlabeled data. Unlike prior semi-supervised learning approaches that relied on iteratively regenerating pseudo-labels (PLs) from…

Cited by 12SourcePDFScholar
2023

PLANNER: Generating Diversified Paragraph via Latent Language Diffusion Model

NeurIPS 2023poster

Autoregressive models for text sometimes generate repetitive and low-quality output because errors accumulate during the steps of generation. This issue is often attributed to exposure bias -- the difference between how a model is trained, and how it is used during inference. Denoising diffusion mod…

2023

Robotic Table Tennis: A Case Study into a High Speed Learning System

RSS 2023poster

We present a deep-dive into a real-world robotic learning system that, in previous work, was shown to be capable of hundreds of table tennis rallies with a human and has the ability to precisely return the ball to desired targets. This system puts together a highly optimized perception subsystem, a…

2022

Efficient Representation Learning via Adaptive Context Pooling

ICML 2022spotlight

Self-attention mechanisms model long-range context by using pairwise attention between all input tokens. In doing so, they assume a fixed attention granularity defined by the individual tokens (e.g., text characters or image pixels), which may not be optimal for modeling complex dependencies at high…

Cited by 6SourcePDFScholar
2022

Position Prediction as an Effective Pretraining Strategy

ICML 2022spotlight

Transformers \cite{transformer} have gained increasing popularity in a wide range of applications, including Natural Language Processing (NLP), Computer Vision and Speech Recognition, because of their powerful representational capacity. However, harnessing this representational capacity effectively…

2020

Imputer: Sequence Modelling via Imputation and Dynamic Programming

ICML 2020poster

This paper presents the Imputer, a neural sequence model that generates output sequences iteratively via imputations. The Imputer is an iterative generation model, requiring only a constant number of generation steps independent of the number of input or output tokens. The Imputer can be trained to…

Cited by 138SourcePDFScholar
2020

Robotic Table Tennis with Model-Free Reinforcement Learning

IROS 2020poster

We propose a model-free algorithm for learning efficient policies capable of returning table tennis balls by controlling robot joints at a rate of 100Hz. We demonstrate that evolutionary search (ES) methods acting on CNN-based policy architectures for non-visual inputs and convolving across time lea…

Cited by 44SourceScholar
2018

Learning Hard Alignments with Variational Inference

ICASSP 2018accepted

There has recently been significant interest in hard attention models for tasks such as object recognition, visual captioning and speech recognition. Hard attention offers benefits over soft attention such as decreased computational cost, but training hard attention models can be difficult because o…

Cited by 0SourceScholar
2018

Natural TTS Synthesis by Conditioning Wavenet on MEL Spectrogram Predictions

ICASSP 2018accepted

This paper describes Tacotron 2, a neural network architecture for speech synthesis directly from text. The system is composed of a recurrent sequence-to-sequence feature prediction network that maps character embeddings to mel-scale spectrograms, followed by a modified WaveNet model acting as a voc…

Cited by 0SourceScholar
2018

State-of-the-Art Speech Recognition with Sequence-to-Sequence Models

ICASSP 2018accepted

Attention-based encoder-decoder architectures such as Listen, Attend, and Spell (LAS), subsume the acoustic, pronunciation and language model components of a traditional automatic speech recognition (ASR) system into a single neural network. In previous work, we have shown that such architectures ar…

Cited by 0SourceScholar
2017

Learning online alignments with continuous rewards policy gradient

ICASSP 2017accepted

Sequence-to-sequence models with soft attention had significant success in machine translation, speech recognition, and question answering. Though capable and easy to use, they require that the entirety of the input sequence is available at the beginning of inference, an assumption that is not valid…

Cited by 0SourceScholar
2016

An Online Sequence-to-Sequence Model Using Partial Conditioning

NeurIPS 2016poster

Sequence-to-sequence models have achieved impressive results on various tasks. However, they are unsuitable for tasks that require incremental predictions to be made as more data arrives or tasks that have long input sequences and output sequences. This is because they generate an output sequence co…

Cited by 138SourcePDFScholar
2016

Listen, attend and spell: A neural network for large vocabulary conversational speech recognition

ICASSP 2016accepted

We present Listen, Attend and Spell (LAS), a neural speech recognizer that transcribes speech utterances directly to characters without pronunciation models, HMMs or other components of traditional speech recognizers. In LAS, the neural network architecture subsumes the acoustic, pronunciation and l…

Cited by 0SourceScholar
2016

Reward Augmented Maximum Likelihood for Neural Structured Prediction

NeurIPS 2016poster

A key problem in structured output prediction is enabling direct optimization of the task reward function that matters for test evaluation. This paper presents a simple and computationally efficient method that incorporates task reward into maximum likelihood training. We establish a connection betw…

Cited by 263SourcePDFScholar
2015

Scheduled Sampling for Sequence Prediction with Recurrent Neural Networks

NeurIPS 2015poster

Recurrent Neural Networks can be trained to produce sequences of tokens given some input, as exemplified by recent results in machine translation and image captioning. The current approach to training them consists of maximizing the likelihood of each token in the sequence given the current (recurre…

Cited by 2424SourcePDFScholar