← Search

Jack Merullo

9 accepted papers

2026

Disentangling a Large Language Model’s Computation from its Chain-of-Thought

ICML 2026poster

Do the chains of thought (CoT) of reasoning Large Language Models (LLMs) reflect their internal computation? In this paper, we provide evidence of \textit{performative} CoT, where a model becomes strongly confident in its final answer, but continues generating excess tokens without revealing its int…

Cited by 0SourceScholar
2025

Dual Process Learning: Controlling Use of In-Context vs. In-Weights Strategies with Weight Forgetting

ICLR 2025poster

Language models have the ability to perform in-context learning (ICL), allowing them to flexibly adapt their behavior based on context. This contrasts with in-weights learning (IWL), where memorized information is encoded in model parameters after iterated observations of data. An ideal model shoul…

Cited by 6SourcePDFScholar
2025

On Linear Representations and Pretraining Data Frequency in Language Models

ICLR 2025poster

Pretraining data has a direct impact on the behaviors and quality of language models (LMs), but we only understand the most basic principles of this relationship. While most work focuses on pretraining data's effect on downstream task behavior, we investigate its relationship to LM representations.…

Cited by 0SourcePDFScholar
2025

Transferring Linear Features Across Language Models With Model Stitching

NeurIPS 2025spotlight

In this work, we demonstrate that affine mappings between residual streams of language models is a cheap way to effectively transfer represented features between models. We apply this technique to transfer the \textit{weights} of Sparse Autoencoders (SAEs) between models of different sizes to compar…

Cited by 0SourceScholar
2024

Circuit Component Reuse Across Tasks in Transformer Language Models

ICLR 2024spotlight

Recent work in mechanistic interpretability has shown that behaviors in language models can be successfully reverse-engineered through circuit analysis. A common criticism, however, is that each circuit is task-specific, and thus such analysis cannot contribute to understanding the models at a highe…

2024

Language Models Implement Simple Word2Vec-style Vector Arithmetic

NAACL 2024long

A primary criticism towards language models (LMs) is their inscrutability. This paper presents evidence that, despite their size and complexity, LMs sometimes exploit a simple vector arithmetic style mechanism to solve some relational tasks using regularities encoded in the hidden space of the model…

2024

Talking Heads: Understanding Inter-Layer Communication in Transformer Language Models

NeurIPS 2024poster

Although it is known that transformer language models (LMs) pass features from early layers to later layers, it is not well understood how this information is represented and routed by the model. We analyze a mechanism used in two LMs to selectively inhibit items in a context in one task, and find t…

Cited by 10SourcePDFScholar
2023

Linearly Mapping from Image to Text Space

ICLR 2023poster

The extent to which text-only language models (LMs) learn to represent the physical, non-linguistic world is an open question. Prior work has shown that pretrained LMs can be taught to ``understand'' visual inputs when the models' parameters are updated on image captioning tasks. We test a stronger…