Truly Unordered Probabilistic Rule Sets for Multi-class Classification
Lincen Yang, Matthijs van Leeuwen

TL;DR
This paper introduces TURS, a novel method for learning truly unordered probabilistic rule sets for multi-class classification, addressing limitations of existing rule-based models in interpretability, handling numeric data, and probabilistic multi-class predictions.
Contribution
TURS is the first approach to learn truly unordered probabilistic rule sets directly from numeric data for multi-class classification, improving interpretability and performance.
Findings
TURS outperforms existing methods in predictive accuracy.
TURS produces more interpretable rule sets.
TURS effectively handles numeric variables and overlapping rules.
Abstract
Rule set learning has long been studied and has recently been frequently revisited due to the need for interpretable models. Still, existing methods have several shortcomings: 1) most recent methods require a binary feature matrix as input, while learning rules directly from numeric variables is understudied; 2) existing methods impose orders among rules, either explicitly or implicitly, which harms interpretability; and 3) currently no method exists for learning probabilistic rule sets for multi-class target variables (there is only one for probabilistic rule lists). We propose TURS, for Truly Unordered Rule Sets, which addresses these shortcomings. We first formalize the problem of learning truly unordered rule sets. To resolve conflicts caused by overlapping rules, i.e., instances covered by multiple rules, we propose a novel approach that exploits the probabilistic properties of…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRough Sets and Fuzzy Logic · Machine Learning and Data Classification · Bayesian Modeling and Causal Inference
