Commit
·
984060f
1
Parent(s):
99feeb6
upload hub_repos/ebm_pico/README.md to hub from bigbio repo
Browse files
README.md
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
license: unknown
|
| 6 |
+
license_bigbio_shortname: UNKNOWN
|
| 7 |
+
pretty_name: EBM NLP
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
# Dataset Card for EBM NLP
|
| 12 |
+
|
| 13 |
+
## Dataset Description
|
| 14 |
+
|
| 15 |
+
- **Homepage:** https://github.com/bepnye/EBM-NLP
|
| 16 |
+
- **Pubmed:** True
|
| 17 |
+
- **Public:** True
|
| 18 |
+
- **Tasks:** Named Entity Recognition
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
This corpus release contains 4,993 abstracts annotated with (P)articipants,
|
| 22 |
+
(I)nterventions, and (O)utcomes. Training labels are sourced from AMT workers and
|
| 23 |
+
aggregated to reduce noise. Test labels are collected from medical professionals.
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
## Citation Information
|
| 28 |
+
|
| 29 |
+
```
|
| 30 |
+
@inproceedings{nye-etal-2018-corpus,
|
| 31 |
+
title = "A Corpus with Multi-Level Annotations of Patients, Interventions and Outcomes to Support Language Processing for Medical Literature",
|
| 32 |
+
author = "Nye, Benjamin and
|
| 33 |
+
Li, Junyi Jessy and
|
| 34 |
+
Patel, Roma and
|
| 35 |
+
Yang, Yinfei and
|
| 36 |
+
Marshall, Iain and
|
| 37 |
+
Nenkova, Ani and
|
| 38 |
+
Wallace, Byron",
|
| 39 |
+
booktitle = "Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
|
| 40 |
+
month = jul,
|
| 41 |
+
year = "2018",
|
| 42 |
+
address = "Melbourne, Australia",
|
| 43 |
+
publisher = "Association for Computational Linguistics",
|
| 44 |
+
url = "https://aclanthology.org/P18-1019",
|
| 45 |
+
doi = "10.18653/v1/P18-1019",
|
| 46 |
+
pages = "197--207",
|
| 47 |
+
}
|
| 48 |
+
|
| 49 |
+
```
|