When you ask a language model a hard arithmetic question â say, "If a store sells 17 apples at $0.85 each and takes a 12% discount, what is the total?" â one thing separates a reliable answer from a wrong one: whether the model shows its work.
The idea is called chain-of-thought (CoT) prompting, and it is one of the most striking discoveries in modern AI. Popularized by a 2022 Google Brain paper by Jason Wei and colleagues, it showed that simply asking a model to reason step-by-step â or including a few worked examples in the prompt â dramatically boosts accuracy on problems involving arithmetic, logic, and symbolic reasoning.
The intuition is old and human: scratch paper exists because our working memory is finite. A language model's "working memory" is the context window, and intermediate tokens are the scratch paper. Each reasoning step produces a token that the next step can attend to â the model is literally computing by writing.
Comments
Loading comments...