CLAIIRLGApr 26, 2022

Science Checker: Extractive-Boolean Question Answering For Scientific Fact Checking

arXiv:2204.12263v25 citationsh-index: 8
Originality Incremental advance
AI Analysis

This addresses the challenge of fact-checking in scientific publications for researchers and practitioners, though it is incremental as it builds on existing QA models.

The paper tackles the problem of verifying scientific questions by combining automatic information summarization with Boolean Question Answering, achieving an average error rate of 4% and an F1-score of 95.6% on medical and health domain articles.

With the explosive growth of scientific publications, making the synthesis of scientific knowledge and fact checking becomes an increasingly complex task. In this paper, we propose a multi-task approach for verifying the scientific questions based on a joint reasoning from facts and evidence in research articles. We propose an intelligent combination of (1) an automatic information summarization and (2) a Boolean Question Answering which allows to generate an answer to a scientific question from only extracts obtained after summarization. Thus on a given topic, our proposed approach conducts structured content modeling based on paper abstracts to answer a scientific question while highlighting texts from paper that discuss the topic. We based our final system on an end-to-end Extractive Question Answering (EQA) combined with a three outputs classification model to perform in-depth semantic understanding of a question to illustrate the aggregation of multiple responses. With our light and fast proposed architecture, we achieved an average error rate of 4% and a F1-score of 95.6%. Our results are supported via experiments with two QA models (BERT, RoBERTa) over 3 Million Open Access (OA) articles in the medical and health domains on Europe PMC.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes