OncoTriad-QA benchmarks AI on radiology, pathology and genomics together

Researchers have released OncoTriad-QA, a benchmark for testing how well AI models reason about cancer when they have to combine several kinds of medical evidence at once, rather than looking at a single scan or report in isolation. The benchmark contains 86.1k semantic questions built from 9,281 patient cases drawn from 32 cancer cohorts in the TCGA database (The Cancer Genome Atlas), and each case aligns CT and MRI radiology, whole-slide histopathology images, somatic mutations, copy-number alterations, DNA methylation, bulk RNA-seq data and clinical metadata. The questions and answers were built through a source-grounded, LLM-assisted pipeline that draws on curated labels, diagnostic reports, molecular profiles and modality-derived evidence as its sources of truth, with automated consistency checks and clinician review layered on top. Alongside the benchmark, the authors introduce OncoVLM, a reference multimodal model that maps radiology, pathology, DNA methylation and RNA-seq evidence into a large language model's interface through learned projectors. Testing on OncoTriad-QA shows that existing general-purpose and medical LLMs remain limited on comprehensive pan-cancer question answering, particularly when a question requires integrating imaging findings, tumor morphology and molecular evidence rather than relying on just one of those. After fine-tuning on OncoTriad-QA, OncoVLM exceeds MedGemma-4B by an average of 10.7 points on a combined measure of multiple-choice accuracy and BERTScore-F1, with consistent gains across both multiple-choice and open-ended questions, and across radiology-only, pathology-only and all-available-evidence settings.

Key facts

  • OncoTriad-QA contains 86.1k semantic questions covering 9,281 TCGA patient cases from 32 cancer cohorts.
  • Each case aligns CT/MRI radiology, whole-slide histopathology, somatic mutations, copy-number alterations, DNA methylation, bulk RNA-seq and clinical metadata.
  • Questions were generated by a source-grounded, LLM-assisted pipeline with automated consistency checks and clinician review.
  • OncoVLM, a reference multimodal model using learned projectors, was introduced alongside the benchmark and fine-tuned on it.
  • Fine-tuned OncoVLM exceeds MedGemma-4B by an average of 10.7 points on combined MCQ accuracy and BERTScore-F1, with gains holding across radiology-only, pathology-only and all-available-evidence settings.

Why it matters

Most medical AI benchmarks test a single modality, such as reading a scan or a pathology slide in isolation. Real oncology diagnosis draws on radiology, pathology, genomics and clinical notes together, and OncoTriad-QA is built specifically to test whether models can integrate that mix of evidence at the level of an individual patient case, across 32 different cancer types.

Who it affects

The benchmark targets developers and researchers building or evaluating medical LLMs and vision-language models for oncology, including teams working on general-purpose and medical-specialist models. It is a research and evaluation tool rather than a clinical product, and no clinical deployment is described in the source.

How to use it

OncoTriad-QA is a question-answering benchmark built on TCGA patient cases, pairing radiology, pathology, and multiple genomic data types with clinician-reviewed questions. The source text does not state a license, a release status for the dataset, or whether code is publicly available.

How solid is it

The benchmark's annotations combine curated labels, diagnostic reports, and molecular profiles with automated consistency checks and clinician review, rather than being generated by an LLM without grounding. The reference model, OncoVLM, was evaluated against MedGemma-4B using two established metrics, MCQ accuracy and BERTScore-F1, and the reported 10.7-point average gain held consistently across multiple question formats and evidence settings rather than appearing in only one condition.

Risks and caveats

The source names no authors or institutions, gives no submission or publication date, and does not detail the architecture behind OncoVLM's 'learned projectors' beyond that phrase. MedGemma-4B is the only baseline reported with quantified results, so the 10.7-point gain reflects comparison against one existing medical model rather than a broader field of alternatives.