Commit
·
0d69927
1
Parent(s):
de12ecb
upload hub_repos/evidence_inference/README.md to hub from bigbio repo
Browse files
README.md
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
license: mit
|
| 6 |
+
license_bigbio_shortname: MIT
|
| 7 |
+
pretty_name: Evidence Inference 2.0
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
# Dataset Card for Evidence Inference 2.0
|
| 12 |
+
|
| 13 |
+
## Dataset Description
|
| 14 |
+
|
| 15 |
+
- **Homepage:** https://github.com/jayded/evidence-inference
|
| 16 |
+
- **Pubmed:** True
|
| 17 |
+
- **Public:** True
|
| 18 |
+
- **Tasks:** Question Answering
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
The dataset consists of biomedical articles describing randomized control trials (RCTs) that compare multiple
|
| 22 |
+
treatments. Each of these articles will have multiple questions, or 'prompts' associated with them.
|
| 23 |
+
These prompts will ask about the relationship between an intervention and comparator with respect to an outcome,
|
| 24 |
+
as reported in the trial. For example, a prompt may ask about the reported effects of aspirin as compared
|
| 25 |
+
to placebo on the duration of headaches. For the sake of this task, we assume that a particular article
|
| 26 |
+
will report that the intervention of interest either significantly increased, significantly decreased
|
| 27 |
+
or had significant effect on the outcome, relative to the comparator.
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
## Citation Information
|
| 32 |
+
|
| 33 |
+
```
|
| 34 |
+
@inproceedings{deyoung-etal-2020-evidence,
|
| 35 |
+
title = "Evidence Inference 2.0: More Data, Better Models",
|
| 36 |
+
author = "DeYoung, Jay and
|
| 37 |
+
Lehman, Eric and
|
| 38 |
+
Nye, Benjamin and
|
| 39 |
+
Marshall, Iain and
|
| 40 |
+
Wallace, Byron C.",
|
| 41 |
+
booktitle = "Proceedings of the 19th SIGBioMed Workshop on Biomedical Language Processing",
|
| 42 |
+
month = jul,
|
| 43 |
+
year = "2020",
|
| 44 |
+
address = "Online",
|
| 45 |
+
publisher = "Association for Computational Linguistics",
|
| 46 |
+
url = "https://www.aclweb.org/anthology/2020.bionlp-1.13",
|
| 47 |
+
pages = "123--132",
|
| 48 |
+
}
|
| 49 |
+
|
| 50 |
+
```
|