BioMistral: A Collection of Open-Source Pretrained Large Language Models for Medical Domains
> Source: arXiv:2402.10373, February 2024. Authors: Yanis Labrak, Adrien Bazoge, Emmanuel Morin, Pierre-Antoine Gourraud, Mickael Rouvier, Richard Dufour.
One-line Summary
BioMistral is a fully open-source collection of LLMs adapted to the medical domain by continued pretraining of Mistral 7B on PubMed Central, evaluated multilingually on medical QA benchmarks with attention to quantization and safety.
Background and Motivation
General-purpose LLMs show strong medical knowledge, but proprietary APIs are often unusable in healthcare settings because clinical data is sensitive and cannot be shared with external services. The BioMistral project addresses this gap by releasing an open, domain-adapted model family that organizations can host on-premises, with full transparency of weights, training data, and evaluation.
Approach
- Base model: Mistral 7B, chosen for its strong open-weight performance.
- Domain adaptation: continued pretraining on the PubMed Central Open Access subset of the biomedical literature.
- Openness: model weights, data preparation pipeline, and evaluation code are all released to support reproducibility.
- Multilingual benchmark: the models are evaluated on medical multiple-choice QA datasets across ten languages, using translated benchmarks to test cross-lingual transfer from the English-centric biomedical corpus.
- Quantization: the paper studies lightweight quantization of BioMistral to assess feasibility of on-device / low-resource deployment in clinical environments.
- Safety: the models are probed for safe behavior on medical content, an essential consideration for clinical-facing systems.
- Labrak et al., *BioMistral: A Collection of Open-Source Pretrained Large Language Models for Medical Domains*, arXiv:2402.10373, 2024. https://arxiv.org/abs/2402.10373
Evaluation
Key Takeaways
1. Continued pretraining on domain corpora is an effective, fully open recipe for medical LLMs. 2. Domain-adapted open models can rival much larger proprietary systems on some medical benchmarks, while keeping patient data local. 3. Quantization makes open medical LLMs practical for on-device use, and safety evaluation remains a necessary guardrail before clinical use.
Caveats
The forum post is a template-style entry; quantitative benchmark numbers should be verified against the original PDF before citation. Evaluations rely on translated QA sets, so results may not fully reflect real clinical language use.