paper-with-me

홈 › Papers

Concise and interpretable multi-label rule sets

2022-10-04 · Martino Ciaperoni, Han Xiao, Aristides Gionis

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 said maximization problem we propose a 2-approximation algorithm, which relies on a novel technique to sample high-quality rules. In addition to our theoretical analysis, we provide a thorough experimental evaluation, which indicates that our approach offers a trade-off between predictive performance and interpretability that is unmatched in previous work.

📄 PDF Abstract BibTeX arXiv:2210.01533

Code (1)

diversemultilabelclassificationrules/corset 공식 구현

Tasks

DiversityMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Similar Papers 제목 키워드 기반

Multi-value Rule Sets for Interpretable Classification with Feature-Efficient Representations

2018-12-01 · NeurIPS 2018 12 · Tong Wang

We present the Multi-value Rule Set (MRS) for interpretable classification with feature efficient presentations. Compared to rule sets built from single-value rules, MRS adopts a more generalized form of association rule…

FormGeneral Classification

Interpretable Patient Mortality Prediction with Multi-value Rule Sets

2018-07-06 · Tong Wang, Veerajalandhar Allareddy, Sankeerth Rampa, Veerasathpurush Allareddy

We propose a Multi-vAlue Rule Set (MRS) model for in-hospital predicting patient mortality. Compared to rule sets built from single-valued rules, MRS adopts a more generalized form of association rules that allows multip…

FormMortality PredictionPrediction

An Interpretable Rule Creation Method for Black-Box Models based on Surrogate Trees -- SRules

2024-07-29 · Mario Parrón Verdasco, Esteban García-Cuesta

As artificial intelligence (AI) systems become increasingly integrated into critical decision-making processes, the need for transparent and interpretable models has become paramount. In this article we present a new rul…

Decision Making

ORCAID: Oblique Rule-Based Continuous-Action Interpretation for Deep RL Policies

2026-07-08 · Ignacio D. Lopez-Miguel, Ezio Bartocci, Thomas Eiter, Martin Tappler arxiv

Explainability remains a key issue in reinforcement learning (RL). Distilling an interpretable policy from an agent trained in a complex environment is particularly challenging when the action space is continuous. We int…

Reinforcement Learning

Neurosymbolic Association Rule Mining from Tabular Data

2025-04-27 · Erkan Karabulut, Paul Groth, Victoria Degeler

Association Rule Mining (ARM) is the task of mining patterns among data features in the form of logical rules, with applications across a myriad of domains. However, high-dimensional datasets often result in an excessive…

Interpretable Machine Learning