Summary
The paper investigates the inherent capabilities of LLMs to generate CoT reasoning paths. This study introduces CoT-decoding, a method that explores alternative top-k tokens in the decoding space to uncover reasoning paths without any specialized prompting. The findings indicate that the presence of a CoT reasoning path correlates with increased model confidence in its final answer. The paper highlights that CoT-decoding can enhance the reasoning performance of language models by extracting more reliable decoding paths.
Strengths
1. The paper introduces CoT-decoding to elicit reasoning paths and provides an effective alternative to prompt engineering.
2. The results demonstrate significant improvements over greedy decoding, showcasing the practical benefits of the proposed method.
3. The study finds a clear correlation between the presence of CoT paths and increased model confidence, providing a useful metric for identifying reliable decoding paths.
Weaknesses
1. The primary contribution of the paper appears to be a method for selecting a decoding path from the top-k generated paths. While this approach is useful, it lacks novelty and significant impact.
2. The motivation behind the study is unclear to me for several reasons. Firstly, providing questions alone constitutes a form of prompting instead of no prompting. Secondly, the use of a prompt that inherently challenges the elicitation of CoT reasoning paths via greedy decoding, only to then introduce a specialized decoding method to address this, strikes me as contrived. Lastly, I question the claim that CoT-decoding effectively enhances the reasoning capabilities of language models, as it merely selects from pre-generated paths rather than uncovering new, substantive reasoning processes.
3. The proposed method may face challenges in tasks where identifying correct answer spans is difficult, limiting its practical applicability.
4. The comparison between CoT-decoding and greedy decoding is unfair. CoT-decoding inherently requires multiple reasoning paths to be generated first, which is not a requirement for greedy decoding. The exploration of multiple decoding paths significantly increases the computational cost, which could be a drawback for practical applications.
5. The evidence provided in the paper is restricted to a few reasoning benchmarks and toy tasks. To convincingly demonstrate its utility, the method should be tested across a broader array of datasets, such as the MATH benchmark, and in more complex real-world scenarios.
6. The range of models evaluated in the study is too narrow. Including mainstream models like GPT-3.5, GPT-4, and diverse open-source models like llama3 in various sizes would provide a more robust evaluation of the method's effectiveness.