← Search

Quoc V Le

80 accepted papers

2025

BIG-Bench Extra Hard

ACL 2025long

Current benchmarks for large language model (LLM) reasoning predominantly focus on mathematical and coding abilities, leaving a gap in evaluating broader reasoning proficiencies. One particular exception is the BIG-Bench dataset, which has served as a crucial benchmark for evaluating the general rea…

2025

EVOLvE: Evaluating and Optimizing LLMs For In-Context Exploration

ICML 2025poster

Despite their success in many domains, large language models (LLMs) remain under-studied in scenarios requiring optimal decision-making under uncertainty. This is crucial as many real-world applications, ranging from personalized recommendations to healthcare interventions, demand that LLMs not only…

Cited by 5SourcePDFScholar
2025

Reward-Guided Prompt Evolving in Reinforcement Learning for LLMs

ICML 2025poster

Existing reinforcement learning (RL) methods for large language models (LLMs) rely on static prompt sets, where prompts are curated a priori, and sampled in a fixed schedule for training, regardless of their usefulness to the RL process. We design `eva`, the first method that allows LLMs to prioriti…

Cited by 0SourcePDFScholar
2025

SFT Memorizes, RL Generalizes: A Comparative Study of Foundation Model Post-training

ICML 2025poster

Supervised fine-tuning (SFT) and reinforcement learning (RL) are widely used post-training techniques for foundation models. However, their roles in enhancing model generalization capabilities remain unclear. This paper studies the difference between SFT and RL on generalization and memorization, fo…

Cited by 72SourcePDFScholar
2025

Towards Robust Mathematical Reasoning

EMNLP 2025

Finding the right north-star metrics is highly critical for advancing mathematical reasoning capabilities of foundation models, especially given that existing evaluations are either too easy or only focusing on getting correct short answers. To address these issues, we present IMO-Bench, a suite of

2024

HaloQuest: A Visual Hallucination Dataset for Advancing Multimodal Reasoning

ECCV 2024poster

"Hallucination has been a major problem for large language models and remains a critical challenge when it comes to multimodality in which vision-language models (VLMs) have to deal with not just textual but also visual inputs. Despite rapid progress in VLMs, resources for evaluating and addressing…

2024

Large Language Models as Optimizers

ICLR 2024poster

Optimization is ubiquitous. While derivative-based algorithms have been powerful tools for various problems, the absence of gradient imposes challenges on many real-world applications. In this work, we propose Optimization by PROmpting (OPRO), a simple and effective approach to leverage large langua…

2024

Long-form factuality in large language models

NeurIPS 2024poster

Large language models (LLMs) often generate content that contains factual errors when responding to fact-seeking prompts on open-ended topics. To benchmark a model’s long-form factuality in open domains, we first use GPT-4 to generate LongFact, a prompt set comprising thousands of questions spanning…

2024

SELF-DISCOVER: Large Language Models Self-Compose Reasoning Structures

NeurIPS 2024poster

We introduce SELF-DISCOVER, a general framework for LLMs to self-discover the task-intrinsic reasoning structures to tackle complex reasoning problems that are challenging for typical prompting methods. Core to the framework is a self-discovery process where LLMs select multiple atomic reasoning mod…

Cited by 47SourcePDFScholar
2024

Take a Step Back: Evoking Reasoning via Abstraction in Large Language Models

ICLR 2024poster

We present STEP-BACK PROMPTING, a simple prompting technique that enables LLMs to do abstractions to derive high-level concepts and first principles from instances containing specific details. Using the concepts and principles to guide reasoning, LLMs significantly improve their abilities in followi…

Cited by 157SourcePDFScholar
2023

Brainformers: Trading Simplicity for Efficiency

ICML 2023poster

Transformers are central to recent successes in natural language processing and computer vision. Transformers have a mostly uniform backbone where layers alternate between feed-forward and self-attention in order to build a deep network. Here we investigate this design choice and find that more comp…

Cited by 37SourcePDFScholar
2023

DoReMi: Optimizing Data Mixtures Speeds Up Language Model Pretraining

NeurIPS 2023spotlight

The mixture proportions of pretraining data domains (e.g., Wikipedia, books, web text) greatly affect language model (LM) performance. In this paper, we propose Domain Reweighting with Minimax Optimization (DoReMi), which first trains a small proxy model using group distributionally robust optimizat…

2023

Least-to-Most Prompting Enables Complex Reasoning in Large Language Models

ICLR 2023poster

Chain-of-thought prompting has demonstrated remarkable performance on various natural language reasoning tasks. However, it tends to perform poorly on tasks which requires solving problems harder than the exemplars shown in the prompts. To overcome this challenge of easy-to-hard generalization, we p…

Cited by 1438SourcePDFScholar
2023

Self-Consistency Improves Chain of Thought Reasoning in Language Models

ICLR 2023poster

Chain-of-thought prompting combined with pretrained large language models has achieved encouraging results on complex reasoning tasks. In this paper, we propose a new decoding strategy, self-consistency, to replace the naive greedy decoding used in chain-of-thought prompting. It first samples a dive…

Cited by 1586SourcePDFScholar
2023

Symbol tuning improves in-context learning in language models

EMNLP 2023long main

We present symbol tuning - finetuning language models on in-context input-label pairs where natural language labels (e.g., "positive/negative sentiment") are replaced with arbitrary symbols (e.g., "foo/bar"). Symbol tuning leverages the intuition that when a model cannot use instructions or natural…

Cited by 0SourceScholar
2023

Symbolic Discovery of Optimization Algorithms

NeurIPS 2023poster

We present a method to formulate algorithm discovery as program search, and apply it to discover optimization algorithms for deep neural network training. We leverage efficient search techniques to explore an infinite and sparse program space. To bridge the large generalization gap between proxy and…

Cited by 518SourcePDFScholar
2023

The Flan Collection: Designing Data and Methods for Effective Instruction Tuning

ICML 2023poster

We study the design decision of publicly available instruction tuning methods, by reproducing and breaking down the development of Flan 2022 (Chung et al., 2022). Through careful ablation studies on the Flan Collection of tasks and methods, we tease apart the effect of design decisions which enable…

2023

Transcending Scaling Laws with 0.1% Extra Compute

EMNLP 2023long main

Scaling language models improves performance but comes with significant computational costs. This paper proposes UL2R, a method that substantially improves existing language models and their scaling curves with a relatively tiny amount of extra compute. The key idea is to continue training a state-o…

Cited by 0SourceScholar
2022

Chain-of-Thought Prompting Elicits Reasoning in Large Language Models

NeurIPS 2022accept

We explore how generating a chain of thought---a series of intermediate reasoning steps---significantly improves the ability of large language models to perform complex reasoning. In particular, we show how such reasoning abilities emerge naturally in sufficiently large language models via a simple…

Cited by 13586SourcePDFScholar
2022

DeepFusion: Lidar-Camera Deep Fusion for Multi-Modal 3D Object Detection

CVPR 2022poster

Lidars and cameras are critical sensors that provide complementary information for 3D detection in autonomous driving. While prevalent multi-modal methods simply decorate raw lidar point clouds with camera features and feed them directly to existing 3D detection models, our study shows that fusing c…

Cited by 476PDFcodeScholar
2022

Finetuned Language Models are Zero-Shot Learners

ICLR 2022oral

This paper explores a simple method for improving the zero-shot learning abilities of language models. We show that instruction tuning—finetuning language models on a collection of datasets described via instructions—substantially improves zero-shot performance on unseen tasks. We take a 137B parame…

2022

Mixture-of-Experts with Expert Choice Routing

NeurIPS 2022accept

Sparsely-activated Mixture-of-experts (MoE) models allow the number of parameters to greatly increase while keeping the amount of computation for a given token or a given sample unchanged. However, a poor expert routing strategy (e.g. one resulting in load imbalance) can cause certain experts to be…

Cited by 336SourcePDFScholar
2022

TabNAS: Rejection Sampling for Neural Architecture Search on Tabular Datasets

NeurIPS 2022accept

The best neural architecture for a given machine learning problem depends on many factors: not only the complexity and structure of the dataset, but also on resource constraints including latency, compute, energy consumption, etc. Neural architecture search (NAS) for tabular datasets is an important…

2021

CoAtNet: Marrying Convolution and Attention for All Data Sizes

NeurIPS 2021poster

Transformers have attracted increasing interests in computer vision, but they still fall behind state-of-the-art convolutional networks. In this work, we show that while Transformers tend to have larger model capacity, their generalization can be worse than convolutional networks due to the lack of…

Cited by 1550SourcePDFScholar
2021

Evolving Reinforcement Learning Algorithms

ICLR 2021oral

