paper-with-me

Papers

From Rashomon Theory to PRAXIS: Efficient Decision Tree Rashomon Sets

2026-05-29 · Zakk Heile, Hayden McTavish, Varun Babbar, Margo Seltzer, Cynthia Rudin arxiv

Standard machine learning pipelines often admit many near-optimal models. These "Rashomon sets" pose a range of challenges and opportunities for uncertainty-aware, robust decision making. They allow users to incorporate domain knowledge and preferences that would otherwise be difficult to specify directly in an objective, and they quantify diversity among valid models for a given training dataset and objective function. However, computation of Rashomon sets, even for simple, interpretable model classes such as sparse decision trees, continues to require immense memory and runtime resources. We present PRAXIS, an algorithm to approximate this Rashomon set with orders of magnitude improvement in runtime and memory usage. We validate that PRAXIS regularly recovers almost all of the full Rashomon set. PRAXIS allows researchers and practitioners to scalably model the Rashomon set for real-world datasets. Code for PRAXIS is available at https://github.com/zakk-h/PRAXIS

📄 PDF Abstract BibTeX arXiv:2606.00202

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Exploring the Whole Rashomon Set of Sparse Decision Trees

2022-09-16 · Rui Xin, Chudi Zhong, Zhi Chen, Takuya Takagi 외

In any given machine learning problem, there may be many models that could explain the data almost equally well. However, most learning algorithms return only one of these models, leaving practitioners with no practical …

SORTeD Rashomon Sets of Sparse Decision Trees: Anytime Enumeration

2025-11-05 · Elif Arslan, Jacobus G. M. van der Linden, Serge Hoogendoorn, Marco Rinaldi 외 arxiv

Sparse decision tree learning provides accurate and interpretable predictive models that are ideal for high-stakes applications by finding the single most accurate tree within a (soft) size limit. Rather than relying on …

On the Existence of Simpler Machine Learning Models

2019-08-05 · Lesia Semenova, Cynthia Rudin, Ronald Parr

It is almost always easier to find an accurate-but-complex model than an accurate-yet-simple model. Finding optimal, sparse, accurate models of various forms (linear models with integer coefficients, decision sets, rule …

BIG-bench Machine LearningFairnessLearning TheoryModel Selection

The Double-Edged Nature of the Rashomon Set for Trustworthy Machine Learning

2025-11-26 · Ethan Hsu, Harry Chen, Chudi Zhong, Lesia Semenova arxiv

Real-world machine learning (ML) pipelines rarely produce a single model; instead, they produce a Rashomon set of many near-optimal ones. We show that this multiplicity reshapes key aspects of trustworthiness. At the ind…

Rashomon effect in Educational Research: Why More is Better Than One for Measuring the Importance of the Variables?

2024-12-02 · Jakub Kuzilek, Mustafa Çavuş

This study explores how the Rashomon effect influences variable importance in the context of student demographics used for academic outcomes prediction. Our research follows the way machine learning algorithms are employ…

Binary Classification