← Search

Rishabh Agarwal

37 accepted papers

2026

Process Reward Models That Think

ICML 2026poster

Step-by-step verifiers—also known as process reward models (PRMs)—are a key ingredient for test-time scaling, but training them requires expensive step-level supervision. This work aims to build data-efficient PRMs as verbalized step-wise reward models that verify every step in the solution by gener…

Cited by 0SourcecodeScholar
2026

The Art of Scaling Reinforcement Learning Compute for LLMs

ICLR 2026oral

Reinforcement learning (RL) has become central to training large language models (LLMs), yet the field lacks predictive scaling methodologies comparable to those established for pre-training. Despite rapidly rising compute budgets, there is no principled understanding of how to evaluate algo…

Cited by 0SourceScholar
2025

Asynchronous RLHF: Faster and More Efficient Off-Policy RL for Language Models

ICLR 2025poster

The dominant paradigm for RLHF is *online* and *on-policy* RL: synchronously generating from the large language model (LLM) policy, labelling with a reward model, and learning using feedback on the LLM's own outputs. While performant, this paradigm is computationally inefficient. Inspired by classic…

2025

Generative Verifiers: Reward Modeling as Next-Token Prediction

ICLR 2025poster

Verifiers or reward models are often used to enhance the reasoning performance of large language models (LLMs). A common approach is the Best-of-N method, where N candidate solutions generated by the LLM are ranked by a verifier, and the best one is selected. While LLM-based verifiers are typically…

Cited by 107SourcePDFScholar
2025

Inference-Aware Fine-Tuning for Best-of-N Sampling in Large Language Models

ICLR 2025poster

Recent studies indicate that effectively utilizing inference-time compute is crucial for attaining good performance from large language models (LLMs). Specifically, the Best-of-N (BoN) inference strategy, where an LLM generates multiple responses and a verifier selects the best, has shown strong emp…

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

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

Smaller, Weaker, Yet Better: Training LLM Reasoners via Compute-Optimal Sampling

ICLR 2025poster

Training on high-quality synthetic data from strong language models (LMs) is a common strategy to improve the reasoning performance of LMs. In this work, we revisit whether this strategy is compute-optimal under a fixed inference budget (e.g., FLOPs). To do so, we investigate the trade-offs between…

Cited by 33SourcePDFScholar
2025

Speculative Knowledge Distillation: Bridging the Teacher-Student Gap Through Interleaved Sampling

ICLR 2025poster

Recent advances in knowledge distillation (KD) have enabled smaller student models to approach the performance of larger teacher models. However, popular methods such as supervised KD and on-policy KD, are adversely impacted by the knowledge gaps between teacher-student in practical scenarios. Super…

Cited by 5SourcePDFScholar
2025

Training Language Models to Self-Correct via Reinforcement Learning

ICLR 2025oral

Self-correction is a highly desirable capability of large language models (LLMs), yet it has consistently been found to be largely ineffective in modern LLMs. Current methods for training self-correction typically depend on either multiple models, a more advanced model, or additional forms of super…

Cited by 113SourcePDFScholar
2024

DistillSpec: Improving Speculative Decoding via Knowledge Distillation

ICLR 2024poster

Speculative decoding~(SD) accelerates large language model inference by employing a faster {\em draft} model for generating multiple tokens, which are then verified in parallel by the larger {\em target} model, resulting in the text generated according to the target model distribution. However, iden…

Cited by 86SourcePDFScholar
2024

Many-Shot In-Context Learning

NeurIPS 2024spotlight

Large language models (LLMs) excel at few-shot in-context learning (ICL) -- learning from a few examples provided in context at inference, without any weight updates. Newly expanded context windows allow us to investigate ICL with hundreds or thousands of examples – the many-shot regime. Going from…

Cited by 115SourcePDFScholar
2024

On scalable oversight with weak LLMs judging strong LLMs

NeurIPS 2024poster

Scalable oversight protocols aim to enable humans to accurately supervise superhuman AI. In this paper we study debate, where two AI's compete to convince a judge; consultancy, where a single AI tries to convince a judge that asks questions; and compare to a baseline of direct question-answering,…

Cited by 31SourcePDFScholar
2024

On-Policy Distillation of Language Models: Learning from Self-Generated Mistakes

