Corpus Characterization and Inverse Constitutional Fine-Tuning for Style-Aware Radiology Reports
Summary
The paper introduces a method using corpus characterization and inverse constitutional fine-tuning to improve the stylistic alignment of AI-generated radiology reports with authentic radiologist writing. This approach achieves significant gains in text alignment metrics, demonstrating effectiveness for style-aware report generation.
View Cached Full Text
Cached at: 09/15/26, 08:51 AM
# Corpus Characterization and Inverse Constitutional Fine-Tuning for Style-Aware Radiology Reports Source: [https://arxiv.org/html/2609.14226](https://arxiv.org/html/2609.14226) Elijah RennerAffiliation:Stanford University elijahcrenner@gmail\.comRayan AnsariAffiliation:Stanford Cardiovascular Institute Stanford University rayansri@stanford\.eduAlaa YoussefAffiliation:Department of Radiology Stanford School of Medicine\) ayoussef@stanford\.edu ###### Abstract Automated radiology report generation has advanced rapidly in diagnostic accuracy, yet generated reports frequently diverge from the stylistic conventions of authentic radiologist writing in structure, diction, and uncertainty language, a gap which has direct implications for clinician trust and user experience\. To address this, we characterize stylistic variation across 2,000 reports from the CheXpert Plus dataset using Bio\-ClinicalBERT embeddings, UMAP dimensionality reduction, and HDBSCAN clustering, identifying five distinct reporting patterns differing in pathology focus, narrative structure, and lexical preference\. Drawing on these findings, we adapt the inverse constitutional AI framework to derive a style\-focused constitution from radiologist\-written report pairs without requiring a formal preference dataset\. This constitution, encoding conventions of tone, diction, uncertainty calibration, and report structure, is incorporated into the supervised fine\-tuning of a MedGemma\-4B base model on 25,245 CheXpert Plus training pairs\. Constitutional fine\-tuning produces a substantial increases in text alignment \(BLEU\-4: 0\.006→0\.308; ROUGE\-L: 0\.171→0\.484\) relative to the untuned baseline\. These gains show a qualitative shift in structural and lexical alignment rather than marginal improvement, as the baseline model produces near\-zero scores due to format mismatch\. Overall, we establish corpus\-level style characterization and constitutional modeling as an effective and data\-efficient strategy for producing radiology reports that conform to authentic radiologist writing conventions\. ###### Index Terms: style, constitutional AI, radiology reports, report generation ## IIntroduction ### I\-AProblem Statement Radiology reports are the primary medium through which radiologists translate imaging findings into clinical guidance, synthesizing observations, interpretations, and diagnostic impressions into a document that drives downstream care decisions\[[1](https://arxiv.org/html/2609.14226#bib.bib8)\]\. Effective reporting demands not only diagnostic accuracy, but also proper grammar, active voice, definitive phrasing, and logical organization to ensure findings are correctly understood and acted upon\[[1](https://arxiv.org/html/2609.14226#bib.bib8)\]\. The clinical stakes of stylistic failure are substantial, as failure to communicate results clearly and effectively is among the three most common grounds for malpractice suits against radiologists\[[2](https://arxiv.org/html/2609.14226#bib.bib9)\]\. Still, style remains a largely underexplored dimension of automated report generation\. Recent advances in large language models \(LLMs\) and vision\-language models have enabled automated systems to generate chest radiograph reports with increasingly strong diagnostic content\[[3](https://arxiv.org/html/2609.14226#bib.bib6),[4](https://arxiv.org/html/2609.14226#bib.bib11)\]\. In prospective clinical settings, AI\-assisted draft reporting has been shown to reduce documentation time by over 15% while maintaining clinical quality\[[5](https://arxiv.org/html/2609.14226#bib.bib27)\], and AI\-generated reports have been rated as equivalent or superior to human\-written reports in accuracy and radiologist confidence\[[6](https://arxiv.org/html/2609.14226#bib.bib26)\]\. However, the field has largely focused on clinical accuracy by measuring CheXbert label agreement and RadGraph F1 while paying comparatively little attention to whether generated reports conform to the stylistic conventions of authentic radiologist writing\. This gap is clinically meaningful: a report that is factually complete but stylistically misaligned \(e\.g\. using passive constructions, excessive hedging, non\-standard section ordering, or uncharacteristic vocabulary\) may impede clinical decision\-making and undermine practitioner trust in automated outputs\. At the same time, standard lexical overlap metrics such as BLEU and ROUGE penalize semantically valid reports that differ in surface form without assessing clinical correctness\[[7](https://arxiv.org/html/2609.14226#bib.bib23),[8](https://arxiv.org/html/2609.14226#bib.bib18)\]\. A method that explicitly characterizes and enforces writing style is therefore needed to bridge this modeling and evaluation gap\. ### I\-BRelated Works NLP for radiology reports\.A substantial body of work applies NLP to radiology reports for tasks including label extraction, finding classification, and report summarization\[[9](https://arxiv.org/html/2609.14226#bib.bib10)\]\. Domain\-adapted encoders such as Bio\-ClinicalBERT\[[10](https://arxiv.org/html/2609.14226#bib.bib20)\]and RadBERT\[[11](https://arxiv.org/html/2609.14226#bib.bib19)\]improved performance over general\-domain BERT models on radiology\-specific tasks including report summarization and abnormal sentence classification\. Structured labeling tools such as CheXbert\[[12](https://arxiv.org/html/2609.14226#bib.bib7)\]enable automated extraction of 14 radiographic findings from free\-text reports\. NLP pipelines have been applied to a wide range of radiology tasks, including detecting discrepancies between preliminary and final reports\[[13](https://arxiv.org/html/2609.14226#bib.bib13)\], characterizing the change and clinical significance of findings over time\[[14](https://arxiv.org/html/2609.14226#bib.bib14)\], and identifying incidental findings such as pulmonary nodules\[[15](https://arxiv.org/html/2609.14226#bib.bib16)\]\. Template\-based generation approaches, such as Replace and Report\[[16](https://arxiv.org/html/2609.14226#bib.bib15)\], construct reports by identifying abnormal findings and substituting them into normal report templates, achieving substantial improvements on BLEU, ROUGE\-L, METEOR, and CIDEr over end\-to\-end baselines on the IU X\-Ray and MIMIC\-CXR datasets\. Style\-aware generation\.Despite the clinical importance of writing conventions, style has received comparatively little attention in automated report generation\. Yan et al\.\[[17](https://arxiv.org/html/2609.14226#bib.bib12)\]propose a two\-step approach that disentangles content from style: a dedicated model extracts clinical entities as a serialized RadGraph representation, and a frozen LLM uses few\-shot radiologist examples to verbalize this content in the target writer’s style\. Their human evaluation found that AI\-generated reports were indistinguishable from authentic reports in over 75% of cases, though standard NLP metrics did not improve\. More recently, Delbrouck et al\.\[[18](https://arxiv.org/html/2609.14226#bib.bib21)\]introduced Structured Radiology Report Generation \(SRRG\), which uses GPT\-4 to reformat free\-text reports from MIMIC\-CXR and CheXpert Plus\[[19](https://arxiv.org/html/2609.14226#bib.bib3)\]into a standardized anatomical section structure, arguing that stylistic variability in existing datasets undermines both generation consistency and evaluation reliability\. Constitutional and alignment\-based methods\.Constitutional AI \(CAI\)\[[20](https://arxiv.org/html/2609.14226#bib.bib4)\]provides a principled framework for embedding behavioral guidelines into language models via a written set of natural\-language principles\. Findeis et al\.\[[21](https://arxiv.org/html/2609.14226#bib.bib5)\]introduced inverse constitutional AI \(ICAI\), which reverses this process: given a corpus of pairwise preference data, ICAI uses an LLM to generate candidate principles, clusters them by semantic similarity to eliminate redundancy, and validates each principle’s predictive power on the data\. Henneking and Beger\[[22](https://arxiv.org/html/2609.14226#bib.bib17)\]further refined the ICAI algorithm, demonstrating that improved principle generation and embedding processes enhance the accuracy and generalizability of extracted constitutions across synthetic and real\-world datasets\. Our work adapts this framework to the medical domain, extracting stylistic principles from radiologist\-written reports without requiring a formal preference dataset\. Evaluation metrics\.Prior work has noted fundamental limitations of BLEU and ROUGE for radiology report evaluation\[[7](https://arxiv.org/html/2609.14226#bib.bib23),[23](https://arxiv.org/html/2609.14226#bib.bib22)\]: lexical overlap metrics cannot distinguish stylistically appropriate paraphrases from clinically erroneous content and do not correlate reliably with expert radiologist preferences\. ReEvalMed\[[8](https://arxiv.org/html/2609.14226#bib.bib18)\]further demonstrates that generated reports frequently score well on standard metrics while failing to capture clinically significant errors or distinguish error severity levels\. Clinical metrics such as RadGraph F1\[[24](https://arxiv.org/html/2609.14226#bib.bib30)\]and CheXbert label agreement\[[12](https://arxiv.org/html/2609.14226#bib.bib7)\]address factual correctness but do not capture style\. The GREEN metric\[[7](https://arxiv.org/html/2609.14226#bib.bib23)\], which uses LLMs to identify and categorize clinically significant errors, offers a more interpretable and expert\-aligned evaluation\. Benchmarks such as CXPMRG\-Bench\[[25](https://arxiv.org/html/2609.14226#bib.bib24)\]provide standardized baselines for comparing generation models on CheXpert Plus across these metrics\. Our work uses BLEU\-4 and ROUGE\-L as proxies for style alignment, and we discuss the implications of this choice in the context of these known limitations\. ### I\-CContributions This work makes the following contributions: - •We present a systematic characterization of stylistic variation across a subset of CheXpert Plus radiology reports\[[19](https://arxiv.org/html/2609.14226#bib.bib3)\], identifying five distinct reporting clusters via Bio\-ClinicalBERT embeddings\[[10](https://arxiv.org/html/2609.14226#bib.bib20)\], UMAP dimensionality reduction\[[26](https://arxiv.org/html/2609.14226#bib.bib28)\], and HDBSCAN clustering\[[27](https://arxiv.org/html/2609.14226#bib.bib29)\]\. - •We construct a style\-focused constitution derived using principles of inverse constitutional AI\[[21](https://arxiv.org/html/2609.14226#bib.bib5),[22](https://arxiv.org/html/2609.14226#bib.bib17)\], capturing conventions of tone, diction, uncertainty expression, structure, and clinical ethics without requiring a formal preference dataset\. - •We demonstrate that constitutional supervised fine\-tuning of MedGemma\-4B\[[28](https://arxiv.org/html/2609.14226#bib.bib25)\]yields substantial improvements in lexical alignment with radiologist writing, achieving a 5,000% increase in BLEU\-4 and a 183% increase in ROUGE\-L relative to the untuned baseline\. - •We provide a replicable methodology for extracting domain\-specific style constitutions from paired clinical text corpora, with potential applicability beyond radiology to other structured documentation tasks\. ## IIMethods ### II\-AData Description We use the CheXpert Plus dataset from the Stanford AIMI Center\[[19](https://arxiv.org/html/2609.14226#bib.bib3)\]\. CheXpert Plus contains 223,462 chest X\-rays paired with de\-identified, full\-text radiology reports, providing image\-report pairs, of which the reports were essential to style analysis\. Using CheXbert\[[12](https://arxiv.org/html/2609.14226#bib.bib7)\]to label radiologist reports, we analyze the distribution of labels\. The labels correspond to positive, negative, and uncertain mentions of each radiographic finding\. TABLE I:CheXbert Label Distribution Across Radiologist Reports ### II\-BReport Characterization To characterize the stylistic and disease\-level variation present in the CheXpert Plus reports, we used CheXbert\[[12](https://arxiv.org/html/2609.14226#bib.bib7)\]to label a representative sample of radiologist\-written reports, producing positive, negative, and uncertain annotations for each of 14 radiographic findings\. We then generated dense semantic embeddings for a random subset of 2,000 reports using Bio\-ClinicalBERT\[[10](https://arxiv.org/html/2609.14226#bib.bib20)\], a domain\-adapted encoder pre\-trained on clinical discharge summaries\. To make the high\-dimensional embedding space easier to cluster, we applied UMAP\[[26](https://arxiv.org/html/2609.14226#bib.bib28)\]for nonlinear dimensionality reduction, followed by HDBSCAN\[[27](https://arxiv.org/html/2609.14226#bib.bib29)\], a density\-based algorithm that identifies clusters of arbitrary shape without requiring a predefined cluster count\. Five discrete clusters emerged from this procedure\. For each cluster, we examined the distribution of CheXbert labels, the distribution of specific radiographic findings, and patterns in lexical features, creating an empirical basis for the stylistic components later encoded in the constitution\.  Fig\. 1:Pipeline for the three main methods: report characterization, constitution generation, and MedGemma fine\-tuning\. ### II\-CConstitution Generation We leveraged the principles of inverse constitutional AI to create a constitution governing the style of generated reports\. Because we lacked a preference dataset, we adapted the framework of Findeis et al\[[21](https://arxiv.org/html/2609.14226#bib.bib5)\]by substituting pairs of radiologist\-written reports for conventional preference annotations\. An LLM was prompted to extract shared stylistic features from each report pair, including recurring syntactic patterns, domain\-specific vocabulary, phrasing, and structure\. After parsing all extracted features, we clustered similar features together and removed duplicates, following the generate\-cluster\-deduplicate pipeline refined by Henneking and Beger\[[22](https://arxiv.org/html/2609.14226#bib.bib17)\], to produce a compact and non\-redundant set of guidelines\. Ultimately, the constitution incorporated instructions for output and writing guidelines, as well as incorporating ethical considerations such as upholding confidentiality and refraining from overconfident speculation\. ### II\-DMedGemma Supervised Fine\-Tuning We performed supervised fine\-tuning \(SFT\) of MedGemma\-4B\[[28](https://arxiv.org/html/2609.14226#bib.bib25)\]on a subset of 25,245 image\-report training pairs drawn from CheXpert Plus\[[19](https://arxiv.org/html/2609.14226#bib.bib3)\]\. A static system prompt, shared across all training examples, embedded the generated constitution along with explicit structural directives instructing the model to produce reports in five standardized sections:\[NARRATIVE\],\[HISTORY\],\[COMPARISON\],\[IMPRESSION\], and\[SUMMARY\]\. This structured output format facilitates section\-level comparison against reference reports during evaluation and aligns with calls in the literature for more consistent, structured clinical reporting\[[18](https://arxiv.org/html/2609.14226#bib.bib21)\]\. ### II\-EEvaluation To quantify the effect of constitutional fine\-tuning on output quality, we evaluated 2,000 generated reports for unseen chest X\-ray images against held\-out radiologist\-written references using BLEU\-4\[[29](https://arxiv.org/html/2609.14226#bib.bib1)\]and ROUGE\-L\[[30](https://arxiv.org/html/2609.14226#bib.bib2)\]as measures of lexical alignment\. BLEU\-4 captures four\-gram precision between generated and reference text, making it sensitive to structural and terminological conformity, while ROUGE\-L measures the longest common subsequence, reflecting sentence\-level fluency and narrative flow\. Both metrics were computed on outputs from the base MedGemma\-4B model and the constitutionally fine\-tuned model, with the difference between these scores serving as the primary measure of style alignment improvement\. ## IIIResults ### III\-ACharacterization of Radiology Reports HDBSCAN clustering of UMAP\-reduced report embeddings yielded five discrete groups with distinct pathological and stylistic profiles\. Cluster−1\-1, was enriched for acute and inflammatory conditions, showing the highest z\-scores for Pneumonia \(\+1\.60\+1\.60\) and Consolidation \(\+1\.59\+1\.59\)\. Cluster 0 was characterized by stable reporting, with enrichment for Atelectasis \(\+1\.28\+1\.28\) and Pleural Other \(\+1\.38\+1\.38\) and language describing unchanged findings\. Cluster 1, the largest group by far, showed the broadest pathological distribution, with enrichment for Cardiomegaly \(\+1\.25\+1\.25\), Fracture \(\+1\.26\+1\.26\), and Support Devices \(\+1\.03\+1\.03\), showing the heterogeneous case mix typical of general chest radiography\. Cluster 2 diverged from the others stylistically as much as pathologically: it was the least concise, and reports had more extended discussion of clinical implications instead of direct observation\. Cluster 3 was the most pathologically specific, with strong enrichment for Pneumothorax \(\+1\.61\+1\.61\) and Pleural Effusion \(\+1\.31\+1\.31\), and reports that consistently focused on medical devices\. Conciseness and direct observational language were shared across all clusters except Cluster 2, which informed several principles of the style constitution\. TABLE II:Distributions of CheXpert\-extracted Clusters Fig\. 2:HBDSCAN clustering on the UMAP\-reduced embeddings of a subset of 2000 CheXpert reports\. 5 clusters were identified\. Fig\. 3:Pathology enrichment for the 5 HDBSCAN\-identified clusters\. ### III\-BInverse Generation of AI Constitution The generate\-cluster\-deduplicate pipeline yielded principles organizing around three recurring dimensions: structural conventions, lexical and syntactic preferences, and conciseness\. Structural conventions were the most consistent cross\-cluster finding\. Radiologist\-written reports follow predictable section ordering, use standardized headers, and separate the description of findings from their interpretation\. Lexical and syntactic patterns were also prominent, including preferences for active voice, specific anatomical measurement conventions, and characteristic clinical terminology\[[1](https://arxiv.org/html/2609.14226#bib.bib8)\]\. Conciseness, which entailed minimizing redundant language while preserving diagnostic completeness, characterized the majority of clusters\. The resulting constitution was incorporated into the SFT system prompt alongside structural output instructions specifying five required report sections:\[NARRATIVE\],\[HISTORY\],\[COMPARISON\],\[IMPRESSION\], and\[SUMMARY\]\. Ethical guidelines were also embedded: the model is instructed to protect patient confidentiality and to avoid unsupported clinical speculation, practices aligned with established standards for responsible radiology reporting\[[2](https://arxiv.org/html/2609.14226#bib.bib9)\]\. This approach differs from prior style\-injection methods\[[17](https://arxiv.org/html/2609.14226#bib.bib12)\]in that it encodes aggregate corpus\-level conventions rather than any individual radiologist’s idiosyncrasies, making it more suitable for general\-purpose deployment\. It also differs from the structured reformatting approach of Delbrouck et al\.\[[18](https://arxiv.org/html/2609.14226#bib.bib21)\]in that style principles are derived inductively from the data rather than imposed through a top\-down GPT\-4 reformatting pass, preserving the natural linguistic variation of authentic radiologist writing while still enforcing core conventions\. ### III\-CReport Evaluation Constitutional SFT of MedGemma\-4B\[[28](https://arxiv.org/html/2609.14226#bib.bib25)\]yielded substantial improvements in lexical alignment with radiologist\-written reference reports\. BLEU\-4 increased by 5,000% from 0\.006 to 0\.308 and ROUGE\-L increased by 183% from 0\.171 to 0\.484 relative to the untuned baseline\.  Fig\. 4:Comparison of BLEU\-4 and ROUGE\-L between the base MedGemma model and the fine\-tuned model\. Fig\. 5:Distribution of the ROUGE\-L score per report, comparing the base MedGemma model and the fine\-tuned model\.The magnitude of the BLEU\-4 improvement reflects a qualitative shift in output format rather than marginal gains in lexical precision\. The untuned MedGemma model, while medically capable, generates outputs that do not conform to the five\-section structure of CheXpert Plus reference reports or to the specific lexical patterns of the training corpus\. BLEU\-4, which requires exact four\-gram matches between generated and reference text, is highly sensitive to structural and vocabulary differences\. Even a diagnostically accurate report expressed in different section headers or phrasing will score near zero\. Constitutional SFT resolves this by training the model to reproduce the expected report framework, terminology, and stylistic register, producing a large increase in four\-gram precision\. The more moderate ROUGE\-L improvement reflects gains at the sentence level via longest\-common\-subsequence overlap, consistent with a model that has acquired the structural flow of authentic reports while still producing some paraphrastic rather than verbatim phrasing\. These results should be interpreted as evidence of style alignment rather than clinical accuracy improvement\. As noted by Ostmeier et al\.\[[7](https://arxiv.org/html/2609.14226#bib.bib23)\], Yu et al\.\[[23](https://arxiv.org/html/2609.14226#bib.bib22)\], and Li et al\.\[[8](https://arxiv.org/html/2609.14226#bib.bib18)\], BLEU and ROUGE do not correlate reliably with radiologist preference or diagnostic correctness: a high\-BLEU report may be stylistically authentic but clinically incomplete, while a low\-BLEU report may contain all critical findings expressed in different words\. Future evaluation using RadGraph F1\[[24](https://arxiv.org/html/2609.14226#bib.bib30)\], CheXbert label agreement\[[12](https://arxiv.org/html/2609.14226#bib.bib7)\], and the GREEN metric\[[7](https://arxiv.org/html/2609.14226#bib.bib23)\]is necessary to assess whether constitutional fine\-tuning preserves or improves clinical content alongside style\. It is instructive to compare our approach with Yan et al\.\[[17](https://arxiv.org/html/2609.14226#bib.bib12)\], who use few\-shot prompting to inject writing style without fine\-tuning\. Their method achieves strong human evaluation results—AI detection rates below 25%—but does not improve standard NLP metrics\. Our fine\-tuning approach produces the complementary result: measurable, large\-magnitude lexical alignment gains without yet having human evaluation data\. These two methods are therefore not competing alternatives but complementary strategies: constitution\-based SFT anchors the model to the distributional norms of the training corpus, while few\-shot style prompting enables personalized adaptation at inference time\. A combined approach may yield both broad stylistic consistency and individual writer fidelity\. ## IVConclusion We introduced a style\-aware framework for radiology report generation grounded in systematic report characterization and constitutional modeling\. Embedding\-based clustering of a subset of CheXpert Plus reports\[[19](https://arxiv.org/html/2609.14226#bib.bib3)\]identified five distinct reporting styles differing in pathology focus, narrative structure, and lexical preferences\. We constructed a constitution using principles of inverse constitutional AI\[[21](https://arxiv.org/html/2609.14226#bib.bib5),[22](https://arxiv.org/html/2609.14226#bib.bib17)\]applied to radiologist\-written report pairs, capturing conventions of tone, diction, uncertainty language, and report structure without requiring a formal preference dataset\. Constitutional supervised fine\-tuning of MedGemma\-4B\[[28](https://arxiv.org/html/2609.14226#bib.bib25)\]on 25,245 CheXpert Plus training pairs yielded a 5,000% increase in BLEU\-4 and a 183% increase in ROUGE\-L relative to the untuned baseline, demonstrating that explicitly modeling writing style substantially improves lexical alignment with authentic radiologist reports\. Several limitations warrant acknowledgment\. Our evaluation is restricted to lexical overlap metrics, which measure stylistic surface alignment but not clinical accuracy; as established by Ostmeier et al\.\[[7](https://arxiv.org/html/2609.14226#bib.bib23)\], Yu et al\.\[[23](https://arxiv.org/html/2609.14226#bib.bib22)\], and Li et al\.\[[8](https://arxiv.org/html/2609.14226#bib.bib18)\], such metrics can diverge substantially from expert clinical judgment\. Validation using RadGraph F1\[[24](https://arxiv.org/html/2609.14226#bib.bib30)\], CheXbert label agreement\[[12](https://arxiv.org/html/2609.14226#bib.bib7)\], and the GREEN metric\[[7](https://arxiv.org/html/2609.14226#bib.bib23)\]is necessary before drawing conclusions about clinical utility\. Our characterization and constitution are also specific to the CheXpert Plus corpus and may not generalize to other institutions, imaging modalities, or report formats without recharacterization\. Finally, human evaluation by practicing radiologists remains an important validation step to assess perceived authenticity and clinical appropriateness, as demonstrated by the strong human evaluation results achieved through few\-shot style prompting in prior work\[[17](https://arxiv.org/html/2609.14226#bib.bib12)\]\. Future work should address these gaps through clinical metric evaluation, radiologist reader studies, and extension to other imaging modalities and report types\. We also intend to investigate whether constitutional fine\-tuning can be combined with inference\-time few\-shot style prompting\[[17](https://arxiv.org/html/2609.14226#bib.bib12)\]to achieve both general stylistic consistency and individual writer adaptation\. More broadly, inducing a domain\-specific style constitution from paired clinical text without requiring preference annotations may generalize to other structured clinical documentation tasks\. The success of AI\-assisted draft reporting in reducing documentation time while maintaining quality\[[5](https://arxiv.org/html/2609.14226#bib.bib27),[6](https://arxiv.org/html/2609.14226#bib.bib26)\]underscores the clinical value of pursuing models that are not only diagnostically capable but also stylistically aligned with radiologist writing conventions\. ## Acknowledgment This work was part of a larger project that was organized through the Stanford AIMI Center\. We acknowledge the Stanford AIMI Center for funding this research and providing the computer infrastructure to execute experiments\. We also thank our mentors Dr\. Alaa Youssef and Rayan Ansari for their invaluable directional feedback throughout this research\. ## References - \[1\]M\. Pahadia, S\. Khurana, H\. Geha, and S\. T\. I\. Deahl\(2020\)Radiology report writing skills: A linguistic and technical guide for early\-career oral and maxillofacial radiologists\.Imaging Science in Dentistry50\(3\),pp\. 269–272\.External Links:ISSN 2233\-7822,[Link](https://pmc.ncbi.nlm.nih.gov/articles/PMC7506086/),[Document](https://dx.doi.org/10.5624/isd.2020.50.3.269)Cited by:[§I\-A](https://arxiv.org/html/2609.14226#S1.SS1.p1.1),[§III\-B](https://arxiv.org/html/2609.14226#S3.SS2.p1.1)\. - \[2\]J\. R\. Wilcox\(2006\)The written radiology report\.Applied Radiology,pp\. 33–37\(en\)\.External Links:ISSN 1879\-2898,[Link](https://www.appliedradiology.com/doi/10.37549/AR1440),[Document](https://dx.doi.org/10.37549/AR1440)Cited by:[§I\-A](https://arxiv.org/html/2609.14226#S1.SS1.p1.1),[§III\-B](https://arxiv.org/html/2609.14226#S3.SS2.p2.1)\. - \[3\]D\. Van Veen, C\. Van Uden, L\. Blankemeier, J\. Delbrouck, A\. Aali, C\. Bluethgen, A\. Pareek, M\. Polacin, E\. P\. Reis, A\. Seehofnerová, N\. Rohatgi, P\. Hosamani, W\. Collins, N\. Ahuja, C\. P\. Langlotz, J\. Hom, S\. Gatidis, J\. Pauly, and A\. S\. Chaudhari\(2024\)Adapted large language models can outperform medical experts in clinical text summarization\.Nature Medicine30\(4\),pp\. 1134–1142\(en\)\.External Links:ISSN 1546\-170X,[Link](https://www.nature.com/articles/s41591-024-02855-5),[Document](https://dx.doi.org/10.1038/s41591-024-02855-5)Cited by:[§I\-A](https://arxiv.org/html/2609.14226#S1.SS1.p2.1)\. - \[4\]Y\. Zhang, M\. Liu, L\. Zhang, L\. Wang, K\. Zhao, S\. Hu, X\. Chen, and X\. Xie\(2023\)Comparison of Chest Radiograph Captions Based on Natural Language Processing vs Completed by Radiologists\.JAMA Network Open6\(2\),pp\. e2255113\.External Links:ISSN 2574\-3805,[Link](https://pmc.ncbi.nlm.nih.gov/articles/PMC9909497/),[Document](https://dx.doi.org/10.1001/jamanetworkopen.2022.55113)Cited by:[§I\-A](https://arxiv.org/html/2609.14226#S1.SS1.p2.1)\. - \[5\]J\. Huang, M\. T\. Wittbrodt, C\. N\. Teague, E\. Karl, G\. Galal, M\. Thompson, A\. Chapa, M\. Chiu, B\. Herynk, R\. Linchangco, A\. Serhal, J\. A\. Heller, S\. F\. Abboud, and M\. Etemadi\(2025\)Efficiency and Quality of Generative AI–Assisted Radiograph Reporting\.JAMA Network Open8\(6\),pp\. e2513921\.External Links:ISSN 2574\-3805,[Link](https://doi.org/10.1001/jamanetworkopen.2025.13921),[Document](https://dx.doi.org/10.1001/jamanetworkopen.2025.13921)Cited by:[§I\-A](https://arxiv.org/html/2609.14226#S1.SS1.p2.1),[§IV](https://arxiv.org/html/2609.14226#S4.p3.1)\. - \[6\]R\. F\. Rajmohamed, S\. Chapala, M\. A\. Shazahan, P\. Wali, and R\. Botchu\(2025\)Evaluating the Accuracy and Efficiency of AI\-Generated Radiology Reports Based on Positive Findings—A Qualitative Assessment of AI in Radiology\.Academic Radiology32\(12\),pp\. 7035–7040\.External Links:ISSN 1076\-6332,[Link](https://www.sciencedirect.com/science/article/pii/S1076633225008657),[Document](https://dx.doi.org/10.1016/j.acra.2025.09.012)Cited by:[§I\-A](https://arxiv.org/html/2609.14226#S1.SS1.p2.1),[§IV](https://arxiv.org/html/2609.14226#S4.p3.1)\. - \[7\]S\. Ostmeier, J\. Xu, Z\. Chen, M\. Varma, L\. Blankemeier, C\. Bluethgen, A\. E\. Michalson, M\. Moseley, C\. Langlotz, A\. S\. Chaudhari, and J\. Delbrouck\(2024\)GREEN: Generative Radiology Report Evaluation and Error Notation\.InFindings of the Association for Computational Linguistics: EMNLP 2024,pp\. 374–390\.Note:arXiv:2405\.03595 \[cs\.CL\]External Links:[Link](http://arxiv.org/abs/2405.03595),[Document](https://dx.doi.org/10.18653/v1/2024.findings-emnlp.21)Cited by:[§I\-A](https://arxiv.org/html/2609.14226#S1.SS1.p2.1),[§I\-B](https://arxiv.org/html/2609.14226#S1.SS2.p4.1),[§III\-C](https://arxiv.org/html/2609.14226#S3.SS3.p3.1),[§IV](https://arxiv.org/html/2609.14226#S4.p2.1)\. - \[8\]R\. Li, J\. Li, B\. Jian, K\. Yuan, and Y\. Zhu\(2025\)ReEvalMed: Rethinking Medical Report Evaluation by Aligning Metrics with Real\-World Clinical Judgment\.arXiv\.Note:arXiv:2510\.00280 \[cs\.CL\]External Links:[Link](http://arxiv.org/abs/2510.00280),[Document](https://dx.doi.org/10.48550/arXiv.2510.00280)Cited by:[§I\-A](https://arxiv.org/html/2609.14226#S1.SS1.p2.1),[§I\-B](https://arxiv.org/html/2609.14226#S1.SS2.p4.1),[§III\-C](https://arxiv.org/html/2609.14226#S3.SS3.p3.1),[§IV](https://arxiv.org/html/2609.14226#S4.p2.1)\. - \[9\]A\. Casey, E\. Davidson, M\. Poon, H\. Dong, D\. Duma, A\. Grivas, C\. Grover, V\. Suárez\-Paniagua, R\. Tobin, W\. Whiteley, H\. Wu, and B\. Alex\(2021\)A systematic review of natural language processing applied to radiology reports\.BMC Medical Informatics and Decision Making21,pp\. 179\.External Links:ISSN 1472\-6947,[Link](https://pmc.ncbi.nlm.nih.gov/articles/PMC8176715/),[Document](https://dx.doi.org/10.1186/s12911-021-01533-7)Cited by:[§I\-B](https://arxiv.org/html/2609.14226#S1.SS2.p1.1)\. - \[10\]E\. Alsentzer, J\. R\. Murphy, W\. Boag, W\. Weng, D\. Jin, T\. Naumann, and M\. B\. A\. McDermott\(2019\)Publicly Available Clinical BERT Embeddings\.arXiv\.Note:arXiv:1904\.03323 \[cs\.CL\]External Links:[Link](http://arxiv.org/abs/1904.03323),[Document](https://dx.doi.org/10.48550/arXiv.1904.03323)Cited by:[1st item](https://arxiv.org/html/2609.14226#S1.I1.i1.p1.1),[§I\-B](https://arxiv.org/html/2609.14226#S1.SS2.p1.1),[§II\-B](https://arxiv.org/html/2609.14226#S2.SS2.p1.1)\. - \[11\]A\. Yan, J\. McAuley, X\. Lu, J\. Du, E\. Y\. Chang, A\. Gentili, and C\. Hsu\(2022\)RadBERT: Adapting Transformer\-based Language Models to Radiology\.Radiology: Artificial Intelligence4\(4\),pp\. e210258\.External Links:ISSN 2638\-6100,[Link](https://pmc.ncbi.nlm.nih.gov/articles/PMC9344353/),[Document](https://dx.doi.org/10.1148/ryai.210258)Cited by:[§I\-B](https://arxiv.org/html/2609.14226#S1.SS2.p1.1)\. - \[12\]A\. Smit, S\. Jain, P\. Rajpurkar, A\. Pareek, A\. Y\. Ng, and M\. P\. Lungren\(2020\)CheXbert: Combining Automatic Labelers and Expert Annotations for Accurate Radiology Report Labeling Using BERT\.arXiv\.Note:arXiv:2004\.09167 \[cs\]External Links:[Link](http://arxiv.org/abs/2004.09167),[Document](https://dx.doi.org/10.48550/arXiv.2004.09167)Cited by:[§I\-B](https://arxiv.org/html/2609.14226#S1.SS2.p1.1),[§I\-B](https://arxiv.org/html/2609.14226#S1.SS2.p4.1),[§II\-A](https://arxiv.org/html/2609.14226#S2.SS1.p2.1),[§II\-B](https://arxiv.org/html/2609.14226#S2.SS2.p1.1),[§III\-C](https://arxiv.org/html/2609.14226#S3.SS3.p3.1),[§IV](https://arxiv.org/html/2609.14226#S4.p2.1)\. - \[13\]K\. Wang, H\. Wang, J\. Wu, K\. Wang, W\. Liu, Y\. Zhang, and X\. Wang\(2026\)Automated Detection and Classification of Radiology Report Discrepancies Using NLP: A Tool for Resident Education and Quality Assurance\.Journal of the American College of Radiology\.External Links:ISSN 1546\-1440,[Link](https://www.sciencedirect.com/science/article/pii/S1546144026001675),[Document](https://dx.doi.org/10.1016/j.jacr.2026.03.015)Cited by:[§I\-B](https://arxiv.org/html/2609.14226#S1.SS2.p1.1)\. - \[14\]S\. Hassanpour, G\. Bay, and C\. P\. Langlotz\(2017\)Characterization of Change and Significance for Clinical Findings in Radiology Reports Through Natural Language Processing\.Journal of Digital Imaging30\(3\),pp\. 314–322\.External Links:ISSN 0897\-1889,[Link](https://pmc.ncbi.nlm.nih.gov/articles/PMC5422225/),[Document](https://dx.doi.org/10.1007/s10278-016-9931-8)Cited by:[§I\-B](https://arxiv.org/html/2609.14226#S1.SS2.p1.1)\. - \[15\]E\. Grolleau, S\. Couraud, E\. Jupin Delevaux, C\. Piegay, A\. Mansuy, J\. de Bermont, F\. Cotton, J\. Pialat, F\. Talbot, and L\. Boussel\(2024\)Incidental pulmonary nodules: Natural language processing analysis of radiology reports\.Respiratory Medicine and Research86,pp\. 101136\.External Links:ISSN 2590\-0412,[Link](https://www.sciencedirect.com/science/article/pii/S2590041224000527),[Document](https://dx.doi.org/10.1016/j.resmer.2024.101136)Cited by:[§I\-B](https://arxiv.org/html/2609.14226#S1.SS2.p1.1)\. - \[16\]K\. Kale, p\. Bhattacharyya, and K\. Jadhav\(2023\)Replace and Report: NLP Assisted Radiology Report Generation\.arXiv\.Note:arXiv:2306\.17180 \[cs\.CL\]External Links:[Link](http://arxiv.org/abs/2306.17180),[Document](https://dx.doi.org/10.48550/arXiv.2306.17180)Cited by:[§I\-B](https://arxiv.org/html/2609.14226#S1.SS2.p1.1)\. - \[17\]B\. Yan, R\. Liu, D\. E\. Kuo, S\. Adithan, E\. P\. Reis, S\. Kwak, V\. K\. Venugopal, C\. P\. O’Connell, A\. Saenz, P\. Rajpurkar, and M\. Moor\(2023\)Style\-Aware Radiology Report Generation with RadGraph and Few\-Shot Prompting\.arXiv\.Note:arXiv:2310\.17811 \[cs\.AI\]External Links:[Link](http://arxiv.org/abs/2310.17811),[Document](https://dx.doi.org/10.48550/arXiv.2310.17811)Cited by:[§I\-B](https://arxiv.org/html/2609.14226#S1.SS2.p2.1),[§III\-B](https://arxiv.org/html/2609.14226#S3.SS2.p3.1),[§III\-C](https://arxiv.org/html/2609.14226#S3.SS3.p4.1),[§IV](https://arxiv.org/html/2609.14226#S4.p2.1),[§IV](https://arxiv.org/html/2609.14226#S4.p3.1)\. - \[18\]J\. Delbrouck, J\. Xu, J\. Moll, A\. Thomas, Z\. Chen, S\. Ostmeier, A\. Azhar, K\. Z\. Li, A\. Johnston, C\. Bluethgen, E\. Reis, M\. Muneer, M\. Varma, and C\. Langlotz\(2025\)Automated Structured Radiology Report Generation\.arXiv\.Note:arXiv:2505\.24223 \[cs\.CL\]External Links:[Link](http://arxiv.org/abs/2505.24223),[Document](https://dx.doi.org/10.48550/arXiv.2505.24223)Cited by:[§I\-B](https://arxiv.org/html/2609.14226#S1.SS2.p2.1),[§II\-D](https://arxiv.org/html/2609.14226#S2.SS4.p1.1),[§III\-B](https://arxiv.org/html/2609.14226#S3.SS2.p3.1)\. - \[19\]P\. Chambon, J\. Delbrouck, T\. Sounack, S\. Huang, Z\. Chen, M\. Varma, S\. Q\. Truong, C\. T\. Chuong, and C\. P\. Langlotz\(2024\)CheXpert Plus: Augmenting a Large Chest X\-ray Dataset with Text Radiology Reports, Patient Demographics and Additional Image Formats\.arXiv\.Note:arXiv:2405\.19538 \[cs\]External Links:[Link](http://arxiv.org/abs/2405.19538),[Document](https://dx.doi.org/10.48550/arXiv.2405.19538)Cited by:[1st item](https://arxiv.org/html/2609.14226#S1.I1.i1.p1.1),[§I\-B](https://arxiv.org/html/2609.14226#S1.SS2.p2.1),[§II\-A](https://arxiv.org/html/2609.14226#S2.SS1.p1.1),[§II\-D](https://arxiv.org/html/2609.14226#S2.SS4.p1.1),[§IV](https://arxiv.org/html/2609.14226#S4.p1.1)\. - \[20\]Y\. Bai, S\. Kadavath, S\. Kundu, A\. Askell, J\. Kernion, A\. Jones, A\. Chen, A\. Goldie, A\. Mirhoseini, C\. McKinnon, C\. Chen, C\. Olsson, C\. Olah, D\. Hernandez, D\. Drain, D\. Ganguli, D\. Li, E\. Tran\-Johnson, E\. Perez, J\. Kerr, J\. Mueller, J\. Ladish, J\. Landau, K\. Ndousse, K\. Lukosuite, L\. Lovitt, M\. Sellitto, N\. Elhage, N\. Schiefer, N\. Mercado, N\. DasSarma, R\. Lasenby, R\. Larson, S\. Ringer, S\. Johnston, S\. Kravec, S\. E\. Showk, S\. Fort, T\. Lanham, T\. Telleen\-Lawton, T\. Conerly, T\. Henighan, T\. Hume, S\. R\. Bowman, Z\. Hatfield\-Dodds, B\. Mann, D\. Amodei, N\. Joseph, S\. McCandlish, T\. Brown, and J\. Kaplan\(2022\)Constitutional AI: Harmlessness from AI Feedback\.arXiv\.Note:arXiv:2212\.08073 \[cs\]External Links:[Link](http://arxiv.org/abs/2212.08073),[Document](https://dx.doi.org/10.48550/arXiv.2212.08073)Cited by:[§I\-B](https://arxiv.org/html/2609.14226#S1.SS2.p3.1)\. - \[21\]A\. Findeis, T\. Kaufmann, E\. Hüllermeier, S\. Albanie, and R\. Mullins\(2025\)Inverse Constitutional AI: Compressing Preferences into Principles\.arXiv\.Note:arXiv:2406\.06560 \[cs\]External Links:[Link](http://arxiv.org/abs/2406.06560),[Document](https://dx.doi.org/10.48550/arXiv.2406.06560)Cited by:[2nd item](https://arxiv.org/html/2609.14226#S1.I1.i2.p1.1),[§I\-B](https://arxiv.org/html/2609.14226#S1.SS2.p3.1),[§II\-C](https://arxiv.org/html/2609.14226#S2.SS3.p1.1),[§IV](https://arxiv.org/html/2609.14226#S4.p1.1)\. - \[22\]C\. Henneking and C\. Beger\(2025\)Decoding Human Preferences in Alignment: An Improved Approach to Inverse Constitutional AI\.arXiv\.Note:arXiv:2501\.17112 \[cs\.LG\] version: 2External Links:[Link](http://arxiv.org/abs/2501.17112),[Document](https://dx.doi.org/10.48550/arXiv.2501.17112)Cited by:[2nd item](https://arxiv.org/html/2609.14226#S1.I1.i2.p1.1),[§I\-B](https://arxiv.org/html/2609.14226#S1.SS2.p3.1),[§II\-C](https://arxiv.org/html/2609.14226#S2.SS3.p1.1),[§IV](https://arxiv.org/html/2609.14226#S4.p1.1)\. - \[23\]F\. Yu, M\. Endo, R\. Krishnan, I\. Pan, A\. Tsai, E\. P\. Reis, E\. K\. U\. N\. Fonseca, H\. M\. H\. Lee, Z\. S\. H\. Abad, A\. Y\. Ng, C\. P\. Langlotz, V\. K\. Venugopal, and P\. Rajpurkar\(2023\)Evaluating progress in automatic chest X\-ray radiology report generation\.Patterns4\(9\),pp\. 100802\.External Links:ISSN 2666\-3899,[Link](https://pmc.ncbi.nlm.nih.gov/articles/PMC10499844/),[Document](https://dx.doi.org/10.1016/j.patter.2023.100802)Cited by:[§I\-B](https://arxiv.org/html/2609.14226#S1.SS2.p4.1),[§III\-C](https://arxiv.org/html/2609.14226#S3.SS3.p3.1),[§IV](https://arxiv.org/html/2609.14226#S4.p2.1)\. - \[24\]S\. Jain, A\. Agrawal, A\. Saporta, S\. Q\. Truong, D\. N\. Duong, T\. Bui, P\. Chambon, Y\. Zhang, M\. P\. Lungren, A\. Y\. Ng, C\. P\. Langlotz, and P\. Rajpurkar\(2021\)RadGraph: extracting clinical entities and relations from radiology reports\.InProceedings of the Neural Information Processing Systems Track on Datasets and Benchmarks,Cited by:[§I\-B](https://arxiv.org/html/2609.14226#S1.SS2.p4.1),[§III\-C](https://arxiv.org/html/2609.14226#S3.SS3.p3.1),[§IV](https://arxiv.org/html/2609.14226#S4.p2.1)\. - \[25\]X\. Wang, F\. Wang, Y\. Li, Q\. Ma, S\. Wang, B\. Jiang, C\. Li, and J\. Tang\(2024\)CXPMRG\-Bench: Pre\-training and Benchmarking for X\-ray Medical Report Generation on CheXpert Plus Dataset\.arXiv\.Note:arXiv:2410\.00379 \[cs\.CV\]External Links:[Link](http://arxiv.org/abs/2410.00379),[Document](https://dx.doi.org/10.48550/arXiv.2410.00379)Cited by:[§I\-B](https://arxiv.org/html/2609.14226#S1.SS2.p4.1)\. - \[26\]L\. McInnes, J\. Healy, and J\. Melville\(2018\)UMAP: uniform manifold approximation and projection for dimension reduction\.arXiv preprint arXiv:1802\.03426\.Cited by:[1st item](https://arxiv.org/html/2609.14226#S1.I1.i1.p1.1),[§II\-B](https://arxiv.org/html/2609.14226#S2.SS2.p1.1)\. - \[27\]L\. McInnes, J\. Healy, and S\. Astels\(2017\)Hdbscan: hierarchical density based clustering\.Journal of Open Source Software2\(11\),pp\. 205\.Cited by:[1st item](https://arxiv.org/html/2609.14226#S1.I1.i1.p1.1),[§II\-B](https://arxiv.org/html/2609.14226#S2.SS2.p1.1)\. - \[28\]A\. Sellergren, S\. Kazemzadeh, T\. Jaroensri, A\. Kiraly, M\. Traverse, T\. Kohlberger, S\. Xu, F\. Jamil, C\. Hughes, C\. Lau, J\. Chen, F\. Mahvar, L\. Yatziv, T\. Chen, B\. Sterling, S\. A\. Baby, S\. M\. Baby, J\. Lai, S\. Schmidgall, L\. Yang, K\. Chen, P\. Bjornsson, S\. Reddy, R\. Brush, K\. Philbrick, M\. Asiedu, I\. Mezerreg, H\. Hu, H\. Yang, R\. Tiwari, S\. Jansen, P\. Singh, Y\. Liu, S\. Azizi, A\. Kamath, J\. Ferret, S\. Pathak, N\. Vieillard, R\. Merhej, S\. Perrin, T\. Matejovicova, A\. Ramé, M\. Riviere, L\. Rouillard, T\. Mesnard, G\. Cideron, J\. Grill, S\. Ramos, E\. Yvinec, M\. Casbon, E\. Buchatskaya, J\. Alayrac, D\. Lepikhin, V\. Feinberg, S\. Borgeaud, A\. Andreev, C\. Hardin, R\. Dadashi, L\. Hussenot, A\. Joulin, O\. Bachem, Y\. Matias, K\. Chou, A\. Hassidim, K\. Goel, C\. Farabet, J\. Barral, T\. Warkentin, J\. Shlens, D\. Fleet, V\. Cotruta, O\. Sanseviero, G\. Martins, P\. Kirk, A\. Rao, S\. Shetty, D\. F\. Steiner, C\. Kirmizibayrak, R\. Pilgrim, D\. Golden, and L\. Yang\(2026\)MedGemma Technical Report\.arXiv\.Note:arXiv:2507\.05201 \[cs\.AI\]External Links:[Link](http://arxiv.org/abs/2507.05201),[Document](https://dx.doi.org/10.48550/arXiv.2507.05201)Cited by:[3rd item](https://arxiv.org/html/2609.14226#S1.I1.i3.p1.1),[§II\-D](https://arxiv.org/html/2609.14226#S2.SS4.p1.1),[§III\-C](https://arxiv.org/html/2609.14226#S3.SS3.p1.1),[§IV](https://arxiv.org/html/2609.14226#S4.p1.1)\. - \[29\]K\. Papineni, S\. Roukos, T\. Ward, and W\. Zhu\(2002\)Bleu: a method for automatic evaluation of machine translation\.InProceedings of the 40th Annual Meeting of the Association for Computational Linguistics,P\. Isabelle, E\. Charniak, and D\. Lin \(Eds\.\),Philadelphia, Pennsylvania, USA,pp\. 311–318\.External Links:[Link](https://aclanthology.org/P02-1040/),[Document](https://dx.doi.org/10.3115/1073083.1073135)Cited by:[§II\-E](https://arxiv.org/html/2609.14226#S2.SS5.p1.1)\. - \[30\]C\. Lin\(2004\)ROUGE: a package for automatic evaluation of summaries\.InText Summarization Branches Out,Barcelona, Spain,pp\. 74–81\.External Links:[Link](https://aclanthology.org/W04-1013/)Cited by:[§II\-E](https://arxiv.org/html/2609.14226#S2.SS5.p1.1)\. ## VAppendix ### V\-ASystem Prompt and Constitution You are an expert radiologist analyzing chest X\-ray images\. Generate a structured radiology report following the standard CheXpert format\. Use these exact section markers in your output: \[NARRATIVE\] Exam type and date\. \[/NARRATIVE\] \[HISTORY\] Patient demographics \(age, sex\) and clinical indication\. \[/HISTORY\] \[COMPARISON\] Reference to prior imaging if applicable\. If none, state ”No prior imaging available\.” \[/COMPARISON\] \[IMPRESSION\] Numbered findings in order of clinical importance: 1\. Critical/urgent findings \(pneumothorax, new infiltrates\) 2\. Medical device positioning and status \(tubes, lines, catheters\) 3\. Major parenchymal abnormalities \(atelectasis, consolidation, masses\) 4\. Pleural findings \(effusions, pneumothorax\) 5\. Cardiac findings \(size, contour\) 6\. Minor findings and comparisons with prior studies 7\. Normal or stable findings\. Include only findings relevant to the image\. Do not pad with unnecessary items\. \[/IMPRESSION\] \[SUMMARY\] One of: NO SIGNIFICANT ABNORMALITY — ABNORMAL — CRITICAL \[/SUMMARY\] WRITING GUIDELINES: \- Use numbered lists in the IMPRESSION section \- Be specific with anatomical locations \(e\.g\., ”right lower lung zone”, ”left lung base”\) \- Include measurements when relevant \- Use standard radiology terminology \- Document negative findings when clinically relevant \(e\.g\., ”No evidence of pneumothorax”\) \- Use comparative language: ”stable”, ”improved”, ”interval change”, ”unchanged” \- Use appropriate certainty qualifiers: ”likely”, ”suggests”, ”possible” vs\. definitive statements \- Maintain professional, objective tone \- Generate only the report content, no metadata \(accession numbers, anonymization notes\) \- Do not include any text outside the section markers CONSTITUTION: 1\. Style of Writing \- \*\*Concise and Objective\*\*: Reports are typically succinct, focusing on key findings without unnecessary elaboration\. Each report presents information in a straightforward manner, often using bullet points or numbered lists\. \- \*\*Clinical and Technical\*\*: The language is formal and technical, suitable for medical professionals, with a focus on clinical findings and implications\. 2\. Diction and Voice \- \*\*Professional Tone\*\*: The voice is authoritative, reflecting the expertise of the reporting physician\. The use of medical terminology is prevalent, indicating a high level of familiarity with radiological concepts and anatomy\. \- \*\*Impersonal\*\*: The reports maintain a third\-person perspective, avoiding personal opinions or emotional language\. 3\. Sentence Lengths \- \*\*Varied Lengths\*\*: Sentences range from short, direct statements to longer, more complex sentences that may include multiple findings or conditions\. However, brevity is preferred for clarity\. \- \*\*Use of Lists\*\*: Many reports utilize lists to convey findings, which aids in readability and organization\. \- Sentences are succinct and to the point, often dropping articles such as ”a” or ”the” 4\. Common Sentence Structures \- \*\*Standardized Findings Format\*\*: Reports often follow a consistent structure, starting with findings followed by interpretations or recommendations\. For example: \- ”1\. \[Finding\]\. 2\. \[Finding\]\.” \- ”The \[anatomical structure\] is \[condition\]\.” \- \*\*Descriptive Phrases\*\*: Phrases such as ”no significant change,” ”stable appearance,” and ”persistent findings” are frequently used to describe the status of various conditions\. 5\. Common Words or Phrases \- \*\*Recurrent Terms\*\*: Terms like ”pneumothorax,” ”pleural effusion,” ”edema,” ”consolidation,” ”opacity,” and ”cardiomegaly” are commonly used across reports\. \- \*\*Descriptive Adjectives\*\*: Adjectives like ”mild,” ”moderate,” ”bilateral,” ”persistent,” and ”stable” often precede findings to indicate severity or stability\. \- \*\*Clinical Recommendations\*\*: Phrases such as ”recommend clinical correlation,” ”consider further evaluation,” and ”no new findings” are regularly included to guide subsequent actions\. 6\. Ethical Considerations \- \*\*Confidentiality\*\*: All reports must respect patient confidentiality and adhere to HIPAA regulations\. Identifying patient information should be omitted or anonymized\. \- \*\*Clarity in Communication\*\*: Reports should be clear and understandable to ensure that referring physicians can make informed decisions based on the findings\. \- \*\*Refusal to Speculate\*\*: In cases of uncertainty or potential harm, the report should refrain from speculative conclusions, instead suggesting further investigation or clinical correlation\. 7\. Minimizing Harmfulness \- \*\*Avoiding Alarmism\*\*: Reports should avoid language that could unnecessarily alarm patients or referring doctors\. Findings should be presented factually and without hyperbole\. \- \*\*Encouraging Follow\-up\*\*: Recommendations for follow\-up imaging or clinical evaluation should be framed constructively, emphasizing the importance of monitoring changes rather than implying immediate concern\.
Similar Articles
The Slop Paradox: How Synthetic Standardization Erodes Clinical Uncertainty and Cross-Modal Alignment in AI-Rewritten Radiology Reports
This paper measures information degradation in AI-rewritten radiology reports, finding that tasks producing cleaner text for multimodal training cause greater cross-modal alignment loss, a phenomenon termed the 'slop paradox'.
Clinical Reasoning Under a Partially Observed Objective in Cone Beam CT Report Generation
This paper proposes a composite objective for cone beam CT report generation that prioritizes factual entailment over lexical overlap, demonstrating that optimizing for lexical metrics harms factual accuracy. It releases a dataset and code, and presents a system that generates constrained clinical reports under polarity, laterality, and tooth level consistency constraints.
Multi-Agent AI System for Radiology Report Structuring and Quality Assurance with Independent Radiologist Evaluation
The paper presents a locally deployed multi-agent AI system for structuring radiology reports and performing quality assurance, with radiologist evaluation showing favorable performance.
Small Is Enough: Per-User Style Rewriting of AI-Edited Text via LoRA Adapters
This paper introduces InMyStyle, a privacy-first system that uses LoRA adapters on small language models (0.5B–7B) to rewrite AI-edited text toward an individual user's writing style without explicit prompts. Evaluations show quality plateaus across model sizes, suggesting compact models suffice for this task.
Revisiting LLM Adaptation for 3D CT Report Generation: A Study of Scaling and Diagnostic Priors
This paper investigates parameter-efficient strategies for adapting large language models to 3D CT report generation, introducing RAD3D-Prefix, a lightweight diagnostic-prior conditioning framework that keeps the LLM frozen and requires minimal trainable parameters. It shows that freezing larger LLMs (~1B+) and training only lightweight projection layers provides a superior trade-off between performance, generalization, and computational efficiency.