Interpretable DNFs
Abstract
A classifier is considered interpretable if each of its decisions has an explanation which is small enough to be easily understood by a human user. A DNF can be seen as a binary classifier kappa over boolean domains. The size of an explanation of a positive decision taken by a DNF kappa is bounded by the size of the terms in kappa, since we can explain a positive decision by giving a term of kappa that evaluates to true. Since both positive and negative decisions must be explained, we consider that interpretable DNFs are those kappa for which both kappa and its complement can be expressed as DNFs composed of terms of bounded size. In this paper, we investigate the family of k-DNFs whose complements can also be expressed as k-DNFs. We compare two such families, namely depth-k decision trees and nested k-DNFs, a novel family of models. Experimental evidence indicates that nested k-DNFs are an interesting alternative to decision trees in terms of interpretability and accuracy.
Cite
Text
Cooper et al. "Interpretable DNFs." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/555Markdown
[Cooper et al. "Interpretable DNFs." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/cooper2025ijcai-interpretable/) doi:10.24963/IJCAI.2025/555BibTeX
@inproceedings{cooper2025ijcai-interpretable,
title = {{Interpretable DNFs}},
author = {Cooper, Martin C. and Bousdira, Imane and Carbonnel, Clément},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2025},
pages = {4985-4993},
doi = {10.24963/IJCAI.2025/555},
url = {https://mlanthology.org/ijcai/2025/cooper2025ijcai-interpretable/}
}