🤖 AI Summary
This study addresses the lack of theoretical guidance in allocating computational resources between breadth exploration and depth optimization during large language model inference, as well as the neglect of model diversity’s influence on strategy selection. It introduces model diversity as a core determinant of reasoning strategies, quantifying diversity through probability mass distribution and integrating uncertainty decomposition theory to formulate an analytical framework for the exploration–exploitation trade-off. Through comparative experiments between tree search and parallel sampling, the work derives conditions under which tree-based depth optimization outperforms parallel sampling. Empirical results on Qwen-3 4B and Olmo-3 7B model families demonstrate that low-diversity aligned models benefit from lightweight depth optimization, whereas high-diversity base models require stronger compensation mechanisms to offset insufficient exploration.
📝 Abstract
Compute scaling for LLM reasoning requires allocating budget between exploring solution approaches ($breadth$) and refining promising solutions ($depth$). Most methods implicitly trade off one for the other, yet why a given trade-off works remains unclear, and validation on a single model obscures the role of the model itself. We argue that $\textbf{the optimal strategy depends on the model's diversity profile, the spread of probability mass across solution approaches, and that this must be characterized before any exploration strategy is adopted.}$ We formalize this through a theoretical framework decomposing reasoning uncertainty and derive conditions under which tree-style depth refinement outperforms parallel sampling. We validate it on Qwen-3 4B and Olmo-3 7B families, showing that lightweight signals suffice for depth-based refinement on low-diversity aligned models while yielding limited utility for high-diversity base models, which we hypothesize require stronger compensation for lower exploration coverage.