Parallel-Probe: Towards Efficient Parallel Thinking via 2D Probing
Tong Zheng, Chengsong Huang, Runpeng Dai, Yun He, Rui Liu, Xin Ni, Huiwen Bao, Kaishen Wang, Hongtu Zhu, Jiaxin Huang, Furong Huang, Heng Huang
TL;DR
This work tackles the inefficiency of parallel thinking in large language models by introducing 2D probing, a diagnostic interface that reveals global width-depth dynamics across parallel reasoning branches. Guided by three key insights—non-monotonic width-depth scaling, heterogeneous branch lengths, and early stabilization of global consensus—the authors propose Parallel-Probe, a training-free online controller that uses consensus-based early stopping and deviation-based branch pruning to coordinate parallel generation. To enable principled evaluation of width-depth strategies, they introduce SCOUT, an offline testbed that decouples generation from policy evaluation. Across multiple model scales and hard benchmarks (AIME 2024/2025 and HMMT 2025), Parallel-Probe achieves a superior accuracy-efficiency Pareto frontier, reducing sequential tokens by up to 35.8% and total token cost by over 25.8% while maintaining competitive accuracy.
Abstract
Parallel thinking has emerged as a promising paradigm for reasoning, yet it imposes significant computational burdens. Existing efficiency methods primarily rely on local, per-trajectory signals and lack principled mechanisms to exploit global dynamics across parallel branches. We introduce 2D probing, an interface that exposes the width-depth dynamics of parallel thinking by periodically eliciting intermediate answers from all branches. Our analysis reveals three key insights: non-monotonic scaling across width-depth allocations, heterogeneous reasoning branch lengths, and early stabilization of global consensus. Guided by these insights, we introduce $\textbf{Parallel-Probe}$, a training-free controller designed to optimize online parallel thinking. Parallel-Probe employs consensus-based early stopping to regulate reasoning depth and deviation-based branch pruning to dynamically adjust width. Extensive experiments across three benchmarks and multiple models demonstrate that Parallel-Probe establishes a superior Pareto frontier for test-time scaling. Compared to standard majority voting, it reduces sequential tokens by up to $\textbf{35.8}$% and total token cost by over $\textbf{25.8}$% while maintaining competitive accuracy.
