Decomposition / Reasoning Decomposition

Appears in 1 paper

Breaking a complex problem into smaller, simpler subproblems and solving each one before combining results.

As used in Paper 14 — Chain-of-Thought Prompting Elicits Reasoning in Large Language Models →

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.