paper-with-me

Papers

A novel post-hoc explanation comparison metric and applications

2023-11-17 · Shreyan Mitra, Leilani Gilpin

Explanatory systems make the behavior of machine learning models more transparent, but are often inconsistent. To quantify the differences between explanatory systems, this paper presents the Shreyan Distance, a novel metric based on the weighted difference between ranked feature importance lists produced by such systems. This paper uses the Shreyan Distance to compare two explanatory systems, SHAP and LIME, for both regression and classification learning tasks. Because we find that the average Shreyan Distance varies significantly between these two tasks, we conclude that consistency between explainers not only depends on inherent properties of the explainers themselves, but also the type of learning task. This paper further contributes the XAISuite library, which integrates the Shreyan distance algorithm into machine learning pipelines.

📄 PDF Abstract BibTeX arXiv:2311.10811

Code (1)

11301858/xaisuite 공식 구현 pytorch

Tasks

Feature Importance

Methods 이 논문이 사용한 방법론

SHAP 설명 없음
LIME LIME, or Local Interpretable Model-Agnostic Explanations, is an algorithm that can explain the predictions of any classifier or regressor in a faithful way, by…

Similar Papers 제목 키워드 기반

BEExAI: Benchmark to Evaluate Explainable AI

2024-07-29 · Samuel Sithakoul, Sara Meftah, Clément Feutry

Recent research in explainability has given rise to numerous post-hoc attribution methods aimed at enhancing our comprehension of the outputs of black-box machine learning models. However, evaluating the quality of expla…

OpenXAI: Towards a Transparent Evaluation of Model Explanations

2022-06-22 · Chirag Agarwal, Dan Ley, Satyapriya Krishna, Eshika Saxena 외

While several types of post hoc explanation methods have been proposed in recent literature, there is very little work on systematically benchmarking these methods. Here, we introduce OpenXAI, a comprehensive and extensi…

BenchmarkingExplainable Artificial Intelligence (XAI)Fairnessmodel

Unifying Post-hoc Explanations of Knowledge Graph Completions

2025-07-29 · Alessandro Lonardi, Samy Badreddine, Tarek R. Besold, Pablo Sanchez Martin arxiv

Knowledge Graphs organize information as entity-relation-entity triples, enabling machine learning models to predict plausible missing triples in a task known as Knowledge Graph Completion (KGC). Post-hoc explainability …

Knowledge Graph CompletionKnowledge Graphs

Comparison of attention models and post-hoc explanation methods for embryo stage identification: a case study

2022-05-13 · Tristan Gomez, Thomas Fréour, Harold Mouchère

An important limitation to the development of AI-based solutions for In Vitro Fertilization (IVF) is the black-box nature of most state-of-the-art models, due to the complexity of deep learning architectures, which raise…

Fairness

Backward Compatibility in Attributive Explanation and Enhanced Model Training Method

2024-08-05 · Ryuta Matsuno

Model update is a crucial process in the operation of ML/AI systems. While updating a model generally enhances the average prediction performance, it also significantly impacts the explanations of predictions. In real-wo…