ICLR 2024poster

Knowledge distillation (KD) is widely used for compressing a teacher model to reduce its inference cost and memory footprint, by training a smaller student model. However, current KD methods for auto-regressive sequence models suffer from distribution mismatch between output sequences seen during tr…

Cited by 109SourcePDFScholar
2024

SiT: Symmetry-invariant Transformers for Generalisation in Reinforcement Learning

ICML 2024poster

An open challenge in reinforcement learning (RL) is the effective deployment of a trained policy to new or slightly different situations as well as semantically-similar environments. We introduce **S**ymmetry-**I**nvariant **T**ransformer (**SiT**), a scalable vision transformer (ViT) that leverages…

2024

Stop Regressing: Training Value Functions via Classification for Scalable Deep RL

ICML 2024oral

Value functions are an essential component in deep reinforcement learning (RL), that are typically trained via mean squared error regression to match bootstrapped target values. However, scaling value-based RL methods to large networks has proven challenging. This difficulty is in stark contrast to…

Cited by 60SourcePDFScholar
2023

A Novel Stochastic Gradient Descent Algorithm for Learning Principal Subspaces

AISTATS 2023poster

Many machine learning problems encode their data as a matrix with a possibly very large number of rows and columns. In several applications like neuroscience, image compression or deep reinforcement learning, the principal subspace of such a matrix provides a useful, low-dimensional representation o…

2023

Bigger, Better, Faster: Human-level Atari with human-level efficiency

ICML 2023poster

We introduce a value-based RL agent, which we call BBF, that achieves super-human performance in the Atari 100K benchmark. BBF relies on scaling the neural networks used for value estimation, as well as a number of other design choices that enable this scaling in a sample-efficient manner. We conduc…

2023

Bootstrapped Representations in Reinforcement Learning

ICML 2023poster

In reinforcement learning (RL), state representations are key to dealing with large or continuous state spaces. While one of the promises of deep learning algorithms is to automatically construct features well-tuned for the task they try to solve, such a representation might not emerge from end-to-e…

Cited by 8SourcePDFScholar
2023

Investigating Multi-task Pretraining and Generalization in Reinforcement Learning

ICLR 2023poster

Deep reinforcement learning~(RL) has achieved remarkable successes in complex single-task settings. However, designing RL agents that can learn multiple tasks and leverage prior experience to quickly adapt to a related new task remains challenging. Despite previous attempts to improve on these areas…

Cited by 33SourcePDFScholar
2023

Offline Q-learning on Diverse Multi-Task Data Both Scales And Generalizes

ICLR 2023top-5%

The potential of offline reinforcement learning (RL) is that high-capacity models trained on large, heterogeneous datasets can lead to agents that generalize broadly, analogously to similar advances in vision and NLP. However, recent works argue that offline RL methods encounter unique challenges to…

Cited by 61SourcePDFScholar
2023

Proto-Value Networks: Scaling Representation Learning with Auxiliary Tasks

ICLR 2023poster

Auxiliary tasks improve the representations learned by deep reinforcement learning agents. Analytically, their effect is reasonably well-understood; in practice, how-ever, their primary use remains in support of a main learning objective, rather than as a method for learning representations. This is…

2023

Revisiting Bellman Errors for Offline Model Selection

ICML 2023poster

Offline model selection (OMS), that is, choosing the best policy from a set of many policies given only logged data, is crucial for applying offline RL in real-world settings. One idea that has been extensively explored is to select policies based on the mean squared Bellman error (MSBE) of the asso…

2023

The Dormant Neuron Phenomenon in Deep Reinforcement Learning

ICML 2023oral

In this work we identify the dormant neuron phenomenon in deep reinforcement learning, where an agent's network suffers from an increasing number of inactive neurons, thereby affecting network expressivity. We demonstrate the presence of this phenomenon across a variety of algorithms and environment…

2023

Waymax: An Accelerated, Data-Driven Simulator for Large-Scale Autonomous Driving Research

NeurIPS 2023poster

Simulation is an essential tool to develop and benchmark autonomous vehicle planning software in a safe and cost-effective manner. However, realistic simulation requires accurate modeling of multi-agent interactive behaviors to be trustworthy, behaviors which can be highly nuanced and complex. To ad…

