← Search

Lihong Li

34 accepted papers

2026

SFT Doesn’t Always Hurt General Capabilities: Revisiting Domain-Specific Fine-Tuning in LLMs

ICLR 2026poster

Supervised Fine-Tuning (SFT) on domain-specific datasets is a common approach to adapt Large Language Models (LLMs) to specialized tasks but is often believed to degrade their general capabilities. In this work, we revisit this trade-off and present both empirical and theoretical insights. First, we…

Cited by 0SourceScholar
2025

Ask a Strong LLM Judge when Your Reward Model is Uncertain

NeurIPS 2025poster

Reward model (RM) plays a pivotal role in reinforcement learning with human feedback (RLHF) for aligning large language models (LLMs). However, classical RMs trained on human preferences are vulnerable to reward hacking and generalize poorly to out-of-distribution (OOD) inputs. By contrast, strong…

Cited by 0SourceScholar
2025

WebAgent-R1: Training Web Agents via End-to-End Multi-Turn Reinforcement Learning

EMNLP 2025

While reinforcement learning (RL) has demonstrated remarkable success in enhancing large language models (LLMs), it has primarily focused on single-turn tasks such as solving math problems. Training effective web agents for multi-turn interactions remains challenging due to the complexity of long-ho

2022

Understanding Domain Randomization for Sim-to-real Transfer

ICLR 2022spotlight

Reinforcement learning encounters many challenges when applied directly in the real world. Sim-to-real transfer is widely used to transfer the knowledge learned from simulation to the real world. Domain randomization---one of the most popular algorithms for sim-to-real transfer---has been demonstrat…

Cited by 118SourcePDFScholar
2021

Efficient Reinforcement Learning in Factored MDPs with Application to Constrained RL

ICLR 2021poster

Reinforcement learning (RL) in episodic, factored Markov decision processes (FMDPs) is studied. We propose an algorithm called FMDP-BF, which leverages the factorization structure of FMDP. The regret of FMDP-BF is shown to be exponentially smaller than that of optimal algorithms designed for non-fa…

Cited by 24SourcePDFScholar
2021

Near-Optimal Representation Learning for Linear Bandits and Linear RL

ICML 2021spotlight

This paper studies representation learning for multi-task linear bandits and multi-task episodic RL with linear value function approximation. We first consider the setting where we play $M$ linear bandits with dimension $d$ concurrently, and these bandits share a common $k$-dimensional linear repres…

Cited by 62SourcePDFScholar
2021

Off-policy Evaluation in Infinite-Horizon Reinforcement Learning with Latent Confounders

AISTATS 2021poster

Off-policy evaluation (OPE) in reinforcement learning is an important problem in settings where experimentation is limited, such as healthcare. But, in these very same settings, observed actions are often confounded by unobserved variables making OPE even more difficult. We study an OPE problem in a…

Cited by 56SourcePDFScholar
2021

On the Optimality of Batch Policy Optimization Algorithms

ICML 2021spotlight

Batch policy optimization considers leveraging existing data for policy construction before interacting with an environment. Although interest in this problem has grown significantly in recent years, its theoretical foundations remain under-developed. To advance the understanding of this problem, we…

Cited by 37SourcePDFScholar
2020

Black-box Off-policy Estimation for Infinite-Horizon Reinforcement Learning

ICLR 2020poster

Off-policy estimation for long-horizon problems is important in many real-life applications such as healthcare and robotics, where high-fidelity simulators may not be available and on-policy evaluation is expensive or impossible. Recently, \citet{liu18breaking} proposed an approach that avoids the…

Cited by 36SourceScholar
2020

CoinDICE: Off-Policy Confidence Interval Estimation

NeurIPS 2020spotlight

We study high-confidence behavior-agnostic off-policy evaluation in reinforcement learning, where the goal is to estimate a confidence interval on a target policy's value, given only access to a static experience dataset collected by unknown behavior policies. Starting from a function space embeddin…

2020

