paper-with-me

Papers

Do LLMs Really Think Step-by-step In Implicit Reasoning?

2024-11-24 · Yijiong Yu

It has been well-known that Chain-of-Thought can remarkably enhance LLMs' performance on complex tasks. However, because it also introduces slower inference speeds and higher computational costs, many researches have attempted to use implicit CoT, which does not need LLMs to explicitly generate the intermediate steps. However, the invisible reasoning process leaves us a doubt that, can implicit CoT really be equal to explicit CoT? Therefore, in this study, we address this question through experiments. We probe the information of intermediate steps from the model's hidden states when it is either trained or prompted to perform implicit CoT. The results surprisingly indicate that when prompted, LLMs hardly think about intermediate steps, suggesting they may just rely on experience rather than strict step-by-step reasoning. But when trained, they indeed calculate intermediate steps. Moreover, in both situations, we find the effect of using implicit CoT is susceptible to the format of the problem, reaffirming the current deficiency of implicit CoT.

📄 PDF Abstract BibTeX arXiv:2411.15862

Code (1)

yuyijiong/if_step_by_step_implicit_cot 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Inner Thinking Transformer: Leveraging Dynamic Depth Scaling to Foster Adaptive Internal Thinking

2025-02-19 · Yilong Chen, Junyuan Shang, Zhenyu Zhang, Yanxi Xie 외

Large language models (LLMs) face inherent performance bottlenecks under parameter constraints, particularly in processing critical tokens that demand complex reasoning. Empirical analysis reveals challenging tokens indu…

Chain-of-Thought Tuning: Masked Language Models can also Think Step By Step in Natural Language Understanding

2023-10-18 · Caoyun Fan, Jidong Tian, Yitian Li, Wenqing Chen 외

Chain-of-Thought (CoT) is a technique that guides Large Language Models (LLMs) to decompose complex tasks into multi-step reasoning through intermediate steps in natural language form. Briefly, CoT enables LLMs to think …

Natural Language UnderstandingRelation Extraction

Talking About Large Language Models

2022-12-07 · Murray Shanahan

Thanks to rapid progress in artificial intelligence, we have entered an era when technology and philosophy intersect in interesting ways. Sitting squarely at the centre of this intersection are large language models (LLM…

Philosophy

An Empirical Study of Reasoning Steps in Thinking Code LLMs

2025-11-08 · Haoran Xue, Gias Uddin, Song Wang arxiv

Thinking Large Language Models (LLMs) generate explicit intermediate reasoning traces before final answers, potentially improving transparency, interpretability, and solution accuracy for code generation. However, the qu…

Code Generation

ThinkTwice: Jointly Optimizing Large Language Models for Reasoning and Self-Refinement

2026-04-02 · Difan Jiao, Qianfeng Wen, Blair Yang, Zhenwei Tang 외 arxiv

We introduce ThinkTwice, a simple two-phase framework that jointly optimizes LLMs to solve reasoning problems and refine the answers, based on Group Relative Policy Optimization (GRPO). In each pair of training steps, Th…

Mathematical Reasoning