paper-with-me

홈 › Papers

Effort as Ceiling, Not Dial: Reasoning Budget Does Not Modulate Cognitive Cost Alignment Between Humans and Large Reasoning Models

2026-05-16 · Yueqing Hu, Tianhong Wang arxiv

Large Reasoning Models (LRMs) generate chain-of-thought traces whose length tracks human reaction times across cognitive tasks, but recent debate questions whether this alignment reflects genuine computational structure or surface verbosity. We test whether the alignment varies with inference-time reasoning effort. Across GPT-OSS-20B and GPT-OSS-120B, three effort levels, and six reasoning tasks, within-task and cross-task alignment remain invariant: Bayes Factors lean toward the null, and mean alignment is numerically near-identical across conditions. A manipulation check reveals that the effort parameter sets an upper budget on generation rather than driving real-time allocation, suggesting that the allocation policy is crystallized at training time. Arithmetic complexity contrasts further show that token allocation tracks fine-grained, format-dependent human difficulty patterns, with model scale improving the match. Cognitive cost alignment between LRMs and humans appears to be a training-time achievement, robust to inference-time perturbations, supporting a compiled rather than online account of LRM problem-solving.

📄 PDF Abstract BibTeX arXiv:2605.16938

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ThinkDial: An Open Recipe for Controlling Reasoning Effort in Large Language Models

2025-08-26 · Qianyu He, Siyu Yuan, Xuefeng Li, Mingxuan Wang 외 arxiv

Large language models (LLMs) with chain-of-thought reasoning have demonstrated remarkable problem-solving capabilities, but controlling their computational effort remains a significant challenge for practical deployment.…

Reinforcement Learning

SoftCap: Soft-Budget Control for Diffusion Transformer Acceleration

2026-05-26 · Yuhang Zhang, Junxiang Qiu, Huixia Ben, Zhenhua Tang 외 arxiv

Diffusion Transformers (DiTs) achieve strong visual quality, but their iterative denoising process requires many costly Transformer evaluations. Training-free acceleration methods reduce this cost by caching, forecasting…

The Complexity Ceiling Benchmark: A Multi-Domain Evaluation of Sequential Reasoning Under Depth Scaling

2026-06-28 · Shubh Chapra, Dhruv Kumar, Murari Mandal, Yash Sinha arxiv

We introduce the Complexity Ceiling Benchmark (CCB), a controlled evaluation of how language-model reasoning decays as the number of required sequential steps grows. CCB fixes the semantic content of a task and varies on…

When More Sampling Hurts: The Modal Ceiling and Correlation Ceiling of Test-Time Scaling

2026-06-27 · Yong Yi Bay, Kathleen A. Yearick hf

People overthink; language models over-sample, and the extra effort can talk both into a worse answer. Reasoning systems answer a hard question by sampling it many times (test-time scaling), and the more they draw, the m…

Budget-Aware Tool Use Enables Effective Agent Scaling

2025-11-21 · Tengxiao Liu, Zifeng Wang, Jin Miao, I-Hung Hsu 외 arxiv

Scaling test-time computation has been extended from language model reasoning to tool-augmented agents, where scaling involves not only thinking in tokens but also acting via tool calls that directly constrain environmen…