Learning Elementary Cellular Automata with Transformers
Mikhail Burtsev
TL;DR
The paper investigates whether Transformers can learn abstract, generalizable rules of Elementary Cellular Automata ($ECAs$). Using a dataset with $W=20$, $r=2$, and $T=20$, plus four predictive tasks (O-S, O-O, O-SR, RO-S) and unseen test rules, the authors study rule inference and short- versus long-horizon forecasting. They find that next-state prediction generalizes across Boolean functions of arity $5$, but longer-horizon planning requires additional context or explicit rule representations; depth growth is necessary for extended sequential reasoning. The results suggest training strategies for longer-horizon reasoning in LLMs, including recurrence and adaptive computation time to improve planning and rule-based generalization.
Abstract
Large Language Models demonstrate remarkable mathematical capabilities but at the same time struggle with abstract reasoning and planning. In this study, we explore whether Transformers can learn to abstract and generalize the rules governing Elementary Cellular Automata. By training Transformers on state sequences generated with random initial conditions and local rules, we show that they can generalize across different Boolean functions of fixed arity, effectively abstracting the underlying rules. While the models achieve high accuracy in next-state prediction, their performance declines sharply in multi-step planning tasks without intermediate context. Our analysis reveals that including future states or rule prediction in the training loss enhances the models' ability to form internal representations of the rules, leading to improved performance in longer planning horizons and autoregressive generation. Furthermore, we confirm that increasing the model's depth plays a crucial role in extended sequential computations required for complex reasoning tasks. This highlights the potential to improve LLM with inclusion of longer horizons in loss function, as well as incorporating recurrence and adaptive computation time for dynamic control of model depth.
