Decomposition / Reasoning Decomposition
Breaking a complex problem into smaller, simpler subproblems and solving each one before combining results.
Breaking a complex problem into smaller, simpler subproblems and solving each one before combining results. CoT enables decomposition by forcing the model to articulate each substep. For example, a multi-step math problem is decomposed into: (1) identify relevant numbers, (2) perform each calculation, (3) combine results. Decomposition is cognitively easier than solving the entire problem at once.