paper-with-me

홈 › Papers

BIOMRC: A Dataset for Biomedical Machine Reading Comprehension

2020-05-13 · WS 2020 7 · Petros Stavropoulos, Dimitris Pappas, Ion Androutsopoulos, Ryan Mcdonald

We introduce BIOMRC, a large-scale cloze-style biomedical MRC dataset. Care was taken to reduce noise, compared to the previous BIOREAD dataset of Pappas et al. (2018). Experiments show that simple heuristics do not perform well on the new dataset, and that two neural MRC models that had been tested on BIOREAD perform much better on BIOMRC, indicating that the new dataset is indeed less noisy or at least that its task is more feasible. Non-expert human performance is also higher on the new dataset compared to BIOREAD, and biomedical experts perform even better. We also introduce a new BERT-based MRC model, the best version of which substantially outperforms all other methods tested, reaching or surpassing the accuracy of biomedical experts in some experiments. We make the new dataset available in three different sizes, also releasing our code, and providing a leaderboard.

📄 PDF Abstract BibTeX arXiv:2005.06376

Code (1)

PetrosStav/BioMRC_code pytorch

Tasks

Machine Reading ComprehensionReading Comprehension

Similar Papers 제목 키워드 기반

BioADAPT-MRC: Adversarial Learning-based Domain Adaptation Improves Biomedical Machine Reading Comprehension Task

2022-02-26 · Maria Mahbub, Sudarshan Srinivasan, Edmon Begoli, Gregory D Peterson

Biomedical machine reading comprehension (biomedical-MRC) aims to comprehend complex biomedical narratives and assist healthcare professionals in retrieving information from them. The high performance of modern neural ne…

Domain AdaptationMachine Reading ComprehensionReading ComprehensionTransfer Learning

Biomedical named entity recognition using BERT in the machine reading comprehension framework

2020-09-03 · Cong Sun, Zhihao Yang, Lei Wang, Yin Zhang 외

Recognition of biomedical entities from literature is a challenging research focus, which is the foundation for extracting a large amount of biomedical knowledge existing in unstructured texts into structured formats. Us…

Machine Reading Comprehensionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

BioRead: A New Dataset for Biomedical Reading Comprehension

2018-05-01 · LREC 2018 5 · Dimitris Pappas, Ion Androutsopoulos, Haris Papageorgiou
Information RetrievalMachine Reading ComprehensionQuestion AnsweringReading Comprehension

Can GPT Redefine Medical Understanding? Evaluating GPT on Biomedical Machine Reading Comprehension

2024-05-29 · Shubham Vatsal, Ayush Singh

Large language models (LLMs) have shown remarkable performance on many tasks in different domains. However, their performance in closed-book biomedical machine reading comprehension (MRC) has not been evaluated in depth.…

Machine Reading ComprehensionRAGReading ComprehensionRetrieval+2

Contextual embedding and model weighting by fusing domain knowledge on Biomedical Question Answering

2022-06-26 · Yuxuan Lu, Jingya Yan, Zhixuan Qi, Zhongzheng Ge 외

Biomedical Question Answering aims to obtain an answer to the given question from the biomedical domain. Due to its high requirement of biomedical domain knowledge, it is difficult for the model to learn domain knowledge…

Cloze TestMachine Reading ComprehensionQuestion AnsweringUnsupervised Pre-training