paper-with-me

홈 › Papers

Synthetic4Health: Generating Annotated Synthetic Clinical Letters

2024-09-14 · Libo Ren, Samuel Belkadi, Lifeng Han, Warren Del-Pinto, Goran Nenadic

Since clinical letters contain sensitive information, clinical-related datasets can not be widely applied in model training, medical research, and teaching. This work aims to generate reliable, various, and de-identified synthetic clinical letters. To achieve this goal, we explored different pre-trained language models (PLMs) for masking and generating text. After that, we worked on Bio\_ClinicalBERT, a high-performing model, and experimented with different masking strategies. Both qualitative and quantitative methods were used for evaluation. Additionally, a downstream task, Named Entity Recognition (NER), was also implemented to assess the usability of these synthetic letters. The results indicate that 1) encoder-only models outperform encoder-decoder models. 2) Among encoder-only models, those trained on general corpora perform comparably to those trained on clinical data when clinical information is preserved. 3) Additionally, preserving clinical entities and document structure better aligns with our objectives than simply fine-tuning the model. 4) Furthermore, different masking strategies can impact the quality of synthetic clinical letters. Masking stopwords has a positive impact, while masking nouns or verbs has a negative effect. 5) For evaluation, BERTScore should be the primary quantitative evaluation metric, with other metrics serving as supplementary references. 6) Contextual information does not significantly impact the models' understanding, so the synthetic clinical letters have the potential to replace the original ones in downstream tasks.

📄 PDF Abstract BibTeX arXiv:2409.09501

Code (1)

hecta-uom/synthetic4health 공식 구현

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Similar Papers 제목 키워드 기반

DualAlign: Generating Clinically Grounded Synthetic Data

2025-09-05 · Rumeng Li, Xun Wang, Hong Yu arxiv

Synthetic clinical data are increasingly important for advancing AI in healthcare, given strict privacy constraints on real-world EHRs, limited availability of annotated rare-condition data, and systemic biases in observ…

Generating Synthetic Clinical Speech Data through Simulated ASR Deletion Error

2022-06-01 · RaPID (LREC) 2022 6 · Hali Lindsay, Johannes Tröger, Mario Magued Mina, Philipp Müller 외

Training classification models on clinical speech is a time-saving and effective solution for many healthcare challenges, such as screening for Alzheimer’s Disease over the phone. One of the primary limiting factors of t…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Diagnosticspeech-recognition+1

Give me Some Hard Questions: Synthetic Data Generation for Clinical QA

2024-12-05 · Fan Bai, Keith Harrigian, Joel Stremmel, Hamid Hassanzadeh 외

Clinical Question Answering (QA) systems enable doctors to quickly access patient information from electronic health records (EHRs). However, training these systems requires significant annotated data, which is limited d…

Question AnsweringQuestion GenerationQuestion-GenerationSynthetic Data Generation

MedSyn: LLM-based Synthetic Medical Text Generation Framework

2024-08-04 · Gleb Kumichev, Pavel Blinov, Yulia Kuzkina, Vasily Goncharov 외

Generating synthetic text addresses the challenge of data availability in privacy-sensitive domains such as healthcare. This study explores the applicability of synthetic data in real-world medical settings. We introduce…

Text Generation

Interoperable synthetic health data with SyntHIR to enable the development of CDSS tools

2023-08-04 · Pavitra Chauhan, Mohsen Gamal Saad Askar, Bjørn Fjukstad, Lars Ailo Bongo 외

There is a great opportunity to use high-quality patient journals and health registers to develop machine learning-based Clinical Decision Support Systems (CDSS). To implement a CDSS tool in a clinical workflow, there is…