paper-with-me

Papers

MedPromptExtract (Medical Data Extraction Tool): Anonymization and Hi-fidelity Automated data extraction using NLP and prompt engineering

2024-05-04 · Roomani Srivastava, Suraj Prasad, Lipika Bhat, Sarvesh Deshpande, Barnali Das, Kshitij Jadhav

Introduction: The labour-intensive nature of data extraction from sources like discharge summaries (DS) poses significant obstacles to the digitisation of medical records particularly for low- and middle-income countries (LMICs). In this paper we present a completely automated method MedPromptExtract to efficiently extract data from DS while maintaining confidentiality. Methods: The source of data was Discharge Summaries (DS) from Kokilaben Dhirubhai Ambani Hospital (KDAH) of patients having Acute Kidney Injury (AKI). A pre-existing tool EIGEN which leverages semi-supervised learning techniques for high-fidelity information extraction was used to anonymize the DS, Natural Language Processing (NLP) was used to extract data from regular fields. We used Prompt Engineering and Large Language Model(LLM) to extract custom clinical information from free flowing text describing the patients stay in the hospital. Twelve features associated with occurrence of AKI were extracted. The LLM responses were validated against clinicians annotations. Results: The MedPromptExtracttool first subjected DS to the anonymization pipeline which took three seconds per summary. Successful anonymization was verified by clinicians, thereafter NLP pipeline extracted structured text from the anonymized pdfs at the rate of 0.2 seconds per summary with 100% accuracy.Finally DS were analysed by the LLM pipeline using Gemini Pro for the twelve features. Accuracy metrics were calculated by comparing model responses to clinicians annotations with seven features achieving AUCs above 0.9, indicating high fidelity of the extraction process. Conclusion: MedPromptExtract serves as an automated adaptable tool for efficient data extraction from medical records with a dynamic user interface. Keywords: Digitizing Medical Records, Automated Anonymisation, Information Retrieval, Large Language Models, Prompt Engineering

📄 PDF Abstract BibTeX arXiv:2405.02664

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalLarge Language ModelPrompt Engineering

Similar Papers 제목 키워드 기반

A Unified Framework for Foreground and Anonymization Area Segmentation in CT and MRI Data

2025-01-08 · Michal Nohel, Constantin Ulrich, Jonathan Suprijadi, Tassilo Wald 외

This study presents an open-source toolkit to address critical challenges in preprocessing data for self-supervised learning (SSL) for 3D medical imaging, focusing on data privacy and computational efficiency. The toolki…

Computational EfficiencyForeground SegmentationSegmentationSelf-Supervised Learning

De-Identification of Medical Imaging Data: A Comprehensive Tool for Ensuring Patient Privacy

2024-10-16 · Moritz Rempe, Lukas Heine, Constantin Seibold, Fabian Hörst 외

Medical data employed in research frequently comprises sensitive patient health information (PHI), which is subject to rigorous legal frameworks such as the General Data Protection Regulation (GDPR) or the Health Insuran…

De-identificationwhole slide images

A Review of Anonymization for Healthcare Data

2021-04-13 · Iyiola E. Olatunji, Jens Rauch, Matthias Katzensteiner, Megha Khosla

Mining health data can lead to faster medical decisions, improvement in the quality of treatment, disease prevention, reduced cost, and it drives innovative solutions within the healthcare sector. However, health data is…

Reconstruction Attack

A labeled dataset of simulated phlebotomy procedures for medical AI: polygon annotations for object detection and human-object interaction

2026-02-04 · Raúl Jiménez Cruz, César Torres-Huitzil, Marco Franceschetti, Ronny Seiger 외 arxiv

This data article presents a dataset of 11,884 labeled images documenting a simulated blood extraction (phlebotomy) procedure performed on a training arm. Images were extracted from high-definition videos recorded under …

Object Detection

Medical Image Synthesis for Data Augmentation and Anonymization using Generative Adversarial Networks

2018-07-26 · Hoo-chang Shin, Neil A. Tenenholtz, Jameson K Rogers, Christopher G Schwarz 외

Data diversity is critical to success when training deep learning models. Medical imaging data sets are often imbalanced as pathologic findings are generally rare, which introduces significant challenges when training de…

Data AugmentationDiversityGenerative Adversarial NetworkImage Generation+3