Concept

Chain-of-Thought (CoT) Reasoning

Chain-of-Thought (CoT) is a prompting method that encourages Large Language Models to explicitly write out the intermediate steps of their reasoning process before reaching a conclusion. By breaking down a complex problem into smaller, sequential parts, CoT not only makes the model's solution path more understandable but also tends to increase the accuracy of the final output. This technique can be implemented by either directly instructing the model to think step-by-step or by providing it with examples that demonstrate a detailed reasoning process.

0

1

Updated 2026-05-02

Contributors are:

Who are from:

Tags

Ch.4 Alignment - Foundations of Large Language Models

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences

Ch.3 Prompting - Foundations of Large Language Models

Ch.5 Inference - Foundations of Large Language Models