paper-with-me

홈 › Papers

Connecting Attributions and QA Model Behavior on Realistic Counterfactuals

2021-04-09 · EMNLP 2021 11 · Xi Ye, Rohan Nair, Greg Durrett

When a model attribution technique highlights a particular part of the input, a user might understand this highlight as making a statement about counterfactuals (Miller, 2019): if that part of the input were to change, the model's prediction might change as well. This paper investigates how well different attribution techniques align with this assumption on realistic counterfactuals in the case of reading comprehension (RC). RC is a particularly challenging test case, as token-level attributions that have been extensively studied in other NLP tasks such as sentiment analysis are less suitable to represent the reasoning that RC models perform. We construct counterfactual sets for three different RC settings, and through heuristics that can connect attribution methods' outputs to high-level model behavior, we can evaluate how useful different attribution methods and even different formats are for understanding counterfactuals. We find that pairwise attributions are better suited to RC than token-level attributions across these different RC settings, with our best performance coming from a modification that we propose to an existing pairwise attribution method.

📄 PDF Abstract BibTeX arXiv:2104.04515

Code (1)

xiye17/EvalQAExpl 공식 구현 pytorch

Tasks

counterfactualMachine Reading ComprehensionReading ComprehensionSentiment Analysis

Methods 이 논문이 사용한 방법론

Counterfactuals 설명 없음

Similar Papers 제목 키워드 기반

Visual Explanations with Attributions and Counterfactuals on Time Series Classification

2023-07-14 · Udo Schlegel, Daniela Oelke, Daniel A. Keim, Mennatallah El-Assady

With the rising necessity of explainable artificial intelligence (XAI), we see an increase in task-dependent XAI methods on varying abstraction levels. XAI techniques on a global level explain model behavior and on a loc…

Decision MakingExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)Time Series+1

Interactive Analysis of LLMs using Meaningful Counterfactuals

2024-04-23 · Furui Cheng, Vilém Zouhar, Robin Shing Moon Chan, Daniel Fürst 외

Counterfactual examples are useful for exploring the decision boundaries of machine learning models and determining feature attributions. How can we apply counterfactual-based methods to analyze and explain LLMs? We iden…

counterfactual

On the Connection between Game-Theoretic Feature Attributions and Counterfactual Explanations

2023-07-13 · Emanuele Albini, Shubham Sharma, Saumitra Mishra, Danial Dervovic 외

Explainable Artificial Intelligence (XAI) has received widespread interest in recent years, and two of the most popular types of explanations are feature attributions, and counterfactual explanations. These classes of ap…

counterfactualCounterfactual ExplanationExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)+1

Generating Realistic Natural Language Counterfactuals

2021-11-01 · Findings (EMNLP) 2021 11 · Marcel Robeer, Floris Bex, Ad Feelders

Counterfactuals are a valuable means for understanding decisions made by ML systems. However, the counterfactuals generated by the methods currently available for natural language text are either unrealistic or introduce…

regression

Polyjuice: Generating Counterfactuals for Explaining, Evaluating, and Improving Models

2021-01-01 · ACL 2021 5 · Tongshuang Wu, Marco Tulio Ribeiro, Jeffrey Heer, Daniel S. Weld

While counterfactual examples are useful for analysis and training of NLP models, current generation methods either rely on manual labor to create very few counterfactuals, or only instantiate limited types of perturbati…

counterfactualText Generation