paper-with-me

Papers

Correct Chains, Wrong Answers: Dissociating Reasoning from Output in LLM Logic

2026-03-19 · Abinav Rao, Sujan Rachuri, Nikhil Vemuri arxiv

LLMs can execute every step of chain-of-thought reasoning correctly and still produce wrong final answers. We introduce the Novel Operator Test, a benchmark that separates operator logic from operator name, enabling rigorous distinction between genuine reasoning and pattern retrieval. By evaluating Boolean operators under unfamiliar names across depths 1-10 on five models (up to 8,100 problems each), we demonstrate a reasoning-output dissociation that existing benchmarks cannot detect. At Claude Sonnet 4's depth 7, all 31 errors have verifiably correct reasoning yet wrong declared answers; 17/19 errors in mixed-operator chains exhibit the same pattern. The benchmark reveals two failure types: strategy failures at depth 2, where models attempt terse retrieval (+62pp from scaffolding), and content failures at depth 7, where models reason fully but err systematically (+8-30pp, 0/300 errors post-intervention). A Trojan operator (XOR's truth table under a novel name) confirms name alone does not gate reasoning (p >= 0.49), while Llama's novelty gap widens to 28pp at depth 8-9 with the Trojan at 92-100%, isolating genuine difficulty with novel logic from name unfamiliarity.

📄 PDF Abstract BibTeX arXiv:2604.13065

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Measuring Reasoning Utility in LLMs via Conditional Entropy Reduction

2025-08-28 · Xu Guo arxiv

Recent advancements in large language models (LLMs) often rely on generating intermediate reasoning steps to enhance accuracy. However, little work has examined how reasoning utility contributes to the final answer's cor…

Entailer: Answering Questions with Faithful and Truthful Chains of Reasoning

2022-10-21 · Oyvind Tafjord, Bhavana Dalvi Mishra, Peter Clark

Our goal is a question-answering (QA) system that can show how its answers are implied by its own internal beliefs via a systematic chain of reasoning. Such a capability would allow better understanding of why a model pr…

Question Answering

Turning Dust into Gold: Distilling Complex Reasoning Capabilities from LLMs by Leveraging Negative Data

2023-12-20 · Yiwei Li, Peiwen Yuan, Shaoxiong Feng, Boyuan Pan 외

Large Language Models (LLMs) have performed well on various reasoning tasks, but their inaccessibility and numerous parameters hinder wide application in practice. One promising way is distilling the reasoning ability fr…

Arithmetic Reasoning

The Last Word Often Wins: A Format Confound in Chain-of-Thought Corruption Studies

2026-05-11 · Gabriel Garcia arxiv

Corruption studies, the standard tool for evaluating chain-of-thought (CoT) faithfulness, infer which steps are ``computationally important'' from accuracy loss when steps are corrupted. We show that when benchmark chain…

First Try Matters: Revisiting the Role of Reflection in Reasoning Models

2025-10-09 · Liwei Kang, Yue Deng, Yao Xiao, Zhanfeng Mo 외 arxiv

Large language models have recently demonstrated significant gains in reasoning ability, often attributed to their capacity to generate longer chains of thought and engage in reflective reasoning. However, the contributi…