SCULPT: Constraint-Guided Pruned MCTS that Carves Efficient Paths for Mathematical Reasoning
Qitong Fang, Haotian Li, Xu Wang
TL;DR
SCULPT reframes mathematical reasoning as constraint-guided workflow search, integrating six domain-aware constraints into a canonical four-stage MCTS to prune implausible steps. It formalizes constraint aggregation with a weighted geometric mean and employs a depth-aware expansion gate to regulate search, complemented by adaptive constraint weighting and magnitude-aware backpropagation. Across GSM8K, MATH, and GSM-Hard, SCULPT yields higher accuracy with substantially reduced exploration, achieving a 34.2% reduction in implausible branches and a 66% reduction in search variance, while lowering optimization costs by up to ~31%. The approach demonstrates that domain-specific symbolic and pattern-based guidance can substantially improve the reliability and efficiency of long-horizon reasoning in high-precision domains, with potential applicability to formal verification and legal reasoning.
Abstract
Automated agent workflows can enhance the problem-solving ability of large language models (LLMs), but common search strategies rely on stochastic exploration and often traverse implausible branches. This occurs because current pipelines sample candidate steps from generic prompts or learned policies with weak domain priors, yielding near-random walks over operators, units, and formats. To promote ordered exploration, this paper introduces SCULPT, a constraint-guided approach for Monte Carlo Tree Search (MCTS) that integrates domain-aware scoring into selection, expansion, simulation, and backpropagation. SCULPT scores and prunes actions using a combination of symbolic checks (dimensional consistency, type compatibility, magnitude sanity, depth control, and diversity) and structural pattern guidance, thereby steering the search toward plausible reasoning paths. Under matched LLM configurations, SCULPT yields stable improvements on multiple datasets; additional results with GPT-5.2 assess executor transferability and performance on frontier reasoning models. Overall, domain-aware constraints can improve accuracy while maintaining efficiency and reasoning stability.
