English

Efficient Neural Clause-Selection Reinforcement

Artificial Intelligence 2025-06-03 v2 Logic in Computer Science

Abstract

Clause selection is arguably the most important choice point in saturation-based theorem proving. Framing it as a reinforcement learning (RL) task is a way to challenge the human-designed heuristics of state-of-the-art provers and to instead automatically evolve -- just from prover experiences -- their potentially optimal replacement. In this work, we present a neural network architecture for scoring clauses for clause selection that is powerful yet efficient to evaluate. Following RL principles to make design decisions, we integrate the network into the Vampire theorem prover and train it from successful proof attempts. An experiment on the diverse TPTP benchmark finds the neurally guided prover improve over a baseline strategy, from which it initially learns -- in terms of the number of in-training-unseen problems solved under a practically relevant, short CPU instruction limit -- by 20%.

Keywords

Cite

@article{arxiv.2503.07792,
  title  = {Efficient Neural Clause-Selection Reinforcement},
  author = {Martin Suda},
  journal= {arXiv preprint arXiv:2503.07792},
  year   = {2025}
}

Comments

17 pages main text, 3 page bibliography, 6 page appendix

R2 v1 2026-06-28T22:14:47.256Z