3D-Prover: Diversity Driven Theorem Proving With Determinantal Point Processes
Sean Lamont, Christian Walder, Amir Dezfouli, Paul Montague, Michael Norrish
TL;DR
Automated theorem proving suffers from an explosion in the search space as tactic choices proliferate and execution errors waste resources. The authors propose 3D-Prover, a modular, diversity-driven filtering layer that learns transition-aware tactic embeddings from synthetic proof transitions and uses Determinantal Point Processes to select a diverse, high-quality subset of tactics to execute. They demonstrate improvements on miniF2F and LeanDojo benchmarks by augmenting ReProver and InternLM2.5-Step-Prover, achieving higher proof success, faster execution, and greater tactic diversity. By learning environment dynamics and enforcing diversity during search, 3D-Prover offers a practical approach to prune search and enable deeper automated proofs with modest overhead.
Abstract
A key challenge in automated formal reasoning is the intractable search space, which grows exponentially with the depth of the proof. This branching is caused by the large number of candidate proof tactics which can be applied to a given goal. Nonetheless, many of these tactics are semantically similar or lead to an execution error, wasting valuable resources in both cases. We address the problem of effectively pruning this search, using only synthetic data generated from previous proof attempts. We first demonstrate that it is possible to generate semantically aware tactic representations which capture the effect on the proving environment, likelihood of success, and execution time. We then propose a novel filtering mechanism which leverages these representations to select semantically diverse and high quality tactics, using Determinantal Point Processes. Our approach, 3D- Prover, is designed to be general, and to augment any underlying tactic generator. We demonstrate the effectiveness of 3D-Prover on the miniF2F and LeanDojo benchmarks by augmenting popular open source proving LLMs. We show that our approach leads to an increase in the overall proof rate, as well as a significant improvement in the tactic success rate, execution time and diversity. We make our code available at https://github.com/sean-lamont/3D-Prover.
