paper-with-me

홈 › Papers

Fine-tuning BERT Models for Summarizing German Radiology Findings

2022-07-01 · NAACL (ClinicalNLP) 2022 7 · Siting Liang, Klaus Kades, Matthias Fink, Peter Full, Tim Weber, Jens Kleesiek, Michael Strube, Klaus Maier-Hein

Writing the conclusion section of radiology reports is essential for communicating the radiology findings and its assessment to physician in a condensed form. In this work, we employ a transformer-based Seq2Seq model for generating the conclusion section of German radiology reports. The model is initialized with the pretrained parameters of a German BERT model and fine-tuned in our downstream task on our domain data. We proposed two strategies to improve the factual correctness of the model. In the first method, next to the abstractive learning objective, we introduce an extraction learning objective to train the decoder in the model to both generate one summary sequence and extract the key findings from the source input. The second approach is to integrate the pointer mechanism into the transformer-based Seq2Seq model. The pointer network helps the Seq2Seq model to choose between generating tokens from the vocabulary or copying parts from the source input during generation. The results of the automatic and human evaluations show that the enhanced Seq2Seq model is capable of generating human-like radiology conclusions and that the improved models effectively reduce the factual errors in the generations despite the small amount of training data.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Decoder

Similar Papers 제목 키워드 기반

Multilingual Natural Language Processing Model for Radiology Reports -- The Summary is all you need!

2023-09-29 · Mariana Lindo, Ana Sofia Santos, André Ferreira, Jianning Li 외

The impression section of a radiology report summarizes important radiology findings and plays a critical role in communicating these findings to physicians. However, the preparation of these summaries is time-consuming …

All

Summarizing Radiology Reports Findings into Impressions

2024-05-10 · Raul Salles de Padua, Imran Qureshi

Patient hand-off and triage are two fundamental problems in health care. Often doctors must painstakingly summarize complex findings to efficiently communicate with specialists and quickly make decisions on which patient…

Decoder

BrAIcht, a theatrical agent that speaks like Bertolt Brecht's characters

2025-04-29 · Baz Roland, Kristina Malyseva, Anna Pappa, Tristan Cazenave

This project introduces BrAIcht, an AI conversational agent that creates dialogues in the distinctive style of the famous German playwright Bertolt Brecht. BrAIcht is fine-tuned using German LeoLM, a large language model…

Language ModelingLanguage ModellingLarge Language Model

Learning to Diagnose Privately: DP-Powered LLMs for Radiology Report Classification

2025-06-04 · Payel Bhattacharjee, Fengwei Tian, Ravi Tandon, Joseph Lo 외

Purpose: This study proposes a framework for fine-tuning large language models (LLMs) with differential privacy (DP) to perform multi-abnormality classification on radiology report text. By injecting calibrated noise dur…

Privacy Preserving

RadBERT-CL: Factually-Aware Contrastive Learning For Radiology Report Classification

2021-10-28 · Ajay Jaiswal, Liyan Tang, Meheli Ghosh, Justin Rousseau 외

Radiology reports are unstructured and contain the imaging findings and corresponding diagnoses transcribed by radiologists which include clinical facts and negated and/or uncertain statements. Extracting pathologic find…

ClassificationContrastive Learning