Commit
·
0c16323
1
Parent(s):
5f2bffd
upload hub_repos/pico_extraction/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: unknown
|
6 |
+
license_bigbio_shortname: UNKNOWN
|
7 |
+
pretty_name: PICO Annotation
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Dataset Card for PICO Annotation
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:** https://github.com/Markus-Zlabinger/pico-annotation
|
16 |
+
- **Pubmed:** True
|
17 |
+
- **Public:** True
|
18 |
+
- **Tasks:** Named Entity Recognition
|
19 |
+
|
20 |
+
|
21 |
+
This dataset contains annotations for Participants, Interventions, and Outcomes (referred to as PICO task).
|
22 |
+
For 423 sentences, annotations collected by 3 medical experts are available.
|
23 |
+
To get the final annotations, we perform the majority voting.
|
24 |
+
|
25 |
+
|
26 |
+
|
27 |
+
## Citation Information
|
28 |
+
|
29 |
+
```
|
30 |
+
@inproceedings{zlabinger-etal-2020-effective,
|
31 |
+
title = "Effective Crowd-Annotation of Participants, Interventions, and Outcomes in the Text of Clinical Trial Reports",
|
32 |
+
author = {Zlabinger, Markus and
|
33 |
+
Sabou, Marta and
|
34 |
+
Hofst{"a}tter, Sebastian and
|
35 |
+
Hanbury, Allan},
|
36 |
+
booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2020",
|
37 |
+
month = nov,
|
38 |
+
year = "2020",
|
39 |
+
address = "Online",
|
40 |
+
publisher = "Association for Computational Linguistics",
|
41 |
+
url = "https://aclanthology.org/2020.findings-emnlp.274",
|
42 |
+
doi = "10.18653/v1/2020.findings-emnlp.274",
|
43 |
+
pages = "3064--3074",
|
44 |
+
}
|
45 |
+
|
46 |
+
```
|