AILGLONESCFeb 13, 2020

ENIGMA Anonymous: Symbol-Independent Inference Guiding Machine (system description)

arXiv:2002.05406v247 citations
AI Analysis

This work addresses a bottleneck in automated theorem proving by enabling symbol-independent guidance, which is incremental but improves practical applicability.

The paper tackles the problem of guiding automated theorem provers without relying on consistent symbol names across problems, achieving comparable real-time performance to state-of-the-art symbol-based methods on the MPTP benchmark and solving many hard Mizar problems.

We describe an implementation of gradient boosting and neural guidance of saturation-style automated theorem provers that does not depend on consistent symbol names across problems. For the gradient-boosting guidance, we manually create abstracted features by considering arity-based encodings of formulas. For the neural guidance, we use symbol-independent graph neural networks (GNNs) and their embedding of the terms and clauses. The two methods are efficiently implemented in the E prover and its ENIGMA learning-guided framework. To provide competitive real-time performance of the GNNs, we have developed a new context-based approach to evaluation of generated clauses in E. Clauses are evaluated jointly in larger batches and with respect to a large number of already selected clauses (context) by the GNN that estimates their collectively most useful subset in several rounds of message passing. This means that approximative inference rounds done by the GNN are efficiently interleaved with precise symbolic inference rounds done inside E. The methods are evaluated on the MPTP large-theory benchmark and shown to achieve comparable real-time performance to state-of-the-art symbol-based methods. The methods also show high complementarity, solving a large number of hard Mizar problems.

Foundations

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

Your Notes