Affiliation:
1. School of Computer Science and Technology, Xidian University, Xi’an 710126, China
2. Institute of Computing Theory and Technology (ICTT), Xidian University, Xi’an 710126, China
3. School of Computing and Information Systems, Singapore Management University, Singapore 178902, Singapore
Abstract
Inductive Logic Programming (ILP) is a research field at the intersection between machine learning and logic programming, focusing on developing a formal framework for inductively learning relational descriptions in the form of logic programs from examples and background knowledge. As an emerging method of ILP, Meta-Interpretive Learning (MIL) leverages the specialization of a set of higher-order metarules to learn logic programs. In MIL, the input includes a set of examples, background knowledge, and a set of metarules, while the output is a logic program. MIL executes a depth-first traversal search, where its program search space expands polynomially with the number of predicates in the provided background knowledge and exponentially with the number of clauses in the program, sometimes even leading to search collapse. To address this challenge, this study introduces a strategy that employs the concept of reuse, specifically through the integration of auxiliary predicates, to reduce the number of clauses in programs and improve the learning efficiency. This approach focuses on the proactive identification and reuse of common program patterns. To operationalize this strategy, we introduce MILER, a novel method integrating a predicate generator, program learner, and program evaluator. MILER leverages frequent subgraph mining techniques to detect common patterns from a limited dataset of training samples, subsequently embedding these patterns as auxiliary predicates into the background knowledge. In our experiments involving two Visual Question Answering (VQA) tasks and one program synthesis task, we assessed MILER’s approach to utilizing reusable program patterns as auxiliary predicates. The results indicate that, by incorporating these patterns, MILER identifies reusable program patterns, reduces program clauses, and directly decreases the likelihood of timeouts compared to traditional MIL. This leads to improved learning success rates by optimizing computational efforts.
Reference43 articles.
1. Reconciling deep learning with symbolic artificial intelligence: Representing objects and relations;Garnelo;Curr. Opin. Behav. Sci.,2019
2. Inductive logic programming: Theory and methods;Muggleton;J. Log. Program.,1994
3. Cropper, A., Dumančić, S., and Muggleton, S.H. (2020). Turning 30: New ideas in inductive logic programming. arXiv.
4. ILP turns 20;Muggleton;Mach. Learn.,2012
5. Dai, W.Z., Hallett, L., Muggleton, S.H., and Baldwin, G.S. (2021). Automated Biodesign Engineering by Abductive Meta-Interpretive Learning. arXiv.