Home About

Tags

MachineLearning (26) LinearAlgebra (16) GameDesign (12) ComputerScience (11) SoftwareEngineering (11) LargeLanguageModels (9) AudioEngineering (7) DiscreteMath (6) AutomatedTesting (6) Roblox (5) Zettelkasten (5) AgenticReasoning (4) More

Notes by Lex Toumbourou

Chain-of-Thought Prompting

Sep 29, 2024 permanent    LargeLanguageModels

Chain-of-Thought Prompting is a [[Few-Shot Prompting]] technique where model is given examples of step-by-step reasoning rather than standard question and answer examples, encouraging the model to think through a problem before returning an answer.

Part of the Planning category of Agentic Reasoning design patterns.

Described in paper Chain-of-Thought Prompting Elicits Reasoning in Large Language Models.

chain-of-thought-prompting.png