Fine-grained Fact Verification with Kernel Graph Attention Network
About
Fact Verification requires fine-grained natural language inference capability that finds subtle clues to identify the syntactical and semantically correct but not well-supported claims. This paper presents Kernel Graph Attention Network (KGAT), which conducts more fine-grained fact verification with kernel-based attentions. Given a claim and a set of potential evidence sentences that form an evidence graph, KGAT introduces node kernels, which better measure the importance of the evidence node, and edge kernels, which conduct fine-grained evidence propagation in the graph, into Graph Attention Networks for more accurate fact verification. KGAT achieves a 70.38% FEVER score and significantly outperforms existing fact verification models on FEVER, a large-scale benchmark for fact verification. Our analyses illustrate that, compared to dot-product attentions, the kernel-based attention concentrates more on relevant evidence sentences and meaningful clues in the evidence graph, which is the main source of KGAT's effectiveness.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Answer Selection | WikiQA (test) | MAP0.9094 | 149 | |
| Answer Sentence Selection | TREC-QA (test) | MAP94.07 | 63 | |
| Fact Verification | FEVER (dev) | Label Accuracy79.12 | 57 | |
| Claim Verification | ChartCheck | Macro F10.624 | 38 | |
| Claim Verification | AIChartClaim | Macro F168.8 | 38 | |
| Claim Verification | Mocheg | Macro F147.4 | 32 | |
| Fact Verification | FEVER (test) | LA Score75.96 | 32 | |
| Claim Verification | MR2 | Macro F165 | 32 | |
| Fact Verification | FEVER 1.0 (dev) | Label Accuracy88.26 | 23 | |
| Answer Sentence Selection | WQA (test) | P@12.1 | 19 |