What Characterizes Effective Reasoning? Revisiting Length, Review, and Structure of CoT

📅 2025-09-23
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work challenges the prevailing assumption that longer chain-of-thought (CoT) reasoning inherently yields better performance, systematically investigating how CoT length, backtracking behavior, and structural properties affect reasoning efficacy in large reasoning models (LRMs) on mathematical and scientific tasks. Method: We model CoT as a directed graph and introduce the Failure Step Fraction (FSF)—the ratio of erroneous or unproductive reasoning steps—as a core structural quality metric. Combining graph-theoretic analysis, token-level measurements, and test-time interventions—including candidate CoT ranking and failure-branch pruning—we conduct causal validation. Contribution/Results: Experiments demonstrate that concise, structurally coherent CoTs significantly outperform lengthy, disorganized ones; FSF predicts answer correctness more reliably than CoT length or backtracking frequency; and targeted editing of failure branches improves model accuracy. This study pioneers a structural perspective on CoT effectiveness, establishing a novel paradigm for interpretable reasoning evaluation and optimization.

Technology Category

Application Category

📝 Abstract
Large reasoning models (LRMs) spend substantial test-time compute on long chain-of-thought (CoT) traces, but what *characterizes* an effective CoT remains unclear. While prior work reports gains from lengthening CoTs and increasing review (revisiting earlier steps) via appended *wait* tokens, recent studies suggest that shorter thinking can outperform longer traces. We therefore conduct a systematic evaluation across ten LRMs on math and scientific reasoning. Contrary to the"longer-is-better"narrative, we find that both naive CoT lengthening and increased review are associated with *lower* accuracy. As CoT unfolds step by step, token-level metrics can conflate verbosity with process quality. We introduce a graph view of CoT to extract structure and identify a single statistic-the *Failed-Step Fraction (FSF)*, the fraction of steps in abandoned branches-that consistently outpredicts length and review ratio for correctness across models. To probe causality, we design two interventions. First, we rank candidate CoTs by each metric at test time, where FSF yields the largest pass@1 gains; second, we edit CoTs to remove failed branches, which significantly improves accuracy, indicating that failed branches bias subsequent reasoning. Taken together, these results characterize effective CoTs as those that *fail less* and support *structure-aware* test-time scaling over indiscriminately generating long CoT.
Problem

Research questions and friction points this paper is trying to address.

Identifying what characterizes effective chain-of-thought reasoning in large models
Challenging the assumption that longer reasoning chains lead to better accuracy
Developing metrics to distinguish effective from verbose reasoning processes
Innovation

Methods, ideas, or system contributions that make the work stand out.

Introducing Failed-Step Fraction metric
Using graph structure to analyze CoT
Editing CoTs by removing failed branches
🔎 Similar Papers
No similar papers found.
Yunzhen Feng
Yunzhen Feng
New York University
Machine Learning
Julia Kempe
Julia Kempe
CDS and Courant Institute, NYU
Quantum ComputationMachine Learning
C
Cheng Zhang
Meta Superintelligence Labs, New York University
Parag Jain
Parag Jain
Meta
NLPReasoningRL
A
Anthony S. Hartshorn
Meta Superintelligence Labs, New York University