Multi-Step Reasoning is the broad capability of an AI system, often elicited via prompting, to decompose and solve a problem requiring a sequence of interdependent logical, mathematical, or inferential operations rather than a single-step retrieval or classification. It is the foundational cognitive process behind techniques like Chain-of-Thought (CoT) prompting, where a model generates explicit intermediate reasoning steps. This capability is essential for solving complex arithmetic, planning, and commonsense reasoning tasks that cannot be addressed through direct pattern matching alone.
