cs.LGJun 9, 2026

Beyond Explaining Predictions: Logic-Based Explanations for Confidence in Machine Learning Models

Authors: Vinícius Peixoto Chagas, Carlos Henrique Leitão Cavalcante, Thiago Alves Rocha

Abstract

Machine learning is increasingly used in critical domains, where both predictions and their associated confidence levels influence important decisions. To enhance transparency in such scenarios, it is important to understand why a model is confident or uncertain about its predictions. Recent logic-based approaches provide abductive explanations, minimal subsets of features sufficient to preserve the predicted class, with correctness guarantees. However, these methods focus solely on classification behavior and may produce explanations that cover instances with low predictive confidence. In this work, we introduce the concept of Minimum Confidence Threshold (MCT), which quantifies the weakest confidence guarantee provided by an abductive explanation. Building upon this concept, we propose confidence-aware abductive explanations, which preserve not only the predicted class but also a user-specified confidence guarantee. We formulate MCT computation as an optimization problem and introduce an algorithm for generating minimal explanations that satisfy a desired confidence threshold. We evaluate the proposed framework on boosted trees for binary classification, although the approach is applicable to other machine learning models that provide confidence scores. Experimental results show that traditional abductive explanations often provide substantially weaker confidence guarantees than the confidence associated with the explained instance itself. In contrast, confidence-aware explanations consistently improve the minimum confidence guaranteed by an explanation while requiring only a modest increase in explanation length. These properties make the proposed approach particularly suitable for applications where both predictive correctness and confidence are essential for trustworthy decision making.

Explore similar work

CardsList
  1. Probabilistic Linear Explanations

    Sep 16, 2026Frederic Koriche, Jean-Marie Lagniez, Chi TranExplainabilityLogistic Regression

  2. Target-confidence Recourse Using tSeTlin machines: TRUST

    Jun 17, 2026K. Darshana Abeyrathna, Sara El Mekkaoui, Nils Enric Canut Taugbøl +1Counterfactual ReasoningHigh-Stakes Decision