paper-with-me

Papers

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

2025-09-23 · Yunzhen Feng, Julia Kempe, Cheng Zhang, Parag Jain, Anthony Hartshorn arxiv

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.

📄 PDF Abstract BibTeX arXiv:2509.19284

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

What Makes Good Multilingual Reasoning? Disentangling Reasoning Traces with Measurable Features

2026-04-06 · Dayeon Ki, Kevin Duh, Marine Carpuat arxiv

Large Reasoning Models (LRMs) still exhibit large performance gaps between English and other languages, yet much current work assumes these gaps can be closed simply by making reasoning in every language resemble English…

Mathematical Reasoning

TRiMS: Real-Time Tracking of Minimal Sufficient Length for Efficient Reasoning via RL

2026-03-18 · Tingcheng Bian, Jinchang Luo, Mingquan Cheng, Jinyu Zhang 외 arxiv

Large language models achieve breakthroughs in complex reasoning via long chain-of-thought sequences. However, this often leads to severe reasoning inflation, causing substantial computational redundancy. To maximize Int…

Transformers Provably Learn Chain-of-Thought Reasoning with Length Generalization

2025-11-10 · Yu Huang, Zixin Wen, Aarti Singh, Yuejie Chi 외 arxiv

The ability to reason lies at the core of artificial intelligence (AI), and challenging problems usually call for deeper and longer reasoning to tackle. A crucial question about AI reasoning is whether models can extrapo…

An Information-Theoretic Analysis of In-Context Learning

2024-01-28 · Hong Jun Jeon, Jason D. Lee, Qi Lei, Benjamin Van Roy

Previous theoretical results pertaining to meta-learning on sequences build on contrived assumptions and are somewhat convoluted. We introduce new information-theoretic tools that lead to an elegant and very general deco…

In-Context LearningMeta-Learning

Decocted Experience Improves Test-Time Inference in LLM Agents

2026-04-06 · Maohao Shen, Kaiwen Zha, Zexue He, Zhang-Wei Hong 외 arxiv

There is growing interest in improving LLMs without updating model parameters. One well-established direction is test-time scaling, where increased inference-time computation (e.g., longer reasoning, sampling, or search)…