← Search

Hanlin Zhu

15 accepted papers

2026

Auditing Black-Box LLM APIs with a Rank-Based Uniformity Test

ICLR 2026poster

As API access becomes a primary interface to large language models (LLMs), users often interact with black-box systems that offer little transparency into the deployed model. To reduce costs or maliciously alter model behaviors, API providers may discreetly serve quantized or fine-tuned variants, wh…

Cited by 0SourcecodeScholar
2026

Breaking the Reversal Curse in Autoregressive Language Models via Identity Bridge

ICML 2026spotlight

Autoregressive large language models (LLMs) have achieved remarkable success in many complex tasks, yet they can still fail in very simple logical reasoning such as the "reversal curse" --- when trained on forward knowledge data of the form "$A \rightarrow B$" (e.g., Alice's husband is Bob), the mod…

Cited by 0SourceScholar
2026

Emergence of Superposition: Unveiling the Training Dynamics of Chain of Continuous Thought

ICLR 2026poster

Previous work shows that the chain of continuous thought (continuous CoT) improves the reasoning capability of large language models (LLMs) by enabling implicit parallel thinking, and a subsequent work provided theoretical insight by showing that a two-layer transformer equipped with continuous CoT…

Cited by 0SourcecodeScholar
2026

Multi-Objective Learning for Diffusion Models: A Statistical Theory under Semi-Supervised Learning

ICML 2026poster

Diffusion models are increasingly used as powerful conditional generators, yet real deployments often involve multiple target distributions arising from different tasks, e.g., diverse prompt domains in text-to-image generation, or multiple environments in robotics with diffusion policies. This natur…

Cited by 0SourceScholar
2025

Generalization or Hallucination? Understanding Out-of-Context Reasoning in Transformers

NeurIPS 2025poster

Large language models (LLMs) can acquire new knowledge through fine-tuning, but this process exhibits a puzzling duality: models can generalize remarkably from new facts, yet are also prone to hallucinating incorrect information. However, the reasons for this phenomenon remain poorly understood. In…

Cited by 0SourceScholar
2025

Reasoning by Superposition: A Theoretical Perspective on Chain of Continuous Thought

NeurIPS 2025poster

Large Language Models (LLMs) have demonstrated remarkable performance in many applications, including challenging reasoning problems via chain-of-thought (CoT) techniques that generate ``thinking tokens'' before answering the questions. While existing theoretical works demonstrate that CoT with disc…

Cited by 0SourceScholar
2025

Token Assorted: Mixing Latent and Text Tokens for Improved Language Model Reasoning

ICML 2025poster

Large Language Models (LLMs) excel at reasoning and planning when trained on chain-of-thought (CoT) data, where the step-by-step thought process is explicitly outlined by text tokens. However, this results in lengthy inputs where many words support textual coherence rather than core reasoning inform…

Cited by 10SourcePDFScholar
2024

Learning Personalized Alignment for Evaluating Open-ended Text Generation

EMNLP 2024main

Recent research has increasingly focused on evaluating large language models’ (LLMs) alignment with diverse human values and preferences, particularly for open-ended tasks like story generation. Traditional evaluation metrics rely heavily on lexical similarity with human-written references, often sh…

2024

On Representation Complexity of Model-based and Model-free Reinforcement Learning

ICLR 2024poster

We study the representation complexity of model-based and model-free reinforcement learning (RL) in the context of circuit complexity. We prove theoretically that there exists a broad class of MDPs such that their underlying transition and reward functions can be represented by constant depth circui…

Cited by 7SourcePDFScholar
2024

Towards a Theoretical Understanding of the 'Reversal Curse' via Training Dynamics

NeurIPS 2024poster

Auto-regressive large language models (LLMs) show impressive capacities to solve many complex reasoning tasks while struggling with some simple logical reasoning tasks such as inverse search: when trained on ''$A \to B$'' (e.g., *Tom is the parent of John*), LLM fails to directly conclude ''$B \gets…

2023

Importance Weighted Actor-Critic for Optimal Conservative Offline Reinforcement Learning

NeurIPS 2023poster

We propose A-Crab (Actor-Critic Regularized by Average Bellman error), a new practical algorithm for offline reinforcement learning (RL) in complex environments with insufficient data coverage. Our algorithm combines the marginalized importance sampling framework with the actor-critic paradigm, wher…

2023

Optimal Conservative Offline RL with General Function Approximation via Augmented Lagrangian

ICLR 2023top-25%

Offline reinforcement learning (RL), which aims at learning good policies from historical data, has received significant attention over the past years. Much effort has focused on improving offline RL practicality by addressing the prevalent issue of partial data coverage through various forms of con…

Cited by 47SourcePDFScholar
2023

Provably Efficient Offline Goal-Conditioned Reinforcement Learning with General Function Approximation and Single-Policy Concentrability

NeurIPS 2023poster

Goal-conditioned reinforcement learning (GCRL) refers to learning general-purpose skills that aim to reach diverse goals. In particular, offline GCRL only requires purely pre-collected datasets to perform training tasks without additional interactions with the environment. Although offline GCRL has…

Cited by 6SourcePDFScholar