A capability that forces a LLM to simulate a reasoning trace.

Allows it to expand attention depth and contextual understanding during Autoregressive.

Technical View

  • CoT is what allows residual connections

Mathematical Perspective

  • With CoT prompting, the model opens up the probability space, and can explore tokens that represent reasoning steps.

Types

Problems