paper-with-me

홈 › Papers

Knowing What You Cannot Explain: Learning to Reject Low-Quality Explanations

2025-07-17 · Luca Stradiotti, Dario Pesenti, Stefano Teso, Jesse Davis arxiv

Learning to Reject (LtR) frameworks allow ML models to abstain from uncertain predictions and promote user trust. However, since current LtR strategies focus solely on predictive performance, they completely neglect explanation quality. Low-quality explanations -- whether they inaccurately reflect the model's reasoning or fail to satisfy users -- can severely compromise trust assessments and induce over-reliance on incorrect predictions. We argue that models should abstain from making a prediction when they cannot offer a satisfactory explanation for it and introduce a framework for learning to reject low-quality explanations (LtX) in which predictors are equipped with a rejector that evaluates the explanation quality. Focusing on popular attribution techniques, we propose REX (REjector of low-quality eXplanations), which learns a rejector from explanation quality labels combining machine-side judgments with explicit human annotations to assess explanation quality. Our empirical evaluation demonstrates that \method outperforms popular LtR strategies and baselines relying on isolated explanation metrics. Finally, to support future research, we publicly release a novel, larger-scale dataset of 1050 human-annotated machine explanations.

📄 PDF Abstract BibTeX arXiv:2507.12900

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Concisely Explaining the Doubt: Minimum-Size Abductive Explanations for Linear Models with a Reject Option

2026-03-14 · Gleilson Pedro Fernandes, Thiago Alves Rocha arxiv

Trustworthiness in artificial intelligence depends not only on what a model decides, but also on how it handles and explains cases in which a reliable decision cannot be made. In critical domains such as healthcare and f…

Decision Making

Dubito Ergo Sum: Exploring AI Ethics

2025-03-09 · Viktor Dorfler, Giles Cuthbert

We paraphrase Descartes' famous dictum in the area of AI ethics where the "I doubt and therefore I am" is suggested as a necessary aspect of morality. Therefore AI, which cannot doubt itself, cannot possess moral agency.…

Ethics

What Type of Explanation Do Rejected Job Applicants Want? Implications for Explainable AI

2022-05-18 · Matthew Olckers, Alicia Vidler, Toby Walsh

Rejected job applicants seldom receive explanations from employers. Techniques from Explainable AI (XAI) could provide explanations at scale. Although XAI researchers have developed many different types of explanations, …

Explainable Artificial Intelligence (XAI)Survey

Via Negativa for AI Alignment: Why Negative Constraints Are Structurally Superior to Positive Preferences

2026-03-17 · Quan Cheng arxiv

Recent empirical results have demonstrated that training large language models (LLMs) with negative-only feedback can match or exceed standard reinforcement learning from human feedback (RLHF). Negative Sample Reinforcem…

Reinforcement LearningMathematical Reasoning

The Kitchen Loop: User-Spec-Driven Development for a Self-Evolving Codebase

2026-03-26 · Yannick Roy arxiv

Code production is now a commodity; the bottleneck is knowing what to build and proving it works. We present the Kitchen Loop, a framework for autonomous, self-evolving software built on a unified trust model: (1) a spec…