Frontiers in Bioinformatics · 2026

BIOGEN: Evidence-Grounded Multi-Agent Reasoning
for Transcriptomic Interpretation

A multi-agent framework that turns RNA-seq gene clusters into cluster-level biological explanations, where every interpretation carries a traceable PubMed, DOI, or UniProt identifier and a confidence tier rather than an unsourced claim.

Paper PDF PubMed Central
0.000
Non-verifiable ID rate
5 / 5
Datasets fully grounded
0.689
BERTScore
0.715
Semantic Alignment

Method

How BIOGEN works

Standard enrichment analysis tells you which pathways are over-represented, not what a cluster means mechanistically. Asking a language model instead yields fluent mechanism, but with claims that cannot be traced to a source. BIOGEN sits between the two: it retrieves evidence first, interprets against that evidence, and then lets a panel of critics decide whether the interpretation is entitled to stand.

BIOGEN architecture: RNA-seq input is clustered, enriched with PubMed and UniProt evidence, interpreted by an interpreter agent over an LLM backbone, checked by a critic ensemble and consensus layer with persistent context memory, and consolidated into biological interpretation and hypothesis generation

Figure 1. The BIOGEN pipeline. Gene-level clusters are enriched with PubMed and UniProt evidence, interpreted by the Interpreter Agent using a local open-source LLM, and evaluated by a panel of Critic Agents, producing transparent, literature-grounded outputs with data-adaptive evidence-tier labels. Figure reproduced from the paper under CC BY 4.0.

R

Retriever Agent

Queries PubMed and UniProt for each cluster's representative genes and assembles the evidence context the rest of the pipeline is allowed to reason over. Retrieval happens before interpretation, not as a citation added afterwards.

I

Interpreter Agent

Synthesizes a cluster-level explanation from the retrieved context using a local Mistral-7B backbone, so the full pipeline runs without sending transcriptomic data to a hosted model.

C

Critic Ensemble

Three reviewers score each interpretation from different angles: Evidence-Strict checks that claims are anchored to retrieved identifiers, Semantic checks biological coherence, and Adversarial probes for unsupported inference.

T

Confidence Tiers

Consensus critic scores map to High, Moderate, or Suggestive tiers using data-adaptive thresholds. Tier assignment is stable across p25/p75, p33/p66, and p40/p60 threshold settings (κ = 1.000).


Results

Grounding is what changes

The primary evaluation is on a Salmonella enterica RNA-seq dataset, measured by BERTScore, Semantic Alignment Score (SAS), KEGG functional similarity, and the rate of interpretations that carry no verifiable PMID, DOI, or UniProt accession. The LLM-only baseline leaves one interpretation in ten unverifiable; adding retrieval closes that gap, and the critic ensemble holds it closed.

System BERTScore ↑ SAS ↑ KEGG Sim. ↑ Non-verifiable ID ↓
LLM only0.100
LLM + retrieval0.6860.6860.3230.000
SimpleRAG0.7010.7150.3010.000
BIOGEN (full)0.6890.7150.3420.000

Table 1. Controlled evidence-grounding comparison on the primary S. enterica dataset. BIOGEN and SimpleRAG are close on surface similarity; the separation is in KEGG functional similarity, where BIOGEN's interpretations align best with independently computed pathway enrichment.

The stronger claim is robustness. The same clustering procedure, retrieval sources, backbone, and critic ensemble were applied to four further bacterial datasets spanning a change of organism and a change of experimental condition. Surface metrics degrade under shift, as expected. The grounding rate does not.

Dataset Shift BERTScore ↑ SAS ↑ Non-verifiable ID ↓
PRJEB67574in-domain0.6890.7150.000
GSE144604cross-organism0.7150.5040.000
GSE55197cross-organism0.6990.1950.000
GSE251671cross-organism0.561−0.0160.000
GSE224463cross-condition0.550−0.0030.000

Table 2. BIOGEN under distribution shift. Semantic alignment falls to near zero on the hardest cross-organism and cross-condition datasets, which is the honest reading: the interpretations get less specific. What survives is traceability, with no ungrounded output on any of the five datasets.

Against agentic baselines

In a controlled comparison against representative open-source agentic frameworks, BIOGEN was the only system with zero non-verifiable identifier outputs on all five datasets. The strongest baseline ranged from 0.100 to 0.800 on the same measure.

The trade is explicit

Those same baselines beat BIOGEN on BERTScore and SAS across all five datasets. Fluent, confident text scores well on surface similarity; the paper's position is that a claim you cannot trace is not worth the fluency.

Beyond enrichment

Compared against KEGG and GO over-representation analysis across organisms, BIOGEN produces mechanistic reading for clusters where enrichment returns no significant term, and complements rather than replaces the standard pipeline.


Data

Five public bacterial RNA-seq datasets

Every dataset is public. The primary set comes from the European Nucleotide Archive; the four shift datasets come from GEO and were selected for antimicrobial and stress-response relevance, gene-level count availability, and identifier compatibility with downstream annotation resources.

1

PRJEB67574Salmonella enterica

Primary dataset, 59 samples across roughly 4,700 genes, from a multi-omics investigation of S. enterica. Used for the main evaluation, all ablations, and the KEGG comparison.

2

GSE251671P. aeruginosa PA14

Large transcriptional compendium, 1,059 samples, under antibiotic perturbation and CRISPRi target depletion.

3

GSE144604E. coli MG1655

135 samples profiling responses to antibiotic and biocide combinations, capturing cross-protection and cross-vulnerability.

4

GSE224463E. coli K-12

192-sample time course over wild-type and ΔrpoS responses across stationary-phase transition, osmotic stress, and low temperature. The cross-condition shift case.

5

GSE55197P. aeruginosa PA14

Transcriptomic compendium spanning 14 environmental conditions, including biofilm growth.

Open access. The paper is published under CC BY 4.0 in Frontiers in Bioinformatics and is also mirrored at PubMed Central (PMC13260171). Figure 1 on this page is reproduced from the article under the same licence.

Citation

Cite BIOGEN

If you find BIOGEN useful in your research, please consider citing the paper.

@article{hossain2026biogen, title = {BIOGEN: evidence-grounded multi-agent reasoning framework for transcriptomic interpretation in antimicrobial resistance}, author = {Hossain, Elias and Shoeibi, Mehrdad and Garibay, Ivan and Yousefi, Niloofar}, journal = {Frontiers in Bioinformatics}, volume = {6}, pages = {1846404}, year = {2026}, doi = {10.3389/fbinf.2026.1846404}, }