paper-with-me

홈 › Papers

Claim Extraction for Fact-Checking: Data, Models, and Automated Metrics

2025-02-07 · Herbert Ullrich, Tomáš Mlynář, Jan Drchal

In this paper, we explore the problem of Claim Extraction using one-to-many text generation methods, comparing LLMs, small summarization models finetuned for the task, and a previous NER-centric baseline QACG. As the current publications on Claim Extraction, Fact Extraction, Claim Generation and Check-worthy Claim Detection are quite scattered in their means and terminology, we compile their common objectives, releasing the FEVERFact dataset, with 17K atomic factual claims extracted from 4K contextualised Wikipedia sentences, adapted from the original FEVER. We compile the known objectives into an Evaluation framework of: Atomicity, Fluency, Decontextualization, Faithfulness checked for each generated claim separately, and Focus and Coverage measured against the full set of predicted claims for a single input. For each metric, we implement a scale using a reduction to an already-explored NLP task. We validate our metrics against human grading of generic claims, to see that the model ranking on $F_{fact}$, our hardest metric, did not change and the evaluation framework approximates human grading very closely in terms of $F_1$ and RMSE.

📄 PDF Abstract BibTeX arXiv:2502.04955

Code (0)

등록된 구현이 없습니다.

Tasks

4kFact CheckingNERText Generation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음

Similar Papers 제목 키워드 기반

Towards Effective Extraction and Evaluation of Factual Claims

2025-02-15 · Dasha Metropolitansky, Jonathan Larson

A common strategy for fact-checking long-form content generated by Large Language Models (LLMs) is extracting simple claims that can be verified independently. Since inaccurate or incomplete claims compromise fact-checki…

Fact Checking

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

Multimodal Claim Extraction for Fact-Checking

2026-02-01 · Joycelyn Teo, Rui Cao, Zhenyun Deng, Zifeng Ding 외 arxiv

Automated Fact-Checking (AFC) relies on claim extraction as a first step, yet existing methods largely overlook the multimodal nature of today's misinformation. Social media posts often combine short, informal text with …

Visual Question AnsweringImage Captioning

The Case for Claim Difficulty Assessment in Automatic Fact Checking

2021-09-20 · Prakhar Singh, Anubrata Das, Junyi Jessy Li, Matthew Lease

Fact-checking is the process of evaluating the veracity of claims (i.e., purported facts). In this opinion piece, we raise an issue that has received little attention in prior work -- that some claims are far more diffic…

Fact Checking

Automated Fact-Checking: A Survey

2021-09-23 · Xia Zeng, Amani S. Abumansour, Arkaitz Zubiaga

As online false information continues to grow, automated fact-checking has gained an increasing amount of attention in recent years. Researchers in the field of Natural Language Processing (NLP) have contributed to the t…

Fact CheckingSurvey