Skip to main content

Holistic evaluation of language models for medical applications (HELM for medicine)

Project description

Holistic Evaluation of Language Models (HELM)

HELM logo

GitHub Repo stars License PyPI

Holistic Evaluation of Language Models (HELM) is an open source Python framework created by the Center for Research on Foundation Models (CRFM) at Stanford for holistic, reproducible and transparent evaluation of foundation models, including large language models (LLMs) and multimodal models. This framework includes the following features:

  • Datasets and benchmarks in a standardized format (e.g. MMLU-Pro, GPQA, IFEval, WildBench)
  • Models from various providers accessible through a unified interface (e.g. OpenAI models, Anthropic Claude, Google Gemini)
  • Metrics for measuring various aspects beyond accuracy (e.g. efficiency, bias, toxicity)
  • Web UI for inspecting individual prompts and responses
  • Web leaderboard for comparing results across models and benchmarks

Documentation

Documentation: medhelm.org

Install & run (MedHELM library)

MedHELM uses the HELM core engine and adds medical benchmarks. Install from PyPI:

Standard (recommended to start)

Scenarios: PubMedQA, MedCalc-Bench, MedicationQA, MedHallu.

pip install medhelm
# or with uv:
uv pip install medhelm

Run a benchmark:

uv run medhelm-run --run-entries "pubmed_qa:model=huggingface/qwen2.5-7b" --suite my_med_test --max-eval-instances 10
uv run helm-summarize --suite my_med_test
uv run helm-server --suite my_med_test

Then open http://localhost:8000/ in your browser.

Clinical NLP tier ([summarization])

Adds heavy libraries (bert-score, rouge-score, nltk). Install can take 2–3 minutes.

Scenarios: DischargeMe (hospital course summaries), ACI-Bench (clinical transcripts), Patient-Edu (simplifying medical jargon).

pip install "medhelm[summarization]"
# or: uv pip install "medhelm[summarization]"

Example:

uv run medhelm-run --run-entries "discharge_summaries:model=huggingface/qwen2.5-7b" --suite med_summaries --max-eval-instances 5
uv run helm-summarize --suite med_summaries
uv run helm-server --suite med_summaries

Gated / licensing tier ([gated])

Adds gdown for scenarios that use Google Drive. Install can also take longer.

Scenarios: MedQA (USMLE/Board exams), MedMCQA (AIIMS/NEET exams).

pip install "medhelm[gated]"
# or: uv pip install "medhelm[gated]"

Example:

uv run medhelm-run --run-entries "med_qa:model=huggingface/qwen2.5-7b" --suite board_exams --max-eval-instances 10
uv run helm-summarize --suite board_exams
uv run helm-server --suite board_exams

Classic HELM commands

You can still use helm-run, helm-summarize, and helm-server; medhelm-run is an alias for helm-run.

helm-run --run-entries mmlu:subject=philosophy,model=openai/gpt2 --suite my-suite --max-eval-instances 10
helm-summarize --suite my-suite
helm-server --suite my-suite

Quick Start (summary)

Tier Install Scenarios
Standard pip install medhelm or uv pip install medhelm PubMedQA, MedCalc-Bench, MedicationQA, MedHallu
Summarization pip install "medhelm[summarization]" DischargeMe, ACI-Bench, Patient-Edu (2–3 min install)
Gated pip install "medhelm[gated]" MedQA, MedMCQA (Drive)

Run: uv run medhelm-run --run-entries "<scenario>:model=<model>" --suite <name> --max-eval-instances <n> then helm-summarize and helm-server. See medhelm.org for full docs.

Leaderboards

We maintain offical leaderboards with results from evaluating recent models on notable benchmarks using this framework. Our current flagship leaderboards are:

We also maintain leaderboards for a diverse range of domains (e.g. medicine, finance) and aspects (e.g. multi-linguality, world knowledge, regulation compliance). Refer to the HELM website for a full list of leaderboards.

Papers

The HELM framework was used in the following papers for evaluating models.

The HELM framework can be used to reproduce the published model evaluation results from these papers. To get started, refer to the documentation links above for the corresponding paper, or the Reproducing Leaderboards documentation on medhelm.org.

Citation

If you use this software in your research, please cite the Holistic Evaluation of Language Models paper as below.

@article{
liang2023holistic,
title={Holistic Evaluation of Language Models},
author={Percy Liang and Rishi Bommasani and Tony Lee and Dimitris Tsipras and Dilara Soylu and Michihiro Yasunaga and Yian Zhang and Deepak Narayanan and Yuhuai Wu and Ananya Kumar and Benjamin Newman and Binhang Yuan and Bobby Yan and Ce Zhang and Christian Alexander Cosgrove and Christopher D Manning and Christopher Re and Diana Acosta-Navas and Drew Arad Hudson and Eric Zelikman and Esin Durmus and Faisal Ladhak and Frieda Rong and Hongyu Ren and Huaxiu Yao and Jue WANG and Keshav Santhanam and Laurel Orr and Lucia Zheng and Mert Yuksekgonul and Mirac Suzgun and Nathan Kim and Neel Guha and Niladri S. Chatterji and Omar Khattab and Peter Henderson and Qian Huang and Ryan Andrew Chi and Sang Michael Xie and Shibani Santurkar and Surya Ganguli and Tatsunori Hashimoto and Thomas Icard and Tianyi Zhang and Vishrav Chaudhary and William Wang and Xuechen Li and Yifan Mai and Yuhui Zhang and Yuta Koreeda},
journal={Transactions on Machine Learning Research},
issn={2835-8856},
year={2023},
url={https://openreview.net/forum?id=iO4LZibEqW},
note={Featured Certification, Expert Certification}
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

medhelm-0.5.13.tar.gz (8.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

medhelm-0.5.13-py3-none-any.whl (8.8 MB view details)

Uploaded Python 3

File details

Details for the file medhelm-0.5.13.tar.gz.

File metadata

  • Download URL: medhelm-0.5.13.tar.gz
  • Upload date:
  • Size: 8.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for medhelm-0.5.13.tar.gz
Algorithm Hash digest
SHA256 f8469cccd12eaa27fcab97228358f50f473b924bf0be2a62519da3549066b4a2
MD5 8932119624a652f6c34a598b14236d14
BLAKE2b-256 084351c491abfe805f49a922b072e444919092925df5d0a766c30d872a3c5310

See more details on using hashes here.

Provenance

The following attestation bundles were made for medhelm-0.5.13.tar.gz:

Publisher: publish.yml on PacificAI/medhelm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file medhelm-0.5.13-py3-none-any.whl.

File metadata

  • Download URL: medhelm-0.5.13-py3-none-any.whl
  • Upload date:
  • Size: 8.8 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for medhelm-0.5.13-py3-none-any.whl
Algorithm Hash digest
SHA256 bec71cc3ebb85f197798b9359e5f9b0ab7e728dff1409dfa721a59412ebdf224
MD5 773647fb22ce3f1f9d4dace87674da92
BLAKE2b-256 3b5468e66324d5aa04adeaaefc72c94bca48dbf405733f5b85204962fbf7a6c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for medhelm-0.5.13-py3-none-any.whl:

Publisher: publish.yml on PacificAI/medhelm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page