Chain-of-Thought (CoT) prompting is a technique that elicits a step-by-step reasoning trace from a large language model by decomposing a complex problem into intermediate logical steps before producing a final answer. This method, introduced by Wei et al. in 2022, explicitly encourages the model to generate a stepwise rationale, mimicking human-like problem-solving. It significantly improves performance on arithmetic, commonsense, and symbolic reasoning tasks by reducing the cognitive load of a single-step response and providing a transparent cognitive trajectory for evaluation.




