paper-with-me

홈 › Papers

Transformers are Inherently Succinct

2025-10-22 · Pascal Bergsträßer, Ryan Cotterell, Anthony W. Lin arxiv

We study succinctness as a measure of the expressive power of transformers. Succinctness -- how compactly a formalism can describe a language relative to other formalisms -- is a classical notion in logic and automata theory. We prove that fixed-precision transformers are remarkably succinct: they can be exponentially more succinct than both linear temporal logic (LTL) and recurrent neural networks, and, by extension, state-space models, and doubly exponentially more succinct than finite automata. In other words, there exist families of languages describable by polynomial-size transformers whose smallest equivalent LTL formula or recurrent neural network is exponentially large, and whose smallest equivalent automaton is doubly exponentially large. We also establish matching upper bounds, showing that any fixed-precision transformer can be converted to an LTL formula with at most an exponential blow-up -- improving a prior doubly exponential translation. As a consequence of this succinctness, we show that basic verification problems for transformers, such as emptiness and equivalence, are provably intractable: specifically, EXPSPACE-complete.

📄 PDF Abstract BibTeX arXiv:2510.19315

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning to Fuse Sentences with Transformers for Summarization

2020-10-08 · EMNLP 2020 11 · Logan Lebanoff, Franck Dernoncourt, Doo Soon Kim, Lidan Wang 외

The ability to fuse sentences is highly attractive for summarization systems because it is an essential step to produce succinct abstracts. However, to date, summarizers can fail on fusing sentences. They tend to produce…

SentenceSentence Fusion

Summarizing Data Succinctly with the Most Informative Itemsets

2019-04-25 · Michael Mampaey, Jilles Vreeken, Nikolaj Tatti

Knowledge discovery from data is an inherently iterative process. That is, what we know about the data greatly determines our expectations, and therefore, what results we would find interesting and/or surprising. Given n…

Descriptive

Chain of Thought Empowers Transformers to Solve Inherently Serial Problems

2024-02-20 · Zhiyuan Li, Hong Liu, Denny Zhou, Tengyu Ma

Instructing the model to generate a sequence of intermediate steps, a.k.a., a chain of thought (CoT), is a highly effective method to improve the accuracy of large language models (LLMs) on arithmetics and symbolic reaso…

Decoder

Variable Shift SDD: A More Succinct Sentential Decision Diagram

2020-04-06 · Kengo Nakamura, Shuhei Denzumi, Masaaki Nishino

The Sentential Decision Diagram (SDD) is a tractable representation of Boolean functions that subsumes the famous Ordered Binary Decision Diagram (OBDD) as a strict subset. SDDs are attracting much attention because they…

Generative Long-form Question Answering: Relevance, Faithfulness and Succinctness

2022-11-15 · Dan Su

In this thesis, we investigated the relevance, faithfulness, and succinctness aspects of Long Form Question Answering (LFQA). LFQA aims to generate an in-depth, paragraph-length answer for a given question, to help bridg…

FormLong Form Question AnsweringQuestion Answering