paper-with-me

홈 › Papers

Ask to Know More: Generating Counterfactual Explanations for Fake Claims

2022-06-10 · Shih-Chieh Dai, Yi-Li Hsu, Aiping Xiong, Lun-Wei Ku

Automated fact checking systems have been proposed that quickly provide veracity prediction at scale to mitigate the negative influence of fake news on people and on public opinion. However, most studies focus on veracity classifiers of those systems, which merely predict the truthfulness of news articles. We posit that effective fact checking also relies on people's understanding of the predictions. In this paper, we propose elucidating fact checking predictions using counterfactual explanations to help people understand why a specific piece of news was identified as fake. In this work, generating counterfactual explanations for fake news involves three steps: asking good questions, finding contradictions, and reasoning appropriately. We frame this research question as contradicted entailment reasoning through question answering (QA). We first ask questions towards the false claim and retrieve potential answers from the relevant evidence documents. Then, we identify the most contradictory answer to the false claim by use of an entailment classifier. Finally, a counterfactual explanation is created using a matched QA pair with three different counterfactual explanation forms. Experiments are conducted on the FEVER dataset for both system and human evaluations. Results suggest that the proposed approach generates the most helpful explanations compared to state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2206.04869

Code (1)

yilihsu/asktoknowmore 공식 구현 pytorch

Tasks

ArticlescounterfactualCounterfactual ExplanationFact CheckingQuestion Answering

Similar Papers 제목 키워드 기반

Is Explanation the Cure? Misinformation Mitigation in the Short Term and Long Term

2023-10-26 · Yi-Li Hsu, Shih-Chieh Dai, Aiping Xiong, Lun-Wei Ku

With advancements in natural language processing (NLP) models, automatic explanation generation has been proposed to mitigate misinformation on social media platforms in addition to adding warning labels to identified fa…

counterfactualExplanation GenerationMisinformationTAG

Conceptual Edits as Counterfactual Explanations

2022-03-23 · AAAI-MAKE 2022 3 · Giorgos Filandrianos, Konstantinos Thomas, Edmund Dervakos1, Giorgos Stamou1

We propose a framework for generating counterfactual explanations of black-box classifiers, which answer the question “What has to change for this to be classified as X instead of Y?” in terms of given domain knowledge. …

counterfactualCounterfactual Explanation

DifCluE: Generating Counterfactual Explanations with Diffusion Autoencoders and modal clustering

2025-02-17 · Suparshva Jain, Amit Sangroya, Lovekesh Vig

Generating multiple counterfactual explanations for different modes within a class presents a significant challenge, as these modes are distinct yet converge under the same classification. Diffusion probabilistic models …

Clusteringcounterfactual

KACE: Generating Knowledge Aware Contrastive Explanations for Natural Language Inference

2021-08-01 · ACL 2021 5 · Qianglong Chen, Feng Ji, Xiangji Zeng, Feng-Lin Li 외

In order to better understand the reason behind model behaviors (i.e., making predictions), most recent works have exploited generative models to provide complementary explanations. However, existing approaches in NLP ma…

counterfactualLanguage ModellingNatural Language Inference

The Dangers of Post-hoc Interpretability: Unjustified Counterfactual Explanations

2019-07-22 · Thibault Laugel, Marie-Jeanne Lesot, Christophe Marsala, Xavier Renard 외

Post-hoc interpretability approaches have been proven to be powerful tools to generate explanations for the predictions made by a trained black-box model. However, they create the risk of having explanations that are a r…

counterfactual