prithvi1029/medquad-medical-qa
MedQuAD Medical QA Dataset This dataset is derived from the original MedQuAD medical question–answer corpus. It is provided in a raw / lightly structured format, intended for: Retrieval-Augmented Generation (RAG) LoRA fine-tuning experiments Medical question-answering systems Agentic document intelligence pipelines Data Notes No aggressive cleaning has been applied Original question–answer semantics are preserved Users should apply task-specific preprocessing… See the full description on the dataset page: https://huggingface.co/datasets/prithvi1029/medquad-medical-qa.
task_categories:
- question-answering language:
- en tags:
- medical
- question-answering
- rag
- agentic-ai ---
MedQuAD Medical QA Dataset
This dataset is derived from the original MedQuAD medical question–answer corpus.
It is provided in a raw / lightly structured format, intended for:
- Retrieval-Augmented Generation (RAG)
- LoRA fine-tuning experiments
- Medical question-answering systems
- Agentic document intelligence pipelines
Data Notes
- No aggressive cleaning has been applied
- Original question–answer semantics are preserved
- Users should apply task-specific preprocessing as needed
Columns
questionanswersourcetopic
Usage
from datasets import load_dataset
ds = load_dataset("prithvi1029/medquad-medical-qa")
print(ds["train"][0])
