ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
27
Citations
2
Influential Citations
arXiv.org
Venue
2024
Year
The Chain-of-Thought (CoT) paradigm has emerged as a critical approach for enhancing the reasoning capabilities of large language models (LLMs). However, despite their widespread adoption and success, CoT methods often exhibit instability due to their inability to consistently ensure the quality of generated reasoning paths, leading to sub-optimal reasoning performance. To address this challenge, we propose the \textbf{Strategic Chain-of-Thought} (SCoT), a novel methodology designed to refine LLM performance by integrating strategic knowledge prior to generating intermediate reasoning steps. SCoT employs a two-stage approach within a single prompt: first eliciting an effective problem-solving strategy, which is then used to guide the generation of high-quality CoT paths and final answers. Our experiments across eight challenging reasoning datasets demonstrate significant improvements, including a 21.05\% increase on the GSM8K dataset and 24.13\% on the Tracking\_Objects dataset, respectively, using the Llama3-8b model. Additionally, we extend the SCoT framework to develop a few-shot method with automatically matched demonstrations, yielding even stronger results. These findings underscore the efficacy of SCoT, highlighting its potential to substantially enhance LLM performance in complex reasoning tasks.
Chain-of-Thought (CoT) prompting has become a cornerstone technique for improving reasoning in large language models (LLMs), but its effectiveness is often hampered by the instability of generated reasoning paths. The Strategic Chain-of-Thought (SCoT) paper addresses this critical limitation by introducing a structured two-stage approach that first elicits a problem-solving strategy before generating the reasoning steps. This simple yet powerful modification stabilizes the reasoning process and leads to substantial performance gains across multiple benchmarks.
The significance of SCoT lies in its practicality: it requires no additional training, no external tools, and fits within a single prompt. This makes it immediately applicable to any existing LLM deployment. The paper's results, especially the 21% improvement on GSM8K and 24% on Tracking_Objects with a relatively small 8B model, highlight the untapped potential of strategic pre-planning in LLM reasoning.
Using the Llama3-8b model, SCoT achieves a 21.05% improvement on GSM8K (math word problems) and a 24.13% improvement on Tracking_Objects (object tracking reasoning) compared to standard CoT. The few-shot variant with matched demonstrations yields even stronger results, though exact numbers for all datasets are not provided in the abstract. These gains are particularly notable given the modest model size, suggesting that SCoT's benefits may scale with larger models.
SCoT represents a step toward more reliable and controllable LLM reasoning. By explicitly incorporating strategic knowledge, it reduces the randomness of CoT paths and improves answer quality. This work opens avenues for integrating higher-level planning into prompt engineering, potentially influencing future research on structured reasoning, multi-step problem solving, and LLM alignment. The approach's simplicity and effectiveness make it a valuable tool for practitioners seeking to enhance LLM performance without additional computational cost.
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