paper-with-me

Papers

Computing Optimal Decision Sets with SAT

2020-07-29 · Jinqiang Yu, Alexey Ignatiev, Peter J. Stuckey, Pierre Le Bodic

As machine learning is increasingly used to help make decisions, there is a demand for these decisions to be explainable. Arguably, the most explainable machine learning models use decision rules. This paper focuses on decision sets, a type of model with unordered rules, which explains each prediction with a single rule. In order to be easy for humans to understand, these rules must be concise. Earlier work on generating optimal decision sets first minimizes the number of rules, and then minimizes the number of literals, but the resulting rules can often be very large. Here we consider a better measure, namely the total size of the decision set in terms of literals. So we are not driven to a small set of rules which require a large number of literals. We provide the first approach to determine minimum-size decision sets that achieve minimum empirical risk and then investigate sparse alternatives where we trade accuracy for size. By finding optimal solutions we show we can build decision set classifiers that are almost as accurate as the best heuristic methods, but far more concise, and hence more explainable.

📄 PDF Abstract BibTeX arXiv:2007.15140

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

On the Use of Non-Stationary Policies for Stationary Infinite-Horizon Markov Decision Processes

2012-12-01 · NeurIPS 2012 12 · Bruno Scherrer, Boris Lesner

We consider infinite-horizon stationary $\gamma$-discounted Markov Decision Processes, for which it is known that there exists a stationary optimal policy. Using Value and Policy Iteration with some error $\epsilon…

Adaptively Pruning Features for Boosted Decision Trees

2018-05-19 · Maryam Aziz, Jesse Anderton, Javed Aslam

Boosted decision trees enjoy popularity in a variety of applications; however, for large-scale datasets, the cost of training a decision tree in each round can be prohibitively expensive. Inspired by ideas from the multi…

A Scalable Two Stage Approach to Computing Optimal Decision Sets

2021-02-03 · Alexey Ignatiev, Edward Lam, Peter J. Stuckey, Joao Marques-Silva

Machine learning (ML) is ubiquitous in modern life. Since it is being deployed in technologies that affect our privacy and safety, it is often crucial to understand the reasoning behind its decisions, warranting the need…

Vocal Bursts Valence Prediction

Efficient Computation of Blackwell Optimal Policies using Rational Functions

2025-08-25 · Dibyangshu Mukherjee, Shivaram Kalyanakrishnan arxiv

Markov Decision Problems (MDPs) provide a foundational framework for modelling sequential decision-making across diverse domains, guided by optimality criteria such as discounted and average rewards. However, these crite…

Near Optimal Bayesian Active Learning for Decision Making

2014-02-24 · Shervin Javdani, Yuxin Chen, Amin Karbasi, Andreas Krause 외

How should we gather information to make effective decisions? We address Bayesian active learning and experimental design problems, where we sequentially select tests to reduce uncertainty about a set of hypotheses. Inst…

Active LearningDecision MakingExperimental Design