π€ AI Summary
Clinical foundation models suffer from representation degradation and suboptimal downstream de-identification performance due to coarse-grained βredactionβ of protected health information (PHI) in training data. Method: We propose a semantic-consistent pseudo-PHI generation approach that replaces redacted spans with realistic, contextually appropriate synthetic PHI to construct privacy-preserving pretraining corpora. We conduct privacy-safe pretraining using an encoder-only architecture, followed by supervised fine-tuning and rigorous clinical text evaluation. Contribution/Results: We are the first to systematically characterize the detrimental impact of redaction on linguistic representations; introduce a controllable, generalizable pseudo-PHI generation strategy; and publicly release our generation toolkit, pre-trained and fine-tuned models, and a high-quality pseudo-PHI dataset. Experiments demonstrate significant improvements over state-of-the-art baselines on PHI de-identification tasks, delivering a fully reproducible, end-to-end solution.
π Abstract
Many models are pretrained on redacted text for privacy reasons. Clinical foundation models are often trained on de-identified text, which uses special syntax (masked) text in place of protected health information. Even though these models have increased in popularity, there has been little effort in understanding the effects of training them on redacted text. In this work, we pretrain several encoder-only models on a dataset that contains redacted text and a version with replaced realistic pseudo text. We then fine-tuned models for the protected health information de-identification task and show how our methods significantly outperform previous baselines. The contributions of this work include: a) our novel, and yet surprising findings with training recommendations, b) redacted text replacements used to produce the pseudo dataset, c) pretrained embeddings and fine-tuned task specific models, and d) freely available pseudo training dataset generation and model source code used in our experiments.