← Search

Andrea Zanette

21 accepted papers

2026

Beyond Scalar Rewards: Learning from Text Feedback in LLM Post-Training

ICML 2026poster

The success of RL for LLM post-training stems from an unreasonably uninformative source: a single bit of information per rollout as binary reward or preference label. At the other extreme, distillation offers dense supervision but requires demonstrations, which are costly and difficult to scale. We …

Cited by 0SourceScholar
2026

Maximum Likelihood Reinforcement Learning

ICML 2026oral

Maximum likelihood is fundamental to supervised learning but it cannot be directly applied in correctness-based problems with non-differentiable sampling. In these settings, reinforcement learning (RL) is typically used to maximize expected reward. We show that for binary correctness tasks, expected…

Cited by 0SourceScholar
2026

Shrinking the Variance: Shrinkage Baselines for Reinforcement Learning with Verifiable Rewards

ICML 2026poster

Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as a powerful paradigm for post-training large reasoning models (LRMs) using policy-gradient methods such as GRPO. To stabilize training, these methods typically center trajectory rewards by subtracting the empirical mean for each pro…

Cited by 0SourceScholar
2024

ArCHer: Training Language Model Agents via Hierarchical Multi-Turn RL

ICML 2024poster

Large language models (LLMs) have the potential to tackle sequential decision-making problems due to their generalist capabilities. Instead of optimizing ``myopic'' surrogate objectives such as human preferences within a single turn, in such problems, we wish to directly optimize long-term objective…

2024

Fast Best-of-N Decoding via Speculative Rejection

NeurIPS 2024poster

The safe and effective deployment of Large Language Models (LLMs) involves a critical step called alignment, which ensures that the model's responses are in accordance with human preferences. Prevalent alignment techniques, such as DPO, PPO and their variants, align LLMs by changing the pre-trained…

2023

Policy Finetuning in Reinforcement Learning via Design of Experiments using Offline Data

NeurIPS 2023poster

In some applications of reinforcement learning, a dataset of pre-collected experience is already available but it is also possible to acquire some additional online data to help improve the quality of the policy. However, it may be preferable to gather additional data with a single, non-reactive ex…

Cited by 9SourcePDFScholar
2022

Stabilizing Q-learning with Linear Architectures for Provable Efficient Learning

ICML 2022spotlight

The Q-learning algorithm is a simple, fundamental and practically very effective reinforcement learning algorithm. However, the basic protocol can exhibit an unstable behavior when implemented even with simple linear function approximation. While tools like target networks and experience replay are…

Cited by 6SourcePDFScholar
2021

Design of Experiments for Stochastic Contextual Linear Bandits

NeurIPS 2021poster

In the stochastic linear contextual bandit setting there exist several minimax procedures for exploration with policies that are reactive to the data being acquired. In practice, there can be a significant engineering overhead to deploy these algorithms, especially when the dataset is collected in a…

Cited by 33SourcePDFScholar
2021

Exponential Lower Bounds for Batch Reinforcement Learning: Batch RL can be Exponentially Harder than Online RL

ICML 2021oral

Several practical applications of reinforcement learning involve an agent learning from past data without the possibility of further exploration. Often these applications require us to 1) identify a near optimal policy or to 2) estimate the value of a target policy. For both tasks we derive exponent…

Cited by 88SourcePDFScholar
2021

Provable Benefits of Actor-Critic Methods for Offline Reinforcement Learning

NeurIPS 2021poster

Actor-critic methods are widely used in offline reinforcement learning practice, but are not so well-understood theoretically. We propose a new offline actor-critic algorithm that naturally incorporates the pessimism principle, leading to several key advantages compared to the state of the art. The…

Cited by 152SourcePDFScholar
2020

Frequentist Regret Bounds for Randomized Least-Squares Value Iteration

AISTATS 2020poster

We consider the exploration-exploitation dilemma in finite-horizon reinforcement learning (RL). When the state space is large or continuous, traditional tabular approaches are unfeasible and some form of function approximation is mandatory. In this paper, we introduce an optimistically-initialized v…

Cited by 161SourcePDFScholar
2020

Learning Near Optimal Policies with Low Inherent Bellman Error

ICML 2020poster

We study the exploration problem with approximate linear action-value functions in episodic reinforcement learning under the notion of low inherent Bellman error, a condition normally employed to show convergence of approximate value iteration. First we relate this condition to other common framewor…

Cited by 266SourcePDFScholar
2020

Provably Efficient Reward-Agnostic Navigation with Linear Value Iteration

NeurIPS 2020poster

There has been growing progress on theoretical analyses for provably efficient learning in MDPs with linear function approximation, but much of the existing work has made strong assumptions to enable exploration by conventional exploration frameworks. Typically these assumptions are stronger than wh…

Cited by 71SourcePDFScholar
2019

Almost Horizon-Free Structure-Aware Best Policy Identification with a Generative Model

NeurIPS 2019poster

This paper focuses on the problem of computing an $\epsilon$-optimal policy in a discounted Markov Decision Process (MDP) provided that we can access the reward and transition function through a generative model. We propose an algorithm that is initially agnostic to the MDP but that can leverage the…

Cited by 47SourcePDFScholar
2019

Limiting Extrapolation in Linear Approximate Value Iteration

NeurIPS 2019poster

We study linear approximate value iteration (LAVI) with a generative model. While linear models may accurately represent the optimal value function using a few parameters, several empirical and theoretical studies show the combination of least-squares projection with the Bellman operator may be expa…

Cited by 38SourcePDFScholar
2019

Tighter Problem-Dependent Regret Bounds in Reinforcement Learning without Domain Knowledge using Value Function Bounds

ICML 2019oral

Strong worst-case performance bounds for episodic reinforcement learning exist but fortunately in practice RL algorithms perform much better than such bounds would predict. Algorithms and theory that provide strong problem-dependent bounds could help illuminate the key features of what makes a RL pr…

Cited by 325SourcePDFScholar
2018

Problem Dependent Reinforcement Learning Bounds Which Can Identify Bandit Structure in MDPs

ICML 2018oral

In order to make good decision under uncertainty an agent must learn from observations. To do so, two of the most common frameworks are Contextual Bandits and Markov Decision Processes (MDPs). In this paper, we study whether there exist algorithms for the more general framework (MDP) which automatic…

Cited by 17SourcePDFScholar