← Search

Jikai Jin

10 accepted papers

2026

Prescriptive Scaling Reveals the Evolution of Language Model Capabilities

ICML 2026oral

For deploying foundation models, practitioners increasingly need prescriptive scaling laws: given a pre-training compute budget, what downstream accuracy is attainable with contemporary post-training practice, and how stable is that mapping as the field evolves? Using large-scale observational evalu…

Cited by 0SourceScholar
2025

It’s Hard to Be Normal: The Impact of Noise on Structure-agnostic Estimation

NeurIPS 2025poster

Structure-agnostic causal inference studies the statistical limits of treatment effect estimation, when given access to black-box ML models that estimate nuisance components of the data generating process, such as estimates of the outcome regression and the treatment propensity. Here, we find that t…

Cited by 0SourceScholar
2025

Solving Inequality Proofs with Large Language Models

NeurIPS 2025spotlight

Inequality proving, crucial across diverse scientific and mathematical fields, tests advanced reasoning skills such as discovering tight bounds and strategic theorem application. This makes it a distinct, demanding frontier for large language models (LLMs), offering insights beyond general mathemati…

Cited by 0SourcecodeScholar
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 Linear Causal Representations from General Environments: Identifiability and Intrinsic Ambiguity

NeurIPS 2024spotlight

We study causal representation learning, the task of recovering high-level latent variables and their causal relationships in the form of a causal graph from low-level observed data (such as text and images), assuming access to observations generated from multiple environments. Prior results on the…

Cited by 0SourcePDFScholar
2023

Minimax Optimal Kernel Operator Learning via Multilevel Training

ICLR 2023top-25%

Learning mappings between infinite-dimensional function spaces have achieved empirical success in many disciplines of machine learning, including generative modeling, functional data analysis, causal inference, and multi-agent reinforcement learning. In this paper, we study the statistical limit of…

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

Why Robust Generalization in Deep Learning is Difficult: Perspective of Expressive Power

NeurIPS 2022accept

It is well-known that modern neural networks are vulnerable to adversarial examples. To mitigate this problem, a series of robust learning algorithms have been proposed. However, although the robust training error can be near zero via some methods, all existing algorithms lead to a high robust gener…

Cited by 39SourcePDFScholar
2021

Non-convex Distributionally Robust Optimization: Non-asymptotic Analysis

NeurIPS 2021poster

Distributionally robust optimization (DRO) is a widely-used approach to learn models that are robust against distribution shift. Compared with the standard optimization setting, the objective function in DRO is more difficult to optimize, and most of the existing theoretical results make strong assu…

Cited by 60SourcePDFScholar
2020

Improved Analysis of Clipping Algorithms for Non-convex Optimization

NeurIPS 2020poster

Gradient clipping is commonly used in training deep neural networks partly due to its practicability in relieving the exploding gradient problem. Recently, \citet{zhang2019gradient} show that clipped (stochastic) Gradient Descent (GD) converges faster than vanilla GD via introducing a new assumpt…