문의하기
LinkedInBlogFacebookYouTube
Privacy Policy

Copyright © DEEPNOID Inc. All right reserved.

목록으로
neuroResearch Activities

RA-RRG: Multimodal Retrieval-Augmented Radiology Report Generation with Key Phrase Extraction

저자Jonggwon Park, Byungmu Yoon, Soobum Kim, Kyoyun Choi
저널ACL 2026

Automated radiology report generation (RRG) holds potential to reduce the workload of radiologists, and recent advances in multimodal large language models (MLLMs) have enabled multimodal chest X-ray (CXR) report generation. However, existing MLLMs are computationally expensive, require large-scale training data, and may produce hallucinated content, limiting their practical deployment. To address these limitations, we propose RA-RRG, a retrievalaugmented RRG framework that combines multimodal retrieval with large language models (LLMs) to generate radiology reports while reducing hallucinations and computational demands. RA-RRG uses LLMs to extract clinically essential key phrases from radiology reports and retrieves relevant phrases given an input image. By conditioning LLMs on the retrieved phrases, RA-RRG effectively suppresses hallucinations while maintaining strong report generation performance. Experiments on the MIMIC-CXR and IU X-ray datasets show state-of-the-art results on CheXbert metrics and competitive RadGraph F1 scores compared to MLLMs. Furthermore, RA-RRG naturally generalizes to multi-view RRG by aggregating phrases retrieved from multiple images, highlighting its broad applicability to realworld clinical scenarios. Code is available at https://github.com/deepnoid-ai/RA-RRG.