Datasets:
Dr. Jorge Abreu Vicente
commited on
Commit
•
84e6a0b
1
Parent(s):
42db2a4
added PubMedQA data
Browse files
README.md
CHANGED
@@ -192,10 +192,13 @@ The sentence pairs were evaluated by five different human experts that judged th
|
|
192 |
|
193 |
|
194 |
#### PubMedQA
|
195 |
-
|
196 |
-
-
|
197 |
-
|
198 |
-
- **
|
|
|
|
|
|
|
199 |
- **Point of Contact:**
|
200 |
|
201 |
#### BioASQ
|
@@ -446,7 +449,16 @@ All the datasets have been obtained and annotated by experts in thebiomedical do
|
|
446 |
pages={i49--i58},
|
447 |
year={2017},
|
448 |
publisher={Oxford University Press}
|
449 |
-
}"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
450 |
|
451 |
}
|
452 |
```
|
|
|
192 |
|
193 |
|
194 |
#### PubMedQA
|
195 |
+
|
196 |
+
We introduce PubMedQA, a novel biomedical question answering (QA) dataset collected from PubMed abstracts. The task of PubMedQA is to answer research questions with yes/no/maybe (e.g.: Do preoperative statins reduce atrial fibrillation after coronary artery bypass grafting?) using the corresponding abstracts. PubMedQA has 1k expert-annotated, 61.2k unlabeled and 211.3k artificially generated QA instances. Each PubMedQA instance is composed of (1) a question which is either an existing research article title or derived from one, (2) a context which is the corresponding abstract without its conclusion, (3) a long answer, which is the conclusion of the abstract and, presumably, answers the research question, and (4) a yes/no/maybe answer which summarizes the conclusion. PubMedQA is the first QA dataset where reasoning over biomedical research texts, especially their quantitative contents, is required to answer the questions. Our best performing model, multi-phase fine-tuning of BioBERT with long answer bag-of-word statistics as additional supervision, achieves 68.1% accuracy, compared to single human performance of 78.0% accuracy and majority-baseline of 55.2% accuracy, leaving much room for improvement. PubMedQA is publicly available at this https URL.
|
197 |
+
|
198 |
+
- **Homepage:** https://pubmedqa.github.io/
|
199 |
+
- **Repository:** https://github.com/pubmedqa/pubmedqa
|
200 |
+
- **Paper:** [PubMedQA: A Dataset for Biomedical Research Question Answering](https://arxiv.org/pdf/1909.06146.pdf)
|
201 |
+
- **Leaderboard:** [Question answering](https://pubmedqa.github.io/)
|
202 |
- **Point of Contact:**
|
203 |
|
204 |
#### BioASQ
|
|
|
449 |
pages={i49--i58},
|
450 |
year={2017},
|
451 |
publisher={Oxford University Press}
|
452 |
+
}""",
|
453 |
+
|
454 |
+
"PubMedQA":"""@inproceedings{jin2019pubmedqa,
|
455 |
+
title={PubMedQA: A Dataset for Biomedical Research Question Answering},
|
456 |
+
author={Jin, Qiao and Dhingra, Bhuwan and Liu, Zhengping and Cohen, William and Lu, Xinghua},
|
457 |
+
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)},
|
458 |
+
pages={2567--2577},
|
459 |
+
year={2019}
|
460 |
+
}
|
461 |
+
"""
|
462 |
|
463 |
}
|
464 |
```
|