← Search

Audrey Huang

14 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

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
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

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

Model Selection for Off-policy Evaluation: New Algorithms and Experimental Protocol

NeurIPS 2025poster

Holdout validation and hyperparameter tuning from data is a long-standing problem in offline reinforcement learning (RL). A standard framework is to use off-policy evaluation (OPE) methods to evaluate and select the policies, but OPE either incurs exponential variance (e.g., importance sampling) or…

Cited by 0SourceScholar
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

Timing as an Action: Learning When to Observe and Act

AISTATS 2024poster

In standard reinforcement learning setups, the agent receives observations and performs actions at evenly spaced intervals. However, in many real-world settings, observations are expensive, forcing agents to commit to courses of action for designated periods of time. Consider that doctors, after eac…

Cited by 3SourcePDFScholar
2022

Beyond the Return: Off-policy Function Estimation under User-specified Error-measuring Distributions

NeurIPS 2022accept

Off-policy evaluation often refers to two related tasks: estimating the expected return of a policy and estimating its value function (or other functions of interest, such as density ratios). While recent works on marginalized importance sampling (MIS) show that the former can enjoy provable guarant…

Cited by 11SourcePDFScholar
2022

Off-Policy Risk Assessment for Markov Decision Processes

AISTATS 2022poster

Addressing such diverse ends as mitigating safety risks, aligning agent behavior with human preferences, and improving the efficiency of learning, an emerging line of reinforcement learning research addresses the entire distribution of returns and various risk functionals that depend upon it. In the…

Cited by 8SourcePDFScholar
2022

Supervised Learning with General Risk Functionals

ICML 2022spotlight

Standard uniform convergence results bound the generalization gap of the expected loss over a hypothesis class. The emergence of risk-sensitive learning requires generalization guarantees for functionals of the loss distribution beyond the expectation. While prior works specialize in uniform converg…

Cited by 11SourcePDFScholar
2021

Off-Policy Risk Assessment in Contextual Bandits

NeurIPS 2021poster

Even when unable to run experiments, practitioners can evaluate prospective policies, using previously logged data. However, while the bandits literature has adopted a diverse set of objectives, most research on off-policy evaluation to date focuses on the expected reward. In this paper, we introduc…

Cited by 41SourcePDFScholar