We propose a method for meta-learning reinforcement learning algorithms by searching over the space of computational graphs which compute the loss function for a value-based model-free RL agent to optimize. The learned algorithms are domain-agnostic and can generalize to new environments not seen du…

2021

Multi-Task Self-Training for Learning General Representations

ICCV 2021poster

Despite the fast progress in training specialized models for various tasks, learning a single general model that works well for many tasks is still challenging for computer vision. Here we introduce multi-task self-training (MuST), which harnesses the knowledge in independent specialized teacher mod…

Cited by 121PDFcodeScholar
2021

Searching for Efficient Transformers for Language Modeling

NeurIPS 2021poster

Large Transformer models have been central to recent advances in natural language processing. The training and inference costs of these models, however, have grown rapidly and become prohibitively expensive. Here we aim to reduce the costs of Transformers by searching for a more efficient variant. C…

Cited by 179SourcePDFScholar
2021

Searching for Fast Model Families on Datacenter Accelerators

CVPR 2021poster

Neural Architecture Search (NAS), together with model scaling, has shown remarkable progress in designing high accuracy and fast convolutional architecture families. However, as neither NAS nor model scaling considers sufficient hardware architecture details, they do not take full advantage of the e…

Cited by 43PDFcodeScholar
2021

Simple Copy-Paste Is a Strong Data Augmentation Method for Instance Segmentation

CVPR 2021poster

Building instance segmentation models that are data-efficient and can handle rare object categories is an important challenge in computer vision. Leveraging data augmentations is a promising direction towards addressing this challenge. Here, we perform a systematic study of the Copy-Paste augmentati…

Cited by 1267PDFcodeScholar
2020

Adversarial Examples Improve Image Recognition

CVPR 2020poster

Adversarial examples are commonly viewed as a threat to ConvNets. Here we present an opposite perspective: adversarial examples can be used to improve image recognition models if harnessed in the right manner. We propose AdvProp, an enhanced adversarial training scheme which treats adversarial examp…

Cited by 699PDFcodeScholar
2020

Can Weight Sharing Outperform Random Architecture Search? An Investigation With TuNAS

CVPR 2020poster

Efficient Neural Architecture Search methods based on weight sharing have shown good promise in democratizing Neural Architecture Search for computer vision models. There is, however, an ongoing debate whether these efficient methods are significantly better than random search. Here we perform a tho…

Cited by 169PDFcodeScholar
2020

ELECTRA: Pre-training Text Encoders as Discriminators Rather Than Generators

ICLR 2020poster

Masked language modeling (MLM) pre-training methods such as BERT corrupt the input by replacing some tokens with [MASK] and then train a model to reconstruct the original tokens. While they produce good results when transferred to downstream NLP tasks, they generally require large amounts of compute…

Cited by 4882SourcecodeScholar
2020

Funnel-Transformer: Filtering out Sequential Redundancy for Efficient Language Processing

NeurIPS 2020poster

With the success of language pretraining, it is highly desirable to develop more efficient architectures of good scalability that can exploit the abundant unlabeled data at a lower cost. To improve the efficiency, we examine the much-overlooked redundancy in maintaining a full-length token-level pre…

2020

Improving 3D Object Detection through Progressive Population Based Augmentation

ECCV 2020poster

Data augmentation has been widely adopted for object detection in 3D point clouds. However, all previous related efforts have focused on manually designing specific data augmentation methods for individual architectures. In this work, we present the first attempt to automate the design of data augme…

Cited by 94SourcePDFScholar
2020

Learning Data Augmentation Strategies for Object Detection

ECCV 2020poster

Much research on object detection focuses on building better model architectures and detection algorithms. Changing the model architecture, however, comes at the cost of adding more complexity to inference, making models slower. Data augmentation, on the other hand, doesn't add any inference complex…

2020

MnasFPN: Learning Latency-Aware Pyramid Architecture for Object Detection on Mobile Devices

CVPR 2020poster

Despite the blooming success of architecture search for vision tasks in resource-constrained environments, the design of on-device object detection architectures have mostly been manual. The few automated search efforts are either centered around non-mobile-friendly search spaces or not guided by on…

Cited by 72PDFcodeScholar
2020

Neural Symbolic Reader: Scalable Integration of Distributed and Symbolic Representations for Reading Comprehension

ICLR 2020spotlight