Doubly Robust Bias Reduction in Infinite Horizon Off-Policy Estimation

ICLR 2020spotlight

Infinite horizon off-policy policy evaluation is a highly challenging task due to the excessively large variance of typical importance sampling (IS) estimators. Recently, Liu et al. (2018) proposed an approach that significantly reduces the variance of infinite-horizon off-policy evaluation by estim…

Cited by 78SourceScholar
2020

Escaping the Gravitational Pull of Softmax

NeurIPS 2020oral

The softmax is the standard transformation used in machine learning to map real-valued vectors to categorical distributions. Unfortunately, this transform poses serious drawbacks for gradient descent (ascent) optimization. We reveal this difficulty by establishing two negative results: (1) optimizin…

Cited by 66SourcePDFScholar
2020

Off-Policy Evaluation via the Regularized Lagrangian

NeurIPS 2020poster

The recently proposed distribution correction estimation (DICE) family of estimators has advanced the state of the art in off-policy evaluation from behavior-agnostic data. While these estimators all perform some form of stationary distribution correction, they arise from different derivations and o…

Cited by 134SourcePDFScholar
2020

Randomized Exploration in Generalized Linear Bandits

AISTATS 2020poster

We study two randomized algorithms for generalized linear bandits. The first, GLM-TSL, samples a generalized linear model (GLM) from the Laplace approximation to the posterior distribution. The second, GLM-FPL, fits a GLM to a randomly perturbed history of past rewards. We analyze both algorithms an…

Cited by 138SourcePDFScholar
2019

DualDICE: Behavior-Agnostic Estimation of Discounted Stationary Distribution Corrections

NeurIPS 2019spotlight

In many real-world reinforcement learning applications, access to the environment is limited to a fixed dataset, instead of direct (online) interaction with the environment. When using this data for either evaluation or training of a new policy, accurate estimates of discounted stationary distribut…

2019

Policy Certificates: Towards Accountable Reinforcement Learning

ICML 2019oral

The performance of a reinforcement learning algorithm can vary drastically during learning because of exploration. Existing algorithms provide little information about the quality of their current policy before executing it, and thus have limited use in high-stakes applications like healthcare. We a…

Cited by 176SourcePDFScholar
2018

Breaking the Curse of Horizon: Infinite-Horizon Off-Policy Estimation

NeurIPS 2018spotlight

We consider the off-policy estimation problem of estimating the expected reward of a target policy using samples collected by a different behavior policy. Importance sampling (IS) has been a key technique to derive (nearly) unbiased estimators, but is known to suffer from an excessively high varianc…

Cited by 429SourcePDFScholar
2018

SBEED: Convergent Reinforcement Learning with Nonlinear Function Approximation

ICML 2018oral

When function approximation is used, solving the Bellman optimality equation with stability guarantees has remained a major open problem in reinforcement learning for decades. The fundamental difficulty is that the Bellman operator may become an expansion in general, resulting in oscillating and eve…

Cited by 336SourcePDFScholar
2017

Neuro-Symbolic Program Synthesis

ICLR 2017poster

Recent years have seen the proposal of a number of neural architectures for the problem of Program Induction. Given a set of input-output examples, these architectures are able to learn mappings that generalize to new test inputs. While achieving impressive results, these approaches have a number of…

Cited by 418SourceScholar
2017

Q-LDA: Uncovering Latent Patterns in Text-based Sequential Decision Processes

NeurIPS 2017poster

In sequential decision making, it is often important and useful for end users to understand the underlying patterns or causes that lead to the corresponding decisions. However, typical deep reinforcement learning algorithms seldom provide such information due to their black-box nature. In this paper…

2017

Stochastic Variance Reduction Methods for Policy Evaluation

ICML 2017poster

Policy evaluation is concerned with estimating the value function that predicts long-term values of states under a given policy. It is a crucial step in many reinforcement-learning algorithms. In this paper, we focus on policy evaluation with linear function approximation over a fixed dataset. We fi…

Cited by 218SourcePDFScholar