Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: instruction
|
5 |
+
dtype: string
|
6 |
+
- name: input
|
7 |
+
dtype: string
|
8 |
+
- name: output
|
9 |
+
dtype: string
|
10 |
license: apache-2.0
|
11 |
+
task_categories:
|
12 |
+
- text-generation
|
13 |
+
- question-answering
|
14 |
+
language:
|
15 |
+
- en
|
16 |
+
size_categories:
|
17 |
+
- 10K<n<100K
|
18 |
---
|
19 |
+
|
20 |
+
This dataset is a subset of https://github.com/pubmedqa/pubmedqa.
|
21 |
+
|
22 |
+
The training set is composed of 10,000 examples of the PQA-U dataset and the test set is composed of 1,000 examples of the PQA-L dataset.
|
23 |
+
|
24 |
+
### Citation Information
|
25 |
+
|
26 |
+
```tex
|
27 |
+
@inproceedings{jin2019pubmedqa,
|
28 |
+
title={PubMedQA: A Dataset for Biomedical Research Question Answering},
|
29 |
+
author={Jin, Qiao and Dhingra, Bhuwan and Liu, Zhengping and Cohen, William and Lu, Xinghua},
|
30 |
+
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)},
|
31 |
+
pages={2567--2577},
|
32 |
+
year={2019}
|
33 |
+
}
|
34 |
+
```
|