PubMedQA
PubMedQA is a biomedical research QA dataset that answers yes/no/maybe questions from literature abstracts, with 1,000 expert-labeled instances plus large unlabeled and artificially generated sets.
Human verified · · Submit a correction
Ideal for biomedical NLP researchers training and benchmarking literature QA models; not for end users seeking a ready-made medical Q&A product.
Verified facts
What is PubMedQA
PubMedQA is a biomedical research QA dataset that answers yes/no/maybe questions from literature abstracts, with 1,000 expert-labeled instances plus large unlabeled and artificially generated sets.
Key features of PubMedQA
- Training and evaluating biomedical literature QA models
- Comparing model results on the PubMedQA leaderboard
- Researching NLP methods that extract conclusions from abstracts
- Supporting clinical decision support and medical education research
Good for
- High-quality expert annotations with a crisp task definition
- A sensible three-tier mix of labeled, unlabeled and generated data
- A public leaderboard that eases comparison and iteration
Watch out
- Answers restricted to yes/no/maybe, a narrow task format
- Focused on English biomedical literature
- Requires machine learning engineering skills to use effectively
How to use PubMedQA
- Clone the GitHub repo and download the dataset
- Load the data to understand question, context and label structure
- Preprocess and tokenize the data for your model
- Train with an architecture such as BERT or PubMedBERT
- Evaluate on the test set and submit via the Submission guide
Who PubMedQA is for
Difficulty: Intermediate
- Training and evaluating biomedical literature QA models
- Comparing model results on the PubMedQA leaderboard
- Researching NLP methods that extract conclusions from abstracts
- Supporting clinical decision support and medical education research
FAQ
What is the dataset composed of?
1,000 expert-labeled QA instances, 61,200 unlabeled instances and 211,300 artificially generated QA pairs.
What kind of questions does it answer?
Biomedical research questions in yes/no/maybe form, such as whether a treatment is effective, answered from literature abstracts.
How do I submit to the leaderboard?
Follow the Submission guide in the GitHub repository to upload predictions and metrics, then wait for review.
Sources and verification
Sources: pubmedqa.github.io (opens in a new tab)
Verified: · Submit a correction →