paper-with-me

Papers

Towards LLM-guided Causal Explainability for Black-box Text Classifiers

2023-09-23 · Amrita Bhattacharjee, Raha Moraffah, Joshua Garland, Huan Liu

With the advent of larger and more complex deep learning models, such as in Natural Language Processing (NLP), model qualities like explainability and interpretability, albeit highly desirable, are becoming harder challenges to tackle and solve. For example, state-of-the-art models in text classification are black-box by design. Although standard explanation methods provide some degree of explainability, these are mostly correlation-based methods and do not provide much insight into the model. The alternative of causal explainability is more desirable to achieve but extremely challenging in NLP due to a variety of reasons. Inspired by recent endeavors to utilize Large Language Models (LLMs) as experts, in this work, we aim to leverage the instruction-following and textual understanding capabilities of recent state-of-the-art LLMs to facilitate causal explainability via counterfactual explanation generation for black-box text classifiers. To do this, we propose a three-step pipeline via which, we use an off-the-shelf LLM to: (1) identify the latent or unobserved features in the input text, (2) identify the input features associated with the latent features, and finally (3) use the identified input features to generate a counterfactual explanation. We experiment with our pipeline on multiple NLP text classification datasets, with several recent LLMs, and present interesting and promising findings.

📄 PDF Abstract BibTeX arXiv:2309.13340

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactualCounterfactual ExplanationExplanation GenerationInstruction FollowingSpecificitytext-classificationText ClassificationText Generation

Similar Papers 제목 키워드 기반

MRxaI: Black-Box Explainability for Image Classifiers in a Medical Setting

2023-11-24 · Nathan Blake, Hana Chockler, David A. Kelly, Santiago Calderon Pena 외

Existing tools for explaining the output of image classifiers can be divided into white-box, which rely on access to the model internals, and black-box, agnostic to the model. As the usage of AI in the medical domain gro…

OCCAM: Open-set Causal Concept explAnation and Ontology induction for black-box vision Models

2026-05-18 · Chiara Maria Russo, Simone Carnemolla, Simone Palazzo, Daniela Giordano 외 arxiv

Interpreting the decisions of deep image classifiers remains challenging, particularly in black-box settings where model internals are inaccessible. We introduce OCCAM, a framework for open-set causal concept explanation…

Image Attribution

Causal Proxy Models for Concept-Based Model Explanations

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

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 Inferencecounterfactualmodel

Distribution-Guided Local Explanation for Black-Box Classifiers

2019-09-25 · Weijie Fu, Meng Wang, Mengnan Du, Ninghao Liu 외

Existing local explanation methods provide an explanation for each decision of black-box classifiers, in the form of relevance scores of features according to their contributions. To obtain satisfying explainability, man…

Explaining high-dimensional text classifiers

2023-11-22 · Odelia Melamed, Rich Caruana

Explainability has become a valuable tool in the last few years, helping humans better understand AI-guided decisions. However, the classic explainability tools are sometimes quite limited when considering high-dimension…

Malware DetectionSentiment Analysis