PromptBio-Bench

Benchmarking AI Agents on Bioinformatics Tasks

AI agents are increasingly applied to bioinformatics workflows, yet their practical capabilities on real research tasks remain poorly characterized. Existing benchmarks rarely capture the diversity of file formats, multi-step pipelines, and domain-specific evaluation criteria encountered in practice. Here we introduce PromptBio-Bench, a systematic evaluation framework for AI agents on bioinformatics and biostatistics tasks. PromptBio-Bench comprises 244 tasks spanning 27 sub-fields across Bioinformatics and Biostatistics & Data Science, each pairing a natural-language prompt with structured reference outputs scored by a 4-step LLM-assisted pipeline (Match → Detect → Recommend → Compare). We evaluate 3 frontier agents and find that while agents complete the majority of tasks, accuracy varies substantially across fields and file formats, with output omissions and format mismatches as the dominant failure modes.

244 Tasks
3 AI agents evaluated
2 Scientific domains
27 Sub-fields
12 Supported file formats

Two scientific domains, 27 sub-fields

Tasks span the full breadth of computational biology — from raw sequence processing to statistical inference and machine learning.

Bioinformatics

Sequence processing, variant analysis, alignment, epigenomics, transcriptomics, proteomics, single-cell & spatial omics, metagenomics, structural biology, and more.

Genomics Transcriptomics Proteomics Epigenomics Metabolomics Metagenomics Single-Cell & Spatial Omics Structural Bioinformatics Synthetic Biology Immunoinformatics Phylogenetics / Evolution Clinical Bioinformatics Functional & Network Analysis Sequence Data Processing Multi-Omics Integration

Biostatistics & Data Science

Statistical inference, regression, classification, clustering, dimensionality reduction, survival analysis, Bayesian methods, and data visualization for biological research.

Statistical Inference Regression Classification Clustering Dimension Reduction Bayesian Statistics Survival Analysis Longitudinal Analysis Model Evaluation Data Visualization Data Wrangling Descriptive Statistics

Evaluation pipeline

A 4-step LLM-assisted pipeline scores agent outputs against reference answers. Steps 2 and 3 run only once per task — shared across all agents — reducing cost while preserving comparability.

1

Match

LLM maps agent output files to reference files. Runs per-agent.

2

Detect

Identify the format of each reference file. Shared — runs once.

3

Recommend

LLM selects comparison strategy and parameters per file. Shared — runs once.

4

Compare

Compute similarity (0–1) for each file pair. Runs per-agent.

Final score is the average similarity across all scored reference files.

Supported file formats & comparison strategies

Format Extensions Default strategy Other strategies
FASTA.fasta .faexactapproximate, summary
FASTQ.fastq .fqexactapproximate, summary
BAM / SAM / CRAM.bam .sam .cramsummaryexact, approximate, coverage, variant
BAI / CRAI.bai .craifunctionalsummary
TBI / CSI.tbi .csifunctionalsummary
FAI.faiexactapproximate, summary
VCF / BCF.vcf .vcf.gz .bcfsummaryexact, approximate
BED / BedGraph.bed .bedgraph .bg .bigbedapproximateexact, overlap, correlation, summary
BigWig / Wig.bw .bigwig .wigsummaryexact, approximate, correlation
Table.csv .tsv .gct .xlsxapproximateexact, summary, semantic
PDB / CIF.pdb .cif .mmcifexactapproximate, summary
Image.png .jpg .pdf .svgsemantic
Text.txt .textsemanticexact, approximate, numeric, summary

Key findings

Current AI agents are capable but uneven bioinformatics collaborators.

1
Gap between completion and success. All three agents complete 88–99% of tasks, yet mean accuracy against expert reference files is only 0.72–0.76 — demonstrating that producing an output and producing the correct output are fundamentally different challenges.
2
Accuracy declines sharply with task difficulty. On high-difficulty tasks, accuracy drops to 0.56–0.69 across all agents, highlighting that current agents struggle with multi-step, domain-specific pipelines requiring chained tool use and correct biological assumptions.
3
Biomni and ToolsGenie perform comparably; Stella lags in completion. The two top agents show similar overall accuracy, while Stella's 88% completion rate (vs. 98–99% for the others) reveals a distinct failure pattern of not producing output at all rather than producing incorrect output.
4
Bioinformatics and data science tasks expose different agent weaknesses. Track A (131 bioinformatics tasks: CLI tools, specialist formats such as FASTA/VCF/BAM/PDB) and Track B (113 data science tasks: statistics, ML, visualization) reveal complementary gaps — agents handle structured tabular analysis better than complex genomics pipelines.
5
LLM-assisted evaluation scales to heterogeneous file outputs. The Match → Detect → Recommend → Compare pipeline scores 13 distinct file formats without hard-coded rules, providing a reusable infrastructure for tracking progress as foundation models and agent frameworks continue to evolve.

Common failure modes

To come...

Agents evaluated

3 frontier AI agents, running with the same backbone LLM.

Biomni 75.8% acc · 99.2% comp
Stella 71.7% acc · 88.1% comp
ToolsGenie 75.8% acc · 98.0% comp

Citation

If you find PromptBio-Bench useful, please cite our work.

@article{guo2026promptbio,
  title={PromptBio-Bench: benchmarking LLM-based bioinformatics agents for end-to-end data analysis},
  author={Guo, Wenbin and Zhang, Minzhe and Han, Bowei and Ma, Youjia and Leng, Yang and Hebbar, Shishir and Zhou, Xiaoyuan and Gu, Wenhao and Yang, Xiao and Dhar, Shashi},
  journal={bioRxiv},
  pages={2026--05},
  year={2026},
  publisher={Cold Spring Harbor Laboratory}
}

Tasks & datasets: huggingface.co/datasets/promptbio-ai/promptbio-bench-data

Results explorer

Toggle agents to filter the charts below.

Agents

Completion

Accuracy

Computation cost