Dataset Viewer
The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider
removing the
loading script
and relying on
automated data support
(you can use
convert_to_parquet
from the datasets
library). If this is not possible, please
open a discussion
for direct help.
PubMed Dataset (2014-2025)
Overview
This repository contains a PubMed database covering medical and scientific literature published between late 2014 and 2025. The dataset provides access to biomedical research abstracts and citations from the U.S. National Library of Medicine.
Dataset Information
- Time Period: Late 2014 - 2025
- License: Apache 2.0
- Size: Approximately 14 millions abstracts
Usage
This dataset can be used for:
- Medical research analysis
- Literature reviews
- Text mining and natural language processing
- Trend analysis in biomedical research
- Building search and recommendation systems
Getting Complete Dataset
The current repository contains a subset of the PubMed database. To retrieve the complete dataset:
- Review the included Python script (
pubmed25.py
) - Modify the script parameters as needed to adjust date ranges or filtering criteria
- Run the script to download additional data
# Example usage
from datasets import load_dataset
dataset = load_dataset("HoangHa/pubmed25", split="train", trust_remote_code=True, cache_dir=".")
- Downloads last month
- 48