ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
6.0k
Citations
900
Influential Citations
NeurIPS 2022
Venue
2022
Year
We explore how generating a chain of thought — a series of intermediate reasoning steps — significantly improves the ability of large language models to perform complex reasoning. In particular, we show how such reasoning abilities emerge naturally in sufficiently large language models via a simple method called chain-of-thought prompting, where a few chain of thought demonstrations are provided as exemplars in prompting. Experiments on three large language models show that chain-of-thought prompting improves performance on a range of arithmetic, commonsense, and symbolic reasoning tasks. The empirical gains can be striking. For instance, prompting a PaLM 540B with just eight chain-of-thought exemplars achieves state-of-the-art accuracy on the GSM8K benchmark of math word problems, surpassing even finetuned GPT-3 with a verifier.
Chain-of-Thought (CoT) prompting is one of the most influential prompting techniques ever discovered. By simply including step-by-step reasoning examples in the prompt, Wei et al. showed that large language models can dramatically improve their performance on tasks requiring multi-step reasoning — without any changes to the model itself.
Across arithmetic, commonsense, and symbolic reasoning benchmarks:
CoT prompting became a standard technique used in virtually every LLM application involving reasoning. It inspired a family of follow-up work including self-consistency, tree-of-thought, and step-by-step verification methods. The insight that prompting strategy matters as much as model scale changed how practitioners interact with LLMs.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba