Reinforcement Learning of Theorem Proving
Abstract
We introduce a theorem proving algorithm that uses practically no domain heuristics for guiding its connection-style proof search. Instead, it runs many Monte-Carlo simulations guided by reinforcement learning from previous proof attempts. We produce several versions of the prover, parameterized by different learning and guiding algorithms. The strongest version of the system is trained on a large corpus of mathematical problems and evaluated on previously unseen problems. The trained system solves within the same number of inferences over 40% more problems than a baseline prover, which is an unusually high improvement in this hard AI domain. To our knowledge this is the first time reinforcement learning has been convincingly applied to solving general mathematical problems on a large scale.
Cite
Text
Kaliszyk et al. "Reinforcement Learning of Theorem Proving." Neural Information Processing Systems, 2018.Markdown
[Kaliszyk et al. "Reinforcement Learning of Theorem Proving." Neural Information Processing Systems, 2018.](https://mlanthology.org/neurips/2018/kaliszyk2018neurips-reinforcement/)BibTeX
@inproceedings{kaliszyk2018neurips-reinforcement,
title = {{Reinforcement Learning of Theorem Proving}},
author = {Kaliszyk, Cezary and Urban, Josef and Michalewski, Henryk and Olšák, Miroslav},
booktitle = {Neural Information Processing Systems},
year = {2018},
pages = {8822-8833},
url = {https://mlanthology.org/neurips/2018/kaliszyk2018neurips-reinforcement/}
}