LGOct 15, 2021

FOLD-R++: A Scalable Toolset for Automated Inductive Learning of Default Theories from Mixed Data

arXiv:2110.07843v318 citations
Originality Incremental advance
AI Analysis

This work addresses the need for scalable and explainable machine learning tools for classification tasks in domains with mixed data, representing an incremental improvement over existing methods.

The paper tackles the problem of learning explainable models from mixed data by introducing FOLD-R++, an improved algorithm that significantly enhances efficiency and scalability over its predecessor, achieving competitive performance with XGBoost and outperforming RIPPER on large datasets while producing interpretable rule sets.

FOLD-R is an automated inductive learning algorithm for learning default rules for mixed (numerical and categorical) data. It generates an (explainable) answer set programming (ASP) rule set for classification tasks. We present an improved FOLD-R algorithm, called FOLD-R++, that significantly increases the efficiency and scalability of FOLD-R by orders of magnitude. FOLD-R++ improves upon FOLD-R without compromising or losing information in the input training data during the encoding or feature selection phase. The FOLD-R++ algorithm is competitive in performance with the widely-used XGBoost algorithm, however, unlike XGBoost, the FOLD-R++ algorithm produces an explainable model. FOLD-R++ is also competitive in performance with the RIPPER system, however, on large datasets FOLD-R++ outperforms RIPPER. We also create a powerful tool-set by combining FOLD-R++ with s(CASP)-a goal-directed ASP execution engine-to make predictions on new data samples using the answer set program generated by FOLD-R++. The s(CASP) system also produces a justification for the prediction. Experiments presented in this paper show that our improved FOLD-R++ algorithm is a significant improvement over the original design and that the s(CASP) system can make predictions in an efficient manner as well.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes