paper-with-me

Papers

Heterogeneous Graph Reasoning for Fact Checking over Texts and Tables

2024-02-20 · Haisong Gong, Weizhi Xu, Shu Wu, Qiang Liu, Liang Wang

Fact checking aims to predict claim veracity by reasoning over multiple evidence pieces. It usually involves evidence retrieval and veracity reasoning. In this paper, we focus on the latter, reasoning over unstructured text and structured table information. Previous works have primarily relied on fine-tuning pretrained language models or training homogeneous-graph-based models. Despite their effectiveness, we argue that they fail to explore the rich semantic information underlying the evidence with different structures. To address this, we propose a novel word-level Heterogeneous-graph-based model for Fact Checking over unstructured and structured information, namely HeterFC. Our approach leverages a heterogeneous evidence graph, with words as nodes and thoughtfully designed edges representing different evidence properties. We perform information propagation via a relational graph neural network, facilitating interactions between claims and evidence. An attention-based method is utilized to integrate information, combined with a language model for generating predictions. We introduce a multitask loss function to account for potential inaccuracies in evidence retrieval. Comprehensive experiments on the large fact checking dataset FEVEROUS demonstrate the effectiveness of HeterFC. Code will be released at: https://github.com/Deno-V/HeterFC.

📄 PDF Abstract BibTeX arXiv:2402.13028

Code (1)

deno-v/heterfc 공식 구현 pytorch

Tasks

Fact CheckingGraph Neural NetworkLanguage ModelingLanguage ModellingRetrieval

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

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

LogicalFactChecker: Leveraging Logical Operations for Fact Checking with Graph Module Network

2020-04-28 · ACL 2020 6 · Wanjun Zhong, Duyu Tang, Zhangyin Feng, Nan Duan 외

Verifying the correctness of a textual statement requires not only semantic reasoning about the meaning of words, but also symbolic reasoning about logical operations like count, superlative, aggregation, etc. In this wo…

Fact CheckingSemantic Parsing

Reinforcement Learning-based Knowledge Graph Reasoning for Explainable Fact-checking

2023-10-11 · Gustav Nikopensius, Mohit Mayank, Orchid Chetia Phukan, Rajesh Sharma

Fact-checking is a crucial task as it ensures the prevention of misinformation. However, manual fact-checking cannot keep up with the rate at which false information is generated and disseminated online. Automated fact-c…

Fact CheckingMisinformationreinforcement-learningReinforcement Learning+1

CORRECT: Context- and Reference-Augmented Reasoning and Prompting for Fact-Checking

2025-02-09 · Delvin Ce Zhang, Dongwon Lee

Fact-checking the truthfulness of claims usually requires reasoning over multiple evidence sentences. Oftentimes, evidence sentences may not be always self-contained, and may require additional contexts and references fr…

Fact Checking