paper-with-me

Papers

An Iterative Optimizing Framework for Radiology Report Summarization with ChatGPT

2023-04-17 · Chong Ma, Zihao Wu, Jiaqi Wang, Shaochen Xu, Yaonai Wei, Fang Zeng, Zhengliang Liu, Xi Jiang, Lei Guo, Xiaoyan Cai, Shu Zhang, Tuo Zhang, Dajiang Zhu, Dinggang Shen, Tianming Liu, Xiang Li

The 'Impression' section of a radiology report is a critical basis for communication between radiologists and other physicians, and it is typically written by radiologists based on the 'Findings' section. However, writing numerous impressions can be laborious and error-prone for radiologists. Although recent studies have achieved promising results in automatic impression generation using large-scale medical text data for pre-training and fine-tuning pre-trained language models, such models often require substantial amounts of medical text data and have poor generalization performance. While large language models (LLMs) like ChatGPT have shown strong generalization capabilities and performance, their performance in specific domains, such as radiology, remains under-investigated and potentially limited. To address this limitation, we propose ImpressionGPT, which leverages the in-context learning capability of LLMs by constructing dynamic contexts using domain-specific, individualized data. This dynamic prompt approach enables the model to learn contextual knowledge from semantically similar examples from existing data. Additionally, we design an iterative optimization algorithm that performs automatic evaluation on the generated impression results and composes the corresponding instruction prompts to further optimize the model. The proposed ImpressionGPT model achieves state-of-the-art performance on both MIMIC-CXR and OpenI datasets without requiring additional training data or fine-tuning the LLMs. This work presents a paradigm for localizing LLMs that can be applied in a wide range of similar application scenarios, bridging the gap between general-purpose LLMs and the specific language processing needs of various domains.

📄 PDF Abstract BibTeX arXiv:2304.08448

Code (2)

momarky/impressiongpt 공식 구현
momarky/radiology-report-extraction 공식 구현

Tasks

In-Context Learning

Similar Papers 제목 키워드 기반

Optimizing the Factual Correctness of a Summary: A Study of Summarizing Radiology Reports

2019-11-06 · ACL 2020 6 · Yuhao Zhang, Derek Merck, Emily Bao Tsai, Christopher D. Manning 외

Neural abstractive summarization models are able to generate summaries which have high overlap with human references. However, existing models are not optimized for factual correctness, a critical metric in real-world ap…

Abstractive Text SummarizationFact CheckingReinforcement LearningReinforcement Learning (RL)

Differentiable Multi-Agent Actor-Critic for Multi-Step Radiology Report Summarization

2022-03-15 · ACL 2022 5 · Sanjeev Kumar Karn, Ning Liu, Hinrich Schuetze, Oladimeji Farri

The IMPRESSIONS section of a radiology report about an imaging study is a summary of the radiologist's reasoning and conclusions, and it also aids the referring physician in confirming or excluding certain diagnoses. A c…

Abstractive Text SummarizationExtractive Summarization

RadBARTsum: Domain Specific Adaption of Denoising Sequence-to-Sequence Models for Abstractive Radiology Report Summarization

2024-06-05 · Jinge Wu, Abul Hasan, Honghan Wu

Radiology report summarization is a crucial task that can help doctors quickly identify clinically significant findings without the need to review detailed sections of reports. This study proposes RadBARTsum, a domain-sp…

Clinical KnowledgeDenoisingLanguage ModelingLanguage Modelling

BDKG at MEDIQA 2021: System Report for the Radiology Report Summarization Task

2021-06-01 · NAACL (BioNLP) 2021 6 · Songtai Dai, Quan Wang, Yajuan Lyu, Yong Zhu

This paper presents our winning system at the Radiology Report Summarization track of the MEDIQA 2021 shared task. Radiology report summarization automatically summarizes radiology findings into free-text impressions. Th…

DecoderDomain AdaptationText Normalization

IBMResearch at MEDIQA 2021: Toward Improving Factual Correctness of Radiology Report Abstractive Summarization

2021-06-01 · NAACL (BioNLP) 2021 6 · Diwakar Mahajan, Ching-Huei Tsou, Jennifer J Liang

Although recent advances in abstractive summarization systems have achieved high scores on standard natural language metrics like ROUGE, their lack of factual consistency remains an open challenge for their use in sensit…

Abstractive Text SummarizationDecoderRe-Ranking