Few-Shot Chain-of-Thought (FS-CoT) is a prompt engineering technique designed to elicit multi-step reasoning from a language model. It extends standard few-shot learning by providing the model with example problems where the solutions include explicit, intermediate reasoning traces. This scaffolding teaches the model not just the correct answer, but the logical or computational process required to arrive at it, significantly improving performance on complex arithmetic, commonsense, and symbolic reasoning tasks.
