IBMResearch at MEDIQA 2021: Toward Improving Factual Correctness of Radiology Report Abstractive Summarization
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 sensitive real-world settings such as clinical practice. In this work, we propose a novel approach to improve factual correctness of a summarization system by re-ranking the candidate summaries based on a factual vector of the summary. We applied this process during our participation in MEDIQA 2021 Task 3: Radiology Report Summarization, where the task is to generate an impression summary of a radiology report, given findings and background as inputs. In our system, we first used a transformer-based encoder-decoder model to generate top N candidate impression summaries for a report, then trained another transformer-based model to predict a 14-observations-vector of the impression based on the findings and background of the report, and finally, utilized this vector to re-rank the candidate summaries. We also employed a source-specific ensembling technique to accommodate for distinct writing styles from different radiology report sources. Our approach yielded 2nd place in the challenge.
Code (0)
등록된 구현이 없습니다.
Tasks
Abstractive Text SummarizationDecoderRe-RankingSimilar Papers 제목 키워드 기반
Optimizing the Factual Correctness of a Summary: A Study of Summarizing Radiology Reports
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)BDKG at MEDIQA 2021: System Report for the Radiology Report Summarization Task
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 NormalizationQIAI at MEDIQA 2021: Multimodal Radiology Report Summarization
This paper describes the solution of the QIAI lab sent to the Radiology Report Summarization (RRS) challenge at MEDIQA 2021. This paper aims to investigate whether using multimodality during training improves the summari…
Optum at MEDIQA 2021: Abstractive Summarization of Radiology Reports using simple BART Finetuning
This paper describes experiments undertaken and their results as part of the BioNLP MEDIQA 2021 challenge. We participated in Task 3: Radiology Report Summarization. Multiple runs were submitted for evaluation, from solu…
Abstractive Text SummarizationTransfer LearningImproving the Factual Correctness of Radiology Report Generation with Semantic Rewards
Neural image-to-text radiology report generation systems offer the potential to improve radiology reporting by reducing the repetitive process of report drafting and identifying possible medical errors. These systems hav…
Image to textnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)