Learning Ensembles of Interpretable Simple Structure
Gaurav Arwade, Sigurdur Olafsson

TL;DR
This paper introduces a bottom-up algorithm that identifies simple, interpretable structures within complex data by partitioning data into subgroups, enhancing both interpretability and accuracy of models in decision-making tasks.
Contribution
It presents a novel method for discovering simple, interpretable structures within data, improving transparency and performance over traditional global models.
Findings
The algorithm effectively identifies simple structures in synthetic data.
Decision boundaries from simple structures are more interpretable.
The approach enhances both explainability and predictive accuracy.
Abstract
Decision-making in complex systems often relies on machine learning models, yet highly accurate models such as XGBoost and neural networks can obscure the reasoning behind their predictions. In operations research applications, understanding how a decision is made is often as crucial as the decision itself. Traditional interpretable models, such as decision trees and logistic regression, provide transparency but may struggle with datasets containing intricate feature interactions. However, complexity in decision-making stem from interactions that are only relevant within certain subsets of data. Within these subsets, feature interactions may be simplified, forming simple structures where simple interpretable models can perform effectively. We propose a bottom-up simple structure-identifying algorithm that partitions data into interpretable subgroups known as simple structure, where…
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
TopicsExplainable Artificial Intelligence (XAI) · Imbalanced Data Classification Techniques · Data Mining Algorithms and Applications