Integrating distributed representations with symbolic operations is essential for reading comprehension requiring complex reasoning, such as counting, sorting and arithmetics, but most existing approaches are hard to scale to more domains or more complex reasoning. In this work, we propose the Neura…

Cited by 129SourceScholar
2020

PyGlove: Symbolic Programming for Automated Machine Learning

NeurIPS 2020oral

Neural networks are sensitive to hyper-parameter and architecture choices. Automated Machine Learning (AutoML) is a promising paradigm for automating these choices. Current ML software libraries, however, are quite limited in handling the dynamic interactions among the components of AutoML. For exam…

2020

RandAugment: Practical Automated Data Augmentation with a Reduced Search Space

NeurIPS 2020poster

Recent work on automated data augmentation strategies has led to state-of-the-art results in image classification and object detection. An obstacle to a large-scale adoption of these methods is that they require a separate and expensive search phase. A common way to overcome the expense of the searc…

2020

Rethinking Pre-training and Self-training

NeurIPS 2020oral

Pre-training is a dominant paradigm in computer vision. For example, supervised ImageNet pre-training is commonly used to initialize the backbones of object detection and segmentation models. He et al., however, show a striking result that ImageNet pre-training has limited impact on COCO object dete…

2020

Specaugment on Large Scale Datasets

ICASSP 2020accepted

Recently, SpecAugment, an augmentation scheme for automatic speech recognition that acts directly on the spectrogram of input utterances, has shown to be highly effective in enhancing the performance of end-to-end networks on public datasets. In this paper, we demonstrate its effectiveness on tasks…

Cited by 0SourceScholar
2020

SpineNet: Learning Scale-Permuted Backbone for Recognition and Localization

CVPR 2020poster

Convolutional neural networks typically encode an input image into a series of intermediate features with decreasing resolutions. While this structure is suited to classification tasks, it does not perform well for tasks requiring simultaneous recognition and localization (e.g., object detection). T…

Cited by 259PDFcodeScholar
2020

Unsupervised Data Augmentation for Consistency Training

NeurIPS 2020poster

Semi-supervised learning lately has shown much promise in improving deep learning models when labeled data is scarce. Common among recent approaches is the use of consistency training on a large amount of unlabeled data to constrain model predictions to be invariant to input noise. In this work, we…

2019

Attention Augmented Convolutional Networks

ICCV 2019poster

Convolutional networks have enjoyed much success in many computer vision applications. The convolution operation however has a significant weakness in that it only operates on a local neighbourhood, thus missing global information. Self-attention, on the other hand, has emerged as a recent advance t…

Cited by 1501PDFcodeScholar
2019

AutoAugment: Learning Augmentation Strategies From Data

CVPR 2019oral

Data augmentation is an effective technique for improving the accuracy of modern image classifiers. However, current data augmentation implementations are manually designed. In this paper, we describe a simple procedure called AutoAugment to automatically search for improved data augmentation polici…

Cited by 3054PDFScholar
2019

CondConv: Conditionally Parameterized Convolutions for Efficient Inference

NeurIPS 2019poster

Convolutional layers are one of the basic building blocks of modern deep neural networks. One fundamental assumption is that convolutional kernels should be shared for all examples in a dataset. We propose conditionally parameterized convolutions (CondConv), which learn specialized convolutional ker…

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…

2019

High Fidelity Video Prediction with Large Stochastic Recurrent Neural Networks

NeurIPS 2019poster

Predicting future video frames is extremely challenging, as there are many factors of variation that make up the dynamics of how frames change through time. Previously proposed solutions require complex inductive biases inside network architectures with highly specialized computation, including segm…

Cited by 172SourcePDFScholar
2019

Mixtape: Breaking the Softmax Bottleneck Efficiently

NeurIPS 2019poster

The softmax bottleneck has been shown to limit the expressiveness of neural lan- guage models. Mixture of Softmaxes (MoS) is an effective approach to address such a theoretical limitation, but are expensive compared to softmax in terms of both memory and time. We propose Mixtape, an output layer tha…

Cited by 16SourcePDFScholar
2019

MnasNet: Platform-Aware Neural Architecture Search for Mobile

CVPR 2019poster

Designing convolutional neural networks (CNN) for mobile devices is challenging because mobile models need to be small and fast, yet still accurate. Although significant efforts have been dedicated to design and improve mobile CNNs on all dimensions, it is very difficult to manually balance these tr…

Cited by 4089PDFcodeScholar
2019

Saccader: Improving Accuracy of Hard Attention Models for Vision

