← Search

Banghua Zhu

17 accepted papers

2026

Local Linear Attention: An Optimal Interpolation of Linear and Softmax Attention For Test-Time Regression

ICLR 2026poster

Transformer architectures have achieved remarkable success in various domains. While efficient alternatives to Softmax Attention have been widely studied, the search for more expressive mechanisms grounded in theoretical insight—even at greater computational cost—has been relatively underexplored. I…

Cited by 3SourcecodeScholar
2026

Unlocking Long-Horizon Agentic Search with Large-Scale End-to-End RL

ICLR 2026poster

Recent advancements in LLM-based agents have demonstrated remarkable capabilities in handling knowledge-intensive tasks using external tools. One representative example is search agent. Existing open-source search agents heavily rely on advanced commercial LLMs: they either collect trajectories from…

Cited by 0SourcecodeScholar
2025

From Crowdsourced Data to High-quality Benchmarks: Arena-Hard and Benchbuilder Pipeline

ICML 2025poster

The rapid evolution of Large Language Models (LLMs) has outpaced the development of model evaluation, highlighting the need for continuous curation of new, challenging benchmarks. However, manual curation of high-quality, human-aligned benchmarks is expensive and time-consuming. To address this, we…

Cited by 0SourcePDFScholar
2025

How to Evaluate Reward Models for RLHF

ICLR 2025poster

We introduce a new benchmark for reward models that quantifies their ability to produce strong language models through RLHF (Reinforcement Learning from Human Feedback). The gold-standard approach is to run a full RLHF training pipeline and directly probe downstream LLM performance. However, this pr…

2025

Taming Overconfidence in LLMs: Reward Calibration in RLHF

ICLR 2025poster

Language model calibration refers to the alignment between the confidence of the model and the actual performance of its responses. While previous studies point out the overconfidence phenomenon in Large Language Models (LLMs) and show that LLMs trained with Reinforcement Learning from Human Feedbac…

2024

Chatbot Arena: An Open Platform for Evaluating LLMs by Human Preference

ICML 2024poster

Large Language Models (LLMs) have unlocked new capabilities and applications; however, evaluating the alignment with human preferences still poses significant challenges. To address this issue, we introduce Chatbot Arena, an open platform for evaluating LLMs based on human preferences. Our methodolo…

Cited by 554SourcePDFScholar
2024

Guided Online Distillation: Promoting Safe Reinforcement Learning by Offline Demonstration

ICRA 2024poster

Safe Reinforcement Learning (RL) aims to find a policy that achieves high rewards while satisfying cost constraints. When learning from scratch, safe RL agents tend to be overly conservative, which impedes exploration and restrains the overall performance. In many realistic tasks, e.g. autonomous dr…

Cited by 10SourceScholar
2024

Iterative Data Smoothing: Mitigating Reward Overfitting and Overoptimization in RLHF

ICML 2024poster

Reinforcement Learning from Human Feedback (RLHF) is a pivotal technique that aligns language models closely with human-centric values. The initial phase of RLHF involves learning human values using a reward model from ranking data. It is observed that the performance of the reward model degrades af…

Cited by 29SourcePDFScholar
2024

The Effective Horizon Explains Deep RL Performance in Stochastic Environments

ICLR 2024spotlight

Reinforcement learning (RL) theory has largely focused on proving minimax sample complexity bounds. These require strategic exploration algorithms that use relatively limited function classes for representing the policy or value function. Our goal is to explain why deep RL algorithms often perform w…

2023

Byzantine-Robust Federated Learning with Optimal Statistical Rates

AISTATS 2023poster

We propose Byzantine-robust federated learning protocols with nearly optimal statistical rates based on recent progress in high dimensional robust statistics. In contrast to prior work, our proposed protocols improve the dimension dependence and achieve a near-optimal statistical rate for strongly c…

Cited by 35SourcePDFScholar
2023

Doubly-Robust Self-Training

NeurIPS 2023poster

Self-training is a well-established technique in semi-supervised learning, which leverages unlabeled data by generating pseudo-labels and incorporating them with a limited labeled dataset for training. The effectiveness of self-training heavily relies on the accuracy of these pseudo-labels. In this…

2023

Jump-Start Reinforcement Learning

ICML 2023poster

Reinforcement learning (RL) provides a theoretical framework for continuously improving an agent's behavior via trial and error. However, efficiently learning policies from scratch can be very difficult, particularly for tasks that present exploration challenges. In such settings, it might be desira…

Cited by 145SourcePDFScholar
2023

Online Learning in Stackelberg Games with an Omniscient Follower

ICML 2023poster

We study the problem of online learning in a two-player decentralized cooperative Stackelberg game. In each round, the leader first takes an action, followed by the follower who takes their action after observing the leader's move. The goal of the leader is to learn to minimize the cumulative regret…

Cited by 26SourcePDFScholar
2023

Principled Reinforcement Learning with Human Feedback from Pairwise or K-wise Comparisons

ICML 2023poster

We provide a theoretical framework for Reinforcement Learning with Human Feedback (RLHF). We show that when the underlying true reward is linear, under both Bradley-Terry-Luce (BTL) model (pairwise comparison) and Plackett-Luce (PL) model ($K$-wise comparison), MLE converges under certain semi-norm…

Cited by 224SourcePDFScholar
2023

Towards Optimal Caching and Model Selection for Large Model Inference

NeurIPS 2023poster

Large Language Models (LLMs) and other large foundation models have achieved impressive results, but their size exacerbates existing resource consumption and latency challenges. In particular, the large-scale deployment of these models is hindered by the significant resource requirements during infe…

Cited by 7SourcePDFScholar
2021

Bridging Offline Reinforcement Learning and Imitation Learning: A Tale of Pessimism

NeurIPS 2021poster

Offline (or batch) reinforcement learning (RL) algorithms seek to learn an optimal policy from a fixed dataset without active data collection. Based on the composition of the offline dataset, two main methods are used: imitation learning which is suitable for expert datasets, and vanilla offline RL…

Cited by 346SourcePDFScholar