| | --- |
| | dataset_info: |
| | - config_name: conversational |
| | features: |
| | - name: id |
| | dtype: string |
| | - name: prompt |
| | list: |
| | - name: role |
| | dtype: string |
| | - name: content |
| | dtype: string |
| | - name: completion |
| | list: |
| | - name: role |
| | dtype: string |
| | - name: content |
| | dtype: string |
| | - name: Label |
| | dtype: string |
| | splits: |
| | - name: train |
| | num_bytes: 9725314 |
| | num_examples: 11232 |
| | - name: dev |
| | num_bytes: 1215653 |
| | num_examples: 1395 |
| | - name: test |
| | num_bytes: 1226618 |
| | num_examples: 1422 |
| | download_size: 1489334 |
| | dataset_size: 12167585 |
| | - config_name: processed |
| | features: |
| | - name: id |
| | dtype: string |
| | - name: Label |
| | dtype: string |
| | - name: Premise |
| | dtype: string |
| | - name: Hypothesis |
| | dtype: string |
| | splits: |
| | - name: train |
| | num_bytes: 2199874 |
| | num_examples: 11232 |
| | - name: dev |
| | num_bytes: 281003 |
| | num_examples: 1395 |
| | - name: test |
| | num_bytes: 273878 |
| | num_examples: 1422 |
| | download_size: 804300 |
| | dataset_size: 2754755 |
| | - config_name: source |
| | features: |
| | - name: pairID |
| | dtype: string |
| | - name: gold_label |
| | dtype: string |
| | - name: sentence1 |
| | dtype: string |
| | - name: sentence2 |
| | dtype: string |
| | - name: sentence1_parse |
| | dtype: string |
| | - name: sentence2_parse |
| | dtype: string |
| | - name: sentence1_binary_parse |
| | dtype: string |
| | - name: sentence2_binary_parse |
| | dtype: string |
| | splits: |
| | - name: train |
| | num_bytes: 9450921 |
| | num_examples: 11232 |
| | - name: dev |
| | num_bytes: 1223146 |
| | num_examples: 1395 |
| | - name: test |
| | num_bytes: 1157913 |
| | num_examples: 1422 |
| | download_size: 2600037 |
| | dataset_size: 11831980 |
| | configs: |
| | - config_name: conversational |
| | data_files: |
| | - split: train |
| | path: conversational/train-* |
| | - split: dev |
| | path: conversational/dev-* |
| | - split: test |
| | path: conversational/test-* |
| | - config_name: processed |
| | data_files: |
| | - split: train |
| | path: processed/train-* |
| | - split: dev |
| | path: processed/dev-* |
| | - split: test |
| | path: processed/test-* |
| | - config_name: source |
| | data_files: |
| | - split: train |
| | path: source/train-* |
| | - split: dev |
| | path: source/dev-* |
| | - split: test |
| | path: source/test-* |
| | language: |
| | - en |
| | tags: |
| | - medical |
| | pretty_name: MedNLI |
| | size_categories: |
| | - 10K<n<100K |
| | license: cc-by-sa-4.0 |
| | task_categories: |
| | - question-answering |
| | - text-classification |
| | --- |
| | |
| | # MedNLI — A Natural Language Inference Dataset For The Clinical Domain |
| |
|
| | ## Dataset Description |
| |
|
| | | | Links | |
| | |:-------------------------------:|:-------------:| |
| | | **Homepage:** | [Github.io](https://jgc128.github.io/mednli/) | |
| | | **Repository:** | [Github](https://github.com/jgc128/mednli) | |
| | | **Paper:** | [arXiv](https://arxiv.org/abs/1808.06752) | |
| | | **Leaderboard:** | [Papers with Code](https://paperswithcode.com/dataset/medmcqa) | |
| | | **Contact (Original Authors):** | Alexey Romanov aromanov@cs.uml.edu, Chaitanya Shivade cshivade@us.ibm.com | |
| | | **Contact (Curator):** | [Artur Guimarães](https://araag2.netlify.app/) (artur.guimas@gmail.com) | |
| |
|
| | |
| | ### Dataset Summary |
| |
|
| | `Natural Language Inference (NLI) is one of the critical tasks for understanding natural language. The objective of NLI is to determine if a given hypothesis can be inferred from a given premise. NLI systems have made significant progress over the years, and has gained popularity since the recent release of datasets such as the Stanford Natural Language Inference (SNLI) (Bowman et al. 2015) and Multi-NLI (Nangia et al. 2017). |
| |
|
| | We introduce MedNLI - a dataset annotated by doctors, performing a natural language inference task), grounded in the medical history of patients. We present strategies to: 1) leverage transfer learning using datasets from the open domain, (e.g. SNLI) and 2) incorporate domain knowledge from external data and lexical sources (e.g. medical terminologies). Our results demonstrate performance gains using both strategies.` |
| |
|
| | ### Data Instances |
| |
|
| | #### Source Format |
| |
|
| | TO:DO |
| |
|
| | ### Data Fields |
| |
|
| | #### Source Format |
| |
|
| | TO:DO |
| |
|
| | ### Data Splits |
| |
|
| | TO:DO |
| |
|
| | ## Additional Information |
| |
|
| | ### Dataset Curators |
| |
|
| | #### Original Paper |
| |
|
| | - Alexey Romanov (aromanov@cs.uml.edu) - Department of Computer Science, University of Massachusetts Lowell |
| | - Chaitanya Shivade (cshivade@us.ibm.com) - IBM Almaden Research Center |
| |
|
| | #### Huggingface Curator |
| |
|
| | - [Artur Guimarães](https://araag2.netlify.app/) (artur.guimas@gmail.com) - INESC-ID / University of Lisbon - Instituto Superior Técnico |
| |
|
| | ### Licensing Information |
| |
|
| | [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en) |
| |
|
| | ### Citation Information |
| |
|
| | ``` |
| | @article{romanov2018lessons, |
| | title = {Lessons from Natural Language Inference in the Clinical Domain}, |
| | url = {http://arxiv.org/abs/1808.06752}, |
| | abstract = {State of the art models using deep neural networks have become very good in learning an accurate mapping from inputs to outputs. However, they still lack generalization capabilities in conditions that differ from the ones encountered during training. This is even more challenging in specialized, and knowledge intensive domains, where training data is limited. To address this gap, we introduce {MedNLI} - a dataset annotated by doctors, performing a natural language inference task ({NLI}), grounded in the medical history of patients. We present strategies to: 1) leverage transfer learning using datasets from the open domain, (e.g. {SNLI}) and 2) incorporate domain knowledge from external data and lexical sources (e.g. medical terminologies). Our results demonstrate performance gains using both strategies.}, |
| | journaltitle = {arXiv:1808.06752 [cs]}, |
| | author = {Romanov, Alexey and Shivade, Chaitanya}, |
| | urldate = {2018-08-27}, |
| | date = {2018-08-21}, |
| | eprinttype = {arxiv}, |
| | eprint = {1808.06752}, |
| | } |
| | ``` |
| |
|
| | [10.13026/C2RS98](http://doi.org/10.13026/C2RS98) |
| |
|
| | ### Contributions |
| |
|
| | Thanks to [araag2](https://github.com/araag2) for adding this dataset. |