NeurIPS 2019poster

Although deep convolutional neural networks achieve state-of-the-art performance across nearly all image classification tasks, their decisions are difficult to interpret. One approach that offers some level of interpretability by design is \textit{hard attention}, which uses only relevant portions o…

2019

XLNet: Generalized Autoregressive Pretraining for Language Understanding

NeurIPS 2019oral

With the capability of modeling bidirectional contexts, denoising autoencoding based pretraining like BERT achieves better performance than pretraining approaches based on autoregressive language modeling. However, relying on corrupting the input with masks, BERT neglects dependency between the mask…

2018

A Hierarchical Model for Device Placement

ICLR 2018poster

We introduce a hierarchical model for efficient placement of computational graphs onto hardware devices, especially in heterogeneous environments with a mixture of CPUs, GPUs, and other computational devices. Our method learns to assign graph operations to groups and to allocate those groups to avai…

Cited by 210SourcePDFScholar
2018

Don't Decay the Learning Rate, Increase the Batch Size

ICLR 2018poster

It is common practice to decay the learning rate. Here we show one can usually obtain the same learning curve on both training and test sets by instead increasing the batch size during training. This procedure is successful for stochastic gradient descent (SGD), SGD with momentum, Nesterov momentum,…

Cited by 1362SourcePDFScholar
2018

DropBlock: A regularization method for convolutional networks

NeurIPS 2018poster

Deep neural networks often work well when they are over-parameterized and trained with a massive amount of noise and regularization, such as weight decay and dropout. Although dropout is widely used as a regularization technique for fully connected layers, it is often less effective for convolutiona…

2018

Faster Discovery of Neural Architectures by Searching for Paths in a Large Model

ICLR 2018workshop

We propose Efficient Neural Architecture Search (ENAS), a faster and less expensive approach to automated model design than previous methods. In ENAS, a controller learns to discover neural network architectures by searching for an optimal path within a larger model. The controller is trained with p…

Cited by 17SourceScholar
2018

Learning Transferable Architectures for Scalable Image Recognition

CVPR 2018poster

Developing neural network image classification models often requires significant architecture engineering. In this paper, we study a method to learn the model architectures directly on the dataset of interest. As this approach is expensive when the dataset is large, we propose to search for an arch…

Cited by 7963SourcePDFScholar
2018

Memory Augmented Policy Optimization for Program Synthesis and Semantic Parsing

NeurIPS 2018spotlight

We present Memory Augmented Policy Optimization (MAPO), a simple and novel way to leverage a memory buffer of promising trajectories to reduce the variance of policy gradient estimate. MAPO is applicable to deterministic environments with discrete actions, such as structured prediction and combinato…

2018

QANet: Combining Local Convolution with Global Self-Attention for Reading Comprehension

ICLR 2018poster

Current end-to-end machine reading and question answering (Q\&A) models are primarily based on recurrent neural networks (RNNs) with attention. Despite their success, these models are often slow for both training and inference due to the sequential nature of RNNs. We propose a new Q\&A architecture…

Cited by 1263SourceScholar
2017

Device Placement Optimization with Reinforcement Learning

ICML 2017poster

The past few years have witnessed a growth in size and computational requirements for training and inference with neural networks. Currently, a common approach to address these requirements is to use a heterogeneous distributed environment with a mixture of hardware devices such as CPUs and GPUs. Im…

Cited by 556SourcePDFScholar
2017

HyperNetworks

ICLR 2017poster

This work explores hypernetworks: an approach of using one network, also known as a hypernetwork, to generate the weights for another network. We apply hypernetworks to generate adaptive weights for recurrent networks. In this case, hypernetworks can be viewed as a relaxed form of weight-sharing ac…

Cited by 1979SourceScholar
2017

Large-Scale Evolution of Image Classifiers

ICML 2017poster

Neural networks have proven effective at solving difficult problems but designing their architectures can be challenging, even for image classification problems alone. Our goal is to minimize human participation, so we employ evolutionary algorithms to discover such networks automatically. Despite s…

Cited by 2148SourcePDFScholar
2017

Learning a Natural Language Interface with Neural Programmer

ICLR 2017poster

Learning a natural language interface for database tables is a challenging task that involves deep language understanding and multi-step reasoning. The task is often approached by mapping natural language queries to logical forms or programs that provide the desired response when executed on the dat…

Cited by 139SourcecodeScholar
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