BioMamba: A Pre-trained Biomedical Language Representation Model Leveraging Mamba
Ling Yue, Sixue Xing, Yingzhou Lu, Tianfan Fu
TL;DR
BioMamba addresses the need for domain-specific biomedical language understanding by extending the Mamba architecture with Structured State Space Models (SSMs) and dynamic parameters, enabling efficient long-sequence processing. Pretrained on PubMed abstracts and initialized from Mamba-130m, BioMamba is further fine-tuned on biomedical QA data (BioASQ) to achieve state-of-the-art performance. Empirical results show BioMamba significantly surpasses BioBERT, BioGPT, and general Mamba, including substantial reductions in perplexity and cross-entropy on benchmark datasets and PubMed text. The work highlights the importance of domain-focused pretraining for biomedical NLP and releases code and models to foster further research, with implications for literature mining and clinical decision support.
Abstract
The advancement of natural language processing (NLP) in biology hinges on models' ability to interpret intricate biomedical literature. Traditional models often struggle with the complex and domain-specific language in this field. In this paper, we present BioMamba, a pre-trained model specifically designed for biomedical text mining. BioMamba builds upon the Mamba architecture and is pre-trained on an extensive corpus of biomedical literature. Our empirical studies demonstrate that BioMamba significantly outperforms models like BioBERT and general-domain Mamba across various biomedical tasks. For instance, BioMamba achieves a 100 times reduction in perplexity and a 4 times reduction in cross-entropy loss on the BioASQ test set. We provide an overview of the model architecture, pre-training process, and fine-tuning techniques. Additionally, we release the code and trained model to facilitate further research.
