paper-with-me

홈 › Papers

Diagnostics-Guided Explanation Generation

2021-09-08 · Pepa Atanasova, Jakob Grue Simonsen, Christina Lioma, Isabelle Augenstein

Explanations shed light on a machine learning model's rationales and can aid in identifying deficiencies in its reasoning process. Explanation generation models are typically trained in a supervised way given human explanations. When such annotations are not available, explanations are often selected as those portions of the input that maximise a downstream task's performance, which corresponds to optimising an explanation's Faithfulness to a given model. Faithfulness is one of several so-called diagnostic properties, which prior work has identified as useful for gauging the quality of an explanation without requiring annotations. Other diagnostic properties are Data Consistency, which measures how similar explanations are for similar input instances, and Confidence Indication, which shows whether the explanation reflects the confidence of the model. In this work, we show how to directly optimise for these diagnostic properties when training a model to generate sentence-level explanations, which markedly improves explanation quality, agreement with human rationales, and downstream task performance on three complex reasoning tasks.

📄 PDF Abstract BibTeX arXiv:2109.03756

Code (0)

등록된 구현이 없습니다.

Tasks

DiagnosticExplanation GenerationSentence

Similar Papers 제목 키워드 기반

Decompose-and-Formalise: Recursively Verifiable Natural Language Inference

2026-01-27 · Xin Quan, Marco Valentino, Louise A. Dennis, André Freitas arxiv

Recent work has shown that integrating large language models (LLMs) with theorem provers (TPs) in neuro-symbolic pipelines helps with entailment verification and proof-guided refinement of explanations for natural langua…

Natural Language Inference

Hierarchical Aspect-guided Explanation Generation for Explainable Recommendation

2021-10-20 · Yidan Hu, Yong liu, Chunyan Miao, Gongqi Lin 외

Explainable recommendation systems provide explanations for recommendation results to improve their transparency and persuasiveness. The existing explainable recommendation methods generate textual explanations without e…

DecoderExplainable RecommendationExplanation GenerationPersuasiveness+1

CR3G: Causal Reasoning for Patient-Centric Explanations in Radiology Report Generation

2025-12-03 · Satyam Kumar arxiv

Automatic chest X-ray report generation is an important area of research aimed at improving diagnostic accuracy and helping doctors make faster decisions. Current AI models are good at finding correlations (or patterns) …

Causal Inference

Graph-Guided Textual Explanation Generation Framework

2024-12-16 · Shuzhou Yuan, Jingyi Sun, Ran Zhang, Michael Färber 외

Natural language explanations (NLEs) are commonly used to provide plausible free-text explanations of a model's reasoning about its predictions. However, recent work has questioned the faithfulness of NLEs, as they may n…

Explanation GenerationGraph Neural Network

EMAP: Explanation by Minimal Adversarial Perturbation

2019-12-02 · Matt Chapman-Rounds, Marc-Andre Schulz, Erik Pazos, Konstantinos Georgatzis

Modern instance-based model-agnostic explanation methods (LIME, SHAP, L2X) are of great use in data-heavy industries for model diagnostics, and for end-user explanations. These methods generally return either a weighting…

counterfactual