ExMo: Explainable AI Model using Inverse Frequency Decision Rules
Pradip Mainali, Ismini Psychoula, and Fabien A. P. Petitcolas

TL;DR
ExMo is an interpretable machine learning model that uses TF-IDF-based decision rules to improve accuracy and provide human-friendly explanations, outperforming Bayesian Rule List in various datasets.
Contribution
The paper introduces ExMo, a novel method for extracting decision rules using TF-IDF features, enhancing interpretability and accuracy over existing rule-based models.
Findings
ExMo achieves 20% higher accuracy than BRL.
ExMo's explanations are easily understandable by non-experts.
ExMo performs comparably to deep learning models in accuracy.
Abstract
In this paper, we present a novel method to compute decision rules to build a more accurate interpretable machine learning model, denoted as ExMo. The ExMo interpretable machine learning model consists of a list of IF...THEN... statements with a decision rule in the condition. This way, ExMo naturally provides an explanation for a prediction using the decision rule that was triggered. ExMo uses a new approach to extract decision rules from the training data using term frequency-inverse document frequency (TF-IDF) features. With TF-IDF, decision rules with feature values that are more relevant to each class are extracted. Hence, the decision rules obtained by ExMo can distinguish the positive and negative classes better than the decision rules used in the existing Bayesian Rule List (BRL) algorithm, obtained using the frequent pattern mining approach. The paper also shows that ExMo…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImbalanced Data Classification Techniques · Rough Sets and Fuzzy Logic · Stock Market Forecasting Methods
