paper-with-me

홈 › Papers

Building a De-identification System for Real Swedish Clinical Text Using Pseudonymised Clinical Text

2019-11-01 · WS 2019 11 · Hanna Berg, Taridzo Chomutare, Hercules Dalianis

This article presents experiments with pseudonymised Swedish clinical text used as training data to de-identify real clinical text with the future aim to transfer non-sensitive training data to other hospitals. Conditional Random Fields (CFR) and Long Short-Term Memory (LSTM) machine learning algorithms were used to train de-identification models. The two models were trained on pseudonymised data and evaluated on real data. For benchmarking, models were also trained on real data, and evaluated on real data as well as trained on pseudonymised data and evaluated on pseudonymised data. CRF showed better performance for some PHI information like Date Part, First Name and Last Name; consistent with some reports in the literature. In contrast, poor performances on Location and Health Care Unit information were noted, partially due to the constrained vocabulary in the pseudonymised training data. It is concluded that it is possible to train transferable models based on pseudonymised Swedish clinical data, but even small narrative and distributional variation could negatively impact performance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingDe-identification

Methods 이 논문이 사용한 방법론

CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

Cross-Clinic De-Identification of Swedish Electronic Health Records: Nuances and Caveats

2022-06-01 · LEGAL (LREC) 2022 6 · Olle Bridal, Thomas Vakili, Marina Santini

Privacy preservation of sensitive information is one of the main concerns in clinical text mining. Due to the inherent privacy risks of handling clinical data, the clinical corpora used to create the clinical Named Entit…

De-identificationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Augmenting a De-identification System for Swedish Clinical Text Using Open Resources and Deep Learning

2019-09-01 · WS 2019 9 · Hanna Berg, Hercules Dalianis
De-identification

Downstream Task Performance of BERT Models Pre-Trained Using Automatically De-Identified Clinical Data

2022-06-01 · LREC 2022 6 · Thomas Vakili, Anastasios Lamproudis, Aron Henriksson, Hercules Dalianis

Automatic de-identification is a cost-effective and straightforward way of removing large amounts of personally identifiable information from large and sensitive corpora. However, these systems also introduce errors into…

De-identificationDomain Adaptation

Applying and Sharing pre-trained BERT-models for Named Entity Recognition and Classification in Swedish Electronic Patient Records

2021-05-01 · NoDaLiDa 2021 5 · Mila Grancharova, Hercules Dalianis

To be able to share the valuable information in electronic patient records (EPR) they first need to be de-identified in order to protect the privacy of their subjects. Named entity recognition and classification (NERC) i…

De-identificationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

Natural Language Processing for Electronic Health Records in Scandinavian Languages: Norwegian, Swedish, and Danish

2025-03-24 · Ashenafi Zebene Woldaregay, Jørgen Aarmo Lund, Phuong Dinh Ngo, Mariyam Tayefi 외

Background: Clinical natural language processing (NLP) refers to the use of computational methods for extracting, processing, and analyzing unstructured clinical text data, and holds a huge potential to transform healthc…

ArticlesDe-identificationTransfer Learning