Download PDFOpen PDF in browser

Exploiting Answer Set Programming with External Sources for Meta-Interpretive Learning

EasyChair Preprint no. 204

23 pagesDate: May 31, 2018

Abstract

Meta-Interpretive Learning (MIL) learns logic programs from examples by instantiating meta-rules. The recent Metagol system efficiently solves MIL-problems by relying on the procedural bias imposed by Prolog. Its focus on positive examples, however, effects that Metagol can detect the derivability of negative examples only at a later check, which can severely hit performance. Viewing MIL-problems as combinatorial search problems, they can alternatively be solved by employing Answer Set Programming (ASP). Using a sophisticated ASP solver, we may expect that violations of negative examples can be propagated directly, but such an effect has never been explicitly exploited for general MIL. In fact, a straightforward ASP-encoding of MIL results in a huge search space due to a lack of procedural bias and the need for grounding. To address these challenging issues, we encode MIL in the HEX formalism, which is an extension of ASP that allows us to outsource the background knowledge, and we restrict the search space by modeling the procedural bias. This way, the import of constants from the background knowledge can for a given type of meta-rules be limited to the relevant ones. Moreover, by abstracting from term manipulations in the encoding and exploiting the HEX interface mechanism, the import of such constants can be prevented completely in order to avoid the grounding bottleneck. An experimental evaluation shows promising results.

Keyphrases: Answer Set Programming, Inductive Logic Programming, Meta-Interpretive Learning

BibTeX entry
BibTeX does not have the right entry for preprints. This is a hack for producing the correct reference:
@Booklet{EasyChair:204,
  author = {Tobias Kaminski and Thomas Eiter and Katsumi Inoue},
  title = {Exploiting Answer Set Programming with External Sources for Meta-Interpretive Learning},
  howpublished = {EasyChair Preprint no. 204},
  doi = {10.29007/drn9},
  year = {EasyChair, 2018}}
Download PDFOpen PDF in browser