Efficient rule induction by ignoring pointless rules
Andrew Cropper, David M. Cerna
TL;DR
This work introduces Reducer, an ILP system that dramatically speeds up rule induction by identifying pointless rules—reducible and indiscriminate—and pruning the hypothesis space with ASP-derived constraints. The authors prove soundness and optimality guarantees, showing Reducer returns an optimal hypothesis if one exists. Empirical results across diverse domains show up to a 99% reduction in learning time while preserving predictive accuracy, with only modest overhead for detecting pointless rules. The approach offers a practical and generalizable enhancement to ILP, with potential applicability to recursive hypotheses and broader neuro-symbolic settings.
Abstract
The goal of inductive logic programming (ILP) is to find a set of logical rules that generalises training examples and background knowledge. We introduce an ILP approach that identifies pointless rules. A rule is pointless if it contains a redundant literal or cannot discriminate against negative examples. We show that ignoring pointless rules allows an ILP system to soundly prune the hypothesis space. Our experiments on multiple domains, including visual reasoning and game playing, show that our approach can reduce learning times by 99% whilst maintaining predictive accuracies.
