← Search

John Schulman

21 accepted papers

2026

Bits That Count: Quantifying and Predicting Capabilities of Language Models

ICML 2026poster

What and how do language models learn during training? When does learning elicit \textit{existing} knowledge, and when does it primarily teach \textit{new} capabilities? We find that the amount of generalizable information language models learn during training predicts the origins of their emergent …

Cited by 0SourceScholar
2025

Quantifying Elicitation of Latent Capabilities in Language Models

NeurIPS 2025poster

Large language models often possess latent capabilities that lie dormant unless explicitly elicited, or surfaced, through fine-tuning or prompt engineering. Predicting, assessing, and understanding these latent capabilities pose significant challenges in the development of effective, safe AI systems…

Cited by 0SourceScholar
2024

Let's Verify Step by Step

ICLR 2024poster

In recent years, large language models have greatly improved in their ability to perform complex multi-step reasoning. However, even state-of-the-art models still regularly produce logical mistakes. To train more reliable models, we can turn either to outcome supervision, which provides feedback for…

2024

Rule Based Rewards for Language Model Safety

NeurIPS 2024poster

Reinforcement learning based fine-tuning of large language models (LLMs) on human preferences has been shown to enhance both their capabilities and safety behavior. However, in cases related to safety, without precise instructions to human annotators, the data collected may cause the model to beco…

2022

Training language models to follow instructions with human feedback

NeurIPS 2022accept

Making language models bigger does not inherently make them better at following a user's intent. For example, large language models can generate outputs that are untruthful, toxic, or simply not helpful to the user. In other words, these models are not aligned with their users. In this paper, we sho…

2020

Distribution Augmentation for Generative Modeling

ICML 2020poster

We present distribution augmentation (DistAug), a simple and powerful method of regularizing generative models. Our approach applies augmentation functions to data and, importantly, conditions the generative model on the specific function used. Unlike typical data augmentation, DistAug allows usage…

Cited by 65SourcePDFScholar
2020

Leveraging Procedural Generation to Benchmark Reinforcement Learning

ICML 2020poster

We introduce Procgen Benchmark, a suite of 16 procedurally generated game-like environments designed to benchmark both sample efficiency and generalization in reinforcement learning. We believe that the community will benefit from increased access to high quality training environments, and we provid…

2019

Quantifying Generalization in Reinforcement Learning

ICML 2019oral

In this paper, we investigate the problem of overfitting in deep reinforcement learning. Among the most common benchmarks in RL, it is customary to use the same environments for both training and testing. This practice offers relatively little insight into an agent’s ability to generalize. We addres…

2018

Learning Complex Dexterous Manipulation with Deep Reinforcement Learning and Demonstrations

RSS 2018poster

Dexterous multi-fingered hands are extremely versatile and provide a generic way to perform a multitude of tasks in human-centric environments. However, effectively controlling them remains challenging due to their high dimensionality and large number of potential contacts. Deep reinforcement learni…

Cited by 1325SourcePDFScholar
2018

Model-Based Reinforcement Learning via Meta-Policy Optimization

CoRL 2018

Model-based reinforcement learning approaches carry the promise of being data efficient. However, due to challenges in learning dynamics models that sufficiently match the real-world dynamics, they struggle to achieve the same asymptotic performance as model-free methods. We propose Model-Based Meta

Cited by 0SourcePDFScholar
2017

#Exploration: A Study of Count-Based Exploration for Deep Reinforcement Learning

NeurIPS 2017poster

Count-based exploration algorithms are known to perform near-optimally when used in conjunction with tabular reinforcement learning (RL) methods for solving small discrete Markov decision processes (MDPs). It is generally thought that count-based methods cannot be applied in high-dimensional state s…

Cited by 777SourcePDFScholar
2016

Benchmarking Deep Reinforcement Learning for Continuous Control

ICML 2016poster

Recently, researchers have made significant progress combining the advances in deep learning for learning feature representations with reinforcement learning. Some notable examples include training agents to play Atari games based on raw pixel data and to acquire advanced manipulation skills using r…

2016

InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets

NeurIPS 2016poster

This paper describes InfoGAN, an information-theoretic extension to the Generative Adversarial Network that is able to learn disentangled representations in a completely unsupervised manner. InfoGAN is a generative adversarial network that also maximizes the mutual information between a small subset…

Cited by 5972SourcePDFScholar
2016

VIME: Variational Information Maximizing Exploration

NeurIPS 2016poster

Scalable and effective exploration remains a key challenge in reinforcement learning (RL). While there are methods with optimality guarantees in the setting of discrete state and action spaces, these methods cannot be applied in high-dimensional deep RL scenarios. As such, most contemporary RL relie…

Cited by 967SourcePDFScholar
2015

Gradient Estimation Using Stochastic Computation Graphs

NeurIPS 2015poster

In a variety of problems originating in supervised, unsupervised, and reinforcement learning, the loss function is defined by an expectation over a collection of random variables, which might be part of a probabilistic model or the external world. Estimating the gradient of this loss function, using…

Cited by 495SourcePDFScholar