← Search

Qinghua Liu

17 accepted papers

2025

Evaluating the Long-Term Memory of Large Language Models

ACL 2025finding

In applications such as dialogue systems, personalized recommendations, and personal assistants, large language models (LLMs) need to retain and utilize historical information over the long term to provide more accurate and consistent responses. Although long-term memory capability is crucial, recen…

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

The Belief State Transformer

ICLR 2025poster

We introduce the "Belief State Transformer", a next-token predictor that takes both a prefix and suffix as inputs, with a novel objective of predicting both the next token for the prefix and the previous token for the suffix. The Belief State Transformer effectively learns to solve challenging probl…

2025

Triple-S: A Collaborative Multi-LLM Framework for Solving Long-Horizon Implicative Tasks in Robotics

IROS 2025

Leveraging Large Language Models (LLMs) to write policy code for controlling robots has gained significant attention. However, in long-horizon implicative tasks, this approach often results in API parameter, comments and sequencing errors, leading to task failure. To address this problem, we propose

Cited by 0SourcecodeScholar
2024

The Elephant in the Room: Towards A Reliable Time-Series Anomaly Detection Benchmark

NeurIPS 2024poster

Time-series anomaly detection is a fundamental task across scientific fields and industries. However, the field has long faced the ``elephant in the room:'' critical issues including flawed datasets, biased evaluation measures, and inconsistent benchmarking practices that have remained largely ignor…

2023

Context-lumpable stochastic bandits

NeurIPS 2023poster

We consider a contextual bandit problem with $S $ contexts and $K $ actions. In each round $t=1,2,\dots$ the learner observes a random context and chooses an action based on its past experience. The learner then observes a random reward whose mean is a function of the context and the action for the…

Cited by 2SourcePDFScholar
2023

Optimistic Natural Policy Gradient: a Simple Efficient Policy Optimization Framework for Online RL

NeurIPS 2023spotlight

While policy optimization algorithms have played an important role in recent empirical success of Reinforcement Learning (RL), the existing theoretical understanding of policy optimization remains rather limited---they are either restricted to tabular MDPs or suffer from highly suboptimal sample com…

Cited by 9SourcePDFScholar
2022

Learning Markov Games with Adversarial Opponents: Efficient Algorithms and Fundamental Limits

ICML 2022oral

An ideal strategy in zero-sum games should not only grant the player an average reward no less than the value of Nash equilibrium, but also exploit the (adaptive) opponents when they are suboptimal. While most existing works in Markov games focus exclusively on the former objective, it remains open…

Cited by 25SourcePDFScholar
2022

Policy Optimization for Markov Games: Unified Framework and Faster Convergence

NeurIPS 2022accept

This paper studies policy optimization algorithms for multi-agent reinforcement learning. We begin by proposing an algorithm framework for two-player zero-sum Markov Games in the full-information setting, where each iteration consists of a policy update step at each state using a certain matrix game…

Cited by 33SourcePDFScholar
2022

Sample-Efficient Reinforcement Learning of Partially Observable Markov Games

NeurIPS 2022accept

This paper considers the challenging tasks of Multi-Agent Reinforcement Learning (MARL) under partial observability, where each agent only sees her own individual observations and actions that reveal incomplete information about the underlying state of system. This paper studies these tasks under th…

Cited by 43SourcePDFScholar
2021

A Sharp Analysis of Model-based Reinforcement Learning with Self-Play

ICML 2021spotlight

Model-based algorithms—algorithms that explore the environment through building and utilizing an estimated model—are widely used in reinforcement learning practice and theoretically shown to achieve optimal sample efficiency for single-agent reinforcement learning in Markov Decision Processes (MDPs)…

Cited by 169SourcePDFScholar
2021

Bellman Eluder Dimension: New Rich Classes of RL Problems, and Sample-Efficient Algorithms

NeurIPS 2021spotlight

Finding the minimal structural assumptions that empower sample-efficient learning is one of the most important research directions in Reinforcement Learning (RL). This paper advances our understanding of this fundamental question by introducing a new complexity measure—Bellman Eluder (BE) dimension.…

Cited by 277SourcePDFScholar
2021

Provable Rich Observation Reinforcement Learning with Combinatorial Latent States

ICLR 2021poster

We propose a novel setting for reinforcement learning that combines two common real-world difficulties: presence of observations (such as camera images) and factored states (such as location of objects). In our setting, the agent receives observations generated stochastically from a "latent" factore…

Cited by 9SourcePDFScholar
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
2020

Tackling the Objective Inconsistency Problem in Heterogeneous Federated Optimization

NeurIPS 2020poster

In federated learning, heterogeneity in the clients' local datasets and computation speeds results in large variations in the number of local updates performed by each client in each communication round. Naive weighted aggregation of such models causes objective inconsistency, that is, the global mo…