AILGLONESCMar 6, 2024

Learning Guided Automated Reasoning: A Brief Survey

arXiv:2403.04017v110 citationsh-index: 31Logics and Type Systems in Theory and Practice
Originality Synthesis-oriented
AI Analysis

This is an incremental survey that addresses performance bottlenecks in automated reasoning systems for researchers in AI and formal methods.

The paper surveys how machine learning can guide automated theorem provers to overcome combinatorial explosion, and how deductive search can generate large corpora for training these predictors.

Automated theorem provers and formal proof assistants are general reasoning systems that are in theory capable of proving arbitrarily hard theorems, thus solving arbitrary problems reducible to mathematics and logical reasoning. In practice, such systems however face large combinatorial explosion, and therefore include many heuristics and choice points that considerably influence their performance. This is an opportunity for trained machine learning predictors, which can guide the work of such reasoning systems. Conversely, deductive search supported by the notion of logically valid proof allows one to train machine learning systems on large reasoning corpora. Such bodies of proof are usually correct by construction and when combined with more and more precise trained guidance they can be boostrapped into very large corpora, with increasingly long reasoning chains and possibly novel proof ideas. In this paper we provide an overview of several automated reasoning and theorem proving domains and the learning and AI methods that have been so far developed for them. These include premise selection, proof guidance in several settings, AI systems and feedback loops iterating between reasoning and learning, and symbolic classification 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