Cited by 116SourcePDFScholar
2022

Control-Oriented Model-Based Reinforcement Learning with Implicit Differentiation

AAAI 2022technical

The shortcomings of maximum likelihood estimation in the context of model-based reinforcement learning have been highlighted by an increasing number of papers. When the model class is misspecified or has a limited representational capacity, model parameters with high likelihood might not necessarily…

2022

DR3: Value-Based Deep Reinforcement Learning Requires Explicit Regularization

ICLR 2022spotlight

Despite overparameterization, deep networks trained via supervised learning are surprisingly easy to optimize and exhibit excellent generalization. One hypothesis to explain this is that overparameterized deep networks enjoy the benefits of implicit regularization induced by stochastic gradient desc…

Cited by 70SourcePDFScholar
2022

On the Generalization of Representations in Reinforcement Learning

AISTATS 2022poster

In reinforcement learning, state representations are used to tractably deal with large problem spaces. State representations serve both to approximate the value function with few parameters, but also to generalize to newly encountered states. Their features may be learned implicitly (as part of a ne…

2022

Reincarnating Reinforcement Learning: Reusing Prior Computation to Accelerate Progress

NeurIPS 2022accept

Learning tabula rasa, that is without any prior knowledge, is the prevalent workflow in reinforcement learning (RL) research. However, RL systems, when applied to large-scale settings, rarely operate tabula rasa. Such large-scale systems undergo multiple design or algorithmic changes during their de…

2021

Contrastive Behavioral Similarity Embeddings for Generalization in Reinforcement Learning

ICLR 2021spotlight

Reinforcement learning methods trained on few environments rarely learn policies that generalize to unseen environments. To improve generalization, we incorporate the inherent sequential structure in reinforcement learning into the representation learning process. This approach is orthogonal to rece…

2021

Deep Reinforcement Learning at the Edge of the Statistical Precipice

NeurIPS 2021oral

Deep reinforcement learning (RL) algorithms are predominantly evaluated by comparing their relative performance on a large suite of tasks. Most published results on deep RL benchmarks compare point estimates of aggregate performance such as mean and median scores across tasks, ignoring the statistic…

2021

Implicit Under-Parameterization Inhibits Data-Efficient Deep Reinforcement Learning

ICLR 2021poster

We identify an implicit under-parameterization phenomenon in value-based deep RL methods that use bootstrapping: when value functions, approximated using deep neural networks, are trained with gradient descent using iterated regression onto target values generated by previous instances of the value…

Cited by 132SourcePDFScholar
2021

Neural Additive Models: Interpretable Machine Learning with Neural Nets

NeurIPS 2021spotlight

Deep neural networks (DNNs) are powerful black-box predictors that have achieved impressive performance on a wide variety of tasks. However, their accuracy comes at the cost of intelligibility: it is usually unclear how they make their decisions. This hinders their applicability to high stakes decis…

2020

An Optimistic Perspective on Offline Reinforcement Learning

ICML 2020poster

Off-policy reinforcement learning (RL) using a fixed offline dataset of logged interactions is an important consideration in real world applications. This paper studies offline RL using the DQN replay dataset comprising the entire replay experience of a DQN agent on 60 Atari 2600 games. We demonstra…

2020

RL Unplugged: A Suite of Benchmarks for Offline Reinforcement Learning

NeurIPS 2020poster

Offline methods for reinforcement learning have a potential to help bridge the gap between reinforcement learning research and real-world applications. They make it possible to learn policies from offline datasets, thus overcoming concerns associated with online data collection in the real-world, in…

2020

Revisiting Fundamentals of Experience Replay

ICML 2020poster

Experience replay is central to off-policy algorithms in deep reinforcement learning (RL), but there remain significant gaps in our understanding. We therefore present a systematic and extensive analysis of experience replay in Q-learning methods, focusing on two fundamental properties: the replay c…

2019

Learning to Generalize from Sparse and Underspecified Rewards

ICML 2019oral

We consider the problem of learning from sparse and underspecified rewards, where an agent receives a complex input, such as a natural language instruction, and needs to generate a complex response, such as an action sequence, while only receiving binary success-failure feedback. Such success-failur…