Decomposing LLM Computation with Jets
Abstract
Large language models are becoming general knowledge engines for diverse applications. However, their computations are deeply entangled after training, resisting modularization which complicates interpretability, auditing, and long-term maintenance. We introduce Jet Expansions, a framework for expanding computational graphs using jet operators that generalize truncated Taylor series. Our method systematically decomposes language models into explicit input-to-output computational paths and complementary remainders. This functional decomposition provides a principled, knife-like operator for cutting through entanglement in LLMs, enabling scalable model inspection. We demonstrate how Jet Expansions ground and subsume the popular interpretability technique Logit Lens, reveal a (super-)exponential path structure with respect to recursive residual depth, and support several interpretability applications, including sketching a transformer language model with $n$-gram statistics extracted from its computations and indexing model toxicity levels *without* curated benchmarks.
Cite
Text
Chen et al. "Decomposing LLM Computation with Jets." International Conference on Learning Representations, 2026.Markdown
[Chen et al. "Decomposing LLM Computation with Jets." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/chen2026iclr-decomposing/)BibTeX
@inproceedings{chen2026iclr-decomposing,
title = {{Decomposing LLM Computation with Jets}},
author = {Chen, Yihong and Xu, Xiangxiang and Stenetorp, Pontus and Riedel, Sebastian and Franceschi, Luca},
booktitle = {International Conference on Learning Representations},
year = {2026},
url = {https://mlanthology.org/iclr/2026/chen2026iclr-decomposing/}
}