gabrielaltay
commited on
Commit
•
d9efe7d
1
Parent(s):
f208ce8
upload hub_repos/medal/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: other
|
6 |
+
license_bigbio_shortname: NLM_LICENSE
|
7 |
+
pretty_name: MeDAL
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Dataset Card for MeDAL
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:** https://github.com/BruceWen120/medal
|
16 |
+
- **Pubmed:** True
|
17 |
+
- **Public:** True
|
18 |
+
- **Tasks:** Named Entity Disambiguation
|
19 |
+
|
20 |
+
|
21 |
+
The Repository for Medical Dataset for Abbreviation Disambiguation for Natural Language Understanding (MeDAL) is
|
22 |
+
a large medical text dataset curated for abbreviation disambiguation, designed for natural language understanding
|
23 |
+
pre-training in the medical domain.
|
24 |
+
|
25 |
+
|
26 |
+
|
27 |
+
## Citation Information
|
28 |
+
|
29 |
+
```
|
30 |
+
@inproceedings{,
|
31 |
+
title = {MeDAL\: Medical Abbreviation Disambiguation Dataset for Natural Language Understanding Pretraining},
|
32 |
+
author = {Wen, Zhi and Lu, Xing Han and Reddy, Siva},
|
33 |
+
booktitle = {Proceedings of the 3rd Clinical Natural Language Processing Workshop},
|
34 |
+
month = {Nov},
|
35 |
+
year = {2020},
|
36 |
+
address = {Online},
|
37 |
+
publisher = {Association for Computational Linguistics},
|
38 |
+
url = {https://www.aclweb.org/anthology/2020.clinicalnlp-1.15},
|
39 |
+
pages = {130--135},
|
40 |
+
}
|
41 |
+
|
42 |
+
```
|