← Search

Jason D. Lee

79 accepted papers

2026

DAG-Math: Graph-Guided Mathematical Reasoning in LLMs

ICLR 2026poster

Large Language Models (LLMs) demonstrate strong performance on mathematical problems when prompted with Chain-of-Thought (CoT), yet it remains unclear whether this success stems from search, rote procedures, or rule-consistent reasoning. To address this, we propose modeling CoT as a certain rule-bas…

Cited by 0SourcecodeScholar
2026

Improved high-dimensional estimation with Langevin dynamics and stochastic weight averaging

ICLR 2026poster

Significant recent work has studied the ability of gradient descent to recover a hidden planted direction $\theta^\star \in S^{d-1}$ in different high-dimensional settings, including tensor PCA and single-index models. The key quantity that governs the ability of gradient descent to traverse these l…

Cited by 0SourceScholar
2026

Neural Networks Learn Generic Multi-Index Models Near Information-Theoretic Limit

ICLR 2026poster

In deep learning, a central issue is to understand how neural networks efficiently learn high-dimensional features. To this end, we explore the gradient descent learning of a general Gaussian Multi-index model $f(\boldsymbol{x})=g(\boldsymbol{U}\boldsymbol{x})$ with hidden subspace $\boldsymbol{U}\i…

Cited by 0SourceScholar
2025

Accelerating RL for LLM Reasoning with Optimal Advantage Regression

NeurIPS 2025poster

Reinforcement learning (RL) has emerged as a powerful tool for fine-tuning large language models (LLMs) to improve complex reasoning abilities. However, state-of-the-art policy optimization methods often suffer from high computational overhead and memory consumption, primarily due to the need for mu…

Cited by 0SourcecodeScholar
2025

Correcting the Mythos of KL-Regularization: Direct Alignment without Overoptimization via Chi-Squared Preference Optimization

ICLR 2025spotlight

Language model alignment methods such as reinforcement learning from human feedback (RLHF) have led to impressive advances in language model capabilities, but are limited by a widely observed phenomenon known as *overoptimization*, where the quality of the language model degrades over the course of…

Cited by 13SourcePDFScholar
2025

Deployment Efficient Reward-Free Exploration with Linear Function Approximation

NeurIPS 2025poster

We study deployment-efficient reward-free exploration with linear function approximation, where the goal is to explore a linear Markov Decision Process (MDP) without revealing the reward function, while minimizing the number of distinct policies implemented during learning. By ``deployment efficient…

Cited by 0SourceScholar
2025

Discrepancies are Virtue: Weak-to-Strong Generalization through Lens of Intrinsic Dimension

ICML 2025poster

Weak-to-strong (W2S) generalization is a type of finetuning (FT) where a strong (large) student model is trained on pseudo-labels generated by a weak teacher. Surprisingly, W2S FT often outperforms the weak teacher. We seek to understand this phenomenon through the observation that FT often occurs i…

Cited by 0SourcePDFScholar
2025

Emergence and scaling laws in SGD learning of shallow neural networks

NeurIPS 2025poster

We study the complexity of online stochastic gradient descent (SGD) for learning a two-layer neural network with $P$ neurons on isotropic Gaussian data: $f_*(\boldsymbol{x}) = \sum_{p=1}^P a_p\cdot \sigma(\langle\boldsymbol{x},\boldsymbol{v_p}^{\star}\rangle)$, $\boldsymbol{x} \sim \mathcal{N}(0,\bo…

Cited by 0SourceScholar
2025

Exploiting Structure in Offline Multi-Agent RL: The Benefits of Low Interaction Rank

ICLR 2025poster

We study the problem of learning an approximate equilibrium in the offline multi-agent reinforcement learning (MARL) setting. We introduce a structural assumption---the interaction rank---and establish that functions with low interaction rank are significantly more robust to distribution shift compa…

Cited by 0SourcePDFScholar
2025

How Well Can Transformers Emulate In-Context Newton's Method?

AISTATS 2025poster

Transformer-based models have demonstrated remarkable in-context learning capabilities, prompting extensive research into its underlying mechanisms. Recent studies have suggested that Transformers can implement first-order optimization algorithms for in-context learning and even second order ones fo…

Cited by 0SourceScholar
2025

Learning Hierarchical Polynomials of Multiple Nonlinear Features

ICLR 2025poster

In deep learning theory, a critical question is to understand how neural networks learn hierarchical features. In this work, we study the learning of hierarchical polynomials of multiple nonlinear features using three-layer neural networks. We examine a broad class of functions of the form $f^{\star…

Cited by 0SourcePDFScholar
2025

Metastable Dynamics of Chain-of-Thought Reasoning: Provable Benefits of Search, RL and Distillation

ICML 2025poster

A key paradigm to improve the reasoning capabilities of large language models (LLMs) is to allocate more inference-time compute to search against a verifier or reward model. This process can then be utilized to refine the pretrained model or distill its reasoning patterns into more efficient models.…

Cited by 3SourcePDFScholar
2025

Minimax Optimal Regret Bound for Reinforcement Learning with Trajectory Feedback

ICML 2025poster

In this work, we study reinforcement learning (RL) with trajectory feedback. Compared to the standard RL setting, in RL with trajectory feedback, the agent only observes the accumulative reward along the trajectory, and therefore, this model is particularly suitable for scenarios where querying the…

Cited by 0SourcePDFScholar
2025

Regressing the Relative Future: Efficient Policy Optimization for Multi-turn RLHF

ICLR 2025poster

Large Language Models (LLMs) have achieved remarkable success at tasks like summarization that involve a single turn of interaction. However, they can still struggle with multi-turn tasks like dialogue that require long-term planning. Previous works on multi-turn dialogue extend single-turn reinforc…

2025

Rethinking Addressing in Language Models via Contextualized Equivariant Positional Encoding

ICML 2025poster

Transformers rely on both content-based and position-based addressing mechanisms to make predictions, but existing positional encoding techniques often diminish the effectiveness of position-based addressing. Many current methods enforce rigid patterns in attention maps, limiting the ability to mode…

Cited by 1SourcePDFScholar
2025

The Generative Leap: Tight Sample Complexity for Efficiently Learning Gaussian Multi-Index Models

NeurIPS 2025spotlight

In this work we consider generic Gaussian Multi-index models, in which the labels only depend on the (Gaussian) $d$-dimensional inputs through their projection onto a low-dimensional $r = O_d(1)$ subspace, and we study efficient agnostic estimation procedures for this hidden subspace. We introduce t…

Cited by 0SourceScholar
2025

Transformers Learn to Implement Multi-step Gradient Descent with Chain of Thought

ICLR 2025spotlight

Chain of Thought (CoT) prompting has been shown to significantly improve the performance of large language models (LLMs), particularly in arithmetic and reasoning tasks, by instructing the model to produce intermediate reasoning steps. Despite the remarkable empirical success of CoT and its theoreti…

Cited by 0SourcePDFScholar
2025

Transformers Provably Learn Two-Mixture of Linear Classification via Gradient Flow

ICLR 2025poster

Understanding how transformers learn and utilize hidden connections between tokens is crucial to understand the behavior of large language models. To understand this mechanism, we consider the task of two-mixture of linear classification which possesses a hidden correspondence structure among tokens…

Cited by 0SourcePDFScholar
2025

Understanding Factual Recall in Transformers via Associative Memories

ICLR 2025spotlight

Large language models have demonstrated an impressive ability to perform factual recall. Prior work has found that transformers trained on factual recall tasks can store information at a rate proportional to their parameter count. In our work, we show that shallow transformers can use a combination…

Cited by 7SourcePDFScholar
2025

Understanding Optimization in Deep Learning with Central Flows

ICLR 2025poster

Optimization in deep learning remains poorly understood. A key difficulty is that optimizers exhibit complex oscillatory dynamics, referred to as "edge of stability," which cannot be captured by traditional optimization theory. In this paper, we show that the path taken by an oscillatory optimizer…

Cited by 1SourcePDFScholar
2025

What Makes a Reward Model a Good Teacher? An Optimization Perspective

NeurIPS 2025spotlight

The success of Reinforcement Learning from Human Feedback (RLHF) critically depends on the quality of the reward model. However, while this quality is primarily evaluated through accuracy, it remains unclear whether accuracy fully captures what makes a reward model an effective teacher. We address t…

Cited by 0SourcecodeScholar
2025

What One Cannot, Two Can: Two-Layer Transformers Provably Represent Induction Heads on Any-Order Markov Chains

NeurIPS 2025spotlight

In-context learning (ICL) is a hallmark capability of transformers, through which trained models learn to adapt to new tasks by leveraging information from the input context. Prior work has shown that ICL emerges in transformers due to the presence of special circuits called induction heads. Given…

Cited by 0SourceScholar
2024

BitDelta: Your Fine-Tune May Only Be Worth One Bit

NeurIPS 2024poster

Large Language Models (LLMs) are typically trained in two phases: pre-training on large internet-scale datasets, and fine-tuning for downstream tasks. Given the higher computational demand of pre-training, it is intuitive to assume that fine-tuning adds less new information to the model, and is thus…

2024

Dichotomy of Early and Late Phase Implicit Biases Can Provably Induce Grokking

ICLR 2024poster

Recent work by Power et al. (2022) highlighted a surprising "grokking" phenomenon in learning arithmetic tasks: a neural net first "memorizes" the training set, resulting in perfect training accuracy but near-random test accuracy, and after training for sufficiently longer, it suddenly transitions t…

2024

Learning and Transferring Sparse Contextual Bigrams with Linear Transformers

NeurIPS 2024poster

Transformers have achieved significant success in natural language modeling because of their exceptional capabilities to combine contextual information and global knowledge, yet their theoretical basis remains unclear. In this paper, we first propose Sparse Contextual Bigram (SCB), a natural extensi…

Cited by 2SourcePDFScholar
2024

Medusa: Simple LLM Inference Acceleration Framework with Multiple Decoding Heads

ICML 2024poster

Large Language Models (LLMs) employ auto-regressive decoding that requires sequential computation, with each step reliant on the previous one's output. This creates a bottleneck as each step necessitates moving the full model parameters from High-Bandwidth Memory (HBM) to the accelerator's cache. Wh…

2024

Neural network learns low-dimensional polynomials with SGD near the information-theoretic limit

NeurIPS 2024poster

We study the problem of gradient descent learning of a single-index target function $f_*(\boldsymbol{x}) = \textstyle\sigma_*\left(\langle\boldsymbol{x},\boldsymbol{\theta}\rangle\right)$ under isotropic Gaussian data in $\mathbb{R}^d$, where the unknown link function $\sigma_*:\mathbb{R}\to\mathbb…

Cited by 25SourcePDFScholar
2024

Provable Offline Preference-Based Reinforcement Learning

ICLR 2024spotlight

In this paper, we investigate the problem of offline Preference-based Reinforcement Learning (PbRL) with human feedback where feedback is available in the form of preference between trajectory pairs rather than explicit rewards. Our proposed algorithm consists of two main steps: (1) estimate the imp…

Cited by 41SourcePDFScholar
2024

Provable Reward-Agnostic Preference-Based Reinforcement Learning

ICLR 2024spotlight

Preference-based Reinforcement Learning (PbRL) is a paradigm in which an RL agent learns to optimize a task using pair-wise preference-based feedback over trajectories, rather than explicit reward signals. While PbRL has demonstrated practical success in fine-tuning language models, existing theoret…

Cited by 15SourcePDFScholar
2024

Provably Efficient CVaR RL in Low-rank MDPs

ICLR 2024poster

We study risk-sensitive Reinforcement Learning (RL), where we aim to maximize the Conditional Value at Risk (CVaR) with a fixed risk tolerance $\tau$. Prior theoretical work studying risk-sensitive RL focuses on the tabular Markov Decision Processes (MDPs) setting. To extend CVaR RL to settings w…

Cited by 4SourcePDFScholar
2024

REBEL: Reinforcement Learning via Regressing Relative Rewards

NeurIPS 2024poster

While originally developed for continuous control problems, Proximal Policy Optimization (PPO) has emerged as the work-horse of a variety of reinforcement learning (RL) applications, including the fine-tuning of generative models. Unfortunately, PPO requires multiple heuristics to enable stable conv…

2024

Revisiting Zeroth-Order Optimization for Memory-Efficient LLM Fine-Tuning: A Benchmark

ICML 2024poster

In the evolving landscape of natural language processing (NLP), fine-tuning pre-trained Large Language Models (LLMs) with first-order (FO) optimizers like SGD and Adam has become standard. Yet, as LLMs grow in size, the substantial memory overhead from back-propagation (BP) for FO gradient computati…

2024

Scaling Laws in Linear Regression: Compute, Parameters, and Data

NeurIPS 2024poster

Empirically, large-scale deep learning models often satisfy a neural scaling law: the test error of the trained model improves polynomially as the model size and data size grow. However, conventional wisdom suggests the test error consists of approximation, bias, and variance errors, where the varia…

Cited by 17SourcePDFScholar
2024

Stochastic Zeroth-Order Optimization under Strongly Convexity and Lipschitz Hessian: Minimax Sample Complexity

NeurIPS 2024poster

Optimization of convex functions under stochastic zeroth-order feedback has been a major and challenging question in online learning. In this work, we consider the problem of optimizing second-order smooth and strongly convex functions where the algorithm is only accessible to noisy evaluations of t…

Cited by 1SourcePDFScholar
2024

Teaching Arithmetic to Small Transformers

ICLR 2024poster

Large language models like GPT-4 exhibit emergent capabilities across general-purpose tasks, such as basic arithmetic, when trained on extensive text data, even though these tasks are not explicitly encoded by the unsupervised, next-token prediction objective. This study investigates how even small…

2024

Transformers Provably Learn Sparse Token Selection While Fully-Connected Nets Cannot

ICML 2024poster

The transformer architecture has prevailed in various deep learning settings due to its exceptional capabilities to select and compose structural information. Motivated by these capabilities, Sanford et al. (2023) proposed the *sparse token selection* task, in which transformers excel while fully-co…

Cited by 14SourcePDFScholar
2023

Computationally Efficient PAC RL in POMDPs with Latent Determinism and Conditional Embeddings

ICML 2023poster

We study reinforcement learning with function approximation for large-scale Partially Observable Markov Decision Processes (POMDPs) where the state space and observation space are large or even continuous. Particularly, we consider Hilbert space embeddings of POMDP where the feature of latent states…

Cited by 14SourcePDFScholar
2023

Decentralized Optimistic Hyperpolicy Mirror Descent: Provably No-Regret Learning in Markov Games

ICLR 2023poster

We study decentralized policy learning in Markov games where we control a single agent to play with nonstationary and possibly adversarial opponents. Our goal is to develop a no-regret online learning algorithm that (i) takes actions based on the local information observed by the agent and (ii) is a…

Cited by 12SourcePDFScholar
2023

Fine-Tuning Language Models with Just Forward Passes

NeurIPS 2023oral

Fine-tuning language models (LMs) has yielded success on diverse downstream tasks, but as LMs grow in size, backpropagation requires a prohibitively large amount of memory. Zeroth-order (ZO) methods can in principle estimate gradients using only two forward passes but are theorized to be catastrophi…

2023

Implicit Bias of Gradient Descent for Logistic Regression at the Edge of Stability

NeurIPS 2023spotlight

Recent research has observed that in machine learning optimization, gradient descent (GD) often operates at the edge of stability (EoS) [Cohen et al., 2021], where the stepsizes are set to be large, resulting in non-monotonic losses induced by the GD iterates. This paper studies the convergence and…

Cited by 25SourcePDFScholar
2023

Local Optimization Achieves Global Optimality in Multi-Agent Reinforcement Learning

ICML 2023poster

Policy optimization methods with function approximation are widely used in multi-agent reinforcement learning. However, it remains elusive how to design such algorithms with statistical guarantees. Leveraging a multi-agent performance difference lemma that characterizes the landscape of multi-agent…

2023

Looped Transformers as Programmable Computers

ICML 2023poster

We present a framework for using transformer networks as universal computers by programming them with specific weights and placing them in a loop. Our input sequence acts as a punchcard, consisting of instructions and memory for data read/writes. We demonstrate that a constant number of encoder laye…

Cited by 110SourcePDFScholar
2023

Offline Minimax Soft-Q-learning Under Realizability and Partial Coverage

NeurIPS 2023poster

We consider offline reinforcement learning (RL) where we only have only access to offline data. In contrast to numerous offline RL algorithms that necessitate the uniform coverage of the offline data over state and action space, we propose value-based algorithms with PAC guarantees under partial cov…

Cited by 8SourcePDFScholar
2023

Optimal Sample Complexity Bounds for Non-convex Optimization under Kurdyka-Lojasiewicz Condition

AISTATS 2023poster

Optimization of smooth reward functions under bandit feedback is a long-standing problem in online learning. This paper approaches this problem by studying the convergence under smoothness and Kurdyka-Lojasiewicz conditions. We designed a search-based algorithm that achieves an improved rate compare…

Cited by 2SourcePDFScholar
2023

PAC Reinforcement Learning for Predictive State Representations

ICLR 2023poster

In this paper we study online Reinforcement Learning (RL) in partially observable dynamical systems. We focus on the Predictive State Representations (PSRs) model, which is an expressive model that captures other well-known models such as Partially Observable Markov Decision Processes (POMDP). PSR r…

Cited by 51SourcePDFScholar
2023

Provable Guarantees for Nonlinear Feature Learning in Three-Layer Neural Networks

NeurIPS 2023spotlight

One of the central questions in the theory of deep learning is to understand how neural networks learn hierarchical features. The ability of deep networks to extract salient features is crucial to both their outstanding generalization ability and the modern deep learning paradigm of pretraining and…

Cited by 21SourcePDFScholar
2023

Reward-agnostic Fine-tuning: Provable Statistical Benefits of Hybrid Reinforcement Learning

NeurIPS 2023poster

This paper studies tabular reinforcement learning (RL) in the hybrid setting, which assumes access to both an offline dataset and online interactions with the unknown environment. A central question boils down to how to efficiently utilize online data to strengthen and complement the offline dataset…

Cited by 15SourcePDFScholar
2023

Sample Complexity for Quadratic Bandits: Hessian Dependent Bounds and Optimal Algorithms

NeurIPS 2023poster

In stochastic zeroth-order optimization, a problem of practical relevance is understanding how to fully exploit the local geometry of the underlying objective function. We consider a fundamental setting in which the objective function is quadratic, and provide the first tight characterization of the…

Cited by 2SourcePDFScholar
2023

Self-Stabilization: The Implicit Bias of Gradient Descent at the Edge of Stability

ICLR 2023poster

Traditional analyses of gradient descent show that when the largest eigenvalue of the Hessian, also known as the sharpness $S(\theta)$, is bounded by $2/\eta$, training is "stable" and the training loss decreases monotonically. Recent works, however, have observed that this assumption does not hold…

2023

Smoothing the Landscape Boosts the Signal for SGD: Optimal Sample Complexity for Learning Single Index Models

NeurIPS 2023oral

We focus on the task of learning a single index model $\sigma(w^\star \cdot x)$ with respect to the isotropic Gaussian distribution in $d$ dimensions. Prior work has shown that the sample complexity of learning $w^\star$ is governed by the information exponent $k^\star$ of the link function $\sigma$…

Cited by 51SourcePDFScholar
2023

Understanding Incremental Learning of Gradient Descent: A Fine-grained Analysis of Matrix Sensing

ICML 2023poster

It is believed that Gradient Descent (GD) induces an implicit bias towards good generalization in training machine learning models. This paper provides a fine-grained analysis of the dynamics of GD for the matrix sensing problem, whose goal is to recover a low-rank ground-truth matrix from near-isot…

Cited by 41SourcePDFScholar
2022

Competitive Multi-Agent Reinforcement Learning with Self-Supervised Representation

ICASSP 2022accepted

We present MASRL: Competitive Multi-Agent Self-supervised representations for Reinforcement Learning in the multi-agent competitive environment. MASRL introduces a simple but effective self-supervised task: predicting a learning agent’s opponent’s future move. In doing this, the agent learns a stron…

Cited by 0SourceScholar
2022

From Gradient Flow on Population Loss to Learning with Stochastic Gradient Descent

NeurIPS 2022accept

Stochastic Gradient Descent (SGD) has been the method of choice for learning large-scale non-convex models. While a general analysis of when SGD works has been elusive, there has been a lot of recent progress in understanding the convergence of Gradient Flow (GF) on the population loss, partly due…

Cited by 10SourcePDFScholar
2022

Identifying good directions to escape the NTK regime and efficiently learn low-degree plus sparse polynomials

NeurIPS 2022accept

A recent goal in the theory of deep learning is to identify how neural networks can escape the “lazy training,” or Neural Tangent Kernel (NTK) regime, where the network is coupled with its first order Taylor expansion at initialization. While the NTK is minimax optimal for learning dense polynomials…

2022

Implicit Bias of Gradient Descent on Reparametrized Models: On Equivalence to Mirror Descent

NeurIPS 2022accept

As part of the effort to understand implicit bias of gradient descent in overparametrized models, several results have shown how the training trajectory on the overparametrized model can be understood as mirror descent on a different objective. The main result here is a complete characterization of…

Cited by 33SourcePDFScholar
2022

On the Effective Number of Linear Regions in Shallow Univariate ReLU Networks: Convergence Guarantees and Implicit Bias

NeurIPS 2022accept

We study the dynamics and implicit bias of gradient flow (GF) on univariate ReLU neural networks with a single hidden layer in a binary classification setting. We show that when the labels are determined by the sign of a target network with $r$ neurons, with high probability over the initialization…

Cited by 37SourcePDFScholar
2022

Provably Efficient Reinforcement Learning in Partially Observable Dynamical Systems

NeurIPS 2022accept

We study Reinforcement Learning for partially observable systems using function approximation. We propose a new PO-bilinear framework, that is general enough to include models such as undercomplete tabular Partially Observable Markov Decision Processes (POMDPs), Linear Quadratic Gaussian (LQG), Pred…

Cited by 41SourcePDFScholar
2022

Towards General Function Approximation in Zero-Sum Markov Games

ICLR 2022poster

This paper considers two-player zero-sum finite-horizon Markov games with simultaneous moves. The study focuses on the challenging settings where the value function or the model is parameterized by general function classes. Provably efficient algorithms for both decoupled and coordinated settings ar…

Cited by 58SourcePDFScholar
2021

Few-Shot Learning via Learning the Representation, Provably

ICLR 2021poster

This paper studies few-shot learning via representation learning, where one uses $T$ source tasks with $n_1$ data per task to learn a representation in order to reduce the sample complexity of a target task for which there is only $n_2 (\ll n_1)$ data. Specifically, we focus on the setting where the…

Cited by 305SourcePDFScholar
2021

Going Beyond Linear RL: Sample Efficient Neural Function Approximation

NeurIPS 2021poster

Deep Reinforcement Learning (RL) powered by neural net approximation of the Q function has had enormous empirical success. While the theory of RL has traditionally focused on linear function approximation (or eluder dimension) approaches, little is known about nonlinear RL with neural net approximat…

Cited by 10SourcePDFScholar
2021

Optimal Gradient-based Algorithms for Non-concave Bandit Optimization

NeurIPS 2021poster

Bandit problems with linear or concave reward have been extensively studied, but relatively few works have studied bandits with non-concave reward. This work considers a large family of bandit problems where the unknown underlying reward function is non-concave, including the low-rank generalized li…

Cited by 18SourcePDFScholar
2021

Predicting What You Already Know Helps: Provable Self-Supervised Learning

NeurIPS 2021poster

Self-supervised representation learning solves auxiliary prediction tasks (known as pretext tasks), that do not require labeled data, to learn semantic representations. These pretext tasks are created solely using the input features, such as predicting a missing image patch, recovering the color cha…

Cited by 218SourcePDFScholar
2016

L1-regularized Neural Networks are Improperly Learnable in Polynomial Time

ICML 2016poster

We study the improper learning of multi-layer neural networks. Suppose that the neural network to be learned has k hidden layers and that the \ell_1-norm of the incoming weights of any neuron is bounded by L. We present a kernel-based method, such that with probability at least 1 - δ, it learns a pr…

Cited by 128SourcePDFScholar