Concise and interpretable multi-label rule sets
Martino Ciaperoni, Han Xiao, and Aristides Gionis

TL;DR
This paper introduces a concise, interpretable multi-label rule-based classifier that balances accuracy and simplicity by selecting diverse, relevant rules through a novel approximation algorithm, outperforming existing methods in interpretability.
Contribution
We propose a new multi-label classification method that produces small, interpretable rule sets using a novel rule sampling technique and a formulation that balances discrimination and diversity.
Findings
Achieves high accuracy with fewer rules compared to existing methods.
Offers a better trade-off between interpretability and predictive performance.
Theoretical analysis supports the effectiveness of the proposed algorithm.
Abstract
Multi-label classification is becoming increasingly ubiquitous, but not much attention has been paid to interpretability. In this paper, we develop a multi-label classifier that can be represented as a concise set of simple "if-then" rules, and thus, it offers better interpretability compared to black-box models. Notably, our method is able to find a small set of relevant patterns that lead to accurate multi-label classification, while existing rule-based classifiers are myopic and wasteful in searching rules,requiring a large number of rules to achieve high accuracy. In particular, we formulate the problem of choosing multi-label rules to maximize a target function, which considers not only discrimination ability with respect to labels, but also diversity. Accounting for diversity helps to avoid redundancy, and thus, to control the number of rules in the solution set. To tackle the…
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
TopicsText and Document Classification Technologies · Machine Learning and Data Classification
