← Search

Alekh Agarwal

49 accepted papers

2026

Multiple-Prediction-Powered Inference

ICLR 2026poster

A core challenge in modern AI model development is obtaining high-quality evaluation metrics in a cost-effective way. Such evaluation often involves tradeoffs between expensive, high-quality measurements and a variety of lower-quality proxies. We introduce Multiple-Prediction-Powered Inference (Mult…

Cited by 0SourceScholar
2026

Preserving Expert-Level Privacy in Offline Reinforcement Learning

ICML 2026poster

The offline reinforcement learning (RL) problem aims to learn an optimal policy from historical data collected by one or more behavioural policies (experts) by interacting with an environment. However, the individual experts may be privacy-sensitive in that the learnt policy may retain information a…

Cited by 0SourceScholar
2025

Optimizing Pre-Training Data Mixtures with Mixtures of Data Expert Models

ACL 2025long

We propose a method to optimize language model pre-training data mixtures through efficient approximation of the cross-entropy loss corresponding to each candidate mixture via a Mixture of Data Experts (MDE). We use this approximation as a source of additional features in a regression model, trained…

Cited by 0SourcePDFScholar
2025

Rewarding Progress: Scaling Automated Process Verifiers for LLM Reasoning

ICLR 2025spotlight

A promising approach for improving reasoning in large language models is to use process reward models (PRMs). PRMs provide feedback at each step of a multi-step reasoning trace, improving credit assignment over outcome reward models (ORMs) that only provide feedback at the final step. However, colle…

Cited by 59SourcePDFScholar
2025

Theoretical guarantees on the best-of-n alignment policy

ICML 2025poster

A simple and effective method for the inference-time alignment of generative models is the best-of-$n$ policy, where $n$ samples are drawn from a reference policy, ranked based on a reward function, and the highest ranking one is selected. A commonly used analytical expression in the literature cla…

Cited by 31SourcePDFScholar
2024

A Minimaximalist Approach to Reinforcement Learning from Human Feedback

ICML 2024poster

We present *Self-Play Preference Optimization* (SPO), an algorithm for reinforcement learning from human feedback. Our approach is *minimalist* in that it does not require training a reward model nor unstable adversarial training and is therefore rather simple to implement. Our approach is *maximali…

Cited by 87SourcePDFScholar
2024

Conditional Language Policy: A General Framework For Steerable Multi-Objective Finetuning

EMNLP 2024finding

Reward-based finetuning is crucial for aligning language policies with intended behaviors (*e.g.*, creativity and safety). A key challenge is to develop steerable language models that trade-off multiple (conflicting) objectives in a flexible and efficient manner. This paper presents Conditional Lang…

Cited by 17SourcePDFScholar
2024

Efficient End-to-End Visual Document Understanding with Rationale Distillation

NAACL 2024long

Understanding visually situated language requires interpreting complex layouts of textual and visual elements. Pre-processing tools, such as optical character recognition (OCR), can map document image inputs to textual tokens, then large language models (LLMs) can reason over text.However, such meth…

Cited by 3SourcePDFScholar
2024

More Benefits of Being Distributional: Second-Order Bounds for Reinforcement Learning

ICML 2024poster

In this paper, we prove that Distributional Reinforcement Learning (DistRL), which learns the return distribution, can obtain second-order bounds in both online and offline RL in general settings with function approximation. Second-order bounds are instance-dependent bounds that scale with the varia…

Cited by 15SourcePDFScholar
2024

Small steps no more: Global convergence of stochastic gradient bandits for arbitrary learning rates

NeurIPS 2024poster

We provide a new understanding of the stochastic gradient bandit algorithm by showing that it converges to a globally optimal policy almost surely using \emph{any} constant learning rate. This result demonstrates that the stochastic gradient algorithm continues to balance exploration and exploitatio…

Cited by 1SourcePDFScholar
2024

The Non-linear $F$-Design and Applications to Interactive Learning

ICML 2024poster

We propose a generalization of the classical G-optimal design concept to non-linear function classes. The criterion, termed F -design, coincides with G-design in the linear case. We compute the value of the optimal design, termed the F-condition number, for several non-linear function classes. We fu…

Cited by 1SourcePDFScholar
2023

Learning in POMDPs is Sample-Efficient with Hindsight Observability

ICML 2023poster

POMDPs capture a broad class of decision making problems, but hardness results suggest that learning is intractable even in simple settings due to the inherent partial observability. However, in many realistic problems, more information is either revealed or can be computed during some point of the…

Cited by 27SourcePDFScholar
2023

Ordering-based Conditions for Global Convergence of Policy Gradient Methods

NeurIPS 2023oral

We prove that, for finite-arm bandits with linear function approximation, the global convergence of policy gradient (PG) methods depends on inter-related properties between the policy update and the representation. textcolor{blue}{First}, we establish a few key observations that frame the study: \te…

Cited by 6SourcePDFScholar
2023

Stochastic Gradient Succeeds for Bandits

ICML 2023poster

We show that the stochastic gradient bandit algorithm converges to a globally optimal policy at an $O(1/t)$ rate, even with a constant step size. Remarkably, global convergence of the stochastic gradient bandit algorithm has not been previously established, even though it is an old algorithm known t…

Cited by 9SourcePDFScholar
2022

Adversarially Trained Actor Critic for Offline Reinforcement Learning

ICML 2022oral

We propose Adversarially Trained Actor Critic (ATAC), a new model-free algorithm for offline reinforcement learning (RL) under insufficient data coverage, based on the concept of relative pessimism. ATAC is designed as a two-player Stackelberg game framing of offline RL: A policy actor competes agai…

2022

Efficient Reinforcement Learning in Block MDPs: A Model-free Representation Learning approach

ICML 2022spotlight

We present BRIEE, an algorithm for efficient reinforcement learning in Markov Decision Processes with block-structured dynamics (i.e., Block MDPs), where rich observations are generated from a set of unknown latent states. BRIEE interleaves latent states discovery, exploration, and exploitation toge…

2022

Model-based RL with Optimistic Posterior Sampling: Structural Conditions and Sample Complexity

NeurIPS 2022accept

We propose a general framework to design posterior sampling methods for model-based RL. We show that the proposed algorithms can be analyzed by reducing regret to Hellinger distance in conditional probability estimation. We further show that optimistic posterior sampling can control this Hellinger d…

Cited by 37SourcePDFScholar
2022

On the Statistical Efficiency of Reward-Free Exploration in Non-Linear RL

NeurIPS 2022accept

We study reward-free reinforcement learning (RL) under general non-linear function approximation, and establish sample efficiency and hardness results under various standard structural assumptions. On the positive side, we propose the RFOLIVE (Reward-Free OLIVE) algorithm for sample-efficient reward…

Cited by 34SourcePDFScholar
2022

Provably Filtering Exogenous Distractors using Multistep Inverse Dynamics

ICLR 2022oral

Many real-world applications of reinforcement learning (RL) require the agent to deal with high-dimensional observations such as those generated from a megapixel camera. Prior work has addressed such problems with representation learning, through which the agent can provably extract endogenous, late…

Cited by 31SourcePDFScholar
2021

Bellman-consistent Pessimism for Offline Reinforcement Learning

NeurIPS 2021oral

The use of pessimism, when reasoning about datasets lacking exhaustive exploration has recently gained prominence in offline reinforcement learning. Despite the robustness it adds to the algorithm, overly pessimistic reasoning can be equally damaging in precluding the discovery of good policies, whi…

Cited by 319SourcePDFScholar
2021

Provably Correct Optimization and Exploration with Non-linear Policies

ICML 2021spotlight

Policy optimization methods remain a powerful workhorse in empirical Reinforcement Learning (RL), with a focus on neural policies that can easily reason over complex and continuous state and/or action spaces. Theoretical understanding of strategic exploration in policy-based methods with non-linear…

2020

Deep Batch Active Learning by Diverse, Uncertain Gradient Lower Bounds

ICLR 2020talk

We design a new algorithm for batch active learning with deep neural network models. Our algorithm, Batch Active learning by Diverse Gradient Embeddings (BADGE), samples groups of points that are disparate and high-magnitude when represented in a hallucinated gradient space, a strategy designed to i…

Cited by 957SourcecodeScholar
2020

FLAMBE: Structural Complexity and Representation Learning of Low Rank MDPs

NeurIPS 2020oral

In order to deal with the curse of dimensionality in reinforcement learning (RL), it is common practice to make parametric assumptions where values or policies are functions of some low dimensional feature space. This work focuses on the representation learning question: how can we learn such featur…

Cited by 308SourcePDFScholar
2020

PC-PG: Policy Cover Directed Exploration for Provable Policy Gradient Learning

NeurIPS 2020poster

Direct policy gradient methods for reinforcement learning are a successful approach for a variety of reasons: they are model free, they directly optimize the performance metric of interest, and they allow for richly parameterized policies. Their primary drawback is that, by being local in nature, th…

Cited by 153SourcePDFScholar
2020

Policy Improvement via Imitation of Multiple Oracles

NeurIPS 2020spotlight

Despite its promise, reinforcement learning’s real-world adoption has been hampered by the need for costly exploration to learn a good policy. Imitation learning (IL) mitigates this shortcoming by using an oracle policy during training as a bootstrap to accelerate the learning process. However, in m…

2020

Provably Good Batch Off-Policy Reinforcement Learning Without Great Exploration

NeurIPS 2020poster

Batch reinforcement learning (RL) is important to apply RL algorithms to many high stakes tasks. Doing batch RL in a way that yields a reliable new policy in large domains is challenging: a new decision policy may visit states and actions outside the support of the batch data, and function approxima…

Cited by 246SourcePDFScholar
2020

Safe Reinforcement Learning via Curriculum Induction

NeurIPS 2020spotlight

In safety-critical applications, autonomous agents may need to learn in an environment where mistakes can be very costly. In such settings, the agent needs to behave safely not only after but also while learning. To achieve this, existing safe reinforcement learning methods make an agent rely on pri…

2019

Bias Correction of Learned Generative Models using Likelihood-Free Importance Weighting

NeurIPS 2019poster

A learned generative model often produces biased statistics relative to the underlying data distribution. A standard technique to correct this bias is importance sampling, where samples from the model are weighted by the likelihood ratio under model and true distributions. When the likelihood ratio…

Cited by 156SourcePDFScholar
2019

Fair Regression: Quantitative Definitions and Reduction-Based Algorithms

ICML 2019oral

In this paper, we study the prediction of a real-valued target, such as a risk score or recidivism rate, while guaranteeing a quantitative notion of fairness with respect to a protected attribute such as gender or race. We call this class of problems fair regression. We propose general schemes for f…

Cited by 366SourcePDFScholar
2019

Off-Policy Policy Gradient with Stationary Distribution Correction

UAI 2019poster

We study the problem of off-policy policy optimization in Markov decision processes, and develop a novel off-policy policy gradient method. Prior off-policy policy gradient approaches have generally ignored the mismatch between the distribution of states visited under the behavior policy used to col…

Cited by 38SourcePDFScholar
2019

Provably efficient RL with Rich Observations via Latent State Decoding

ICML 2019oral

We study the exploration problem in episodic MDPs with rich observations generated from a small number of latent states. Under certain identifiability assumptions, we demonstrate how to estimate a mapping from the observations to latent states inductively through a sequence of regression and cluster…

2019

Warm-starting Contextual Bandits: Robustly Combining Supervised and Bandit Feedback

ICML 2019oral

We investigate the feasibility of learning from both fully-labeled supervised data and contextual bandit data. We specifically consider settings in which the underlying learning signal may be different between these two data sources. Theoretically, we state and prove no-regret algorithms for learnin…

2018

A Reductions Approach to Fair Classification

ICML 2018oral

We present a systematic approach for achieving fairness in a binary classification setting. While we focus on two well-known quantitative definitions of fairness, our approach encompasses many other previously studied definitions as special cases. The key idea is to reduce fair classification to a s…

2018

Hierarchical Imitation and Reinforcement Learning

ICML 2018oral

We study how to effectively leverage expert feedback to learn sequential decision-making policies. We focus on problems with sparse rewards and long time horizons, which typically pose significant challenges in reinforcement learning. We propose an algorithmic framework, called hierarchical guidance…

Cited by 251SourcePDFScholar
2018

On Oracle-Efficient PAC RL with Rich Observations

NeurIPS 2018spotlight

We study the computational tractability of PAC reinforcement learning with rich observations. We present new provably sample-efficient algorithms for environments with deterministic hidden state dynamics and stochastic rich observations. These methods operate in an oracle model of computation -- acc…

Cited by 140SourcePDFScholar
2018

Practical Contextual Bandits with Regression Oracles

ICML 2018oral

A major challenge in contextual bandits is to design general-purpose algorithms that are both practically useful and theoretically well-founded. We present a new technique that has the empirical and computational advantages of realizability-based approaches combined with the flexibility of agnostic…

Cited by 156SourcePDFScholar
2017

Active Learning for Cost-Sensitive Classification

ICML 2017poster

We design an active learning algorithm for cost-sensitive multiclass classification: problems where different errors have different costs. Our algorithm, COAL, makes predictions by regressing to each label’s cost and predicting the smallest. On a new example, it uses a set of regressors that perform…

Cited by 114SourcePDFScholar
2017

Contextual Decision Processes with low Bellman rank are PAC-Learnable

ICML 2017poster

This paper studies systematic exploration for reinforcement learning (RL) with rich observations and function approximation. We introduce contextual decision processes (CDPs), that unify most prior RL settings. Our first contribution is a complexity measure, the Bellman rank, that we show enables tr…

Cited by 528SourcePDFScholar
2017

Off-policy evaluation for slate recommendation

NeurIPS 2017oral

This paper studies the evaluation of policies that recommend an ordered set of items (e.g., a ranking) based on some context---a common scenario in web search, ads, and recommendation. We build on techniques from combinatorial bandits to introduce a new practical estimator that uses logged data to e…

2017

Optimal and Adaptive Off-policy Evaluation in Contextual Bandits

ICML 2017poster

We study the off-policy evaluation problem—estimating the value of a target policy using data collected by another policy—under the contextual bandit model. We consider the general (agnostic) setting without access to a consistent model of rewards and establish a minimax lower bound on the mean squa…

Cited by 254SourcePDFScholar
2016

Contextual semibandits via supervised learning oracles

NeurIPS 2016poster

We study an online decision making problem where on each round a learner chooses a list of items based on some side information, receives a scalar feedback value for each individual item, and a reward that is linearly related to this feedback. These problems, known as contextual semibandits, arise i…

2016

Efficient Second Order Online Learning by Sketching

NeurIPS 2016poster

We propose Sketched Online Newton (SON), an online second order learning algorithm that enjoys substantially improved regret guarantees for ill-conditioned data. SON is an enhanced version of the Online Newton Step, which, via sketching techniques enjoys a running time linear in the dimension and sk…

Cited by 119SourcePDFScholar
2015

Efficient and Parsimonious Agnostic Active Learning

NeurIPS 2015spotlight

We develop a new active learning algorithm for the streaming settingsatisfying three important properties: 1) It provably works for anyclassifier representation and classification problem including thosewith severe noise. 2) It is efficiently implementable with an ERMoracle. 3) It is more aggressiv…

Cited by 49SourcePDFScholar
2015

Fast Convergence of Regularized Learning in Games

NeurIPS 2015oral

We show that natural classes of regularized learning algorithms with a form of recency bias achieve faster convergence rates to approximate efficiency and to coarse correlated equilibria in multiplayer normal form games. When each player in a game uses an algorithm from our class, their individual r…

Cited by 318SourcePDFScholar
2015

Learning to Search Better than Your Teacher

ICML 2015poster

Methods for learning to search for structured prediction typically imitate a reference policy, with existing theoretical guarantees demonstrating low regret compared to that reference. This is unsatisfactory in many applications where the reference policy is suboptimal and the goal of learning is to…

Cited by 237SourcePDFScholar