paper-with-me

Papers

A Deep Reinforcement Learning Approach to First-Order Logic Theorem Proving

2019-11-05 · Maxwell Crouse, Ibrahim Abdelaziz, Bassem Makni, Spencer Whitehead, Cristina Cornelio, Pavan Kapanipathi, Kavitha Srinivas, Veronika Thost, Michael Witbrock, Achille Fokoue

Automated theorem provers have traditionally relied on manually tuned heuristics to guide how they perform proof search. Deep reinforcement learning has been proposed as a way to obviate the need for such heuristics, however, its deployment in automated theorem proving remains a challenge. In this paper we introduce TRAIL, a system that applies deep reinforcement learning to saturation-based theorem proving. TRAIL leverages (a) a novel neural representation of the state of a theorem prover and (b) a novel characterization of the inference selection process in terms of an attention-based action policy. We show through systematic analysis that these mechanisms allow TRAIL to significantly outperform previous reinforcement-learning-based theorem provers on two benchmark datasets for first-order logic automated theorem proving (proving around 15% more theorems).

📄 PDF Abstract BibTeX arXiv:1911.02065

Code (1)

IBM/TRAIL 공식 구현 pytorch

Tasks

Automated Theorem ProvingDeep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

HOList: An Environment for Machine Learning of Higher-Order Theorem Proving

2019-04-05 · Kshitij Bansal, Sarah M. Loos, Markus N. Rabe, Christian Szegedy 외

We present an environment, benchmark, and deep learning driven automated theorem prover for higher-order logic. Higher-order interactive theorem provers enable the formalization of arbitrary mathematical theories and the…

Automated Theorem ProvingBIG-bench Machine LearningDeep LearningDeep Reinforcement Learning+3

Solving Quantified Modal Logic Problems by Translation to Classical Logics

2022-12-19 · Alexander Steen, Geoff Sutcliffe, Christoph Benzmüller

This article describes an evaluation of Automated Theorem Proving (ATP) systems on problems taken from the QMLTP library of first-order modal logic problems. Principally, the problems are translated to both typed first-o…

Automated Theorem ProvingTranslation

Graph Representations for Higher-Order Logic and Theorem Proving

2019-05-24 · Aditya Paliwal, Sarah Loos, Markus Rabe, Kshitij Bansal 외

This paper presents the first use of graph neural networks (GNNs) for higher-order proof search and demonstrates that GNNs can improve upon state-of-the-art results in this domain. Interactive, higher-order theorem prove…

Automated Theorem Proving

An Experimental Study of Formula Embeddings for Automated Theorem Proving in First-Order Logic

2020-02-02 · Ibrahim Abdelaziz, Veronika Thost, Maxwell Crouse, Achille Fokoue

Automated theorem proving in first-order logic is an active research area which is successfully supported by machine learning. While there have been various proposals for encoding logical formulas into numerical vectors …

Automated Theorem Proving

Theorem Proving Based on Semantics of DNA Strand Graph

2017-02-15 · Kumar S. Ray, Mandrita Mondal

Because of several technological limitations of traditional silicon based computing, for past few years a paradigm shift, from silicon to carbon, is occurring in computational world. DNA computing has been considered to …

Automated Theorem Proving