SEAIJul 21, 2025

StackTrans: From Large Language Model to Large Pushdown Automata Model

Peking U
arXiv:2507.15343v2h-index: 19Has Code
Originality Incremental advance
AI Analysis

This addresses a fundamental limitation in LLMs for tasks requiring structured reasoning, though it is an incremental improvement over existing methods.

The paper tackles the Transformer architecture's inability to capture Chomsky hierarchy structures like deterministic context-free grammars by proposing StackTrans, which incorporates hidden state stacks between layers, and results in a 360M parameter model outperforming larger LLMs with 2-3x more parameters on benchmarks.

The Transformer architecture has emerged as a landmark advancement within the broad field of artificial intelligence, effectively catalyzing the advent of large language models (LLMs). However, despite its remarkable capabilities and the substantial progress it has facilitated, the Transformer architecture still has some limitations. One such intrinsic limitation is its inability to effectively capture the Chomsky hierarchy, such as regular expressions or deterministic context-free grammars. Drawing inspiration from pushdown automata, which efficiently resolve deterministic context-free grammars using stacks, we propose StackTrans to address the aforementioned issue within LLMs. Unlike previous approaches that modify the attention computation, StackTrans explicitly incorporates hidden state stacks between Transformer layers. This design maintains compatibility with existing frameworks like flash-attention. Specifically, our design features stack operations -- such as pushing and popping hidden states -- that are differentiable and can be learned in an end-to-end manner. Our comprehensive evaluation spans benchmarks for both Chomsky hierarchies and large-scale natural languages. Across these diverse tasks, StackTrans consistently outperforms standard Transformer models and other baselines. We have successfully scaled StackTrans up from 360M to 7B parameters. In particular, our from-scratch pretrained model StackTrans-360M outperforms several larger open-source LLMs with 2-3x more parameters, showcasing its superior efficiency and reasoning capability.

Foundations

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

Your Notes