How does Chain of Thought decompose complex tasks?

📅 2026-04-10
📈 Citations: 0
Influential: 0
📄 PDF

career value

218K/year
🤖 AI Summary
This work addresses the high error rates in direct classification for complex language tasks with numerous categories. The authors propose decomposing such tasks into a tree-structured, multi-step classification process that emulates chain-of-thought (CoT) reasoning, where the number of classes per step (degree) and reasoning depth are jointly optimized to minimize overall error. Theoretical analysis reveals that classification error decays as a power law with respect to the degree and identifies a critical degree threshold: below this threshold, increasing depth degrades performance, whereas above it, an optimal depth exists that minimizes error. Furthermore, the study establishes a fundamental lower bound on error for any fixed degree and demonstrates that CoT-style reasoning with appropriate depth can closely approach this bound, substantially reducing prediction errors.

Technology Category

Application Category

📝 Abstract
Many language tasks can be modeled as classification problems where a large language model (LLM) is given a prompt and selects one among many possible answers. We show that the classification error in such problems scales as a power law in the number of classes. This has a dramatic consequence: the prediction error can be reduced substantially by splitting the overall task into a sequence of smaller classification problems, each with the same number of classes ("degree"). This tree-structured decomposition models chain-of-thought (CoT). It has been observed that CoT-based predictors perform better when they"think'", i.e., when they develop a deeper tree, thus decomposing the problem into a larger number of steps. We identify a critical threshold for the degree, below which thinking is detrimental, and above which there exists an optimal depth that minimizes the error. It is impossible to surpass this minimal error by increasing the depth of thinking.
Problem

Research questions and friction points this paper is trying to address.

Chain of Thought
classification error
task decomposition
power law
optimal depth
Innovation

Methods, ideas, or system contributions that make the work stand out.

Chain of Thought
classification error
power law
tree-structured decomposition
optimal depth
🔎 Similar Papers
2024-04-24International Conference on Computational LinguisticsCitations: 10