paper-with-me

Papers

Automatic Fact-Checking with Document-level Annotations using BERT and Multiple Instance Learning

2021-11-01 · EMNLP (FEVER) 2021 11 · Aalok Sathe, Joonsuk Park

Automatic fact-checking is crucial for recognizing misinformation spreading on the internet. Most existing fact-checkers break down the process into several subtasks, one of which determines candidate evidence sentences that can potentially support or refute the claim to be verified; typically, evidence sentences with gold-standard labels are needed for this. In a more realistic setting, however, such sentence-level annotations are not available. In this paper, we tackle the natural language inference (NLI) subtask—given a document and a (sentence) claim, determine whether the document supports or refutes the claim—only using document-level annotations. Using fine-tuned BERT and multiple instance learning, we achieve 81.9% accuracy, significantly outperforming the existing results on the WikiFactCheck-English dataset.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Fact CheckingMisinformationMultiple Instance LearningNatural Language InferenceSentence

Similar Papers 제목 키워드 기반

FAKTA: An Automatic End-to-End Fact Checking System

2019-06-07 · NAACL 2019 6 · Moin Nadeem, Wei Fang, Brian Xu, Mitra Mohtarami 외

We present FAKTA which is a unified framework that integrates various components of a fact checking process: document retrieval from media sources with various types of reliability, stance detection of documents with res…

Fact CheckingRetrievalSentenceStance Detection

Integrating Stance Detection and Fact Checking in a Unified Corpus

2018-04-21 · NAACL 2018 6 · Ramy Baly, Mitra Mohtarami, James Glass, Lluis Marquez 외

A reasonable approach for fact checking a claim involves retrieving potentially relevant documents from different sources (e.g., news websites, social media, etc.), determining the stance of each document with respect to…

Fact CheckingRetrievalStance Detection

Document-level Claim Extraction and Decontextualisation for Fact-Checking

2024-06-05 · Zhenyun Deng, Michael Schlichtkrull, Andreas Vlachos

Selecting which claims to check is a time-consuming task for human fact-checkers, especially from documents consisting of multiple sentences and containing multiple claims. However, existing claim extraction approaches f…

Extractive SummarizationFact CheckingRetrievalSentence

The Role of Context in Detecting Previously Fact-Checked Claims

2021-04-15 · Findings (NAACL) 2022 7 · Shaden Shaar, Firoj Alam, Giovanni Da San Martino, Preslav Nakov

Recent years have seen the proliferation of disinformation and fake news online. Traditional approaches to mitigate these issues is to use manual or automatic fact-checking. Recently, another approach has emerged: checki…

Fact CheckingMisinformation

A Richly Annotated Corpus for Different Tasks in Automated Fact-Checking

2019-10-29 · CONLL 2019 11 · Andreas Hanselowski, Christian Stab, Claudia Schulz, Zile Li 외

Automated fact-checking based on machine learning is a promising approach to identify false information distributed on the web. In order to achieve satisfactory performance, machine learning methods require a large corpu…

BIG-bench Machine LearningFact CheckingRetrievalStance Detection