Download PDFOpen PDF in browser

Guiding an Instantiation Prover with Graph Neural Networks

12 pagesPublished: June 3, 2023

Abstract

In this work we extend an instantiation-based theorem prover iProver with machine learning (ML) guidance based on graph neural networks. For this we implement an interactive mode in iProver, which allows communication with an external agent via network sockets. The external (ML-based) agent guides the proof search by scoring generated clauses in the given clause loop. Our evaluation on a large set of Mizar problems shows that the ML guidance outperforms iProver’s standard human-programmed priority queues, solving more than twice as many problems in the same time. To our knowledge, this is the first time the performance of a state-of-the-art instantiation-based system is doubled by ML guidance.

Keyphrases: Clause Evaluation, Graph Neural Networks, machine learning, theorem proving

In: Ruzica Piskac and Andrei Voronkov (editors). Proceedings of 24th International Conference on Logic for Programming, Artificial Intelligence and Reasoning, vol 94, pages 112--123

Links:
BibTeX entry
@inproceedings{LPAR2023:Guiding_an_Instantiation_Prover,
  author    = {Karel Chvalovsk\textbackslash{}'y and Konstantin Korovin and Jelle Piepenbrock and Josef Urban},
  title     = {Guiding an Instantiation Prover with Graph Neural Networks},
  booktitle = {Proceedings of 24th International Conference on Logic for Programming, Artificial Intelligence and Reasoning},
  editor    = {Ruzica Piskac and Andrei Voronkov},
  series    = {EPiC Series in Computing},
  volume    = {94},
  pages     = {112--123},
  year      = {2023},
  publisher = {EasyChair},
  bibsource = {EasyChair, https://easychair.org},
  issn      = {2398-7340},
  url       = {https://easychair.org/publications/paper/5z94},
  doi       = {10.29007/tp23}}
Download PDFOpen PDF in browser