LGAILOFeb 10, 2021

Learning Equational Theorem Proving

arXiv:2102.05547v15 citations
Originality Highly original
AI Analysis

This addresses automated theorem proving for mathematical conjectures, offering a novel deep RL approach with incremental improvements in efficiency and cooperation.

The paper tackled equational theorem proving by developing Stratified Shortest Solution Imitation Learning (3SIL), achieving state-of-the-art performance with 70.2% theorems proved in 60 seconds on AIM Conjecture problems, outperforming hand-engineered systems.

We develop Stratified Shortest Solution Imitation Learning (3SIL) to learn equational theorem proving in a deep reinforcement learning (RL) setting. The self-trained models achieve state-of-the-art performance in proving problems generated by one of the top open conjectures in quasigroup theory, the Abelian Inner Mapping (AIM) Conjecture. To develop the methods, we first use two simpler arithmetic rewriting tasks that share tree-structured proof states and sparse rewards with the AIM problems. On these tasks, 3SIL is shown to significantly outperform several established RL and imitation learning methods. The final system is then evaluated in a standalone and cooperative mode on the AIM problems. The standalone 3SIL-trained system proves in 60 seconds more theorems (70.2%) than the complex, hand-engineered Waldmeister system (65.5%). In the cooperative mode, the final system is combined with the Prover9 system, proving in 2 seconds what standalone Prover9 proves in 60 seconds.

Foundations

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

Your Notes