Transformers Use Causal World Models in Maze-Solving Tasks
Alex F. Spies, William Edwards, Michael I. Ivanitskiy, Adrians Skapars, Tilman Räuker, Katsumi Inoue, Alessandra Russo, Murray Shanahan
TL;DR
Transformers solving maze tasks develop structured world models that reflect the environment's connectivity. The authors combine early-layer connectivity-attention analysis with sparse autoencoders (SAEs) trained on the residual stream to identify causal, disentangled WM features and validate them through targeted interventions. They show an asymmetry in interventions, with activating features more effective than removing them, and reveal a compositional code in the latent WM representations influenced by positional embeddings. The results demonstrate that SAEs reveal WM features missed by linear probes, enabling steerability of sequential planners and offering new insights for interpretability and safety in AI systems.
Abstract
Recent studies in interpretability have explored the inner workings of transformer models trained on tasks across various domains, often discovering that these networks naturally develop highly structured representations. When such representations comprehensively reflect the task domain's structure, they are commonly referred to as "World Models" (WMs). In this work, we identify WMs in transformers trained on maze-solving tasks. By using Sparse Autoencoders (SAEs) and analyzing attention patterns, we examine the construction of WMs and demonstrate consistency between SAE feature-based and circuit-based analyses. By subsequently intervening on isolated features to confirm their causal role, we find that it is easier to activate features than to suppress them. Furthermore, we find that models can reason about mazes involving more simultaneously active features than they encountered during training; however, when these same mazes (with greater numbers of connections) are provided to models via input tokens instead, the models fail. Finally, we demonstrate that positional encoding schemes appear to influence how World Models are structured within the model's residual stream.
