Learning logic programs by finding minimal unsatisfiable subprograms

Andrew Cropper,Céline Hocquette
2024-01-30
Abstract:The goal of inductive logic programming (ILP) is to search for a logic program that generalises training examples and background knowledge. We introduce an ILP approach that identifies minimal unsatisfiable subprograms (MUSPs). We show that finding MUSPs allows us to efficiently and soundly prune the search space. Our experiments on multiple domains, including program synthesis and game playing, show that our approach can reduce learning times by 99%.
Machine Learning,Logic in Computer Science
What problem does this paper attempt to address?