paper-with-me

홈 › Papers

The Parallelism Tradeoff: Limitations of Log-Precision Transformers

2022-07-02 · William Merrill, Ashish Sabharwal

Despite their omnipresence in modern NLP, characterizing the computational power of transformer neural nets remains an interesting open question. We prove that transformers whose arithmetic precision is logarithmic in the number of input tokens (and whose feedforward nets are computable using space linear in their input) can be simulated by constant-depth logspace-uniform threshold circuits. This provides insight on the power of transformers using known results in complexity theory. For example, if $\mathsf L \neq \mathsf P$ (i.e., not all poly-time problems can be solved using logarithmic space), then transformers cannot even accurately solve linear equalities or check membership in an arbitrary context-free grammar with empty productions. Our result intuitively emerges from the transformer architecture's high parallelizability. We thus speculatively introduce the idea of a fundamental parallelism tradeoff: any model architecture as parallelizable as the transformer will obey limitations similar to it. Since parallelism is key to training models at massive scale, this suggests a potential inherent weakness of the scaling paradigm.

📄 PDF Abstract BibTeX arXiv:2207.00729

Code (0)

등록된 구현이 없습니다.

Tasks

Open-Ended Question Answering

Similar Papers 제목 키워드 기반

On the Reasoning Abilities of Masked Diffusion Language Models

2025-10-15 · Anej Svete, Ashish Sabharwal arxiv

Masked diffusion models (MDMs) for text offer a compelling alternative to traditional autoregressive language models. Parallel generation makes them efficient, but their computational capabilities and the limitations inh…

Why Are Linear RNNs More Parallelizable?

2026-03-04 · William Merrill, Hongjian Jiang, Yanhong Li, Anthony Lin 외 arxiv

The community is increasingly exploring linear RNNs (LRNNs) as language models, motivated by their expressive power and parallelizability. While prior work establishes the expressivity benefits of LRNNs over transformers…

Systematic Characterization of LLM Quantization: A Performance, Energy, and Quality Perspective

2025-08-22 · Tianyao Shi, Yi Ding arxiv

Large language models (LLMs) have demonstrated remarkable capabilities across diverse domains, but their heavy resource demands make quantization-reducing precision to lower-bit formats-critical for efficient serving. Wh…

libHOG: Energy-Efficient Histogram of Oriented Gradient Computation

2015-09-15 · ITSC 2015 9 · Forrest Iandola, Matthew Moskewicz, Kurt Keutzer

Histogram of Oriented Gradients (HOG) features are the underlying representation in automotive computer vision applications such as collision avoidance and lane keeping. In these applications, we have observed that HO…

Collision AvoidanceCPUObject Detection

SNLP: Layer-Parallel Inference via Structured Newton Corrections

2026-05-18 · Ligong Han, Kai Xu, Hao Wang, Akash Srivastava arxiv

Autoregressive language models execute Transformer layers sequentially, creating a latency bottleneck that is not removed by conventional tensor or pipeline parallelism. We study whether this layerwise dependency can be …