← Search

Akshay Krishnamurthy

63 accepted papers

2026

A Unifying View of Coverage in Linear Off-policy Evaluation

ICLR 2026poster

Off-policy evaluation (OPE) is a fundamental task in reinforcement learning (RL). In the classic setting of \emph{linear OPE}, finite-sample guarantees often take the form $$ \textrm{Prediction error} \le \textrm{poly}(C^\pi, d, 1/n, log(1/\delta)), $$ where $d$ is the dimension of the features, and…

Cited by 0SourceScholar
2026

Representation-Based Exploration for Language Models: From Test-Time to Post-Training

ICLR 2026poster

Reinforcement learning (RL) promises to expand the capabilities of language models, but it is unclear if current RL techniques promote the discovery of novel behaviors, or simply sharpen those already present in the base model. In this paper, we investigate the value of deliberate exploration---expl…

Cited by 0SourcecodeScholar
2026

The Coverage Principle: How Pre-Training Enables Post-Training

ICLR 2026oral

Language models demonstrate remarkable abilities when pre-trained on large text corpora and fine-tuned for specific tasks, but how and why pre-training shapes the success of the final model remains poorly understood. Notably, although pre-training success is often quantified by cross entropy loss, c…

Cited by 0SourceScholar
2026

Wait, Wait, Wait... Why Do Reasoning Models Loop?

ICML 2026spotlight

Reasoning models (e.g., DeepSeek-R1) generate long chains of thought to solve harder problems, but they often loop, repeating the same text at low temperatures or with greedy decoding. We study why this happens and what role temperature plays. With open reasoning models, we find that looping is comm…

Cited by 0SourceScholar
2025

Computationally Efficient RL under Linear Bellman Completeness for Deterministic Dynamics

ICLR 2025oral

We study computationally and statistically efficient Reinforcement Learning algorithms for the *linear Bellman Complete* setting. This setting uses linear function approximation to capture value functions and unifies existing models like linear Markov Decision Processes (MDP) and Linear Quadratic Re…

Cited by 5SourcePDFScholar
2025

Correcting the Mythos of KL-Regularization: Direct Alignment without Overoptimization via Chi-Squared Preference Optimization

ICLR 2025spotlight

Language model alignment methods such as reinforcement learning from human feedback (RLHF) have led to impressive advances in language model capabilities, but are limited by a widely observed phenomenon known as *overoptimization*, where the quality of the language model degrades over the course of…

Cited by 13SourcePDFScholar
2025

Exploratory Preference Optimization: Harnessing Implicit Q*-Approximation for Sample-Efficient RLHF

ICLR 2025poster

This paper investigates a basic question in reinforcement learning from human feedback (RLHF) from a theoretical perspective: how to efficiently explore in an online manner under preference feedback and general function approximation. We take the initial step towards a theoretical understanding of t…

Cited by 37SourcePDFScholar
2025

Is Best-of-N the Best of Them? Coverage, Scaling, and Optimality in Inference-Time Alignment

ICML 2025poster

Recent work on inference-time alignment has established benefits of increasing inference-time computation in language models, but naively scaling compute through techniques like Best-of-N sampling can cause performance to degrade due to reward hacking. Toward a theoretical understanding of how to be…

Cited by 2SourcePDFScholar
2025

Self-Improvement in Language Models: The Sharpening Mechanism

ICLR 2025oral

Recent work in language modeling has raised the possibility of “self-improvement,” where an LLM evaluates and refines its own generations to achieve higher performance without external feedback. It is impossible for this self-improvement to create information that is not already in the model, so why…

Cited by 5SourcePDFScholar
2024

Butterfly Effects of SGD Noise: Error Amplification in Behavior Cloning and Autoregression

ICLR 2024poster

This work studies training instabilities of behavior cloning with deep neural networks. We observe that minibatch SGD updates to the policy network during training result in sharp oscillations in long-horizon rewards, despite negligibly affecting the behavior cloning loss. We empirically disentangle…

Cited by 11SourcePDFScholar
2024

Can large language models explore in-context?

NeurIPS 2024poster

We investigate the extent to which contemporary Large Language Models (LLMs) can engage in exploration, a core capability in reinforcement learning and decision making. We focus on native performance of existing LLMs, without training interventions. We deploy LLMs as agents in simple multi-armed ban…

Cited by 30SourcePDFScholar
2024

Oracle-Efficient Pessimism: Offline Policy Optimization In Contextual Bandits

AISTATS 2024poster

We consider offline policy optimization (OPO) in contextual bandits, where one is given a fixed dataset of logged interactions. While pessimistic regularizers are typically used to mitigate distribution shift, prior implementations thereof are either specialized or computationally inefficient. We pr…

Cited by 11SourcePDFScholar
2024

Reinforcement Learning Under Latent Dynamics: Toward Statistical and Algorithmic Modularity

NeurIPS 2024oral

Real-world applications of reinforcement learning often involve environments where agents operate on complex, high-dimensional observations, but the underlying (``latent'') dynamics are comparatively simple. However, beyond restrictive settings such as tabular latent dynamics, the fundamental s…

Cited by 2SourcePDFScholar
2024

Rich-Observation Reinforcement Learning with Continuous Latent Dynamics

ICML 2024poster

Sample-efficiency and reliability remain major bottlenecks toward wide adoption of reinforcement learning algorithms in continuous settings with high-dimensional perceptual inputs. Toward addressing these challenges, we introduce a new theoretical framework, **RichCLD** (“Rich-Observation RL with Co…

Cited by 2SourcePDFScholar
2023

Exposing Attention Glitches with Flip-Flop Language Modeling

NeurIPS 2023spotlight

Why do large language models sometimes output factual inaccuracies and exhibit erroneous reasoning? The brittleness of these models, particularly when executing long chains of reasoning, currently seems to be an inevitable price to pay for their advanced capabilities of coherently synthesizing knowl…

Cited by 51SourcePDFScholar
2023

Hybrid RL: Using both offline and online data can make RL efficient

ICLR 2023poster

We consider a hybrid reinforcement learning setting (Hybrid RL), in which an agent has access to an offline dataset and the ability to collect experience via real-world online interaction. The framework mitigates the challenges that arise in both pure offline and online RL settings, allowing for the…

2023

Statistical Learning under Heterogenous Distribution Shift

ICML 2023poster

This paper studies the prediction of a target $\mathbf{z}$ from a pair of random variables $(\mathbf{x},\mathbf{y})$, where the ground-truth predictor is additive $\mathbb{E}[\mathbf{z} \mid \mathbf{x},\mathbf{y}] = f_\star(\mathbf{x}) +g_{\star}(\mathbf{y})$. We study the performance of empirical r…

Cited by 7SourcePDFScholar
2023

Streaming Active Learning with Deep Neural Networks

ICML 2023poster

Active learning is perhaps most naturally posed as an online learning problem. However, prior active learning approaches with deep neural networks assume offline access to the entire dataset ahead of time. This paper proposes VeSSAL, a new algorithm for batch active learning with deep neural network…

2023

Transformers Learn Shortcuts to Automata

ICLR 2023top-5%

Algorithmic reasoning requires capabilities which are most naturally understood through recurrent models of computation, like the Turing machine. However, Transformer models, while lacking recurrence, are able to perform such reasoning using far fewer layers than the number of reasoning steps. This…

Cited by 213SourcePDFScholar
2022

Anti-Concentrated Confidence Bonuses For Scalable Exploration

ICLR 2022poster

Intrinsic rewards play a central role in handling the exploration-exploitation tradeoff when designing sequential decision-making algorithms, in both foundational theory and state-of-the-art deep reinforcement learning. The LinUCB algorithm, a centerpiece of the stochastic linear bandits literature,…

Cited by 13SourcePDFScholar
2022

Investigating the Role of Negatives in Contrastive Representation Learning

AISTATS 2022poster

Noise contrastive learning is a popular technique for unsupervised representation learning. In this approach, a representation is obtained via reduction to supervised learning, where given a notion of semantic similarity, the learner tries to distinguish a similar (positive) example from a collectio…

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

Provable Reinforcement Learning with a Short-Term Memory

ICML 2022spotlight

Real-world sequential decision making problems commonly involve partial observability, which requires the agent to maintain a memory of history in order to infer the latent states, plan and make good decisions. Coping with partial observability in general is extremely challenging, as a number of wor…

Cited by 52SourcePDFScholar
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
2022

Sparsity in Partially Controllable Linear Systems

ICML 2022spotlight

A fundamental concept in control theory is that of controllability, where any system state can be reached through an appropriate choice of control inputs. Indeed, a large body of classical and modern approaches are designed for controllable linear dynamical systems. However, in practice, we often en…

Cited by 14SourcePDFScholar
2022

Understanding Contrastive Learning Requires Incorporating Inductive Biases

ICML 2022spotlight

Contrastive learning is a popular form of self-supervised learning that encourages augmentations (views) of the same input to have more similar representations compared to augmentations of different inputs. Recent attempts to theoretically explain the success of contrastive learning on downstream cl…

Cited by 141SourcePDFScholar
2022

Universal and data-adaptive algorithms for model selection in linear contextual bandits

ICML 2022spotlight

Model selection in contextual bandits is an important complementary problem to regret minimization with respect to a fixed model class. We consider the simplest non-trivial instance of model-selection: distinguishing a simple multi-armed bandit problem from a linear contextual bandit problem. Even i…

Cited by 7SourcePDFScholar
2021

Bayesian decision-making under misspecified priors with applications to meta-learning

NeurIPS 2021spotlight

Thompson sampling and other Bayesian sequential decision-making algorithms are among the most popular approaches to tackle explore/exploit trade-offs in (contextual) bandits. The choice of prior in these algorithms offers flexibility to encode domain knowledge but can also lead to poor performance…

Cited by 62SourcePDFScholar
2021

Efficient First-Order Contextual Bandits: Prediction, Allocation, and Triangular Discrimination

NeurIPS 2021oral

A recurring theme in statistical learning, online learning, and beyond is that faster convergence rates are possible for problems with low noise, often quantified by the performance of the best hypothesis; such results are known as first-order or small-loss guarantees. While first-order guarantees a…

Cited by 55SourcePDFScholar
2021

Gone Fishing: Neural Active Learning with Fisher Embeddings

NeurIPS 2021poster

There is an increasing need for effective active learning algorithms that are compatible with deep neural networks. This paper motivates and revisits a classic, Fisher-based active selection objective, and proposes BAIT, a practical, tractable, and high-performing algorithm that makes it viable for…

Cited by 93SourcePDFScholar
2021

Optimism in Reinforcement Learning with Generalized Linear Function Approximation

ICLR 2021poster

We design a new provably efficient algorithm for episodic reinforcement learning with generalized linear function approximation. We analyze the algorithm under a new expressivity assumption that we call ``optimistic closure,'' which is strictly weaker than assumptions from prior analyses for the lin…

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

Doubly robust off-policy evaluation with shrinkage

ICML 2020poster

We propose a new framework for designing estimators for off-policy evaluation in contextual bandits. Our approach is based on the asymptotically optimal doubly robust estimator, but we shrink the importance weights to minimize a bound on the mean squared error, which results in a better bias-varianc…

Cited by 119SourcePDFScholar
2020

Efficient Contextual Bandits with Continuous Actions

NeurIPS 2020poster

We create a computationally tractable learning algorithm for contextual bandits with continuous actions having unknown structure. The new reduction-style algorithm composes with most supervised learning representations. We prove that this algorithm works in a general sense and verify the new funct…

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

Information Theoretic Regret Bounds for Online Nonlinear Control

NeurIPS 2020poster

This work studies the problem of sequential control in an unknown, nonlinear dynamical system, where we model the underlying system dynamics as an unknown function in a known Reproducing Kernel Hilbert Space. This framework yields a general setting that permits discrete and continuous control input…

Cited by 154SourcePDFScholar
2020

Kinematic State Abstraction and Provably Efficient Rich-Observation Reinforcement Learning

ICML 2020poster

We present an algorithm, HOMER, for exploration and reinforcement learning in rich observation environments that are summarizable by an unknown latent state space. The algorithm interleaves representation learning to identify a new notion of kinematic state abstraction with strategic exploration to…

Cited by 200SourcePDFScholar
2020

Learning the Linear Quadratic Regulator from Nonlinear Observations

NeurIPS 2020poster

We introduce a new problem setting for continuous control called the LQR with Rich Observations, or RichLQR. In our setting, the environment is summarized by a low-dimensional continuous latent state with linear dynamics and quadratic costs, but the agent operates on high-dimensional, nonlinear obse…

Cited by 48SourcePDFScholar
2020

Private Reinforcement Learning with PAC and Regret Guarantees

ICML 2020poster

Motivated by high-stakes decision-making domains like personalized medicine where user information is inherently sensitive, we design privacy preserving exploration policies for episodic reinforcement learning (RL). We first provide a meaningful privacy formulation using the notion of joint differen…

Cited by 74SourcePDFScholar
2020

Reward-Free Exploration for Reinforcement Learning

ICML 2020poster

Exploration is widely regarded as one of the most challenging aspects of reinforcement learning (RL), with many naive approaches succumbing to exponential sample complexity. To isolate the challenges of exploration, we propose the following “reward-free RL” framework. In the exploration phase, the a…

Cited by 281SourcePDFScholar
2020

Sample-Efficient Reinforcement Learning of Undercomplete POMDPs

NeurIPS 2020spotlight

Partial observability is a common challenge in many reinforcement learning applications, which requires an agent to maintain memory, infer latent states, and integrate this past information into exploration. This challenge leads to a number of computational and statistical hardness results for learn…

Cited by 96SourcePDFScholar
2019

Myopic Posterior Sampling for Adaptive Goal Oriented Design of Experiments

ICML 2019oral

Bayesian methods for adaptive decision-making, such as Bayesian optimisation, active learning, and active search have seen great success in relevant applications. However, real world data collection tasks are more broad and complex, as we may need to achieve a combination of the above goals and/or a…

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

Sample Complexity of Learning Mixture of Sparse Linear Regressions

NeurIPS 2019poster

In the problem of learning mixtures of linear regressions, the goal is to learn a col-lection of signal vectors from a sequence of (possibly noisy) linear measurements,where each measurement is evaluated on an unknown signal drawn uniformly fromthis collection. This setting is quite expressive and h…

Cited by 21SourcePDFScholar
2018

Contextual bandits with surrogate losses: Margin bounds and efficient algorithms

NeurIPS 2018poster

We use surrogate losses to obtain several new regret bounds and new algorithms for contextual bandit learning. Using the ramp loss, we derive a new margin-based regret bound in terms of standard sequential complexity measures of a benchmark class of real-valued regression functions. Using the hinge…

Cited by 19SourcePDFScholar
2018

Go for a Walk and Arrive at the Answer: Reasoning Over Paths in Knowledge Bases using Reinforcement Learning

ICLR 2018poster

Knowledge bases (KB), both automatically and manually constructed, are often incomplete --- many valid facts can be inferred from the KB by synthesizing existing information. A popular approach to KB completion is to infer new relations by combinatory reasoning over the information found along other…

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

Parallelised Bayesian Optimisation via Thompson Sampling

AISTATS 2018poster

We design and analyse variations of the classical Thompson sampling (TS) procedure for Bayesian optimisation (BO) in settings where function evaluations are expensive but can be performed in parallel. Our theoretical analysis shows that a direct application of the sequential Thompson sampling algori…

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…

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 Algorithms for Adversarial Contextual Learning

ICML 2016poster

We provide the first oracle efficient sublinear regret algorithms for adversarial versions of the contextual bandit problem. In this problem, the learner repeatedly makes an action on the basis of a context and receives reward for the chosen action, with the goal of achieving reward competitive with…

Cited by 105SourcePDFScholar
2016

Improved Regret Bounds for Oracle-Based Adversarial Contextual Bandits

NeurIPS 2016poster

We propose a new oracle-based algorithm, BISTRO+, for the adversarial contextual bandit problem, where either contexts are drawn i.i.d. or the sequence of contexts is known a priori, but where the losses are picked adversarially. Our algorithm is computationally efficient, assuming access to an offl…

Cited by 50SourcePDFScholar
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
2015

Nonparametric von Mises Estimators for Entropies, Divergences and Mutual Informations

NeurIPS 2015poster

We propose and analyse estimators for statistical functionals of one or moredistributions under nonparametric assumptions.Our estimators are derived from the von Mises expansion andare based on the theory of influence functions, which appearin the semiparametric statistics literature.We show that es…