SOTAVerified

MeDAL: Medical Abbreviation Disambiguation Dataset for Natural Language Understanding Pretraining

2020-12-27EMNLP (ClinicalNLP) 2020Code Available1· sign in to hype

Zhi Wen, Xing Han Lu, Siva Reddy

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

One of the biggest challenges that prohibit the use of many current NLP methods in clinical settings is the availability of public datasets. In this work, we present MeDAL, a large medical text dataset curated for abbreviation disambiguation, designed for natural language understanding pre-training in the medical domain. We pre-trained several models of common architectures on this dataset and empirically showed that such pre-training leads to improved performance and convergence speed when fine-tuning on downstream medical tasks.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
MIMIC-IIIELECTRA (pretrained)Accuracy0.84Unverified
MIMIC-IIIELECTRA (from scratch)Accuracy0.83Unverified
MIMIC-IIILSTM+SA (pretrained)Accuracy0.83Unverified
MIMIC-IIILSTM (pretrained)Accuracy0.83Unverified
MIMIC-IIILSTM+SA (from scratch)Accuracy0.8Unverified

Reproductions