paper-with-me

홈 › Papers

Hierarchical Evidence Set Modeling for Automated Fact Extraction and Verification

2020-10-10 · EMNLP 2020 11 · Shyam Subramanian, Kyumin Lee

Automated fact extraction and verification is a challenging task that involves finding relevant evidence sentences from a reliable corpus to verify the truthfulness of a claim. Existing models either (i) concatenate all the evidence sentences, leading to the inclusion of redundant and noisy information; or (ii) process each claim-evidence sentence pair separately and aggregate all of them later, missing the early combination of related sentences for more accurate claim verification. Unlike the prior works, in this paper, we propose Hierarchical Evidence Set Modeling (HESM), a framework to extract evidence sets (each of which may contain multiple evidence sentences), and verify a claim to be supported, refuted or not enough info, by encoding and attending the claim and evidence sets at different levels of hierarchy. Our experimental results show that HESM outperforms 7 state-of-the-art methods for fact extraction and claim verification. Our source code is available at https://github.com/ShyamSubramanian/HESM.

📄 PDF Abstract BibTeX arXiv:2010.05111

Code (1)

ShyamSubramanian/HESM 공식 구현 pytorch

Tasks

Claim VerificationSentence

Similar Papers 제목 키워드 기반

ConstructCIE: A Dataset for Extracting Causal Information from Construction Accident Narratives

2026-08-06 · Hung Nguyen, Jaehoon Lee, Namgyun Kim, Kuan-Hao Huang arxiv

Construction accident narratives contain rich causal information, but the evidence is often implicit, long-span, and distributed. We introduce ConstructCIE, a manually annotated dataset for Causal Information Extraction …

Information ExtractionType prediction

From Articles to Premises: Building PrimeFacts, an Extraction Methodology and Resource for Fact-Checking Evidence

2026-05-07 · Premtim Sahitaj, Jawan Kolanowski, Ariana Sahitaj, Veronika Solopova 외 arxiv

Fact-checking articles encode rich supporting evidence and reasoning, yet this evidence remains largely inaccessible to automated verification systems due to unstructured presentation. We introduce PrimeFacts, a methodol…

RadGraph2: Modeling Disease Progression in Radiology Reports via Hierarchical Information Extraction

2023-08-09 · Sameer Khanna, Adam Dejl, Kibo Yoon, Quoc Hung Truong 외

We present RadGraph2, a novel dataset for extracting information from radiology reports that focuses on capturing changes in disease state and device placement over time. We introduce a hierarchical schema that organizes…

RelationRelation Extraction

Semi-automated Fact-checking in Portuguese: Corpora Enrichment using Retrieval with Claim extraction

2025-07-19 · Juliana Resplande Sant'anna Gomes, Arlindo Rodrigues Galvão Filho arxiv

The accelerated dissemination of disinformation often outpaces the capacity for manual fact-checking, highlighting the urgent need for Semi-Automated Fact-Checking (SAFC) systems. Within the Portuguese language context, …

Integrating Causal Reasoning into Automated Fact-Checking

2025-12-15 · Youssra Rebboud, Pasquale Lisena, Raphael Troncy arxiv

In fact-checking applications, a common reason to reject a claim is to detect the presence of erroneous cause-effect relationships between the events at play. However, current automated fact-checking methods lack dedicat…

Semantic SimilarityRelation Extraction