paper-with-me

Papers

Even-Ifs From If-Onlys: Are the Best Semi-Factual Explanations Found Using Counterfactuals As Guides?

2024-03-01 · Saugat Aryal, Mark T. Keane

Recently, counterfactuals using "if-only" explanations have become very popular in eXplainable AI (XAI), as they describe which changes to feature-inputs of a black-box AI system result in changes to a (usually negative) decision-outcome. Even more recently, semi-factuals using "even-if" explanations have gained more attention. They elucidate the feature-input changes that do not change the decision-outcome of the AI system, with a potential to suggest more beneficial recourses. Some semi-factual methods use counterfactuals to the query-instance to guide semi-factual production (so-called counterfactual-guided methods), whereas others do not (so-called counterfactual-free methods). In this work, we perform comprehensive tests of 8 semi-factual methods on 7 datasets using 5 key metrics, to determine whether counterfactual guidance is necessary to find the best semi-factuals. The results of these tests suggests not, but rather that computing other aspects of the decision space lead to better semi-factual XAI.

📄 PDF Abstract BibTeX arXiv:2403.00980

Code (1)

itsaugat/sf_methods 공식 구현 pytorch

Tasks

counterfactual

Methods 이 논문이 사용한 방법론

Counterfactuals 설명 없음

Similar Papers 제목 키워드 기반

Semifactual Explanations for Reinforcement Learning

2024-09-09 · Jasmina Gajcin, Jovan Jeromela, Ivana Dusparic

Reinforcement Learning (RL) is a learning paradigm in which the agent learns from its environment through trial and error. Deep reinforcement learning (DRL) algorithms represent the agent's policies using neural networks…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Informative Semi-Factuals for XAI: The Elaborated Explanations that People Prefer

2026-03-18 · Saugat Aryal, Mark T. Keane arxiv

Recently, in eXplainable AI (XAI), $\textit{even if}$ explanations -- so-called semi-factuals -- have emerged as a popular strategy that explains how a predicted outcome $\textit{can remain the same}$ even when certain i…

On Generating Plausible Counterfactual and Semi-Factual Explanations for Deep Learning

2020-09-10 · Eoin M. Kenny, Mark T. Keane

There is a growing concern that the recent progress made in AI, especially regarding the predictive competence of deep learning models, will be undermined by a failure to properly explain their operation and outputs. In …

counterfactualExplainable Artificial Intelligence (XAI)

OnlySportsLM: Optimizing Sports-Domain Language Models with SOTA Performance under Billion Parameters

2024-08-30 · Zexin Chen, Chengxi Li, Xiangyu Xie, Parijat Dube

This paper explores the potential of a small, domain-specific language model trained exclusively on sports-related data. We investigate whether extensive training data with specially designed small model structures can o…

Language ModelingLanguage Modelling

The Utility of “Even if” Semifactual Explanation to Optimise Positive Outcomes

2023-09-21 · NeurIPS 2023 11

When users receive either a positive or negative outcome from an automated system, Explainable AI (XAI) has almost exclusively focused on how to mutate negative outcomes into positive ones by crossing a decision boundary…