CLAICCMar 12, 2024

Simulating Weighted Automata over Sequences and Trees with Transformers

arXiv:2403.09728v15 citationsh-index: 13AISTATS
Originality Incremental advance
AI Analysis

This provides theoretical insights into transformer reasoning for researchers in NLP and machine learning, though it is incremental as it builds on prior work on simulating deterministic finite automata.

The paper tackles the problem of understanding the computational capabilities of transformers by showing they can simulate weighted finite automata (WFAs) and weighted tree automata (WTAs), with formal proofs and empirical validation via synthetic experiments.

Transformers are ubiquitous models in the natural language processing (NLP) community and have shown impressive empirical successes in the past few years. However, little is understood about how they reason and the limits of their computational capabilities. These models do not process data sequentially, and yet outperform sequential neural models such as RNNs. Recent work has shown that these models can compactly simulate the sequential reasoning abilities of deterministic finite automata (DFAs). This leads to the following question: can transformers simulate the reasoning of more complex finite state machines? In this work, we show that transformers can simulate weighted finite automata (WFAs), a class of models which subsumes DFAs, as well as weighted tree automata (WTA), a generalization of weighted automata to tree structured inputs. We prove these claims formally and provide upper bounds on the sizes of the transformer models needed as a function of the number of states the target automata. Empirically, we perform synthetic experiments showing that transformers are able to learn these compact solutions via standard gradient-based training.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes