paper-with-me

홈 › Papers

Chain-of-Probe: Examing the Necessity and Accuracy of CoT Step-by-Step

2024-06-23 · Zezhong Wang, Xingshan Zeng, Weiwen Liu, YuFei Wang, Liangyou Li, Yasheng Wang, Lifeng Shang, Xin Jiang, Qun Liu, Kam-Fai Wong

Current research found the issue of Early Answering in large language models (LLMs), where the models already have an answer before generating the Chain-of-Thought (CoT). This phenomenon suggests a potential lack of necessary dependency between the predicted answer and the reasoning process. Consequently, two important questions arise: (1) Is CoT still necessary if the model already has an answer? (2) Can the correctness of the answer serve as valid evidence for the correctness of CoT? To address these questions, we propose a method, namely Chain-of-Probe (CoP), to probe changes in the mind during the model's reasoning. The probing results show that in a significant number of question-answer cases, CoT appears to be unnecessary, and this necessity correlates with the simplicity of the task, defined by reasoning steps required. Furthermore, by analyzing patterns in mind change, we examine the correctness of the model's reasoning. Our validation reveals that many responses, although correct in their final answer, contain errors in their reasoning process. To this end, we propose a strategic approach based on CoP to prioritize answers with correct reasoning among multiple candidates, thereby bolstering the reliability of the model's reasoning.

📄 PDF Abstract BibTeX arXiv:2406.16144

Code (0)

등록된 구현이 없습니다.

Tasks

valid

Similar Papers 제목 키워드 기반

Causal Sufficiency and Necessity Improves Chain-of-Thought Reasoning

2025-06-11 · Xiangning Yu, Zhuohan Wang, Linyi Yang, Haoxuan Li 외

Chain-of-Thought (CoT) prompting plays an indispensable role in endowing large language models (LLMs) with complex reasoning capabilities. However, CoT currently faces two fundamental challenges: (1) Sufficiency, which e…

Drop the Act: Probe-Filtered RL for Faithful Chain-of-Thought Reasoning

2026-05-12 · Swapnil Parekh arxiv

Reasoning models post-hoc rationalize answers they have already committed to internally, producing chains of *reasoning theater*: deliberative-looking steps that contribute nothing to correctness. This wastes inference t…

Reinforcement Learning

LLM Agents Already Know When to Call Tools -- Even Without Reasoning

2026-05-10 · Chung-En Sun, Linbo Liu, Ge Yan, Zimo Wang 외 arxiv

Tool-augmented LLM agents tend to call tools indiscriminately, even when the model can answer directly. Each unnecessary call wastes API fees and latency, yet no existing benchmark systematically studies when a tool call…

Probing for Arithmetic Errors in Language Models

2025-07-16 · Yucheng Sun, Alessandro Stolfo, Mrinmaya Sachan arxiv

We investigate whether internal activations in language models can be used to detect arithmetic errors. Starting with a controlled setting of 3-digit addition, we show that simple probes can accurately decode both the mo…

Chain-in-Tree: Back to Sequential Reasoning in LLM Tree Search

2025-09-30 · Xinzhe Li arxiv

Test-time scaling improves large language models (LLMs) on long-horizon reasoning tasks by allocating more compute at inference. LLM inference via tree search (LITS) achieves strong performance but is highly inefficient.…