Commit
·
f08054a
1
Parent(s):
d130081
upload hub_repos/spl_adr_200db/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: cc0-1.0
|
6 |
+
license_bigbio_shortname: CC0_1p0
|
7 |
+
pretty_name: SPL ADR
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Dataset Card for SPL ADR
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:** https://bionlp.nlm.nih.gov/tac2017adversereactions/
|
16 |
+
- **Pubmed:** False
|
17 |
+
- **Public:** True
|
18 |
+
- **Tasks:** Named Entity Recognition, Named Entity Disambiguation, Relation Extraction
|
19 |
+
|
20 |
+
|
21 |
+
The United States Food and Drug Administration (FDA) partnered with the National Library
|
22 |
+
of Medicine to create a pilot dataset containing standardised information about known
|
23 |
+
adverse reactions for 200 FDA-approved drugs. The Structured Product Labels (SPLs),
|
24 |
+
the documents FDA uses to exchange information about drugs and other products, were
|
25 |
+
manually annotated for adverse reactions at the mention level to facilitate development
|
26 |
+
and evaluation of text mining tools for extraction of ADRs from all SPLs. The ADRs were
|
27 |
+
then normalised to the Unified Medical Language System (UMLS) and to the Medical
|
28 |
+
Dictionary for Regulatory Activities (MedDRA).
|
29 |
+
|
30 |
+
|
31 |
+
|
32 |
+
## Citation Information
|
33 |
+
|
34 |
+
```
|
35 |
+
@article{demner2018dataset,
|
36 |
+
author = {Demner-Fushman, Dina and Shooshan, Sonya and Rodriguez, Laritza and Aronson,
|
37 |
+
Alan and Lang, Francois and Rogers, Willie and Roberts, Kirk and Tonning, Joseph},
|
38 |
+
title = {A dataset of 200 structured product labels annotated for adverse drug reactions},
|
39 |
+
journal = {Scientific Data},
|
40 |
+
volume = {5},
|
41 |
+
year = {2018},
|
42 |
+
month = {01},
|
43 |
+
pages = {180001},
|
44 |
+
url = {
|
45 |
+
https://www.researchgate.net/publication/322810855_A_dataset_of_200_structured_product_labels_annotated_for_adverse_drug_reactions
|
46 |
+
},
|
47 |
+
doi = {10.1038/sdata.2018.1}
|
48 |
+
}
|
49 |
+
|
50 |
+
```
|