paper-with-me

홈 › Papers

Fact or Fiction: Verifying Scientific Claims

2020-04-30 · EMNLP 2020 11 · David Wadden, Shanchuan Lin, Kyle Lo, Lucy Lu Wang, Madeleine van Zuylen, Arman Cohan, Hannaneh Hajishirzi

We introduce scientific claim verification, a new task to select abstracts from the research literature containing evidence that SUPPORTS or REFUTES a given scientific claim, and to identify rationales justifying each decision. To study this task, we construct SciFact, a dataset of 1.4K expert-written scientific claims paired with evidence-containing abstracts annotated with labels and rationales. We develop baseline models for SciFact, and demonstrate that simple domain adaptation techniques substantially improve performance compared to models trained on Wikipedia or political news. We show that our system is able to verify claims related to COVID-19 by identifying evidence from the CORD-19 corpus. Our experiments indicate that SciFact will provide a challenging testbed for the development of new systems designed to retrieve and reason over corpora containing specialized domain knowledge. Data and code for this new task are publicly available at https://github.com/allenai/scifact. A leaderboard and COVID-19 fact-checking demo are available at https://scifact.apps.allenai.org.

📄 PDF Abstract BibTeX arXiv:2004.14974

Code (2)

allenai/scifact 공식 구현 pytorch
allenai/scifact-evaluator

Tasks

Claim VerificationDomain AdaptationFact Checking

Similar Papers 제목 키워드 기반

Fact or Fiction? Improving Fact Verification with Knowledge Graphs through Simplified Subgraph Retrievals

2024-08-14 · Tobias A. Opsahl

Despite recent success in natural language processing (NLP), fact verification still remains a difficult task. Due to misinformation spreading increasingly fast, attention has been directed towards automatically verifyin…

Fact VerificationKnowledge GraphsMisinformationRetrieval

Scientific Fact-Checking: A Survey of Resources and Approaches

2023-05-26 · Juraj Vladika, Florian Matthes

The task of fact-checking deals with assessing the veracity of factual claims based on credible evidence and background knowledge. In particular, scientific fact-checking is the variation of the task concerned with verif…

Fact CheckingMisinformationSurvey

Evidence-based Fact-Checking of Health-related Claims

2021-11-01 · Findings (EMNLP) 2021 11 · Mourad Sarrouti, Asma Ben Abacha, Yassine Mrabet, Dina Demner-Fushman

The task of verifying the truthfulness of claims in textual documents, or fact-checking, has received significant attention in recent years. Many existing evidence-based factchecking datasets contain synthetic claims and…

ArticlesFact Checking

COVID-Fact: Fact Extraction and Verification of Real-World Claims on COVID-19 Pandemic

2021-06-07 · ACL 2021 5 · Arkadiy Saakyan, Tuhin Chakrabarty, Smaranda Muresan

We introduce a FEVER-like dataset COVID-Fact of $4,086$ claims concerning the COVID-19 pandemic. The dataset contains claims, evidence for the claims, and contradictory claims refuted by the evidence. Unlike previous app…

ArticlesMisinformation

Fact2Fiction: Targeted Poisoning Attack to Agentic Fact-checking System

2025-08-08 · Haorui He, Yupeng Li, Bin Benjamin Zhu, Dacheng Wen 외 arxiv

State-of-the-art (SOTA) fact-checking systems combat misinformation by employing autonomous LLM-based agents to decompose complex claims into smaller sub-claims, verify each sub-claim individually, and aggregate the part…