English

Chain of Thought Empowers Transformers to Solve Inherently Serial Problems

Machine Learning 2024-09-24 v4 Computational Complexity Machine Learning

Abstract

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 reasoning tasks. However, the mechanism behind CoT remains unclear. This work provides a theoretical understanding of the power of CoT for decoder-only transformers through the lens of expressiveness. Conceptually, CoT empowers the model with the ability to perform inherently serial computation, which is otherwise lacking in transformers, especially when depth is low. Given input length nn, previous works have shown that constant-depth transformers with finite precision poly(n)\mathsf{poly}(n) embedding size can only solve problems in TC0\mathsf{TC}^0 without CoT. We first show an even tighter expressiveness upper bound for constant-depth transformers with constant-bit precision, which can only solve problems in AC0\mathsf{AC}^0, a proper subset of TC0 \mathsf{TC}^0. However, with TT steps of CoT, constant-depth transformers using constant-bit precision and O(logn)O(\log n) embedding size can solve any problem solvable by boolean circuits of size TT. Empirically, enabling CoT dramatically improves the accuracy for tasks that are hard for parallel computation, including the composition of permutation groups, iterated squaring, and circuit value problems, especially for low-depth transformers.

Keywords

Cite

@article{arxiv.2402.12875,
  title  = {Chain of Thought Empowers Transformers to Solve Inherently Serial Problems},
  author = {Zhiyuan Li and Hong Liu and Denny Zhou and Tengyu Ma},
  journal= {arXiv preprint arXiv:2402.12875},
  year   = {2024}
}

Comments

38 pages, 10 figures. Accepted by ICLR 2024

R2 v1 2026-06-28T14:54:17.883Z