The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.
YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/datasets-cards)
BioMed-SynthSum: Biomedical Text Summarization
📑 Paper | 🌐 Project Page | 💾 Released Resources | 📦 Repo
We release the raw biomedical abstracts used for our BioMed-SynthSum dataset, sourced from the PMC Open Access Subset provided by NCBI.
The data format for each line in the biomedical_abstracts_10k.jsonl is as follows:
{
"pmid": <PubMed ID>,
"title": <article title>,
"abstract": <full abstract text>,
"keywords": [<keyword1>, <keyword2>, ...],
"publication_date": <publication date>,
"journal": <journal name>,
"source": <PMC Open Access Subset>
}
This dataset contains 10,000 biomedical abstracts focusing on clinical studies and drug interactions.
*Note: All abstracts are from the PMC Open Access Subset and follow its licensing terms.
License
The license for this dataset is CC0-1.0.
- Downloads last month
- 18