AILGLOMay 31, 2021

The Role of Entropy in Guiding a Connection Prover

arXiv:2105.14706v213 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficient theorem proving for automated reasoning systems, though it is incremental as it builds on existing methods with a novel regularization technique.

The authors tackled the problem of learning good inference guidance algorithms for theorem proving by incorporating a graph neural network into the plCoP prover and found that entropy regularization, which prevents overconfidence, greatly improved performance on a large mathematical corpus.

In this work we study how to learn good algorithms for selecting reasoning steps in theorem proving. We explore this in the connection tableau calculus implemented by leanCoP where the partial tableau provides a clean and compact notion of a state to which a limited number of inferences can be applied. We start by incorporating a state-of-the-art learning algorithm -- a graph neural network (GNN) -- into the plCoP theorem prover. Then we use it to observe the system's behaviour in a reinforcement learning setting, i.e., when learning inference guidance from successful Monte-Carlo tree searches on many problems. Despite its better pattern matching capability, the GNN initially performs worse than a simpler previously used learning algorithm. We observe that the simpler algorithm is less confident, i.e., its recommendations have higher entropy. This leads us to explore how the entropy of the inference selection implemented via the neural network influences the proof search. This is related to research in human decision-making under uncertainty, and in particular the probability matching theory. Our main result shows that a proper entropy regularisation, i.e., training the GNN not to be overconfident, greatly improves plCoP's performance on a large mathematical corpus.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes