CLAILGFeb 25, 2024

How Likely Do LLMs with CoT Mimic Human Reasoning?

arXiv:2402.16048v347 citationsh-index: 20COLING
Originality Incremental advance
AI Analysis

This work addresses the problem of unreliable reasoning in LLMs for researchers and practitioners, but it is incremental as it diagnoses issues without proposing new solutions.

The paper investigates whether chain-of-thought reasoning in large language models mimics human reasoning, using causal analysis to show that models often deviate from ideal causal chains, leading to spurious correlations and consistency errors.

Chain-of-thought emerges as a promising technique for eliciting reasoning capabilities from Large Language Models (LLMs). However, it does not always improve task performance or accurately represent reasoning processes, leaving unresolved questions about its usage. In this paper, we diagnose the underlying mechanism by comparing the reasoning process of LLMs with humans, using causal analysis to understand the relationships between the problem instruction, reasoning, and the answer in LLMs. Our empirical study reveals that LLMs often deviate from the ideal causal chain, resulting in spurious correlations and potential consistency errors (inconsistent reasoning and answers). We also examine various factors influencing the causal structure, finding that in-context learning with examples strengthens it, while post-training techniques like supervised fine-tuning and reinforcement learning on human feedback weaken it. To our surprise, the causal structure cannot be strengthened by enlarging the model size only, urging research on new techniques. We hope that this preliminary study will shed light on understanding and improving the reasoning process in LLM.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes