gabrielaltay
commited on
Commit
·
54f4a31
1
Parent(s):
a92dd2f
upload hub_repos/mediqa_nli/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: other
|
6 |
+
license_bigbio_shortname: PHYSIONET_LICENSE_1p5
|
7 |
+
pretty_name: MEDIQA NLI
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Dataset Card for MEDIQA NLI
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:** https://physionet.org/content/mednli-bionlp19/1.0.1/
|
16 |
+
- **Pubmed:** False
|
17 |
+
- **Public:** False
|
18 |
+
- **Tasks:** Textual Entailment
|
19 |
+
|
20 |
+
|
21 |
+
Natural Language Inference (NLI) is the task of determining whether a given hypothesis can be
|
22 |
+
inferred from a given premise. Also known as Recognizing Textual Entailment (RTE), this task has
|
23 |
+
enjoyed popularity among researchers for some time. However, almost all datasets for this task
|
24 |
+
focused on open domain data such as as news texts, blogs, and so on. To address this gap, the MedNLI
|
25 |
+
dataset was created for language inference in the medical domain. MedNLI is a derived dataset with
|
26 |
+
data sourced from MIMIC-III v1.4. In order to stimulate research for this problem, a shared task on
|
27 |
+
Medical Inference and Question Answering (MEDIQA) was organized at the workshop for biomedical
|
28 |
+
natural language processing (BioNLP) 2019. The dataset provided herein is a test set of 405 premise
|
29 |
+
hypothesis pairs for the NLI challenge in the MEDIQA shared task. Participants of the shared task
|
30 |
+
are expected to use the MedNLI data for development of their models and this dataset was used as an
|
31 |
+
unseen dataset for scoring each participant submission.
|
32 |
+
|
33 |
+
|
34 |
+
|
35 |
+
## Citation Information
|
36 |
+
|
37 |
+
```
|
38 |
+
@misc{https://doi.org/10.13026/gtv4-g455,
|
39 |
+
title = {MedNLI for Shared Task at ACL BioNLP 2019},
|
40 |
+
author = {Shivade, Chaitanya},
|
41 |
+
year = 2019,
|
42 |
+
publisher = {physionet.org},
|
43 |
+
doi = {10.13026/GTV4-G455},
|
44 |
+
url = {https://physionet.org/content/mednli-bionlp19/}
|
45 |
+
}
|
46 |
+
|
47 |
+
|
48 |
+
```
|