Language model foundation models
Language model

Language model Models

Bio/scientific language and generative models

98 models in this category

What biological language models do

Biological language models bring LLM-style architectures to science — text-conditioned, instruction-tuned, agentic, or generative models that reason over scientific knowledge and across molecular modalities. This is a model-type axis rather than a data-type axis: it groups systems whose defining trait is that they are generative or language-driven, from models that jointly embed molecules and text to scientific assistants that can interpret experimental results, retrieve literature, and propose hypotheses. The category spans dedicated bio LLMs pretrained on the scientific literature to general-purpose models fine-tuned for laboratory workflows.

Applications: scientific reasoning, lab automation, and multi-modal generation

Literature-grounded question answering and scientific summarization are the most immediately practical applications, where models fine-tuned on PubMed, bioRxiv, and curated biomedical corpora outperform general LLMs on domain-specific benchmarks like MedQA, PubMedQA, and BioASQ. Multi-modal models that bridge text and molecular representations — accepting SMILES or protein sequences as input alongside natural language — enable conversational exploration of chemical or biological hypotheses. Agentic systems that orchestrate computational biology tools, manage data analysis workflows, or draft experimental protocols represent the frontier of this category.

Notable Models

Top-rated language model models from our evaluations

BioGPT

Microsoft Research Asia +1 other

Released October 19, 2022

1.5K98K4.5K

Generative transformer pretrained on PubMed abstracts for biomedical text generation and mining, including relation extraction and question answering.

Language model
66Openness

MedGemma

Google Research +1 other

Released July 9, 2025

9217.4K1.6K

Open medical multimodal models from Google, built on Gemma 3 with a medically tuned SigLIP vision encoder for clinical text and image understanding.

Language modelImaging
41Openness

BioT5+

Microsoft Research Asia

Released August 1, 2024

229127

Text-to-text biological language model spanning molecules, proteins, and text, adding IUPAC names and multi-task instruction tuning to BioT5.

Language modelSmall moleculeProtein
85Openness

Galactica

Meta AI

Released November 16, 2022

1.1K7462.7K

Scientific large language model trained on 48 million papers, textbooks, and reference works to store, combine, and reason about scientific knowledge.

Language model
46Openness

TxGemma

Google DeepMind +1 other

Released March 25, 2025

61.8K23

Open therapeutics foundation models from Google, built on Gemma-2, for drug-discovery property prediction and conversational reasoning.

Language modelSmall molecule
58Openness

BioT5

Renmin University of China

Released October 11, 2023

205127

Encoder-decoder framework unifying molecules, proteins, and natural language with SELFIES notation for cross-modal drug discovery tasks.

Language modelSmall moleculeProtein
74Openness

Frequently asked questions

What is a biological language model?

A biological language model is a large generative or text-understanding neural network designed for scientific and biomedical applications — either pretrained on biomedical text corpora, fine-tuned from a general LLM on scientific data, or trained to jointly model natural language and molecular representations like protein sequences or SMILES. Examples range from PubMedBERT and BioGPT trained on the biomedical literature to multi-modal models that accept molecular inputs alongside text prompts.

How are bio LLMs different from protein language models?

Protein language models like ESM are trained on amino acid sequences and learn representations of protein biology; their inputs and outputs are sequences, not natural language. Biological language models, as tracked in this category, are primarily trained on scientific text — papers, abstracts, clinical notes, or structured knowledge bases — and their primary modality is natural language, even when they additionally process molecular strings. The distinction matters for choosing the right tool: protein LMs for sequence tasks, bio LLMs for knowledge retrieval, literature reasoning, and text-conditioned workflows.

What benchmarks evaluate biological language model performance?

Standard benchmarks include MedQA (multiple-choice clinical reasoning), PubMedQA (yes/no/maybe questions from PubMed abstracts), BioASQ (biomedical question answering against structured and unstructured knowledge), and BLURB (Biomedical Language Understanding and Reasoning Benchmark), which aggregates multiple NER, relation extraction, and QA tasks. For multi-modal models that bridge text and molecular data, downstream molecular property prediction and molecule-caption retrieval tasks are used, though a single unified benchmark for this class does not yet exist.

Are agentic bio AI systems tracked on bio.rodeo?

Yes, when they have a foundation model at their core and are designed to generalize across tasks rather than execute a single hardcoded workflow. Agentic systems that orchestrate tool use, literature retrieval, or experimental planning around a pretrained language model — and that have been described in peer-reviewed work or have measurable community adoption — fall within the scope of this category. Pure software pipelines without a learned foundation model component are generally out of scope.