Lunguage: A Benchmark for Structured and Sequential Chest X-ray Interpretation
Jong Hak Moon, Geon Choi, Paloma Rabaey, Min Gwan Kim, Hyuk Gi Hong, Jung-Oh Lee, Hangyul Yoon, Eun Woo Doe, Jiyoun Kim, Harshita Sharma, Daniel C. Castro, Javier Alvarez-Valle, Edward Choi
TL;DR
This work tackles the need for temporally coherent, fine-grained evaluation of radiology reports by introducing Lunguage, a benchmark with 1,473 single chest X-ray reports and 80 longitudinal reports annotated at the entity–relation level. It proposes a two-stage, schema-guided LLM framework to transform free text into structured representations and a novel LUNGUAGESCORE metric that jointly measures semantic, temporal, and structural fidelity across patient timelines, using formulations such as $MatchScore(f^{pred},f^{gold})=Semantic\cdot(Temporal\;if\;T>1)\cdot Structural$ with semantic embeddings from clinical BERT models. Empirical results show high agreement with human annotations (entity–relation F1 ≈ 0.94, full triplets ≈ 0.86) and demonstrate LunguageScore’s strong correlation with radiologist judgments on ReXVal, along with its ability to detect longitudinal coherence weaknesses in generation models. The framework enables clinically meaningful, timeline-aware evaluation and highlights the potential for integrating structured radiology outputs with broader EHR data to improve longitudinal diagnostic reasoning.
Abstract
Radiology reports convey detailed clinical observations and capture diagnostic reasoning that evolves over time. However, existing evaluation methods are limited to single-report settings and rely on coarse metrics that fail to capture fine-grained clinical semantics and temporal dependencies. We introduce LUNGUAGE,a benchmark dataset for structured radiology report generation that supports both single-report evaluation and longitudinal patient-level assessment across multiple studies. It contains 1,473 annotated chest X-ray reports, each reviewed by experts, and 80 of them contain longitudinal annotations to capture disease progression and inter-study intervals, also reviewed by experts. Using this benchmark, we develop a two-stage framework that transforms generated reports into fine-grained, schema-aligned structured representations, enabling longitudinal interpretation. We also propose LUNGUAGESCORE, an interpretable metric that compares structured outputs at the entity, relation, and attribute level while modeling temporal consistency across patient timelines. These contributions establish the first benchmark dataset, structuring framework, and evaluation metric for sequential radiology reporting, with empirical results demonstrating that LUNGUAGESCORE effectively supports structured report evaluation. The code is available at: https://github.com/SuperSupermoon/Lunguage
