REVIEW 5 major objections 3 minor 1 cited by
Think in Blocks: Adaptive Reasoning from Direct Response to Deep Reasoning
T0 review · 5 major / 3 minor · reviewed 2026-08-05 · deepseek-v4-flash
Pith's one-line read This paper claims that an LLM can be trained to predict an integer reasoning budget and then partition its reasoning into that many blocks, yielding adaptive reasoning that ranges from a direct answer to deep multi-block reasoning.
desk verdict Clean, testable idea for adaptive reasoning with an explicit block budget; the visible text gives no evidence, but the mechanism is concrete enough to warrant a real look. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The block-structured reasoning paradigm: the model first predicts an integer thinking budget and then partitions its reasoning into that number of blocks. The three-stage training pipeline carries the argument: SFT seeds the model with block-style reasoning, reward-guided DPO aligns block counts with correctness and conciseness, and RL further tunes the match between difficulty and depth. The explicit block count is the control interface that makes reasoning length settable during deployment.
What would settle it
On a held-out set with gold-standard difficulty labels (e.g., the error rate of a fixed-length chain-of-thought model), the claim fails if predicted block count does not increase with difficulty, or if forcing a small budget on hard questions degrades accuracy more than the fixed-length baseline.
Extended reading notes
Core claim
The central claim is that adaptive reasoning can be achieved by letting the model itself choose its reasoning length before generating it, rather than relying on implicit, post-hoc length control. The model is trained to emit a block-count prediction and then produce that many blocks of reasoning, so chains can range from zero blocks (direct answer) to many blocks (deep reasoning). The block count is not a token-level side effect; it is an explicit, predicted quantity that can be read and overridden at inference time. The authors report that this block-structured training reduces overthinking on simple questions while preserving performance on complex tasks.
Load-bearing premise
The three-stage training can teach the model to predict appropriate block counts and keep accuracy high under short budgets, rather than merely learning to cut reasoning on difficult questions.
Editorial extensions
If this is right
- A deployed system can clamp the predicted block count to a maximum, giving a hard bound on reasoning cost and latency per query.
- Easy questions will be answered directly or with few blocks, eliminating the token and time waste of overthinking.
- Hard questions can keep high block counts, preserving the accuracy gains of deep chain-of-thought reasoning.
- The same trained model can serve multiple latency tiers by scaling or clipping the budget at inference.
- Block count provides an interpretable, loggable measure of reasoning depth, useful for monitoring and cost accounting.
Reading between the lines
- Beyond the paper: the predicted block count could serve as a cheap difficulty estimator, useful for routing queries to stronger models or retrieval tools only when the budget is high.
- Beyond the paper: the predict-then-partition recipe generalizes—any hidden reasoning property (tool-use steps, branching factor, retrieval calls) could be made an explicit predicted variable and controlled the same way.
- Beyond the paper: an immediate testable extension is to compare block-budget clamping against learned early-stopping methods on the same accuracy–latency curve.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes 'Think in Blocks', a framework for adaptive reasoning in LLMs. The model first predicts an integer number of reasoning blocks, then produces a chain of thought partitioned into that many blocks. Training uses a three-stage pipeline (SFT, reward-guided DPO, RL) to align block count with problem difficulty. At inference, the block count can be adjusted to trade computation for accuracy. The submitted text contains only the abstract and introduction; no method details, training objectives, or experimental results are provided.
Significance. If the proposed pipeline works as claimed, it would provide a practical, interpretable control knob for reasoning cost, addressing the overthinking problem. The idea of explicit block-structured reasoning is plausible and timely. However, the current submission provides no evidence beyond a high-level description. There is no formalization, algorithm, or empirical validation. The significance is conditional on the missing details and evaluation.
major comments (5)
- [Abstract; §1] The central mechanism—first predicting an integer budget and then partitioning reasoning into that many blocks—is never formally defined. What counts as a block? How are block boundaries generated and enforced? Is there a parsing algorithm that verifies the number of blocks equals the predicted budget? Without this, the claim that the model 'partitions its reasoning accordingly' is untestable.
- [§1 (training pipeline)] The three-stage pipeline (SFT, reward-guided DPO, RL) is asserted without any specification. The reward function for RL, the preference pairs for DPO, and the supervision signal for block boundaries are not described. This matters because a naive length penalty would trivially reduce token counts but would not constitute adaptive difficulty estimation; the paper needs to show the reward is explicitly tied to block-count faithfulness and accuracy.
- [Abstract (evaluation)] No experiments, datasets, baselines, or metrics are reported. The claims of 'reducing overthinking' and 'preserving performance' are empirical claims; the submitted text provides no support. At minimum, the paper must report (a) predicted vs. actual block counts, (b) token usage across difficulty levels, and (c) accuracy-cost Pareto curves compared with fixed-length baselines.
- [§1 (SFT budget labels)] The ground-truth integer budgets used in SFT are not defined. If they are derived from the model's own output lengths, the framework risks circularity: the model learns to predict a budget that matches its current behavior rather than external task difficulty. The paper should specify how budgets are annotated or computed.
- [Abstract (cost control)] The paper equates block count with reasoning depth, but if blocks can have arbitrary length, controlling the number of blocks does not control token cost. The overthinking reduction claim requires that block count is a meaningful proxy for cost; the manuscript should provide evidence (or a definition) that blocks are approximately cost-uniform.
minor comments (3)
- [Abstract] 'zero to deep reasoning' could be misread as 'zero-shot'; consider rephrasing to 'direct response to deep reasoning'.
- [§1] The reference list is not included in the submitted version; all citations [22,2,1,25,...] are unresolved.
- [Abstract; §1] The phrase 'tunable number of blocks' is used for both training and inference; clarify whether the same mechanism controls both.
Circularity Check
No demonstrated circularity; the paper is a training-pipeline proposal with no derivational claims that reduce to fitted inputs or self-citations.
full rationale
The visible text (abstract and Section 1) describes the Think in Blocks framework as a three-stage training pipeline—SFT, reward-guided DPO, and RL—that teaches a model to predict an integer block budget and partition reasoning accordingly. There are no equations, no fitted parameters, no uniqueness theorems, and no load-bearing self-citations. The claim that the model learns to adapt reasoning depth is an empirical training objective, not a derivation. While the reader's note raises a legitimate latent risk—that adaptive performance could be partly self-defined if the model's own predicted block count is used as both training target and evaluation metric—the paper text does not specify any reduction of a prediction to a fitted input. Absence of implementation details (reward function, block-boundary supervision, predicted-versus-actual block count evaluation) is an evidential gap, not circularity. Under the hard rules, circularity may only be flagged with a quoted specific reduction; none exists here. Therefore the appropriate finding is no significant circularity, score 0.
Assumptions & free parameters
assumptions (3)
- domain assumption Supervised fine-tuning, reward-guided DPO, and RL can be effectively combined to optimize reasoning quality and length (three-stage pipeline, abstract).
- domain assumption A model can reliably predict the number of reasoning blocks needed for a problem before reasoning about it (contribution 1, abstract).
- domain assumption Shorter reasoning on easy questions does not systematically hurt accuracy (introduction, overthinking problem).
invented entities (1)
-
Reasoning block
Cite this review
Pith. "Pith review of Think in Blocks: Adaptive Reasoning from Direct Response to Deep Reasoning." pith.science (2026). https://pith.science/paper/YGW6I3AC
@misc{pith2026250815507,
author = {Pith},
title = {Pith review of: Think in Blocks: Adaptive Reasoning from Direct Response to Deep Reasoning},
year = {2026},
howpublished = {\url{https://pith.science/paper/YGW6I3AC}},
note = {Machine review of arXiv:2508.15507}
}
read the original abstract
Large Language Models (LLMs) with chains-of-thought have demonstrated strong performance on an increasing range of tasks, particularly those involving complex logical reasoning. However, excessively long chains can lead to overthinking, causing computational waste and slower responses. This raises a question: can LLMs dynamically adjust the length of their reasoning processes based on task complexity? To address this, we propose the Think in Blocks framework, which enables adaptive reasoning-from zero to deep reasoning-by partitioning the reasoning process into a tunable number of blocks. Our main contributions are: (1) Establishing an explicit block-structured paradigm in which the model first predicts an integer reasoning budget-the number of blocks-and then partitions its reasoning accordingly; (2) Training an adaptive model through a three-stage pipeline-Supervised Fine-Tuning, reward-guided Direct Preference Optimization, and Reinforcement Learning-that adjusts its reasoning depth to problem difficulty; (3) Exploiting the explicit block count to dynamically control reasoning depth at inference time, allowing flexible adjustment of chain-of-thought length during deployment.
Forward citations
Cited by 1 Pith paper
-
Switch-Reasoner: Learn When to Think in Multitask Mixtures via Reinforcement Learning
A GRPO framework that treats thinking as a tool call and uses dual-level regulation so multimodal models learn when to reason versus answer directly.
Reference graph
Works this paper leans on
-
[1]
Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. Gpt-4 technical report. arXiv preprint arXiv:2303.08774 , 2023
arXiv 2023
- [2]
-
[3]
Do not think that much for 2+ 3=? on the overthinking of o1-like llms
Xingyu Chen, Jiahao Xu, Tian Liang, Zhiwei He, Jianhui Pang, Dian Yu, Linfeng Song, Qiuzhi Liu, Mengfei Zhou, Zhuosheng Zhang, et al. Do not think that much for 2+ 3=? on the overthinking of o1-like llms. arXiv preprint arXiv:2412.21187 , 2024
arXiv 2024
-
[4]
Learning to route llms with confidence tokens
Yu-Neng Chuang, Prathusha Kameswara Sarma, Parikshit Gopalan, John Boccio, Sara Bolouki, Xia Hu, and Helen Zhou. Learning to route llms with confidence tokens. arXiv preprint arXiv:2410.13284 , 2024
arXiv 2024
-
[5]
Thinkless: Llm learns when to think
Gongfan Fang, Xinyin Ma, and Xinchao Wang. Thinkless: Llm learns when to think. arXiv preprint arXiv:2505.13379 , 2025
arXiv 2025
-
[6]
Efficient reasoning models: A survey
Sicheng Feng, Gongfan Fang, Xinyin Ma, and Xinchao Wang. Efficient reasoning models: A survey. arXiv preprint arXiv:2504.10903 , 2025
arXiv 2025
-
[7]
Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning
Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Ruoyu Zhang, Runxin Xu, Qihao Zhu, Shirong Ma, Peiyi Wang, Xiao Bi, et al. Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning. arXiv preprint arXiv:2501.12948 , 2025
arXiv 2025
-
[8]
Token-budget-aware llm reasoning
Tingxu Han, Zhenting Wang, Chunrong Fang, Shiyu Zhao, Shiqing Ma, and Zhenyu Chen. Token-budget-aware llm reasoning. arXiv preprint arXiv:2412.18547 , 2024
arXiv 2024
Show all 29 references
-
[9]
Deepmath-103k: A large-scale, challenging, decontaminated, and verifiable mathematical dataset for advancing reasoning
Zhiwei He, Tian Liang, Jiahao Xu, Qiuzhi Liu, Xingyu Chen, Yue Wang, Linfeng Song, Dian Yu, Zhenwen Liang, Wenxuan Wang, et al. Deepmath-103k: A large-scale, challenging, decontaminated, and verifiable mathematical dataset for advancing reasoning. arXiv preprint arXiv:2504.114...
2025 arXiv
-
[10]
Editing models with task arithmetic
Gabriel Ilharco, Marco Tulio Ribeiro, Mitchell Wortsman, Suchin Gururangan, Ludwig Schmidt, Hannaneh Hajishirzi, and Ali Farhadi. Editing models with task arithmetic. arXiv preprint arXiv:2212.04089 , 2022
2022 arXiv
-
[11]
Understanding r1-zero-like training: A critical perspective
Zichen Liu, Changyu Chen, Wenjun Li, Penghui Qi, Tianyu Pang, Chao Du, Wee Sun Lee, and Min Lin. Understanding r1-zero-like training: A critical perspective. arXiv preprint arXiv:2503.20783 , 2025
2025 arXiv
-
[12]
Adacot: Pareto-optimal adaptive chain-of-thought triggering via reinforcement learning
Chenwei Lou, Zewei Sun, Xinnian Liang, Meng Qu, Wei Shen, Wenqi Wang, Yuntao Li, Qingping Yang, and Shuangzhi Wu. Adacot: Pareto-optimal adaptive chain-of-thought triggering via reinforcement learning. arXiv preprint arXiv:2505.11896 , 2025
2025 arXiv
-
[13]
O1-pruner: Length-harmonizing fine-tuning for o1-like reasoning pruning
Haotian Luo, Li Shen, Haiying He, Yibo Wang, Shiwei Liu, Wei Li, Naiqiang Tan, Xiaochun Cao, and Dacheng Tao. O1-pruner: Length-harmonizing fine-tuning for o1-like reasoning pruning. arXiv preprint arXiv:2501.12570 , 2025
2025 arXiv
-
[14]
Cot-valve: Length-compressible chain-of-thought tuning
Xinyin Ma, Guangnian Wan, Runpeng Yu, Gongfan Fang, and Xinchao Wang. Cot-valve: Length-compressible chain-of-thought tuning. arXiv preprint arXiv:2502.09601 , 2025
2025 arXiv
-
[15]
Routellm: Learning to route llms with preference data
Isaac Ong, Amjad Almahairi, Vincent Wu, Wei-Lin Chiang, Tianhao Wu, Joseph E Gonzalez, M Waleed Kadous, and Ion Stoica. Routellm: Learning to route llms with preference data. arXiv preprint arXiv:2406.18665 , 2024
2024 arXiv
-
[16]
Learning to reason with llms
Team OpenAI. Learning to reason with llms. OpenAI Blog , 2024
2024
-
[17]
Deepseekmath: Pushing the limits of mathematical reasoning in open language models
Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zhang, Mingchuan Zhang, YK Li, Yang Wu, et al. Deepseekmath: Pushing the limits of mathematical reasoning in open language models. arXiv preprint arXiv:2402.03300 , 2024
2024 arXiv
-
[18]
Dast: Difficulty-adaptive slow-thinking for large reasoning models
Yi Shen, Jian Zhang, Jieyun Huang, Shuming Shi, Wenjing Zhang, Jiangze Yan, Ning Wang, Kai Wang, Zhaoxiang Liu, and Shiguo Lian. Dast: Difficulty-adaptive slow-thinking for large reasoning models. arXiv preprint arXiv:2503.04472 , 2025
2025
-
[19]
Hybridflow: A flexible and efficient rlhf framework
Guangming Sheng, Chi Zhang, Zilingfeng Ye, Xibin Wu, Wang Zhang, Ru Zhang, Yanghua Peng, Haibin Lin, and Chuan Wu. Hybridflow: A flexible and efficient rlhf framework. In Proceedings of the Twentieth European Conference on Computer Systems , pages 1279--1297, 2025
2025
-
[20]
The illusion of thinking: Understanding the strengths and limitations of reasoning models via the lens of problem complexity
Parshin Shojaee, Iman Mirzadeh, Keivan Alizadeh, Maxwell Horton, Samy Bengio, and Mehrdad Farajtabar. The illusion of thinking: Understanding the strengths and limitations of reasoning models via the lens of problem complexity. arXiv preprint arXiv:2506.06941 , 2025
2025 arXiv
-
[21]
Kimi Team, Angang Du, Bofei Gao, Bowei Xing, Changjiu Jiang, Cheng Chen, Cheng Li, Chenjun Xiao, Chenzhuang Du, Chonghua Liao, et al. Kimi k1. 5: Scaling reinforcement learning with llms. arXiv preprint arXiv:2501.12599 , 2025
2025 arXiv
-
[22]
Llama: Open and efficient foundation language models
Hugo Touvron, Thibaut Lavril, Gautier Izacard, Xavier Martinet, Marie-Anne Lachaux, Timoth \'e e Lacroix, Baptiste Rozi \`e re, Naman Goyal, Eric Hambro, Faisal Azhar, et al. Llama: Open and efficient foundation language models. arXiv preprint arXiv:2302.13971 , 2023
2023 arXiv
-
[23]
Chain-of-thought prompting elicits reasoning in large language models
Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, Fei Xia, Ed Chi, Quoc V Le, Denny Zhou, et al. Chain-of-thought prompting elicits reasoning in large language models. Advances in neural information processing systems , 35:24824--24837, 2022
2022
-
[24]
Ties-merging: Resolving interference when merging models
Prateek Yadav, Derek Tam, Leshem Choshen, Colin A Raffel, and Mohit Bansal. Ties-merging: Resolving interference when merging models. Advances in Neural Information Processing Systems , 36:7093--7115, 2023
2023
-
[25]
Qwen3 technical report
An Yang, Anfeng Li, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Gao, Chengen Huang, Chenxu Lv, et al. Qwen3 technical report. arXiv preprint arXiv:2505.09388 , 2025
2025 arXiv
-
[26]
Demystifying long chain-of-thought reasoning in llms
Edward Yeo, Yuxuan Tong, Morry Niu, Graham Neubig, and Xiang Yue. Demystifying long chain-of-thought reasoning in llms. arXiv preprint arXiv:2502.03373 , 2025
2025 arXiv
-
[27]
Dapo: An open-source llm reinforcement learning system at scale
Qiying Yu, Zheng Zhang, Ruofei Zhu, Yufeng Yuan, Xiaochen Zuo, Yu Yue, Weinan Dai, Tiantian Fan, Gaohong Liu, Lingjun Liu, et al. Dapo: An open-source llm reinforcement learning system at scale. arXiv preprint arXiv:2503.14476 , 2025
2025 arXiv
-
[28]
Adaptthink: Reasoning models can learn when to think
Jiajie Zhang, Nianyi Lin, Lei Hou, Ling Feng, and Juanzi Li. Adaptthink: Reasoning models can learn when to think. arXiv preprint arXiv:2505.13417 , 2025
2025 arXiv
-
[29]
Swift: a scalable lightweight infrastructure for fine-tuning
Yuze Zhao, Jintao Huang, Jinghan Hu, Xingjun Wang, Yunlin Mao, Daoze Zhang, Zeyinzi Jiang, Zhikai Wu, Baole Ai, Ang Wang, et al. Swift: a scalable lightweight infrastructure for fine-tuning. In Proceedings of the AAAI Conference on Artificial Intelligence , volume 39, pages 29...
2025
Reviewed August 5, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.