paper-with-me

Papers

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

2022-04-26 · Loïc Rakotoson, Charles Letaillieur, Sylvain Massip, Fréjus Laleye

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.

📄 PDF Abstract BibTeX arXiv:2204.12263

Code (1)

opscidia/science-checker 공식 구현 tf

Tasks

ArticlesExtractive Question-AnsweringFact CheckingQuestion Answering

Similar Papers 제목 키워드 기반

GAAMA 2.0: An Integrated System that Answers Boolean and Extractive Questions

2022-06-16 · Scott McCarley, Mihaela Bornea, Sara Rosenthal, Anthony Ferritto 외

Recent machine reading comprehension datasets include extractive and boolean questions but current approaches do not offer integrated support for answering both question types. We present a multilingual machine reading c…

GPUMachine Reading ComprehensionReading Comprehension

Bridging the Language Gap: Knowledge Injected Multilingual Question Answering

2023-04-06 · Zhichao Duan, Xiuxing Li, Zhengyan Zhang, Zhenyu Li 외

Question Answering (QA) is the task of automatically answering questions posed by humans in natural languages. There are different settings to answer a question, such as abstractive, extractive, boolean, and multiple-cho…

Cross-Lingual TransferExtractive Question-AnsweringLink PredictionMultiple-choice+1

MemSum-DQA: Adapting An Efficient Long Document Extractive Summarizer for Document Question Answering

2023-10-10 · Nianlong Gu, Yingqiang Gao, Richard H. R. Hahnloser

We introduce MemSum-DQA, an efficient system for document question answering (DQA) that leverages MemSum, a long document extractive summarizer. By prefixing each text block in the parsed document with the provided quest…

Extractive SummarizationQuestion Answering

Attention-guided Generative Models for Extractive Question Answering

2021-10-12 · Peng Xu, Davis Liang, Zhiheng Huang, Bing Xiang

We propose a novel method for applying Transformer models to extractive question answering (QA) tasks. Recently, pretrained generative sequence-to-sequence (seq2seq) models have achieved great success in question answeri…

DecoderExtractive Question-AnsweringHallucinationOpen-Domain Question Answering+2

GSQA: An End-to-End Model for Generative Spoken Question Answering

2023-12-15 · Min-Han Shih, Ho-Lam Chung, Yu-Chi Pai, Ming-Hao Hsu 외

In recent advancements in spoken question answering (QA), end-to-end models have made significant strides. However, previous research has primarily focused on extractive span selection. While this extractive-based approa…

Question Answering