← Search

Henry Conklin

5 accepted papers

2026

Learning is Forgetting; LLM Training As Lossy Compression

ICLR 2026poster

Despite the increasing prevalence of large language models (LLMs), we still have a limited understanding of how their representational spaces are structured. This limits our ability to interpret how and what they learn or relate them to learning in humans. We argue LLMs are best seen as an instance…

Cited by 0SourcecodeScholar
2025

Causal Head Gating: A Framework for Interpreting Roles of Attention Heads in Transformers

NeurIPS 2025poster

We present causal head gating (CHG), a scalable method for interpreting the functional roles of attention heads in transformer models. CHG learns soft gates over heads and assigns them a causal taxonomy—facilitating, interfering, or irrelevant—based on their impact on task performance. Unlike prior…

Cited by 0SourceScholar
2024

Compositional Generalization Across Distributional Shifts with Sparse Tree Operations

NeurIPS 2024spotlight

Neural networks continue to struggle with compositional generalization, and this issue is exacerbated by a lack of massive pre-training. One successful approach for developing neural systems which exhibit human-like compositional generalization is $\textit{hybrid}$ neurosymbolic techniques. However,…