Skip to content

daikikatsuragawa/awesome-counterfactual-explanations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

awesome-counterfactual-explanations

This repository is a curated collection of information (keywords, papers, libraries, books, etc.) about counterfactual explanations.

Counterfactual Explanations

Counterfactual explanation is a method for calculating examples of perturbations of features that make different decisions with respect to the predictions of the current machine learning model. It is expressed in the form of "If it were X, it would be Y". This helps answer the question, "What would the outcome have been if some of my characteristics had been different?". Such explanations are useful in designing means and measures to overcome the current situation and in decision-making.

Keywords

The following keywords are related to counterfactual explanations.

Keyword Abstract
Explainable AI (XAI) Also written as eXplainable AI. A generic term for methods and models used to help humans understand the behavior and predictions of machine learning systems, or related technologies and research fields.
Decision-Making One of the motivations for using machine learning models. In addition to the predictions of traditional machine learning models, the use of Explainable AI and counterfactual hypothetical explanations is expected to support more decision-making.
Feature Attribution Methods for calculating the contribution of each feature to the output of the model (LIME, SHAP, etc.). Sometimes compared to counterfactual explanations.
Individual Conditional Expectation (ICE) A method of measuring the change in predictions when a certain feature is varied.
Local Interpretable Model-agnostic Explanations (LIME) A method of approximating machine learning models with locally interpretable models to explain individual predictions.
SHapley Additive exPlanations (SHAP) A method for calculating and explaining the contribution of each feature to the prediction to the outcome.

Papers

Books

Libraries

How to contribute

Please just update this README.md. The following updates are welcomed.

  • Addition of information on counterfactual explanations
  • Other (If necessary, we can discuss)
    • Discussion about adding new sections, etc.

About

This repository is a curated collection of information (keywords, papers, libraries, books, etc.) about counterfactual explanations🙃

Topics

Resources

License

Stars

Watchers

Forks