To CoT or not to CoT? Chain-of-thought helps mainly on math and symbolic reasoning
Abstract
Chain-of-thought (CoT) via prompting is the de facto method for eliciting reasoning capabilities from large language models (LLMs). But for what kinds of tasks is this extra ``thinking'' really helpful? To analyze this, we conducted a quantitative meta-analysis covering over 100 papers using CoT and ran our own evaluations of 20 datasets across 14 models. Our results show that CoT gives strong performance benefits primarily on tasks involving math or logic, with much smaller gains on other types of tasks. On MMLU, directly generating the answer without CoT leads to almost identical accuracy as CoT unless the question or model's response contains an equals sign, indicating symbolic operations and reasoning. Following this finding, we analyze the behavior of CoT on these problems by separating planning and execution and comparing against tool-augmented LLMs. Much of CoT's gain comes from improving symbolic execution, but it underperforms relative to using a symbolic solver. Our results indicate that CoT can be applied selectively, maintaining performance while saving inference costs. Furthermore, they suggest a need to move beyond prompt-based CoT to new paradigms that better leverage intermediate computation across the whole range of LLM applications.
Community
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- Strategic Chain-of-Thought: Guiding Accurate Reasoning in LLMs through Strategy Elicitation (2024)
- Let Me Speak Freely? A Study on the Impact of Format Restrictions on Performance of Large Language Models (2024)
- DiPT: Enhancing LLM reasoning through diversified perspective-taking (2024)
- Language Models Benefit from Preparation with Elicited Knowledge (2024)
- Fine-tuning Smaller Language Models for Question Answering over Financial Documents (2024)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment:
@librarian-bot
recommend
Hi! Interesting review from which valuable insights can be gained.
Let me just add that -- contrary to the reviews central conclusion -- the evaluations on Open CoT Leaderboard suggest that CoT helps strongly with non-mathematical reasoning tasks (subset of AGIEval).
Potential explanations why CoT doesn't help with MMLU, for example:
- Mainly knowledge questions?
- Data contamination?
- ...
Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper