Improving Health Literacy through Lay Summarization of Radiological Reports: An Evaluation of BioNER and Retrieval-Augmented Generation
Summary
This study evaluates the use of Retrieval-Augmented Generation (RAG) and Named Entity Recognition (NER) to improve automated lay summaries of radiological reports, finding that NER enhances readability and quality, while RAG has variable effects depending on fine-tuning.
View Cached Full Text
Cached at: 09/03/26, 05:53 AM
# Improving Health Literacy through Lay Summarization of Radiological Reports: An Evaluation of BioNER and Retrieval-Augmented Generation Source: [https://arxiv.org/html/2609.02396](https://arxiv.org/html/2609.02396) Egecan Çelik EvginAffiliation:Department of Artificial Intelligence and Data Engineering, Özyeğin University, TürkiyeEmail:[egecan\.evgin@ozu\.edu\.tr](mailto:[email protected])İlknur KaradenizAffiliation:Department of Computer Engineering, Galatasaray University, TürkiyeEmail:[ikaradeniz@gsu\.edu\.tr](mailto:[email protected])Olcay Taner YıldızAffiliation:Department of Artificial Intelligence and Data Engineering, Özyeğin University, TürkiyeAffiliation:Department of Computer Science, Özyeğin University, TürkiyeEmail:[olcay\.yildiz@ozyegin\.edu\.tr](mailto:) ###### Abstract Radiology reports are written primarily for clinicians, and their specialized terminology often makes them difficult for patients to interpret\. As a result, many patients turn to publicly available Large Language Models \(LLMs\) to help explain their reports, despite well\-documented risks of factual inaccuracies and hallucinations\. Automated lay\-summary generation has emerged as a promising alternative, yet the effectiveness of retrieval\-enhanced and clinically informed approaches for radiology\-specific communication remains underexplored\. This study investigates the extent to which Retrieval\-Augmented Generation \(RAG\) and Named Entity Recognition \(NER\) improve the quality, factual consistency, and readability of automatically generated lay summaries compared with standard LLM\-based generation\. We develop a framework combining NER\-based extraction of clinically relevant findings with a RAG mechanism for contextual grounding, evaluated across few\-shot and fine\-tuned variants of two models \(Qwen, BioBART\)\. Results show that NER consistently improves readability and overall quality, while RAG alone offers no benefit and can introduce hallucinations from irrelevant retrieved terms\. Combining RAG with NER degrades performance in few\-shot settings but improves readability when fine\-tuned\. Fine\-tuned BioBART with NER achieves the best overall performance, highlighting entity\-aware extraction as the primary driver of improved patient\-friendly summaries\. ## 1Introduction Radiological reports document the findings of medical imaging examinations, such as X\-rays, computed tomography \(CT\), and magnetic resonance imaging \(MRI\), and serve as a primary means of communication between healthcare professionals\. However, these reports are typically written using specialized biomedical terminology and complex clinical language, making them difficult for patients to understand\. Consequently, many patients struggle to interpret their imaging results and fully comprehend the implications of the reported findings\. To better understand their medical conditions and make informed decisions about treatment, patients often seek additional information\. Traditionally, this involved searching online for medical terms and symptoms\. Today, many patients use Large Language Model \(LLM\)\-based chatbots, such as ChatGPT, Gemini, and DeepSeek, to obtain health\-related information[OpenAI \(2022\)](https://arxiv.org/html/2609.02396#bib.bib7);[Google \(2024\)](https://arxiv.org/html/2609.02396#bib.bib8);[DeepSeek\-AI \(2024\)](https://arxiv.org/html/2609.02396#bib.bib9)\. However, these systems can generate inaccurate or hallucinated content, potentially leading patients to misunderstand their radiological findings or place undue trust in incorrect information\. This communication gap can limit patient understanding and health literacy, motivating research into methods that translate radiological reports into patient\-friendly language\. Recent work has explored Retrieval\-Augmented Generation \(RAG\) to improve the quality and factual consistency of lay summarization by grounding generated outputs in external knowledge[Guo et al\. \(2024\)](https://arxiv.org/html/2609.02396#bib.bib44)\. In parallel, Named Entity Recognition \(NER\) has been used to identify clinically relevant terms that can guide and constrain generation toward more accurate and relevant content\. However, the comparative effectiveness of retrieval\-based and entity\-aware approaches for radiology\-specific lay summarization remains underexplored, particularly across models of different scale and training regime\. To address this gap, we evaluate our approach across four public radiology report datasets spanning diverse clinical settings and imaging modalities: PadChest, BIMCV\-COVID19\+, Open\-i, and MIMIC\-CXR[Bustos et al\. \(2020\)](https://arxiv.org/html/2609.02396#bib.bib1);[de la Iglesia Vayá et al\. \(2020\)](https://arxiv.org/html/2609.02396#bib.bib2);[Demner\-Fushman et al\. \(2012\)](https://arxiv.org/html/2609.02396#bib.bib3);[Johnson et al\. \(2019\)](https://arxiv.org/html/2609.02396#bib.bib4)\. The main contributions of this study are: - •A framework combining and comparing RAG\-based and NER\-enhanced approaches to radiology report lay summarization; - •A comparison between a state\-of\-the\-art general\-purpose LLM and a biomedical small language model; - •The use of few\-shot baselines to systematically compare against fine\-tuned model variants\. The remainder of the paper is organized as follows: Section 2 reviews related work, Section 3 describes the methodology, Section 4 presents the results and discussion, and Section 5 concludes the paper\. ## 2Related Work Lay summaries differ from standard summaries in their emphasis on readability for non\-expert audiences\. In the biomedical domain, the BioLaySumm shared task has been organized in 2023, 2024, and 2025[Goldsack et al\. \(2023\)](https://arxiv.org/html/2609.02396#bib.bib20);[Goldsack et al\. \(2024\)](https://arxiv.org/html/2609.02396#bib.bib21);[Xiao et al\. \(2025\)](https://arxiv.org/html/2609.02396#bib.bib6), aiming to generate lay summaries that are relevant, readable, and factual\. BioLaySumm 2025 Shared Task 2 focused specifically on generating lay summaries from radiology reports, and several of the approaches discussed below were developed for this task\. Fine\-tuning\-based approaches:AEHRC achieved the best overall performance in both the open and closed subtasks of Shared Task 2 using fully supervised fine\-tuning, comparing T5\-Large with LLaMA\-3\.2\-3B and finding T5\-Large superior, without using LoRA, quantization, or RAG[Zhang et al\. \(2025\)](https://arxiv.org/html/2609.02396#bib.bib23);[Raffel et al\. \(2020\)](https://arxiv.org/html/2609.02396#bib.bib24);[Meta AI \(2024\)](https://arxiv.org/html/2609.02396#bib.bib25)\. KHU\_LDI, the second\-best open\-track system, used QLoRA fine\-tuning on Qwen2\.5\-3B\-Instruct and Qwen3\-4B, combined with 3\-shot prompting and a generate\-feedback\-refine pipeline[Moriazi and Sung \(2025\)](https://arxiv.org/html/2609.02396#bib.bib26);[Dettmers et al\. \(2023\)](https://arxiv.org/html/2609.02396#bib.bib27);[Yang et al\. \(2024\)](https://arxiv.org/html/2609.02396#bib.bib28);[Yang et al\. \(2025\)](https://arxiv.org/html/2609.02396#bib.bib29);[Madaan et al\. \(2023\)](https://arxiv.org/html/2609.02396#bib.bib30)\. MetninOzU ranked third overall using an abstract\-based summarization setup, showing that shorter inputs can still yield strong factuality scores[Evgin et al\. \(2025\)](https://arxiv.org/html/2609.02396#bib.bib42)\. Prompting\-based approaches:5cNLP, the second\-place closed\-track system, relied on structured prompting rather than fine\-tuning, testing Llama\-3\.3\-70B\-Instruct and GPT\-4\.1; their best result used GPT\-4\.1 with few\-shot radiology examples selected via BERT\-large embeddings[Lossio\-Ventura et al\. \(2025\)](https://arxiv.org/html/2609.02396#bib.bib49)\. Proff et al\. compared GPT\-4o, Llama\-3\-70B, and Mixtral\-8x22B for radiology report simplification, finding that all models improved readability, though open\-weight models produced more high\-risk errors than GPT\-4o[Proff et al\. \(2026\)](https://arxiv.org/html/2609.02396#bib.bib35)\. RAG\-based approaches:CUTN\_Bio placed third in the closed track of Shared Task 2 using a RAG pipeline with Zephyr\-7B\-beta, extracting medical terms via SciSpacy and retrieving Wikipedia definitions stored in ChromaDB[Sivagnanam et al\. \(2025\)](https://arxiv.org/html/2609.02396#bib.bib31);[Tunstall et al\. \(2023\)](https://arxiv.org/html/2609.02396#bib.bib32);[Neumann et al\. \(2019\)](https://arxiv.org/html/2609.02396#bib.bib33);[Chroma \(2026\)](https://arxiv.org/html/2609.02396#bib.bib34)\. The same team placed second in Subtask 1\.2 \(external\-knowledge lay summarization\) using a similar RAG approach with MedCAT for term extraction and LLaMA\-3\-8B\-Instruct for generation[Kraljevic et al\. \(2021\)](https://arxiv.org/html/2609.02396#bib.bib37);[Meta AI \(2024\)](https://arxiv.org/html/2609.02396#bib.bib25)\. Sun et al\. proposed FactMM\-RAG, which retrieves factually similar report content via RadGraph prior to generation to improve the accuracy of generated radiology reports[Sun et al\. \(2025\)](https://arxiv.org/html/2609.02396#bib.bib36)\. LaySummX applied retrieval\-augmented fine\-tuning, using abstracts to retrieve relevant full\-text chunks before fine\-tuning LLaMA 3\.1 with LoRA[Lin and Yu \(2025\)](https://arxiv.org/html/2609.02396#bib.bib43)\. Guo et al\. introduced Retrieval\-Augmented Lay Language generation, retrieving UMLS and Wikipedia definitions to supply missing background explanations[Guo et al\. \(2024\)](https://arxiv.org/html/2609.02396#bib.bib44)\. UIUC\_BioNLP used an extract\-then\-summarize pipeline combining Wikipedia definition retrieval with DPR\-based passage retrieval[You et al\. \(2024\)](https://arxiv.org/html/2609.02396#bib.bib45)\. NER\-based approaches:ISIKSumm used a BART\-based system augmented with biomedical entity labels using Stanza NER to improve handling of technical terms[Colak and Karadeniz \(2023\)](https://arxiv.org/html/2609.02396#bib.bib41)\. Gupta and Krishnamurthy’s LayForge system used BioBERT NER to identify biomedical terms and incorporated UMLS definitions before summary rewriting, improving readability and factuality at a small cost to ROUGE scores[Gupta and Krishnamurthy \(2025\)](https://arxiv.org/html/2609.02396#bib.bib38);[Lee et al\. \(2020\)](https://arxiv.org/html/2609.02396#bib.bib39);[Bodenreider \(2004\)](https://arxiv.org/html/2609.02396#bib.bib40);[Lin \(2004\)](https://arxiv.org/html/2609.02396#bib.bib12)\. Ming et al\. used MeSH terms to guide LLMs toward more informative background context for lay readers[Ming et al\. \(2025\)](https://arxiv.org/html/2609.02396#bib.bib46)\. Overall, prior work has largely explored RAG\-based and NER\-based strategies in isolation, with few studies directly comparing their effectiveness within a unified framework, or across models differing substantially in scale and training regime \(few\-shot vs\. fine\-tuned\)\. This study addresses this gap by systematically comparing RAG\-based and NER\-enhanced lay summarization strategies for radiology reports\. ## 3Methodology ### 3\.1Models Two models were used in this study: Qwen3\.5\-0\.8B[Qwen Team \(2026\)](https://arxiv.org/html/2609.02396#bib.bib10), a recent general\-purpose small language model, and BioBART\-v2\-large[Yuan et al\. \(2022\)](https://arxiv.org/html/2609.02396#bib.bib11), a model pretrained specifically on biomedical text\. This pairing enables comparison between a strong general\-purpose model and a smaller model adapted for the biomedical domain\. ### 3\.2Dataset and Evaluation Set Four public radiology report datasets, spanning diverse clinical settings and imaging modalities, were used in this study: PadChest, BIMCV\-COVID19\+, Open\-i, and MIMIC\-CXR\. PadChest contains over 160,000 chest X\-ray images from approximately 67,000 patients, while BIMCV\-COVID19\+ includes COVID\-19 X\-ray and CT studies, comprising 21,342 CR, 34,829 DX, and 7,918 CT cases[Bustos et al\. \(2020\)](https://arxiv.org/html/2609.02396#bib.bib1);[de la Iglesia Vayá et al\. \(2020\)](https://arxiv.org/html/2609.02396#bib.bib2)\. Open\-i is smaller, with 7,470 chest X\-ray images and 3,955 reports, while MIMIC\-CXR is the largest dataset, with 227,835 studies and 377,110 images derived from real clinical reports[Demner\-Fushman et al\. \(2012\)](https://arxiv.org/html/2609.02396#bib.bib3);[Johnson et al\. \(2019\)](https://arxiv.org/html/2609.02396#bib.bib4)\. Lay summaries were automatically generated from the clinical reports using the Layman’s RRG framework[Zhao et al\. \(2026\)](https://arxiv.org/html/2609.02396#bib.bib5), and the combined datasets were used in the BioLaySumm 2025 shared task[Xiao et al\. \(2025\)](https://arxiv.org/html/2609.02396#bib.bib6)\. However, the lay summaries for the shared task’s test set were not publicly available\. To address this, the original training set was split to construct a new test set, with the goal of obtaining a larger evaluation set than the one used in the shared task\. The split was performed randomly \(seed = 42\) to avoid bias; this is distinct from the sampling of the three few\-shot exemplar reports described in §3\.4, which used the same seed value for a separate sampling step\. The resulting split comprises 168,036 training reports \(89\.38%\), 14,971 validation reports \(7\.96%\), 5,000 test reports \(2\.66%\), and 3 few\-shot exemplar reports, with average token counts summarized in Table[1](https://arxiv.org/html/2609.02396#S3.T1)\. Table 1:Dataset split statisticsRad\. Reports: Average tokens in radiological reports; Lay: Average tokens in layman summaries\. ### 3\.3Evaluation Metrics Generated summaries were evaluated along three dimensions: relevance, readability, and factuality\. All metrics were scaled using min\-max normalization to place their values on a comparable range[Han et al\. \(2011\)](https://arxiv.org/html/2609.02396#bib.bib22)\. No additional weighting was applied across the three metric groups, since each group contained an equal number of metrics\. For relevance and factuality metrics, higher scores indicate better performance; for all readability metrics \(FKGL, DCRS, SLE\), lower scores indicate better performance \(i\.e\., simpler, more accessible text\)\. Relevance:ROUGE[Lin \(2004\)](https://arxiv.org/html/2609.02396#bib.bib12)measures word overlap between predicted and gold lay summaries; we report the average F1 across ROUGE\-1, ROUGE\-2, and ROUGE\-L\. METEOR[Banerjee and Lavie \(2005\)](https://arxiv.org/html/2609.02396#bib.bib13)extends beyond exact word matches by accounting for stems and synonyms, offering a complementary view of relevance\. BERTScore[Zhang et al\. \(2020\)](https://arxiv.org/html/2609.02396#bib.bib14)measures semantic similarity by comparing contextual word embeddings between predicted and gold summaries, computing precision, recall, and F1 based on closest token matches\. Readability:FKGL[Kincaid et al\. \(1975\)](https://arxiv.org/html/2609.02396#bib.bib15)estimates the grade level of a summary based on sentence and word length, with longer sentences and words yielding higher \(less readable\) scores\. DCRS[Dale and Chall \(1948\)](https://arxiv.org/html/2609.02396#bib.bib16)complements FKGL by assessing word familiarity against a list of common words, capturing cases FKGL may miss, such as short but unfamiliar words \(e\.g\., ”understand”\)\. SLE[Cripwell et al\. \(2023\)](https://arxiv.org/html/2609.02396#bib.bib17)is a transformer\-based metric that requires only the predicted summary, using a RoBERTa\-base model with a regression head to produce a simplicity score\. Factuality:SummaC[Laban et al\. \(2022\)](https://arxiv.org/html/2609.02396#bib.bib18)evaluates sentence\-level agreement between the source report and the predicted summary using entailment and contradiction scores, penalizing contradictory content\. FENICE[Scirè et al\. \(2024\)](https://arxiv.org/html/2609.02396#bib.bib19)evaluates factuality at the claim level by extracting atomic claims from the predicted summary and verifying them against the source text, directly penalizing unsupported or contradicted claims\. CheXbert\-F1[Smit et al\. \(2020\)](https://arxiv.org/html/2609.02396#bib.bib47), developed specifically for radiology reports, evaluates whether clinical findings in the generated summary match those in the reference report, penalizing missing or incorrect findings\. ### 3\.4Baseline Strategies Two baseline strategies were established for each model: \(i\) Few\-shot prompting\. Baselines were computed under 0\-shot, 1\-shot, and 3\-shot settings\. To construct the 1\-shot and 3\-shot exemplars, three radiology reports were randomly sampled \(seed = 42\) and excluded from the test set to prevent data leakage \(Table[1](https://arxiv.org/html/2609.02396#S3.T1)\)\. \(ii\) LoRA fine\-tuning\. Both models were fine\-tuned using LoRA with r=4,lora\_alpha=8, dropout of 0\.05, and no bias term\. Qwen was adapted onq\_projandv\_proj; BioBART was adapted onq\_proj,v\_proj, andout\_proj\. Training used 2 epochs, a batch size of 20 \(evaluation batch size 16\), gradient accumulation of 1, learning rate2e\-4, weight decay0\.01, 100 warmup steps, withbf16enabled andfp16disabled\. ### 3\.5Enhancement Strategies In addition to the baselines, three enhancement strategies were evaluated, each applied to both the few\-shot and fine\-tuned settings of both models: - •NER\-enhanced \(BioNER\): Clinically relevant terms were extracted using Stanza’s radiology NER model[Zhang et al\. \(2021\)](https://arxiv.org/html/2609.02396#bib.bib48), which identifies five entity classes: ANATOMY, OBSERVATION, ANATOMY\_MODIFIER, OBSERVATION\_MODIFIER, and UNCERTAINTY\. Extracted entities were used to guide summary generation toward clinically relevant content\. - •RAG\-enhanced: A retrieval\-augmented pipeline was built in which an agent extracted candidate medical terms from the source report\. Each term was first checked against a local term\-description database; if not found, it was searched via the Wikipedia API, and the first sentence of the result was stored in the local database for reuse\. Retrieved definitions were then provided as contextual grounding during summary generation\. - •Combined \(BioNER \+ RAG\): Term extraction was performed using BioNER, and the resulting terms were used to query the RAG retrieval pipeline described above, combining entity\-guided extraction with retrieval\-based grounding\. This produces three conditions per model per learning setting \(baseline, \+BioNER, \+RAG, \+BioNER\+RAG\)\. ## 4Results Table[2](https://arxiv.org/html/2609.02396#S4.T2)presents the overall results of the few\-shot strategies\. For the Qwen model, the BioNER strategy improved overall relevance, readability, and factuality compared with the 0\-shot baseline\. The RAG strategy did not outperform the baseline, while the combination of BioNER and RAG resulted in lower scores across all evaluation dimensions\. A similar trend was observed for BioBART\. Compared with Qwen, BioBART achieved lower performance in the few\-shot setting across most evaluation metrics\. Table[3](https://arxiv.org/html/2609.02396#S4.T3)summarizes the fine\-tuning results\. In contrast to the few\-shot experiments, BioBART outperformed Qwen after fine\-tuning\. Similar to the few\-shot setting, the BioNER strategy improved overall performance, particularly readability, for both models\. The RAG strategy improved readability but reduced relevance in both models\. For Qwen, the combined BioNER\+RAG strategy achieved the best FKGL and DCRS scores together with the lowest SLE score\. Table[4](https://arxiv.org/html/2609.02396#S4.T4)compares the best\-performing few\-shot and fine\-tuning strategies for each model\. For Qwen, the best few\-shot strategy \(0\-shot BioNER\) outperformed all fine\-tuning configurations\. In contrast, BioBART achieved its highest performance after fine\-tuning\. Comparing the best\-performing configurations of both models, fine\-tuned BioBART with BioNER achieved better overall performance than Qwen with the 0\-shot BioNER strategy across most evaluation metrics\. Table 2:Mean scores for Few\-Shot Based StrategiesTable 3:Mean scores for Fine\-Tuning Based StrategiesTable 4:Mean scores for the best FT and few\-shot strategies for each model### 4\.1Discussion The experimental results partially support the initial hypotheses\. The BioNER strategy consistently improved readability and generally enhanced overall performance in both few\-shot and fine\-tuning settings\. This suggests that explicitly providing biomedical entity information helps the models better identify important concepts while generating lay summaries\. In contrast, the RAG strategy did not consistently improve performance\. Manual inspection showed that the retrieval system occasionally returned Wikipedia entries corresponding to terms with identical surface forms but different meanings, introducing irrelevant background information into the generation process\. Although the prompt instructed the model to ignore unrelated retrieved content, the FENICE scores indicate that hallucinated information was still introduced in some summaries\. The combination of BioNER and RAG did not produce the expected improvements\. Analysis revealed that several multi\-word biomedical entities extracted by the BioNER system could not be matched by the Wikipedia API, resulting in missing or incomplete retrieved knowledge\. Consequently, the potential benefits of retrieval were diminished, leading to lower overall performance\. The comparison between the two language models highlights the importance of domain\-specific pretraining\. Although Qwen demonstrated stronger few\-shot capabilities, BioBART benefited substantially from fine\-tuning, ultimately achieving the best overall results\. This finding suggests that biomedical pretraining provides a stronger foundation for task\-specific adaptation, whereas larger general\-purpose language models can remain competitive in low\-resource settings without additional training\. ### 4\.2Positive Impact This study shows that radiology reports can be made easier for patients to understand without removing the main clinical information\. Lay summaries may help patients understand their results better and ask more useful questions during medical appointments\. The findings also suggest that using biomedical entities can help the model focus on the most important parts of a report and explain them in clearer language\. Since the study uses small language models and LoRA fine\-tuning, the proposed setup may also be practical for institutions with limited computing resources\. At the same time, the RAG results show that adding external information is not always helpful\. Wrong term matches or unrelated definitions can introduce information that is not supported by the report\. This points to the need for more reliable medical knowledge sources and careful checking before these systems are used in practice\. These summaries should be used as an aid for patients and clinicians, not as a replacement for medical advice\. Further testing with both patients and healthcare professionals is still needed before patient\-facing use\. ## 5Conclusion This study investigated the effects of BioNER\- and RAG\-based strategies on radiology report lay summarization under both few\-shot inference and fine\-tuning settings\. The proposed approaches were evaluated using nine metrics covering relevance, readability, and factuality with equal weighting\. The experimental results show that the BioNER strategy consistently improved the baseline models, particularly in terms of readability, while also maintaining competitive relevance and factuality\. In contrast, the RAG strategy did not consistently improve performance, and combining BioNER with RAG did not yield the expected gains\. Overall, the findings partially support the initial hypotheses: BioNER proved to be an effective enhancement for lay summarization, whereas the effectiveness of RAG was limited by the quality of the retrieved knowledge\. These results demonstrate that providing explicit biomedical entity information is a simple yet effective approach for improving the readability of automatically generated lay summaries\. Future work will focus on improving the retrieval component by exploring domain\-specific knowledge bases, biomedical knowledge graphs, and more robust entity linking methods to reduce retrieval errors\. In addition, investigating alternative BioNER models and retrieval strategies may further improve the quality and factual consistency of generated lay summaries\. ## References - S\. Banerjee and A\. LavieMETEOR: an automatic metric for MT evaluation with improved correlation with human judgments\.InProceedings of the ACL Workshop on Intrinsic and Extrinsic Evaluation Measures for Machine Translation and/or Summarization,pp\. 65–72\.Cited by:[§3\.3](https://arxiv.org/html/2609.02396#S3.SS3.p2.1)\. - Bodenreider \(2004\)O\. BodenreiderThe unified medical language system \(UMLS\): integrating biomedical terminology\.Nucleic Acids Research32\(Suppl\. 1\),pp\. D267–D270\.External Links:[Document](https://dx.doi.org/10.1093/nar/gkh061)Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p5.1)\. - Bustoset al\.\(2020\)A\. Bustos, A\. Pertusa, J\. Salinas, and M\. de la Iglesia\-VayáPadChest: a large chest x\-ray image dataset with multi\-label annotated reports\.Medical Image Analysis66,pp\. 101797\.External Links:[Document](https://dx.doi.org/10.1016/j.media.2020.101797)Cited by:[§1](https://arxiv.org/html/2609.02396#S1.p3.1),[§3\.2](https://arxiv.org/html/2609.02396#S3.SS2.p1.1)\. - Chroma \(2026\)ChromaChromaDB: the open\-source search infrastructure for ai\.Note:[https://www\.trychroma\.com/products/chromadb](https://www.trychroma.com/products/chromadb)Accessed: 2026\-07\-08Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p4.1)\. - Colak and Karadeniz \(2023\)C\. Colak and L\. KaradenizISIKSumm at BioLaySumm task 1: BART\-based summarization system enhanced with bio\-entity labels\.InProceedings of the 22nd Workshop on Biomedical Natural Language Processing and BioNLP Shared Tasks,Toronto, Canada,pp\. 636–640\.External Links:[Link](https://aclanthology.org/2023.bionlp-1.69/),[Document](https://dx.doi.org/10.18653/v1/2023.bionlp-1.69)Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p5.1)\. - Cripwellet al\.\(2023\)L\. Cripwell, J\. Legrand, and C\. GardentSimplicity level estimate \(SLE\): a learned reference\-less metric for sentence simplification\.InProceedings of the 2023 Conference on Empirical Methods in Natural Language Processing,pp\. 12053–12059\.Cited by:[§3\.3](https://arxiv.org/html/2609.02396#S3.SS3.p3.1)\. - Dale and Chall \(1948\)E\. Dale and J\. S\. ChallA formula for predicting readability\.Educational Research Bulletin27\(1\),pp\. 11–20\.Cited by:[§3\.3](https://arxiv.org/html/2609.02396#S3.SS3.p3.1)\. - de la Iglesia Vayáet al\.\(2020\)M\. de la Iglesia Vayá, J\. M\. Saborit, J\. A\. Montell, A\. Pertusa, A\. Bustos, M\. Cazorla, J\. Galant, X\. Barber, D\. Orozco\-Beltrán, F\. García\-García, M\. Caparrós, G\. González, and J\. M\. SalinasBIMCV covid\-19\+: a large annotated dataset of rx and ct images from covid\-19 patients\.arXiv preprint arXiv:2006\.01174\.Cited by:[§1](https://arxiv.org/html/2609.02396#S1.p3.1),[§3\.2](https://arxiv.org/html/2609.02396#S3.SS2.p1.1)\. - DeepSeek\-AI \(2024\)DeepSeek\-AIDeepSeek\-v3 technical report\.arXiv preprint arXiv:2412\.19437\.Cited by:[§1](https://arxiv.org/html/2609.02396#S1.p1.1)\. - Demner\-Fushmanet al\.\(2012\)D\. Demner\-Fushman, S\. Antani, M\. Simpson, and G\. R\. ThomaDesign and development of a multimodal biomedical information retrieval system\.Journal of Computing Science and Engineering6\(2\),pp\. 168–177\.External Links:[Document](https://dx.doi.org/10.5626/JCSE.2012.6.2.168)Cited by:[§1](https://arxiv.org/html/2609.02396#S1.p3.1),[§3\.2](https://arxiv.org/html/2609.02396#S3.SS2.p1.1)\. - Dettmerset al\.\(2023\)T\. Dettmers, A\. Pagnoni, A\. Holtzman, and L\. ZettlemoyerQLoRA: efficient finetuning of quantized LLMs\.External Links:2305\.14314Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p2.1)\. - Evginet al\.\(2025\)E\. Evgin, I\. Karadeniz, and O\. T\. YıldızMetninOzU at BioLaySumm2025: text summarization with reverse data augmentation and injecting salient sentences\.InProceedings of the 24th Workshop on Biomedical Language Processing \(Shared Tasks\),Vienna, Austria,pp\. 179–184\.External Links:[Link](https://aclanthology.org/2025.bionlp-share.22/),[Document](https://dx.doi.org/10.18653/v1/2025.bionlp-share.22),ISBN 979\-8\-89176\-276\-3Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p2.1)\. - Goldsacket al\.\(2023\)T\. Goldsack, Z\. Luo, Q\. Xie, C\. Scarton, M\. Shardlow, S\. Ananiadou, and C\. LinOverview of the biolaysumm 2023 shared task on lay summarization of biomedical research articles\.InProceedings of the 22nd Workshop on Biomedical Natural Language Processing and BioNLP Shared Tasks,D\. Demner\-fushman, S\. Ananiadou, and K\. Cohen \(Eds\.\),Toronto, Canada,pp\. 468–477\.External Links:[Link](https://aclanthology.org/2023.bionlp-1.44/),[Document](https://dx.doi.org/10.18653/v1/2023.bionlp-1.44)Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p1.1)\. - Goldsacket al\.\(2024\)T\. Goldsack, C\. Scarton, M\. Shardlow, and C\. LinOverview of the BioLaySumm 2024 shared task on the lay summarization of biomedical research articles\.InProceedings of the 23rd Workshop on Biomedical Natural Language Processing,D\. Demner\-Fushman, S\. Ananiadou, M\. Miwa, K\. Roberts, and J\. Tsujii \(Eds\.\),Bangkok, Thailand,pp\. 122–131\.External Links:[Link](https://aclanthology.org/2024.bionlp-1.10/),[Document](https://dx.doi.org/10.18653/v1/2024.bionlp-1.10)Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p1.1)\. - Google \(2024\)GoogleAn overview of the gemini app\.Note:[https://gemini\.google/overview/](https://gemini.google/overview/)Cited by:[§1](https://arxiv.org/html/2609.02396#S1.p1.1)\. - Guoet al\.\(2024\)Y\. Guo, W\. Qiu, G\. Leroy, S\. Wang, and T\. CohenRetrieval augmentation of large language models for lay language generation\.Journal of Biomedical Informatics149,pp\. 104580\.External Links:[Document](https://dx.doi.org/10.1016/j.jbi.2023.104580)Cited by:[§1](https://arxiv.org/html/2609.02396#S1.p2.1),[§2](https://arxiv.org/html/2609.02396#S2.p4.1)\. - Gupta and Krishnamurthy \(2025\)A\. Gupta and P\. KrishnamurthyShared task at biolaysumm2025 : extract then summarize approach augmented with umls based definition retrieval for lay summary generation\.\.InProceedings of the 24th Workshop on Biomedical Language Processing \(Shared Tasks\),Vienna, Austria,pp\. 185–189\.External Links:[Document](https://dx.doi.org/10.18653/v1/2025.bionlp-share.23)Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p5.1)\. - Hanet al\.\(2011\)J\. Han, M\. Kamber, and J\. PeiData mining: concepts and techniques\.3 edition,Morgan Kaufmann\.Cited by:[§3\.3](https://arxiv.org/html/2609.02396#S3.SS3.p1.1)\. - Johnsonet al\.\(2019\)A\. E\. W\. Johnson, T\. J\. Pollard, S\. J\. Berkowitz, N\. R\. Greenbaum, M\. P\. Lungren, C\. Deng, R\. G\. Mark, and S\. HorngMIMIC\-cxr, a de\-identified publicly available database of chest radiographs with free\-text reports\.Scientific Data6\(1\),pp\. 317\.External Links:[Document](https://dx.doi.org/10.1038/s41597-019-0322-0)Cited by:[§1](https://arxiv.org/html/2609.02396#S1.p3.1),[§3\.2](https://arxiv.org/html/2609.02396#S3.SS2.p1.1)\. - Kincaidet al\.\(1975\)J\. P\. Kincaid, R\. P\. Fishburne, R\. L\. Rogers, and B\. S\. ChissomDerivation of new readability formulas \(automated readability index, fog count and flesch reading ease formula\) for navy enlisted personnel\.Technical reportTechnical ReportResearch Branch Report 8\-75,Naval Technical Training Command\.Cited by:[§3\.3](https://arxiv.org/html/2609.02396#S3.SS3.p3.1)\. - Kraljevicet al\.\(2021\)Z\. Kraljevic, T\. Searle, A\. Shek, L\. Roguski, K\. Noor, D\. Bean, A\. Mascio, L\. Zhu, A\. A\. Folarin, A\. Roberts, R\. Bendayan, M\. P\. Richardson, R\. Stewart, A\. D\. Shah, W\. K\. Wong, Z\. Ibrahim, J\. T\. Teo, and R\. J\. B\. DobsonMulti\-domain clinical natural language processing with medcat: the medical concept annotation toolkit\.Artificial Intelligence in Medicine117,pp\. 102083\.External Links:[Document](https://dx.doi.org/10.1016/j.artmed.2021.102083)Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p4.1)\. - Labanet al\.\(2022\)P\. Laban, T\. Schnabel, P\. N\. Bennett, and M\. A\. HearstSummaC: re\-visiting NLI\-based models for inconsistency detection in summarization\.Transactions of the Association for Computational Linguistics10,pp\. 163–177\.Cited by:[§3\.3](https://arxiv.org/html/2609.02396#S3.SS3.p4.1)\. - Leeet al\.\(2020\)J\. Lee, W\. Yoon, S\. Kim, D\. Kim, S\. Kim, C\. H\. So, and J\. KangBioBERT: a pre\-trained biomedical language representation model for biomedical text mining\.Bioinformatics36\(4\),pp\. 1234–1240\.External Links:[Document](https://dx.doi.org/10.1093/bioinformatics/btz682)Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p5.1)\. - Lin \(2004\)C\. LinROUGE: a package for automatic evaluation of summaries\.InText Summarization Branches Out,pp\. 74–81\.Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p5.1),[§3\.3](https://arxiv.org/html/2609.02396#S3.SS3.p2.1)\. - Lin and Yu \(2025\)F\. Lin and D\. YuLaySummX at BioLaySumm: retrieval\-augmented fine\-tuning for biomedical lay summarization using abstracts and retrieved full\-text context\.InProceedings of the 24th Workshop on Biomedical Language Processing \(Shared Tasks\),Vienna, Austria,pp\. 202–214\.External Links:[Link](https://aclanthology.org/2025.bionlp-share.26/),[Document](https://dx.doi.org/10.18653/v1/2025.bionlp-share.26),ISBN 979\-8\-89176\-276\-3Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p4.1)\. - Lossio\-Venturaet al\.\(2025\)J\. A\. Lossio\-Ventura, C\. Chan, A\. Basavaraj, H\. Alatrista\-Salas, F\. Pereira, and D\. Inkpen5cNLP at BioLaySumm2025: prompts, retrieval, and multimodal fusion\.InProceedings of the 24th Workshop on Biomedical Language Processing \(Shared Tasks\),S\. Soni and D\. Demner\-Fushman \(Eds\.\),Vienna, Austria,pp\. 215–231\.External Links:[Link](https://aclanthology.org/2025.bionlp-share.27/),[Document](https://dx.doi.org/10.18653/v1/2025.bionlp-share.27),ISBN 979\-8\-89176\-276\-3Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p3.1)\. - Madaanet al\.\(2023\)A\. Madaan, N\. Tandon, P\. Gupta, S\. Hallinan, L\. Gao, S\. Wiegreffe, U\. Alon, N\. Dziri, S\. Prabhumoye, Y\. Yang, S\. Welleck, B\. P\. Majumder, S\. Gupta, A\. Yazdanbakhsh, and P\. ClarkSelf\-refine: iterative refinement with self\-feedback\.External Links:2303\.17651Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p2.1)\. - Meta AI \(2024\)Meta AILlama 3\.2 Model Card\.Note:[https://github\.com/meta\-llama/llama\-models/blob/main/models/llama3\_2/MODEL\_CARD\.md](https://github.com/meta-llama/llama-models/blob/main/models/llama3_2/MODEL_CARD.md)Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p2.1),[§2](https://arxiv.org/html/2609.02396#S2.p4.1)\. - Minget al\.\(2025\)S\. Ming, Y\. Guo, and H\. KilicogluTowards knowledge\-guided biomedical lay summarization using large language models\.InProceedings of the Second Workshop on Patient\-Oriented Language Processing,Albuquerque, New Mexico,pp\. 285–297\.External Links:[Document](https://dx.doi.org/10.18653/v1/2025.cl4health-1.24)Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p5.1)\. - Moriazi and Sung \(2025\)N\. A\. D\. b\. Moriazi and M\. SungKHU\_LDI at BioLaySumm2025: fine\-tuning and refinement for lay radiology report generation\.InProceedings of the 24th Workshop on Biomedical Language Processing \(Shared Tasks\),Vienna, Austria,pp\. 256–268\.External Links:[Document](https://dx.doi.org/10.18653/v1/2025.bionlp-share.31),[Link](https://aclanthology.org/2025.bionlp-share.31/)Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p2.1)\. - Neumannet al\.\(2019\)M\. Neumann, D\. King, I\. Beltagy, and W\. AmmarScispaCy: fast and robust models for biomedical natural language processing\.InProceedings of the 18th BioNLP Workshop and Shared Task,Florence, Italy,pp\. 319–327\.External Links:[Link](https://aclanthology.org/W19-5034/),[Document](https://dx.doi.org/10.18653/v1/W19-5034)Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p4.1)\. - OpenAI \(2022\)OpenAIIntroducing chatgpt\.Note:[https://openai\.com/index/chatgpt/](https://openai.com/index/chatgpt/)Cited by:[§1](https://arxiv.org/html/2609.02396#S1.p1.1)\. - Proffet al\.\(2026\)A\. K\. Proff, B\. Salam, M\. Hayawi, D\. Kravchenko, N\. Mesropyan, T\. Aziz\-Safaie, T\. Dell, M\. Theis, C\. C\. Pieper, A\. M\. Sprinkart, D\. Kütting, J\. A\. Luetkens, S\. Nowak, and A\. IsaakSimplifying radiology reports with large language models: privacy\-compliant open\- versus closed\-weight models\.European Radiology\.External Links:[Document](https://dx.doi.org/10.1007/s00330-026-12329-6)Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p3.1)\. - Qwen Team \(2026\)Qwen TeamQwen3\.5: towards native multimodal agents\.External Links:[Link](https://qwen.ai/blog?id=qwen3.5)Cited by:[§3\.1](https://arxiv.org/html/2609.02396#S3.SS1.p1.1)\. - Raffelet al\.\(2020\)C\. Raffel, N\. Shazeer, A\. Roberts, K\. Lee, S\. Narang, M\. Matena, Y\. Zhou, W\. Li, and P\. J\. LiuExploring the limits of transfer learning with a unified text\-to\-text transformer\.Journal of Machine Learning Research21\(140\),pp\. 1–67\.Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p2.1)\. - Scirèet al\.\(2024\)A\. Scirè, K\. Ghonim, and R\. NavigliFENICE: factuality evaluation of summarization based on natural language inference and claim extraction\.InFindings of the Association for Computational Linguistics: ACL 2024,pp\. 14148–14161\.External Links:[Document](https://dx.doi.org/10.18653/v1/2024.findings-acl.841),[Link](https://aclanthology.org/2024.findings-acl.841/)Cited by:[§3\.3](https://arxiv.org/html/2609.02396#S3.SS3.p4.1)\. - Sivagnanamet al\.\(2025\)B\. Sivagnanam, R\. K\. C H, P\. Chauhan, and S\. RajiakodiCUTN\_Bio at BioLaySumm: multi\-task prompt tuning with external knowledge and readability adaptation for layman summarization\.InProceedings of the 24th Workshop on Biomedical Language Processing \(Shared Tasks\),Vienna, Austria,pp\. 269–274\.External Links:[Link](https://aclanthology.org/2025.bionlp-share.32/),[Document](https://dx.doi.org/10.18653/v1/2025.bionlp-share.32)Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p4.1)\. - Smitet al\.\(2020\)A\. Smit, S\. Jain, P\. Rajpurkar, A\. Pareek, A\. Y\. Ng, and M\. P\. LungrenCheXBert: combining automatic labelers and expert annotations for accurate radiology report labeling using BERT\.InProceedings of the 2020 Conference on Empirical Methods in Natural Language Processing,pp\. 1500–1519\.External Links:[Document](https://dx.doi.org/10.18653/v1/2020.emnlp-main.117),[Link](https://aclanthology.org/2020.emnlp-main.117/)Cited by:[§3\.3](https://arxiv.org/html/2609.02396#S3.SS3.p4.1)\. - Sunet al\.\(2025\)L\. Sun, J\. J\. Zhao, W\. Han, and C\. XiongFact\-aware multimodal retrieval augmentation for accurate medical radiology report generation\.InProceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies \(Volume 1: Long Papers\),pp\. 643–655\.External Links:[Document](https://dx.doi.org/10.18653/v1/2025.naacl-long.28)Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p4.1)\. - Tunstallet al\.\(2023\)L\. Tunstall, E\. Beeching, N\. Lambert, N\. Rajani, K\. Rasul, Y\. Belkada, S\. Huang, L\. von Werra, C\. Fourrier, N\. Habib, N\. Sarrazin, O\. Sanseviero, A\. M\. Rush, and T\. WolfZephyr: direct distillation of lm alignment\.External Links:2310\.16944,[Document](https://dx.doi.org/10.48550/arXiv.2310.16944)Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p4.1)\. - Xiaoet al\.\(2025\)C\. Xiao, K\. Zhao, X\. Wang, S\. Wu, S\. Yan, T\. Goldsack, S\. Ananiadou, N\. Al Moubayed, L\. Zhan, W\. K\. Cheung, and C\. LinOverview of the BioLaySumm 2025 shared task on lay summarization of biomedical research articles and radiology reports\.InProceedings of the 24th Workshop on Biomedical Language Processing,Vienna, Austria,pp\. 365–377\.External Links:[Document](https://dx.doi.org/10.18653/v1/2025.bionlp-1.31),[Link](https://aclanthology.org/2025.bionlp-1.31/)Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p1.1),[§3\.2](https://arxiv.org/html/2609.02396#S3.SS2.p1.1)\. - Yanget al\.\(2025\)A\. Yang, A\. Li, B\. Yang, B\. Zhang, B\. Hui, B\. Zheng, B\. Yu, C\. Gao, C\. Huang, C\. Lv, C\. Zheng, D\. Liu, F\. Zhou, F\. Huang, F\. Hu, H\. Ge, H\. Wei, H\. Lin, J\. Tang,et al\.Qwen3 technical report\.External Links:2505\.09388Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p2.1)\. - Yanget al\.\(2024\)A\. Yang, B\. Yang, B\. Zhang, B\. Hui, B\. Zheng, B\. Yu, C\. Li, D\. Liu, F\. Huang, H\. Wei, H\. Lin, J\. Yang, J\. Tu, J\. Zhang, J\. Yang, J\. Yang, J\. Zhou, J\. Lin, K\. Dang,et al\.Qwen2\.5 technical report\.External Links:2412\.15115Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p2.1)\. - Youet al\.\(2024\)Z\. You, S\. Radhakrishna, S\. Ming, and H\. KilicogluUIUC\_BioNLP at BioLaySumm: an extract\-then\-summarize approach augmented with Wikipedia knowledge for biomedical lay summarization\.InProceedings of the 23rd Workshop on Biomedical Natural Language Processing,Bangkok, Thailand,pp\. 132–143\.External Links:[Document](https://dx.doi.org/10.18653/v1/2024.bionlp-1.11)Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p4.1)\. - Yuanet al\.\(2022\)H\. Yuan, Z\. Yuan, R\. Gan, J\. Zhang, Y\. Xie, and S\. YuBioBART: pretraining and evaluation of a biomedical generative language model\.External Links:2204\.03905Cited by:[§3\.1](https://arxiv.org/html/2609.02396#S3.SS1.p1.1)\. - Zhanget al\.\(2020\)T\. Zhang, V\. Kishore, F\. Wu, K\. Q\. Weinberger, and Y\. ArtziBERTScore: evaluating text generation with BERT\.InInternational Conference on Learning Representations,Cited by:[§3\.3](https://arxiv.org/html/2609.02396#S3.SS3.p2.1)\. - Zhanget al\.\(2025\)W\. Zhang, S\. Chandra, B\. Koopman, J\. Dowling, and A\. NicolsonAEHRC at BioLaySumm 2025: leveraging t5 for lay summarisation of radiology reports\.InProceedings of the 24th Workshop on Biomedical Language Processing \(Shared Tasks\),S\. Soni and D\. Demner\-Fushman \(Eds\.\),Vienna, Austria,pp\. 171–178\.External Links:[Link](https://aclanthology.org/2025.bionlp-share.21/),[Document](https://dx.doi.org/10.18653/v1/2025.bionlp-share.21)Cited by:[§2](https://arxiv.org/html/2609.02396#S2.p2.1)\. - Zhanget al\.\(2021\)Y\. Zhang, Y\. Zhang, P\. Qi, C\. D\. Manning, and C\. P\. LanglotzBiomedical and clinical english model packages for the stanza python nlp library\.Journal of the American Medical Informatics Association28\(9\),pp\. 1892–1899\.External Links:[Document](https://dx.doi.org/10.1093/jamia/ocab090)Cited by:[1st item](https://arxiv.org/html/2609.02396#S3.I1.i1.p1.1)\. - Zhaoet al\.\(2026\)K\. Zhao, C\. Xiao, S\. Yan, H\. Tang, W\. K\. Cheung, N\. Al Moubayed, L\. Zhan, and C\. LinX\-ray made simple: lay radiology report generation and robust evaluation\.InFindings of the Association for Computational Linguistics: ACL 2026,pp\. 34583–34598\.External Links:[Document](https://dx.doi.org/10.18653/v1/2026.findings-acl.1726),[Link](https://aclanthology.org/2026.findings-acl.1726/)Cited by:[§3\.2](https://arxiv.org/html/2609.02396#S3.SS2.p1.1)\.
Similar Articles
MA-RAG: Multi-Agent Retrieval-Augmented Generation for Query-Driven Summarization of Longitudinal Parkinson's Disease Assessments
MA-RAG is a multi-agent retrieval-augmented generation framework for query-driven summarization of longitudinal Parkinson's disease clinical assessments, achieving substantial improvements in factual precision and reducing hallucination rates compared to baseline methods.
No Reader Left Behind: Multi-Agent Summaries Everyone Can Understand
The paper introduces NRLB, a multi-agent framework for plain language summarization that simulates diverse reader groups (elementary school, non-native, attention deficits) to improve readability while maintaining factual accuracy, validated across multiple datasets and human evaluations.
Evaluating AI Generated Summaries for Cancer Patients
This study evaluates AI-generated summaries for cancer patients using a dual assessment framework with human domain experts and LLMs as evaluators, focusing on accuracy, clinical relevance, and safety in healthcare applications.
Evaluating Retrieval-Augmented Generation vs. Long-Context Input for Clinical Reasoning over EHRs
This paper evaluates retrieval-augmented generation (RAG) versus long-context prompting for clinical reasoning tasks over electronic health records, finding RAG to be token-efficient and competitive, especially for imaging extraction and antibiotic timeline reconstruction.
SEMA-RAG: A Self-Evolving Multi-Agent Retrieval-Augmented Generation Framework for Medical Reasoning
SEMA-RAG is a self-evolving multi-agent RAG framework for medical question answering that decouples interpretation, exploration, and adjudication into three specialist agents, achieving significant accuracy improvements over baselines across multiple benchmarks.