Update README.md
Browse filesUpdate README with dataset info
README.md
CHANGED
@@ -25,7 +25,27 @@ dataset_info:
|
|
25 |
num_examples: 1000
|
26 |
download_size: 275142693
|
27 |
dataset_size: 483001524
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
---
|
29 |
# Dataset Card for "PubMedQA_instruction"
|
30 |
|
31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
num_examples: 1000
|
26 |
download_size: 275142693
|
27 |
dataset_size: 483001524
|
28 |
+
license: mit
|
29 |
+
task_categories:
|
30 |
+
- question-answering
|
31 |
+
- text-generation
|
32 |
+
language:
|
33 |
+
- en
|
34 |
+
tags:
|
35 |
+
- medical
|
36 |
---
|
37 |
# Dataset Card for "PubMedQA_instruction"
|
38 |
|
39 |
+
This repo contains a [PubMedQA](https://huggingface.co/datasets/pubmed_qa) dataset converted for instruction tuning.
|
40 |
+
|
41 |
+
### Citation Information
|
42 |
+
|
43 |
+
```tex
|
44 |
+
@inproceedings{jin2019pubmedqa,
|
45 |
+
title={PubMedQA: A Dataset for Biomedical Research Question Answering},
|
46 |
+
author={Jin, Qiao and Dhingra, Bhuwan and Liu, Zhengping and Cohen, William and Lu, Xinghua},
|
47 |
+
booktitle={Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)},
|
48 |
+
pages={2567--2577},
|
49 |
+
year={2019}
|
50 |
+
}
|
51 |
+
```
|