paper-with-me

홈 › Papers

ReportQA: QA-Based Radiology Report Evaluation

2026-06-13 · Yiming Shi, Shaoshuai Yang, Xi Chen, Haolin Li, Hengyu Zhang, Che Jiang, Kaiwen Wang, Xun Zhu, Dong Xie, Fei Wang, Dejing Dou, Miao Li, Ji Wu arxiv

Radiology report evaluation is essential for advancing automated report generation. Natural language generation metrics have limited clinical relevance. Clinical efficacy (CE) metrics evaluate important medical findings, but focus mainly on presence and cover only a limited set of entities. Due to heavy reliance on manual annotations, it is difficult for CE metrics to extend clinical entities or attributes. In clinical practice, radiology reports serve as a medium for information transfer. Clinicians use them to perform downstream diagnostic tasks without directly inspecting images. Based on this insight, we propose ReportQA, a clinical-related and flexible radiology report evaluation framework, supporting detailed quantitative analysis of radiology report generation systems. We first collect datasets covering multiple imaging modalities and anatomical regions. We then construct knowledge trees of clinical entities and attributes with radiologist guidance, and use large language models (LLMs) to extract structured information from raw reports. Next, we generate QA pairs from predefined templates and apply quality control through self-filtering and report-based filtering. During evaluation, the report is treated as context, and an LLM acts as a judge model to answer the QA pairs. Based on the resulting QA accuracy, we introduce QAScore metric. Compared with existing metrics, QAScore shows better alignment with radiologist judgments. Experiments on multiple state-of-the-art vision-language models reveal that current report-based inference paradigms struggle to learn fine-grained clinical representations and exhibit strong negative prior biases. In contrast, question-driven inference provides a more effective alternative. For reproducibility and extensibility, we release the knowledge trees, structured reports, and QA pairs, along with the pipeline code for QA construction and evaluation.

📄 PDF Abstract BibTeX arXiv:2606.15037

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A New Dataset for Summarizing Radiology Reports

2021-11-16 · ACL ARR November 2021 11 · Anonymous

The radiology report summary is an important technology in smart healthcare. Compared with medical image processing and disease recognition which have been comprehensively studied, the research on radiology report summar…

Diagnostic

RaLEs: a Benchmark for Radiology Language Evaluations

2023-09-26 · NeurIPS 2023 11

The radiology report is the main form of communication between radiologists and other clinicians. Prior work in natural language processing in radiology reports has shown the value of developing methods tailored for indi…

Medical AI Consensus: A Multi-Agent Framework for Radiology Report Generation and Evaluation

2025-09-22 · Ahmed T. Elboardy, Ghada Khoriba, Essam A. Rashed arxiv

Automating radiology report generation poses a dual challenge: building clinically reliable systems and designing rigorous evaluation protocols. We introduce a multi-agent reinforcement learning framework that serves as …

Multi-agent Reinforcement Learning

Radiology-Aware Model-Based Evaluation Metric for Report Generation

2023-11-28 · Amos Calamida, Farhad Nooralahzadeh, Morteza Rohanian, Koji Fujimoto 외

We propose a new automated evaluation metric for machine-generated radiology reports using the successful COMET architecture adapted for the radiology domain. We train and publish four medically-oriented model checkpoint…

LLM-RadJudge: Achieving Radiologist-Level Evaluation for X-Ray Report Generation

2024-04-01 · Zilong Wang, Xufang Luo, Xinyang Jiang, Dongsheng Li 외

Evaluating generated radiology reports is crucial for the development of radiology AI, but existing metrics fail to reflect the task's clinical requirements. This study proposes a novel evaluation framework using large l…

Knowledge Distillation