Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.59 KB

README.md

File metadata and controls

35 lines (19 loc) · 1.59 KB

REASONX

REASONX provides declarative, interactive explanations for decision trees, which can be the ML models under analysis, or global/local surrogate models of any black-box model (i.e., model-agnostic). Additionally, it can incorporate background or common sense knowledge in the form of linear constraints. Explanations are provided as factual and contrastive rules, and in the form of closest contrastive examples via MILP optimization.

Here, we provide both the Prolog program, as well as a Python layer to access REASONX.

More information can be found in our papers:

  1. "Declarative Reasoning on Explanations Using Constraint Logic Programming" by Laura State, Salvatore Ruggieri and Franco Turini

    Accepted at JELIA 2023

    A paper on the theoretical background of REASONX (Constraint Logic Programming, Prolog, Meta-Interpreter).

  2. "Reason to explain: Interactive contrastive explanations (REASONX)" by Laura State, Salvatore Ruggieri and Franco Turini

    Accepted at xAI 2023

    An interdisciplinary paper, demonstrating main capabilites of REASONX via a synthetic example, and based on the Adult Income Dataset.

Extension of the code base for thesis (notebooks/extension_thesis)

  • Reasoning over time

  • Reasoning over models

  • Diversity optimization

  • Detecting biases

  • Evaluation: folder containing a couple of files, updated on 2024-10-01

  • Runtimes: folder containing a couple of files, updated on 2024-10-01