CLAICYSIApr 28, 2020

DTCA: Decision Tree-based Co-Attention Networks for Explainable Claim Verification

arXiv:2004.13455v11005 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more transparent and precise explanations in claim verification for applications like misinformation detection, though it is incremental as it builds on existing neural network methods.

The paper tackles the problem of nontransparent evidence discovery in explainable claim verification by proposing DTCA, a Decision Tree-based Co-Attention model that selects credible evidence and identifies false parts of claims, achieving state-of-the-art performance with F1-score improvements of 3.11% and 2.41% on RumourEval and PHEME datasets.

Recently, many methods discover effective evidence from reliable sources by appropriate neural networks for explainable claim verification, which has been widely recognized. However, in these methods, the discovery process of evidence is nontransparent and unexplained. Simultaneously, the discovered evidence only roughly aims at the interpretability of the whole sequence of claims but insufficient to focus on the false parts of claims. In this paper, we propose a Decision Tree-based Co-Attention model (DTCA) to discover evidence for explainable claim verification. Specifically, we first construct Decision Tree-based Evidence model (DTE) to select comments with high credibility as evidence in a transparent and interpretable way. Then we design Co-attention Self-attention networks (CaSa) to make the selected evidence interact with claims, which is for 1) training DTE to determine the optimal decision thresholds and obtain more powerful evidence; and 2) utilizing the evidence to find the false parts in the claim. Experiments on two public datasets, RumourEval and PHEME, demonstrate that DTCA not only provides explanations for the results of claim verification but also achieves the state-of-the-art performance, boosting the F1-score by 3.11%, 2.41%, respectively.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes