ONCOTIMIA: a RAG-powered tool that auto-fills lung cancer tumour-board forms with ~80% field accuracy

January 27, 20267 min

Overview

Decision SnapshotNeeds Validation

The system shows technical feasibility on synthetic cases with ~80% accuracy and workable latency, but limited dataset size and no prospective clinical testing reduce confidence for direct production use.

Citations0

Evidence Strength0.60

Confidence0.90

Risk Signals11

Trust Signals

Findings with numeric evidence: 4/5

Findings with evidence refs: 5/5

Results with explicit delta: 0/5

Reproducibility

Status: No open assets linked

Open source: Partial

At A Glance

Cost impact: 60%

Production readiness: 60%

Novelty: 40%

Authors

Luis Lorenzo, Marcos Montana-Mendez, Sergio Figueiras, Miguel Boubeta, Cristobal Bernardo-Castineira

Links

Abstract / PDF

Why It Matters For Business

Automating tumour-board form filling can cut clinician paperwork and speed case preparation while keeping traceable links to source notes, but expect human review for ~20% of fields.

Who Should Care

Summary TLDR

ONCOTIMIA is a modular clinical system that converts unstructured hospital notes into structured lung cancer tumour-board forms using a hybrid RAG pipeline (vector store + relational DB) and LLMs. Evaluated on 10 synthetically generated Spanish cases across six LLMs, the best model reached 80% correct field completion and most models returned answers in ~20–21 seconds. Results show technical feasibility for reducing documentation work, but the study is limited by its small synthetic dataset and absence of prospective clinical testing.

Problem Statement

Tumour boards require manual extraction and re-entry of varied clinical data into structured forms. This is time-consuming and error-prone. The paper asks whether a modular RAG + LLM system can reliably auto-complete lung cancer tumour-board forms with acceptable accuracy and latency.

Main Contribution

Design and implementation of ONCOTIMIA: modular pipeline with landing/staging/refined data lake, Qdrant vector store and PostgreSQL relational store.

A rule-driven adaptive lung-cancer form schema with seven conditional blocks used as the target for autocompletion.

Key Findings

Best model achieved 80% correct field completion on evaluated cases.

NumbersPixtral-large-2502-v1 mean accuracy = 80%

Practical UseExpect around 4 in 5 fields correctly auto-filled; still require human review for remaining fields.

Evidence RefResults sec; Figure 2 (A)

Several large models reached similar near-80% mean accuracy.

NumbersGPT-OSS-120b, Qwen3-32b, Qwen3-120b mean = 79.3%

Practical UseYou can trade between model families—larger, recent models tend to give small accuracy gains.

Evidence RefResults sec; Figure 2 (A)

Results

MetricValueBaselineDeltaSplit / DatasetEvidenceEvidence Ref
Accuracy80%Pixtral-large-2502-v1; mean over 10 synthetic casesFigure 2 (A); Results secResults sec; Figure 2 (A)
Accuracy79.3%GPT-OSS-120b, Qwen3-32b, Qwen3-120b; mean over 10 casesResults sec; Figure 2 (A)Results sec; Figure 2 (A)

What To Try In 7 Days

Run a 10–20 case pilot using your own anonymised notes to measure field-level accuracy and latency.

Implement a hybrid store (vector DB + relational DB) and instrument retrieval links for auditability.

Compare two LLMs (one performant, one fast) and measure time-to-review savings for clinicians.

Reproducibility

Code AvailableNo
Data AvailableNo
Open Source StatusPartial
LicenseUnknown

Risks & Boundaries

Limitations

Evaluation used 10 synthetic Spanish cases, not real patient records.

No prospective or in-situ clinical validation with tumour-board clinicians.

When Not To Use

Do not deploy as an autonomous clinical decision tool without clinician oversight.

Avoid using outputs for immediate high-stakes decisions or in emergencies.

Failure Modes

LLM hallucinations producing incorrect but plausible field values.

Missing or incomplete source documents causing empty or wrong fields.

Core Entities

Models

GPT-OSS-20bGPT-OSS-120bMistral-large-2402-v1Pixtral-large-2502-v1Qwen3-32bQwen3-next-80b

Metrics

Accuracyend-to-end latency (seconds)

Datasets

Synthetic Spanish lung cancer histories (N=10)