← Search

Jordan T. Ash

13 accepted papers

2026

Representation-Based Exploration for Language Models: From Test-Time to Post-Training

ICLR 2026poster

Reinforcement learning (RL) promises to expand the capabilities of language models, but it is unclear if current RL techniques promote the discovery of novel behaviors, or simply sharpen those already present in the base model. In this paper, we investigate the value of deliberate exploration---expl…

Cited by 0SourcecodeScholar
2026

The Coverage Principle: How Pre-Training Enables Post-Training

ICLR 2026oral

Language models demonstrate remarkable abilities when pre-trained on large text corpora and fine-tuned for specific tasks, but how and why pre-training shapes the success of the final model remains poorly understood. Notably, although pre-training success is often quantified by cross entropy loss, c…

Cited by 0SourceScholar
2025

On the Query Complexity of Verifier-Assisted Language Generation

ICML 2025poster

Recently, a plethora of works have proposed inference-time algorithms (e.g. best-of-n), which incorporate verifiers to assist the generation process. Their quality-efficiency trade-offs have been empirically benchmarked on a variety of constrained generation tasks, but the algorithmic design landsca…

Cited by 1SourcePDFScholar
2025

Self-Improvement in Language Models: The Sharpening Mechanism

ICLR 2025oral

Recent work in language modeling has raised the possibility of “self-improvement,” where an LLM evaluates and refines its own generations to achieve higher performance without external feedback. It is impossible for this self-improvement to create information that is not already in the model, so why…

Cited by 5SourcePDFScholar
2024

The Truth is in There: Improving Reasoning in Language Models with Layer-Selective Rank Reduction

ICLR 2024poster

Transformer-based Large Language Models (LLMs) have become a fixture in modern machine learning. Correspondingly, significant resources are allocated towards research that aims to further advance this technology, typically resulting in models of increasing size that are trained on increasing amounts…

2023

Exposing Attention Glitches with Flip-Flop Language Modeling

NeurIPS 2023spotlight

Why do large language models sometimes output factual inaccuracies and exhibit erroneous reasoning? The brittleness of these models, particularly when executing long chains of reasoning, currently seems to be an inevitable price to pay for their advanced capabilities of coherently synthesizing knowl…

Cited by 51SourcePDFScholar
2023

Streaming Active Learning with Deep Neural Networks

ICML 2023poster

Active learning is perhaps most naturally posed as an online learning problem. However, prior active learning approaches with deep neural networks assume offline access to the entire dataset ahead of time. This paper proposes VeSSAL, a new algorithm for batch active learning with deep neural network…

2023

Transformers Learn Shortcuts to Automata

ICLR 2023top-5%

Algorithmic reasoning requires capabilities which are most naturally understood through recurrent models of computation, like the Turing machine. However, Transformer models, while lacking recurrence, are able to perform such reasoning using far fewer layers than the number of reasoning steps. This…

Cited by 213SourcePDFScholar
2022

Anti-Concentrated Confidence Bonuses For Scalable Exploration

ICLR 2022poster

Intrinsic rewards play a central role in handling the exploration-exploitation tradeoff when designing sequential decision-making algorithms, in both foundational theory and state-of-the-art deep reinforcement learning. The LinUCB algorithm, a centerpiece of the stochastic linear bandits literature,…

Cited by 13SourcePDFScholar
2021

Gone Fishing: Neural Active Learning with Fisher Embeddings

NeurIPS 2021poster

There is an increasing need for effective active learning algorithms that are compatible with deep neural networks. This paper motivates and revisits a classic, Fisher-based active selection objective, and proposes BAIT, a practical, tractable, and high-performing algorithm that makes it viable for…

Cited by 93SourcePDFScholar
2020

Deep Batch Active Learning by Diverse, Uncertain Gradient Lower Bounds

ICLR 2020talk

We design a new algorithm for batch active learning with deep neural network models. Our algorithm, Batch Active learning by Diverse Gradient Embeddings (BADGE), samples groups of points that are disparate and high-magnitude when represented in a hallucinated gradient space, a strategy designed to i…

Cited by 957SourcecodeScholar
2019

End-to-end Training of Deep Probabilistic CCA on Paired Biomedical Observations

UAI 2019poster

Medical pathology images are visually evaluated by experts for disease diagnosis, but the connection between image features and the state of the cells in an image is typically unknown. To understand this relationship, we develop a multimodal modeling and inference framework that estimates shared lat…