Knowledge Refactoring for Inductive Program Synthesis
Sebastijan Dumancic, Tias Guns, Andrew Cropper
Abstract
Humans constantly restructure knowledge to use it more efficiently. Our goal is to give a machine learning system similar abilities so that it can learn more efficiently. We introduce the knowledge refactoring problem, where the goal is to restructure a learner's knowledge base to reduce its size and to minimise redundancy in it. We focus on inductive logic programming, where the knowledge base is a logic program. We introduce Knorf, a system which solves the refactoring problem using constraint optimisation. A key feature of Knorf is that, rather than simply removing knowledge, it also introduces new knowledge through predicate invention. We evaluate our approach on two domains: building Lego structures and real-world string transformations. Our experiments show that learning from refactored knowledge can improve predictive accuracies fourfold and reduce learning times by half.
BibTeX
@inproceedings{aaai2021_knowledgerefacto,
title = {Knowledge Refactoring for Inductive Program Synthesis},
author = {Sebastijan Dumancic and Tias Guns and Andrew Cropper},
booktitle = {AAAI 2021},
year = {2021}
}