Relevance-Aware Rule: Structural Deletion of Irrelevant Conditions in Decision Trees

📅 2026-07-15
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Decision trees may introduce irrelevant conditions (IRCs)—splitting criteria inconsistent with the class labels of their descendant leaf nodes—due to their binary partitioning mechanism, thereby compromising rule simplicity and reliability. This work is the first to elucidate the structural origins of IRCs and proposes a rigorous diagnostic and pruning framework. By analyzing inverse shifts in class proportions between parent and child nodes, and integrating structural linkage matching, directional consistency checks, and predictive reliability assessment, the method precisely identifies and removes conditions that are both structurally and empirically irrelevant while preserving predictive performance. The resulting rules are substantially simplified without sacrificing accuracy, achieving an effective balance between interpretability and fidelity to the original model’s predictions.
📝 Abstract
Decision trees generate interpretable if--then rules, yet they contain irrelevant conditions (IRCs). These IRCs arise from the structural mechanism of tree splitting and persist even in modern optimal sparse tree induction algorithms. Existing IRC deletion methods overlook this structural mechanism; therefore, they either preserve the original tree too loosely to remain reliable, or too strictly to achieve meaningful simplification. This study provides theoretical foundations for reliable IRC deletion by establishing theorems and propositions related to the underlying IRC mechanism. The key finding is that a binary split shifts class proportions in opposite directions relative to the parent. Specifically, an increase in the class-1 proportion along one branch necessitates an increase in the class-0 proportion along its sibling, thereby generating a C1-link and a C0-link. Based on this structural fact, we propose a structural IRC deletion framework. Relative to each leaf, links that increase the leaf-class proportion are matched, whereas links that increase the proportion of the opposite leaf-class are mismatched. These mismatched links are flagged as structurally suspicious IRC candidates. Rather than deleting them outright, the framework rigorously diagnoses their relevance by assessing prediction reliability. It selectively deletes conditions that are structurally and empirically irrelevant, while strictly protecting those whose deletion would reduce the rule's reliability. Experimental results confirm that the proposed framework achieves substantial rule simplification without sacrificing the reliability of the original tree.
Problem

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

irrelevant conditions
decision trees
structural mechanism
rule simplification
interpretability
Innovation

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

irrelevant condition deletion
structural mechanism
decision tree simplification
class proportion shift
relevance-aware rule