FOLD-SE (Scalable Explainable AI)
Huaduo Wang and Gopal Gupta
Computer Science Department
The University of Texas at Dallas, Richardson, USA
1
Presented by:�Hrushikesh Kothikar
2
Fold-SE algorithm is an improvement over FOLD-R++ Algorithm.
Provides scalable explainability (SE) while inheriting all the merits of FOLD-R++.
The FOLD-SE algorithm outperforms FOLD-R++ and RIPPER algorithms in efficiency, performance, and explainability, especially for large datasets.
FOLD-SE: Origination
FOLD-R++
3
FOLD-R++ : Specific Improvements over FOLD-R
4
FOLD-R++ : Inductive Logic Programming (Background)
It is a subfield of machine learning that learns models in the form of logic programming rules. A more formal definition:
5
FOLD-R++ : Default Rules (Background)
6
FOLD-R++ : Algorithm
7
Detailed Algorithm (Page 8, Algorithm 2): https://arxiv.org/pdf/2110.07843.pdf
FOLD-R++ : Algorithm (Contd.)
8
FOLD-R++ : Literal Selection
9
FOLD-R++ : Literal Selection (IG Calculation)
10
FOLD-R++ : Literal Selection (Contd.)
11
FOLD-R++ : Literal Selection (Contd.)
12
FOLD-R++ : Literal Selection (Contd.)
13
FOLD-R++ : Explainability
14
15
Accuracy |
0.86 |
Precision |
0.88 |
Recall |
0.95 |
F1 Score |
0.91 |
16
Justification Tree produced by s(CASP) for a query about ID 30 having income less than 50k
17
Accuracy |
0.61 |
Precision |
0.98 |
Recall |
0.50 |
F1 Score |
0.66 |
The RIPPER System� (rule-induction algorithm that generates formulas in conjunctive normal form (CNF) as an explanation of the model.)
FOLD-SE
Scalable Explainable AI
18
FOLD-SE
19
FOLD-SE: What’s new?
20
Detailed Algorithm (Page 6, Algorithm 2): https://arxiv.org/pdf/2208.07912.pdf
FOLD-SE: Heuristic for Literal Selection
21
FOLD-SE: Heuristic for Literal Selection (Contd.)
22
FOLD-SE: Heuristic for Literal Selection (Performance)
23
FOLD-SE: Heuristic for Literal Selection (Performance)
24
FOLD-SE: Comparison operators
25
FOLD-SE: Comparison operators (Contd.)
26
FOLD-SE: Comparison operators (Contd.)
27
FOLD-SE: Rule Pruning Mechanism
28
FOLD-SE: Performance and Results
29