← Search

Jiantao Jiao

36 accepted papers

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

From Bits to Rounds: Parallel Decoding with Exploration for Diffusion Language Models

ICML 2026poster

Diffusion Language Models (DLMs) have recently emerged as a strong alternative to autoregressive language models (AR-LMs), due to their comparable accuracy and faster inference speed via parallel decoding. However, standard DLM decoding strategies, which rely on unmasking only high-confidence tokens…

Cited by 0SourceScholar
2026

Sample Complexity and Representation Ability of Test-time Scaling Paradigms

ICLR 2026poster

Test-time scaling paradigms have significantly advanced the capabilities of large language models (LLMs) on complex tasks. Despite their empirical success, theoretical understanding of the sample efficiency of various test-time strategies---such as self-consistency, best-of-$n$, and self-correction-…

Cited by 0SourcecodeScholar
2025

EmbedLLM: Learning Compact Representations of Large Language Models

ICLR 2025spotlight

With hundreds of thousands of language models available on Huggingface today, efficiently evaluating and utilizing these models across various downstream tasks has become increasingly critical. Many existing methods repeatedly learn task-specific representations of Large Language Models (LLMs), whic…

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

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

Information-Driven Design of Imaging Systems

NeurIPS 2025poster

Imaging systems have traditionally been designed to mimic the human eye and produce visually interpretable measurements. Modern imaging systems, however, process raw measurements computationally before or instead of human viewing. As a result, the information content of raw measurements matters more…

Cited by 0SourcecodeScholar
2025

Meta-Rewarding Language Models: Self-Improving Alignment with LLM-as-a-Meta-Judge

EMNLP 2025

Large Language Models (LLMs) are rapidly surpassing human knowledge in many domains. While improving these models traditionally relies on costly human data, recent self-rewarding mechanisms have shown that LLMs can improve by judging their own responses instead of relying on human labelers. However,

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

Thinking LLMs: General Instruction Following with Thought Generation

ICML 2025poster

LLMs are typically trained to answer user questions or follow instructions similarly to how human experts respond. However, in the standard alignment framework they lack the basic ability of explicit thinking before answering. Thinking is important for complex questions that require reasoning and pl…

Cited by 16SourcePDFScholar
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

An Analysis of Tokenization: Transformers under Markov Data

NeurIPS 2024spotlight

While there has been a large body of research attempting to circumvent tokenization for language modeling (Clark et al. 2022, Xue et al. 2022), the current consensus is that it is a necessary initial step for designing state-of-the-art performant language models. In this paper, we investigate tokeni…

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

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

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

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

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

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

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

Securing Secure Aggregation: Mitigating Multi-Round Privacy Leakage in Federated Learning

AAAI 2023technical

Secure aggregation is a critical component in federated learning (FL), which enables the server to learn the aggregate model of the users without observing their local models. Conventionally, secure aggregation algorithms focus only on ensuring the privacy of individual users in a single training ro…

Cited by 101SourcePDFScholar
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
2022

Beyond the Best: Distribution Functional Estimation in Infinite-Armed Bandits

NeurIPS 2022accept

In the infinite-armed bandit problem, each arm's average reward is sampled from an unknown distribution, and each arm can be sampled further to obtain noisy estimates of the average reward of that arm. Prior work focuses on the best arm, i.e. estimating the maximum of the average reward distribution…

Cited by 5SourcePDFScholar
2022

Minimax Optimal Online Imitation Learning via Replay Estimation

NeurIPS 2022accept

Online imitation learning is the problem of how best to mimic expert demonstrations, given access to the environment or an accurate simulator. Prior work has shown that in the \textit{infinite} sample regime, exact moment matching achieves value equivalence to the expert policy. However, in the \tex…

2022

Nearly Optimal Policy Optimization with Stable at Any Time Guarantee

ICML 2022spotlight

Policy optimization methods are one of the most widely used classes of Reinforcement Learning (RL) algorithms. However, theoretical understanding of these methods remains insufficient. Even in the episodic (time-inhomogeneous) tabular setting, the state-of-the-art theoretical result of policy-based…

Cited by 15SourcePDFScholar
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
2021

MADE: Exploration via Maximizing Deviation from Explored Regions

NeurIPS 2021poster

In online reinforcement learning (RL), efficient exploration remains particularly challenging in high-dimensional environments with sparse rewards. In low-dimensional environments, where tabular parameterization is possible, count-based upper confidence bound (UCB) exploration methods achieve minima…

2021

On the Value of Interaction and Function Approximation in Imitation Learning

NeurIPS 2021poster

We study the statistical guarantees for the Imitation Learning (IL) problem in episodic MDPs. Rajaraman et al. (2020) show an information theoretic lower bound that in the worst case, a learner which can even actively query the expert policy suffers from a suboptimality growing quadratically in the…

Cited by 26SourcePDFScholar
2020

SLIP: Learning to predict in unknown dynamical systems with long-term memory

NeurIPS 2020oral

We present an efficient and practical (polynomial time) algorithm for online prediction in unknown and partially observed linear dynamical systems (LDS) under stochastic noise. When the system parameters are known, the optimal linear predictor is the Kalman filter. However, in unknown systems, the p…

Cited by 14SourcePDFScholar
2020

Toward the Fundamental Limits of Imitation Learning

NeurIPS 2020poster

Imitation learning (IL) aims to mimic the behavior of an expert policy in a sequential decision-making problem given only demonstrations. In this paper, we focus on understanding the minimax statistical limits of IL in episodic Markov Decision Processes (MDPs). We first consider the setting where th…

Cited by 103SourcePDFScholar
2019

Theoretically Principled Trade-off between Robustness and Accuracy

ICML 2019oral

We identify a trade-off between robustness and accuracy that serves as a guiding principle in the design of defenses against adversarial examples. Although this problem has been widely studied empirically, much remains unknown concerning the theory underlying this trade-off. In this work, we decompo…

2018

Entropy Rate Estimation for Markov Chains with Large State Space

NeurIPS 2018spotlight

Entropy estimation is one of the prototypical problems in distribution property testing. To consistently estimate the Shannon entropy of a distribution on $S$ elements with independent samples, the optimal sample complexity scales sublinearly with $S$ as $\Theta(\frac{S}{\log S})$ as shown by Valian…

Cited by 22SourcePDFScholar
2018

The Nearest Neighbor Information Estimator is Adaptively Near Minimax Rate-Optimal

NeurIPS 2018spotlight

We analyze the Kozachenko–Leonenko (KL) fixed k-nearest neighbor estimator for the differential entropy. We obtain the first uniform upper bound on its performance for any fixed k over H\"{o}lder balls on a torus without assuming any conditions on how close the density could be from zero. Accompanyi…

Cited by 59SourcePDFScholar