paper-with-me

Papers

Fine-grained Fact Verification with Kernel Graph Attention Network

2019-10-22 · ACL 2020 6 · Zhenghao Liu, Chenyan Xiong, Maosong Sun, Zhiyuan Liu

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.

📄 PDF Abstract BibTeX arXiv:1910.09796

Code (1)

thunlp/KernelGAT 공식 구현 pytorch

Tasks

Fact VerificationGraph AttentionNatural Language Inference

Similar Papers 제목 키워드 기반

GLAF: Global-to-Local Aggregation and Fission Network for Semantic Level Fact Verification

2022-10-01 · COLING 2022 10 · Zhiyuan Ma, Jianjun Li, GuoHui Li, Yongjing Cheng

Accurate fact verification depends on performing fine-grained reasoning over crucial entities by capturing their latent logical relations hidden in multiple evidence clues, which is generally lacking in existing fact ver…

Fact Verification

A Graph-based Verification Framework for Fact-Checking

2025-03-10 · Yani Huang, Richong Zhang, Zhijie Nie, Junfan Chen 외

Fact-checking plays a crucial role in combating misinformation. Existing methods using large language models (LLMs) for claim decomposition face two key limitations: (1) insufficient decomposition, introducing unnecessar…

Fact Checkinggraph constructionMisinformationTriplet

FactLens: Benchmarking Fine-Grained Fact Verification

2024-11-08 · Kushan Mitra, Dan Zhang, Sajjadur Rahman, Estevam Hruschka

Large Language Models (LLMs) have shown impressive capability in language generation and understanding, but their tendency to hallucinate and produce factually incorrect information remains a key limitation. To verify LL…

BenchmarkingFact VerificationText Generation

Heterogeneous-Graph Reasoning and Fine-Grained Aggregation for Fact Checking

2022-05-01 · FEVER (ACL) 2022 5 · Hongbin Lin, Xianghua Fu

Fact checking is a challenging task that requires corresponding evidences to verify the property of a claim based on reasoning. Previous studies generally i) construct the graph by treating each evidence-claim pair as no…

Fact CheckingGraph Attention

Heterogeneous-Graph Reasoning and Fine-Grained Aggregation for Fact Checking

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Fact checking is a challenging task that requires corresponding evidences to verify the property of a claim based on reasoning. Previous studies generally i) construct the graph by treating each evidence-claim pair as no…

Fact CheckingGraph Attention