paper-with-me

홈 › Papers

PubMedQA: A Dataset for Biomedical Research Question Answering

2019-09-13 · IJCNLP 2019 11 · Qiao Jin, Bhuwan Dhingra, Zhengping Liu, William W. Cohen, Xinghua Lu

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 https://pubmedqa.github.io.

📄 PDF Abstract BibTeX arXiv:1909.06146

Code (5)

8023looker/med-rr pytorch
okanvk/Medical-Electra tf
okanvk/Medical-Specific-Electra-Med-Electra- tf
okanvk/Question-Answering-Project tf
open-dataflow/rare pytorch

Tasks

Question Answering

Similar Papers 제목 키워드 기반

RAG-BioQA: A Retrieval-Augmented Generation Framework for Long-Form Biomedical Question Answering

2025-10-02 · Lovely Yeswanth Panchumarthi, Sumalatha Saleti, Sai Prasad Gudari, Atharva Negi 외 arxiv

The rapidly growth of biomedical literature creates challenges acquiring specific medical information. Current biomedical question-answering systems primarily focus on short-form answers, failing to provide comprehensive…

Question AnsweringAnswer Generation

BELIEF: Structured Evidence Modeling and Uncertainty-Aware Fusion for Biomedical Question Answering

2026-05-17 · Chang Zong, Hao Ning, Siliang Tang, Jie Huang 외 arxiv

Biomedical question answering often requires decisions from retrieved literature whose relevance, quality, and support for candidate answers are uneven. Most retrieval-augmented large language model (LLM) methods feed th…

Question Answering

Hierarchical Representation-based Dynamic Reasoning Network for Biomedical Question Answering

2022-10-01 · COLING 2022 10 · Jianguo Mao, Jiyuan Zhang, Zengfeng Zeng, Weihua Peng 외

Recently, Biomedical Question Answering (BQA) has attracted growing attention due to its application value and technical challenges. Most existing works treat it as a semantic matching task that predicts answers by compu…

MedQAQuestion Answering

P-RAG: Prompt-Enhanced Parametric RAG with LoRA and Selective CoT for Biomedical and Multi-Hop QA

2026-02-02 · Xingda Lyu, Gongfu Lyu, Zitai Yan, Yuxin Jiang arxiv

Large Language Models (LLMs) demonstrate remarkable capabilities but remain limited by their reliance on static training data. Retrieval-Augmented Generation (RAG) addresses this constraint by retrieving external knowled…

Question Answering

PubMed Reasoner: Dynamic Reasoning-based Retrieval for Evidence-Grounded Biomedical Question Answering

2026-03-28 · Yiqing Zhang, Xiaozhong Liu, Fabricio Murai arxiv

Trustworthy biomedical question answering (QA) systems must not only provide accurate answers but also justify them with current, verifiable evidence. Retrieval-augmented approaches partially address this gap but lack me…

Response GenerationClinical KnowledgeQuestion Answering