paper-with-me

Papers

Causal Proxy Models for Concept-Based Model Explanations

2022-09-28 · Zhengxuan Wu, Karel D'Oosterlinck, Atticus Geiger, Amir Zur, Christopher Potts

Explainability methods for NLP systems encounter a version of the fundamental problem of causal inference: for a given ground-truth input text, we never truly observe the counterfactual texts necessary for isolating the causal effects of model representations on outputs. In response, many explainability methods make no use of counterfactual texts, assuming they will be unavailable. In this paper, we show that robust causal explainability methods can be created using approximate counterfactuals, which can be written by humans to approximate a specific counterfactual or simply sampled using metadata-guided heuristics. The core of our proposal is the Causal Proxy Model (CPM). A CPM explains a black-box model $\mathcal{N}$ because it is trained to have the same actual input/output behavior as $\mathcal{N}$ while creating neural representations that can be intervened upon to simulate the counterfactual input/output behavior of $\mathcal{N}$. Furthermore, we show that the best CPM for $\mathcal{N}$ performs comparably to $\mathcal{N}$ in making factual predictions, which means that the CPM can simply replace $\mathcal{N}$, leading to more explainable deployed models. Our code is available at https://github.com/frankaging/Causal-Proxy-Model.

📄 PDF Abstract BibTeX arXiv:2209.14279

Code (1)

frankaging/causal-proxy-model 공식 구현 pytorch

Tasks

Causal Inferencecounterfactualmodel

Similar Papers 제목 키워드 기반

LIBERTy: A Causal Framework for Benchmarking Concept-Based Explanations of LLMs with Structural Counterfactuals

2026-01-15 · Gilat Toker, Nitay Calderon, Ohad Amosy, Roi Reichart arxiv

Concept-based explanations quantify how high-level concepts (e.g., gender or experience) influence model behavior, which is crucial for decision-makers in high-stakes domains. Recent work evaluates the faithfulness of su…

Text Generation

DiConStruct: Causal Concept-based Explanations through Black-Box Distillation

2024-01-16 · Ricardo Moreira, Jacopo Bono, Mário Cardoso, Pedro Saleiro 외

Model interpretability plays a central role in human-AI decision-making systems. Ideally, explanations should be expressed using human-interpretable semantic concepts. Moreover, the causal relations between these concept…

Decision Making

Concept-Based Abductive and Contrastive Explanations for Behaviors of Vision Models

2026-05-07 · Ronaldo Canizales, Divya Gopinath, Corina Păsăreanu, Ravi Mangal arxiv

*Concept-based explanations* offer a promising approach for explaining the predictions of deep neural networks in terms of high-level, human-understandable concepts. However, existing methods either do not establish a ca…

A Framework for Causal Concept-based Model Explanations

2025-12-02 · Anna Rodum Bjøru, Jacob Lysnæs-Larsen, Oskar Jørgensen, Inga Strümke 외 arxiv

This work presents a conceptual framework for causal concept-based post-hoc Explainable Artificial Intelligence (XAI), based on the requirements that explanations for non-interpretable models should be understandable as …

Explanation Generation

What is Proxy Discrimination?

2022-05-11 · Michael Carl Tschantz

The near universal condemnation of proxy discrimination hides a disagreement over what it is. This work surveys various notions of proxy and proxy discrimination found in prior work and represents them in a common framew…