CLOct 11, 2020

PHICON: Improving Generalization of Clinical Text De-identification Models via Data Augmentation

arXiv:2010.05143v1997 citations
Originality Incremental advance
AI Analysis

This addresses the issue of poor generalization in clinical text de-identification for healthcare applications, representing an incremental improvement.

The paper tackles the generalization problem of clinical text de-identification models by proposing PHICON, a data augmentation method that improves F1-scores by up to 8.6% on cross-dataset tests.

De-identification is the task of identifying protected health information (PHI) in the clinical text. Existing neural de-identification models often fail to generalize to a new dataset. We propose a simple yet effective data augmentation method PHICON to alleviate the generalization issue. PHICON consists of PHI augmentation and Context augmentation, which creates augmented training corpora by replacing PHI entities with named-entities sampled from external sources, and by changing background context with synonym replacement or random word insertion, respectively. Experimental results on the i2b2 2006 and 2014 de-identification challenge datasets show that PHICON can help three selected de-identification models boost F1-score (by at most 8.6%) on cross-dataset test setting. We also discuss how much augmentation to use and how each augmentation method influences the performance.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes