← Search

Jianyu Zhang

11 accepted papers

2026

Enhancing Neural Theorem Proving via High-Quality Proof Selection and Verifier Feedback

ICML 2026poster

Recent advances in large language models have accelerated neural theorem proving (NTP). Isabelle is a mature and important formal theorem prover that has been widely used in software and hardware verification. However, progress in the Isabelle setting remains limited. Existing approaches either opti…

Cited by 0SourceScholar
2026

Local Intrinsic Dimension of Representations Predicts Alignment and Generalization in AI Models and Human Brain

ICML 2026poster

Recent work has found that neural networks with stronger generalization tend to exhibit higher representational alignment with one another across architectures and training paradigms. In this work, we show that models with stronger generalization also align more strongly with human neural activity. …

Cited by 0SourceScholar
2026

Understanding Generalization from Embedding Dimension and Distributional Convergence

ICML 2026poster

Deep neural networks often generalize well despite heavy over-parameterization, challenging classical parameter-based analyses. We study generalization from a representation-centric perspective and analyze how the geometry of learned embeddings controls predictive performance for a fixed trained mod…

Cited by 0SourceScholar
2025

MagicPIG: LSH Sampling for Efficient LLM Generation

ICLR 2025spotlight

Large language models (LLMs) with long context windows have gained significant attention. However, the KV cache, stored to avoid re-computation, becomes a bottleneck. Various dynamic sparse or TopK-based attention approximation methods have been proposed to leverage the common insight that attention…

2025

Memory Mosaics at scale

NeurIPS 2025oral

Memory Mosaics, networks of associative memories, have demonstrated appealing compositional and in-context learning capabilities on medium-scale networks (GPT-2 scale) and synthetic small datasets. This work shows that these favorable properties remain when we scale memory mosaics to large language…

Cited by 0SourceScholar
2023

Model Ratatouille: Recycling Diverse Models for Out-of-Distribution Generalization

ICML 2023poster

Foundation models are redefining how AI systems are built. Practitioners now follow a standard procedure to build their machine learning solutions: from a pre-trained foundation model, they fine-tune the weights on the target task of interest. So, the Internet is swarmed by a handful of foundation m…

2022

Rich Feature Construction for the Optimization-Generalization Dilemma

ICML 2022spotlight

There often is a dilemma between ease of optimization and robust out-of-distribution (OoD) generalization. For instance, many OoD methods rely on penalty terms whose optimization is challenging. They are either too strong to optimize reliably or too weak to achieve their goals. We propose to initial…