CoolFace
Datasetpublic

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.

sourceHugging Faceapache-2.0updated 9mo agoView on Hugging Face
0likes106downloads
Dataset Card

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

  • —question
  • —answer
  • —source
  • —topic

Usage

python
from datasets import load_dataset

ds = load_dataset("prithvi1029/medquad-medical-qa")
print(ds["train"][0])