Efficient rule induction by ignoring pointless rules

📅 2025-02-03
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Inductive Logic Programming (ILP) suffers from low learning efficiency and limited generalization due to an exponentially large hypothesis space rife with semantically redundant rules. Method: This paper formally defines “meaningless rules”—those either semantically equivalent to existing rules or incapable of distinguishing negative examples—and introduces a dual pruning criterion integrating semantic equivalence and discriminative power, enabling theoretically sound, lossless hypothesis space reduction. The approach leverages predicate logic inference and rule discriminability analysis to support efficient, semantics-preserving pruning. Contribution/Results: Evaluated across vision reasoning and game-playing tasks, the framework achieves a 99% speedup in training while maintaining zero accuracy degradation in prediction. To our knowledge, this is the first ILP pruning framework that simultaneously guarantees formal correctness and practical efficiency.

Technology Category

Application Category

📝 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.
Problem

Research questions and friction points this paper is trying to address.

Inductive Logic Programming
Rule Redundancy
Learning Efficiency
Innovation

Methods, ideas, or system contributions that make the work stand out.

Inductive Logic Programming
Rule Pruning
Efficiency Enhancement
🔎 Similar Papers
No similar papers found.