← Search

david dohan

12 accepted papers

2023

EvoPrompting: Language Models for Code-Level Neural Architecture Search

NeurIPS 2023poster

Given the recent impressive accomplishments of language models (LMs) for code generation, we explore the use of LMs as general adaptive mutation and crossover operators for an evolutionary neural architecture search (NAS) algorithm. While NAS still proves too difficult a task for LMs to succeed at s…

Cited by 106SourcePDFScholar
2023

Large Language Models Can Be Easily Distracted by Irrelevant Context

ICML 2023poster

Large language models have achieved impressive performance on various natural language processing tasks. However, so far they have been evaluated primarily on benchmarks where all information in the input context is relevant for solving the task. In this work, we investigate the *distractibility* of…

2023

Training Chain-of-Thought via Latent-Variable Inference

NeurIPS 2023poster

Large language models (LLMs) solve problems more accurately and interpretably when instructed to work out the answer step by step using a "chain-of-thought" (CoT) prompt. One can also improve LLMs' performance on a specific task by supervised fine-tuning, i.e., by using gradient ascent on some tunab…

Cited by 5SourcePDFScholar
2022

Solving Quantitative Reasoning Problems with Language Models

NeurIPS 2022accept

Language models have achieved remarkable performance on a wide range of tasks that require natural language understanding. Nevertheless, state-of-the-art models have generally struggled with tasks that require quantitative reasoning, such as solving mathematics, science, and engineering questions at…

Cited by 815SourcePDFScholar
2022

Towards Learning Universal Hyperparameter Optimizers with Transformers

NeurIPS 2022accept

Meta-learning hyperparameter optimization (HPO) algorithms from prior experiments is a promising approach to improve optimization efficiency over objective functions from a similar distribution. However, existing methods are restricted to learning from experiments sharing the same set of hyperparame…

2021

Latent Programmer: Discrete Latent Codes for Program Synthesis

ICML 2021oral

A key problem in program synthesis is searching over the large space of possible programs. Human programmers might decide the high-level structure of the desired program before thinking about the details; motivated by this intuition, we consider two-level search for program synthesis, in which the s…

Cited by 26SourcePDFScholar
2021

Rethinking Attention with Performers

ICLR 2021oral

We introduce Performers, Transformer architectures which can estimate regular (softmax) full-rank-attention Transformers with provable accuracy, but using only linear (as opposed to quadratic) space and time complexity, without relying on any priors such as sparsity or low-rankness. To approximate s…

2020

Model-based reinforcement learning for biological sequence design

ICLR 2020poster

The ability to design biological structures such as DNA or proteins would have considerable medical and industrial impact. Doing so presents a challenging black-box optimization problem characterized by the large-batch, low round setting due to the need for labor-intensive wet lab evaluations. In re…

Cited by 167SourceScholar
2020

Population-Based Black-Box Optimization for Biological Sequence Design

ICML 2020poster

The use of black-box optimization for the design of new biological sequences is an emerging research area with potentially revolutionary impact. The cost and latency of wet-lab experiments requires methods that find good sequences in few experimental rounds of large batches of sequences — a setting…

Cited by 67SourcePDFScholar
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

Unsupervised Pixel-Level Domain Adaptation With Generative Adversarial Networks

CVPR 2017oral

Collecting well-annotated image datasets to train modern machine learning algorithms is prohibitively expensive for many tasks. One appealing alternative is rendering synthetic data where ground-truth annotations are generated automatically. Unfortunately, models trained purely on rendered images fa…

Cited by 2021PDFScholar