← Search

Michael Hahn

20 accepted papers

2026

A Framework for Understanding Learnability in Transformers

ICML 2026poster

Transformers consistently fail to learn certain simple functions such as Parity---which returns whether the input has an even number of ones---even when they can provably compute them with specific parameter settings. This gap between *learnability* and *expressivity* is particularly prominent for s…

Cited by 0SourceScholar
2026

Benefits and Limitations of Communication in Multi-Agent Reasoning

ICLR 2026poster

Chain-of-thought prompting has popularized step-by-step reasoning in large language models, yet model performance still degrades as problem complexity and context length grow. By decomposing difficult tasks with long contexts into shorter, manageable ones, recent multi-agent paradigms offer a promis…

Cited by 0SourcecodeScholar
2026

Decomposing Representation Space into Interpretable Subspaces with Unsupervised Learning

ICLR 2026poster

Understanding internal representations of neural models is a core interest of mechanistic interpretability. Due to its large dimensionality, the representation space can encode various aspects about inputs. To what extent are different aspects organized and encoded in separate subspaces? Is it possi…

Cited by 0SourcecodeScholar
2026

Discovering Interpretable Algorithms by Decompiling Transformers to RASP

ICML 2026poster

Recent work has shown that the computations of Transformers can be simulated in the RASP family of programming languages. These findings have enabled improved understanding of the expressive capacity and generalization abilities of Transformers. In particular, Transformers have been suggested to len…

Cited by 0SourceScholar
2026

How Few-Shot Examples Add Up: A Causal Decomposition of Function Vectors in In-Context Learning

ICML 2026poster

In-context learning (ICL) excels at new tasks from minimal examples, yet we still lack a mechanistic explanation of how few-shot prompts shape a model’s function vector (FV)--a causal activation direction that drives task behavior on the ICL query. Across tasks and models, an $n$-shot FV is well-app…

Cited by 0SourceScholar
2026

On the Ability of Transformers to Verify Plans

ICML 2026poster

Transformers have shown inconsistent success in AI planning tasks, and theoretical understanding of when generalization should be expected has been limited. We take important steps towards addressing this gap by analyzing the ability of decoder-only models to verify whether a given plan correctly so…

Cited by 0SourceScholar
2026

Understanding the Emergence of Seemingly Useless Features in Next-Token Predictors

ICLR 2026poster

Trained Transformers have been shown to compute abstract features that appear redundant for predicting the immediate next token. We identify which components of the gradient signal from the next-token prediction objective give rise to this phenomenon, and we propose a method to estimate the influenc…

Cited by 0SourcecodeScholar
2025

A Formal Framework for Understanding Length Generalization in Transformers

ICLR 2025poster

A major challenge for transformers is generalizing to sequences longer than those observed during training. While previous works have empirically shown that transformers can either succeed or fail at length generalization depending on the task, theoretical understanding of this phenomenon remains li…

2025

Born a Transformer -- Always a Transformer? On the Effect of Pretraining on Architectural Abilities

NeurIPS 2025poster

Transformers have theoretical limitations in modeling certain sequence-to-sequence tasks, yet it remains largely unclear if these limitations play a role in large-scale pretrained LLMs, or whether LLMs might effectively overcome these constraints in practice due to the scale of both the models thems…

Cited by 0SourceScholar
2025

Language models can learn implicit multi-hop reasoning, but only if they have lots of training data

EMNLP 2025

Implicit reasoning is the ability of a language model to solve multi-hop reasoning tasks in a single forward pass, without chain of thought.We investigate this capability using GPT2-style language models trained from scratch on controlled k -hop reasoning datasets ( k = 2, 3, 4 ). We show that while

2025

Lower Bounds for Chain-of-Thought Reasoning in Hard-Attention Transformers

ICML 2025poster

Chain-of-thought reasoning and scratchpads have emerged as critical tools for enhancing the computational capabilities of transformers. While theoretical results show that polynomial-length scratchpads can extend transformers' expressivity from $TC^0$ to $PTIME$, their required length remains poorly…

Cited by 2SourcePDFScholar
2024

InversionView: A General-Purpose Method for Reading Information from Neural Activations

NeurIPS 2024poster

The inner workings of neural networks can be better understood if we can fully decipher the information encoded in neural activations. In this paper, we argue that this information is embodied by the subset of inputs that give rise to similar activations. We propose InversionView, which allows us t…

2024

More frequent verbs are associated with more diverse valency frames: Efficient principles at the lexicon-grammar interface

ACL 2024long

A substantial body of work has provided evidence that the lexicons of natural languages are organized to support efficient communication. However, existing work has largely focused on word-internal properties, such as Zipf’s observation that more frequent words are optimized in form to minimize comm…

Cited by 0SourcePDFScholar
2024

Separations in the Representational Capabilities of Transformers and Recurrent Architectures

NeurIPS 2024poster

Transformer architectures have been widely adopted in foundation models. Due to their high inference costs, there is renewed interest in exploring the potential of efficient recurrent architectures (RNNs). In this paper, we analyze the differences in the representational capabilities of Transformers…

Cited by 7SourcePDFScholar
2024

The Expressive Capacity of State Space Models: A Formal Language Perspective

NeurIPS 2024poster

Recently, recurrent models based on linear state space models (SSMs) have shown promising performance in language modeling (LM), competititve with transformers. However, there is little understanding of the in-principle abilities of such models, which could provide useful guidance to the search for…

Cited by 3SourcePDFScholar
2021

An Information-Theoretic Characterization of Morphological Fusion

EMNLP 2021main

Linguistic typology generally divides synthetic languages into groups based on their morphological fusion. However, this measure has long been thought to be best considered a matter of degree. We present an information-theoretic measure, called informational fusion, to quantify the degree of fusion…