Commit ·
28af9e7
1
Parent(s): 3c41e59
upload hub_repos/nlm_wsd/README.md to hub from bigbio repo
Browse files
README.md
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
license: other
|
| 6 |
+
license_bigbio_shortname: UMLS_LICENSE
|
| 7 |
+
pretty_name: NLM WSD
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
# Dataset Card for NLM WSD
|
| 12 |
+
|
| 13 |
+
## Dataset Description
|
| 14 |
+
|
| 15 |
+
- **Homepage:** https://lhncbc.nlm.nih.gov/restricted/ii/areas/WSD/index.html
|
| 16 |
+
- **Pubmed:** True
|
| 17 |
+
- **Public:** False
|
| 18 |
+
- **Tasks:** Named Entity Disambiguation
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
In order to support research investigating the automatic resolution of word sense ambiguity using natural language
|
| 22 |
+
processing techniques, we have constructed this test collection of medical text in which the ambiguities were resolved
|
| 23 |
+
by hand. Evaluators were asked to examine instances of an ambiguous word and determine the sense intended by selecting
|
| 24 |
+
the Metathesaurus concept (if any) that best represents the meaning of that sense. The test collection consists of 50
|
| 25 |
+
highly frequent ambiguous UMLS concepts from 1998 MEDLINE. Each of the 50 ambiguous cases has 100 ambiguous instances
|
| 26 |
+
randomly selected from the 1998 MEDLINE citations. For a total of 5,000 instances. We had a total of 11 evaluators of
|
| 27 |
+
which 8 completed 100% of the 5,000 instances, 1 completed 56%, 1 completed 44%, and the final evaluator completed 12%
|
| 28 |
+
of the instances. Evaluations were only used when the evaluators completed all 100 instances for a given ambiguity.
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+
## Citation Information
|
| 33 |
+
|
| 34 |
+
```
|
| 35 |
+
@article{weeber2001developing,
|
| 36 |
+
title = "Developing a test collection for biomedical word sense
|
| 37 |
+
disambiguation",
|
| 38 |
+
author = "Weeber, M and Mork, J G and Aronson, A R",
|
| 39 |
+
journal = "Proc AMIA Symp",
|
| 40 |
+
pages = "746--750",
|
| 41 |
+
year = 2001,
|
| 42 |
+
language = "en"
|
| 43 |
+
}
|
| 44 |
+
|
| 45 |
+
```
|