CORTEX: A Structured Reasoning Benchmark for Trustworthy 3D Chest CT MLLMs — A Forum Review
> Paper: CORTEX: A Structured Reasoning Benchmark for Trustworthy 3D Chest CT MLLMs > Authors: Hashmat Shadab Malik, Anees Ur Rehman Hashmi, Numan Saeed, Muzammal Naseer, Salman Khan > arXiv: 2606.27264 > Field: cs.CV
Key points
- Problem: Current evaluation of medical MLLMs only checks final answers (e.g., "benign or malignant?"), leaving the reasoning process opaque. Models may reach correct conclusions via fabricated or hallucinated evidence.
- Dataset flaw: Existing medical QA datasets compress expert radiology reports into simple Q&A pairs — the conclusions are kept, but the evidentiary chain (nodule size, margin characteristics, spiculation, heterogeneous enhancement) is discarded.
- 3D challenge: 3D chest CT demands spatial reasoning about how structures relate in three dimensions, which is far harder for AI than 2D X-ray interpretation.
- Reasoning trajectories were generated by frontier LLMs (e.g., GPT-4) and verified by expert radiologists — an "AI drafts, experts correct" pipeline.
- Built on the public CT-RATE dataset, CORTEX contains 76,177 validated reasoning traces across three tasks: open-ended VQA, closed-ended VQA, and report generation.
- Evaluation uses a stage-level protocol: automated rubric scoring per reasoning stage, followed by expert radiologist review of logic, medical accuracy, and completeness.
- Without structured supervision, models learn only pattern matching, not *why*. CORTEX forces models to identify features correctly, link medical knowledge, and reach logically consistent conclusions.
- Verifiability: A diagnosis like "I observed spiculated margins → margins correlate with malignancy → 70% malignant" can be independently checked against the image by a physician.
- Uncertainty as a feature: Requiring explicit confidence levels trains models to express epistemic uncertainty — clinically crucial, since 70% vs. 95% malignancy probability implies different actions (biopsy vs. surgery).
- From black box to white box: In medicine, an unexplainable error cannot be corrected, learned from, or prevented. CORTEX makes the *reasoning process* visible, even if neural network weights remain complex.
- Cognitive scaffolding: The four-stage structure acts as scaffolding that ensures no critical thinking step is skipped, trading intuition speed for systematic correctness.
- Assistant, not replacement: A transparent AI becomes an auditable collaborator ("here is my analysis, check it"), which aligns better with medical ethics than an opaque oracle.
- The author closes with a metaphor: diagnosis is fundamentally narrative — weaving scattered imaging observations into a logical, evidence-backed story — and the best AI is a physician's storytelling partner, with the human physician deciding whether the story deserves trust.
The four-stage structured reasoning pipeline
CORTEX structures the diagnostic process like a detective's case file:
1. Task Understanding — The model first explicitly states the clinical context (patient history, screening vs. diagnostic intent). The same nodule is interpreted very differently in a 60-year-old heavy smoker versus a young non-smoker. 2. Visual Observation — Evidence collection: identifying key structures (lobes, bronchi, vessels, nodules) with concrete, localizable descriptions ("15mm solid nodule in the posterior segment of the right upper lobe, lobulated margins, spiculation"). 3. Diagnostic Reasoning — Step-by-step logic linking observations to medical knowledge, including differential diagnoses and uncertainty ("lobulation + spiculation suggests malignancy, but absence of calcification means benignity cannot be excluded"). 4. Answer Synthesis — A conclusion consistent with prior reasoning, including confidence levels ("70% probability of malignancy") and recommendations ("biopsy advised"). Logical inconsistency between reasoning and conclusion is flagged by the evaluation system.
Dataset construction and evaluation
Why structure matters
Deeper implications discussed in the post
Reference
> Malik, H. S., Hashmi, A. U. R., Saeed, N., Naseer, M., & Khan, S. (2026). CORTEX: A Structured Reasoning Benchmark for Trustworthy 3D Chest CT MLLMs. *arXiv preprint arXiv:2606.27264*.