paper-with-me

Papers

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) is an important part of this process. In recent years, general-purpose language models pre-trained on large amounts of data, in particular BERT, have achieved state of the art results in NERC, among other NLP tasks. So far, however, no attempts have been made at applying BERT for NERC on Swedish EPR data. This study attempts to fine-tune one Swedish BERT-model and one multilingual BERT-model for NERC on a Swedish EPR corpus. The aim is to assess the applicability of BERT-models for this task as well as to compare the two models in a domain-specific Swedish language task. With the Swedish model, recall of 0.9220 and precision of 0.9226 is achieved. This is an improvement to previous results on the same corpus since the high recall does not sacrifice precision. As the models also perform relatively well when fine-tuned with pseudonymised data, it is concluded that there is good potential in using this method in a shareable de-identification system for Swedish clinical text.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

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

Similar Papers 제목 키워드 기반

TR-SEQ: Named Entity Recognition Dataset for Turkish Search Engine Queries

2021-09-01 · RANLP 2021 9 · Berkay Topçu, İlknur Durgar El-Kahlout

Recognizing named entities in short search engine queries is a difficult task due to their weaker contextual information compared to long sentences. Standard named entity recognition (NER) systems that are trained on gra…

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

Multilingual Language Models for Named Entity Recognition in German and English

2019-09-01 · RANLP 2019 9 · Antonia Baumann

We assess the language specificity of recent language models by exploring the potential of a multilingual language model. In particular, we evaluate Google{'}s multilingual BERT (mBERT) model on Named Entity Recognition …

Language ModelingLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+3

Beheshti-NER: Persian Named Entity Recognition Using BERT

2020-03-19 · NSURL 2019 9 · Ehsan Taher, Seyed Abbas Hoseini, Mehrnoush Shamsfard

Named entity recognition is a natural language processing task to recognize and extract spans of text associated with named entities and classify them in semantic Categories. Google BERT is a deep bidirectional language …

Language ModelingLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+4

Exploring the Value of Pre-trained Language Models for Clinical Named Entity Recognition

2022-10-23 · Samuel Belkadi, Lifeng Han, Yuping Wu, Goran Nenadic

The practice of fine-tuning Pre-trained Language Models (PLMs) from general or domain-specific data to a specific task with limited resources, has gained popularity within the field of natural language processing (NLP). …

Language Modellingnamed-entity-recognitionNamed Entity Recognition

Spanish Datasets for Sensitive Entity Detection in the Legal Domain

2022-06-01 · LREC 2022 6 · Ona de Gibert Bonet, Aitor García Pablos, Montse Cuadros, Maite Melero

The de-identification of sensible data, also known as automatic textual anonymisation, is essential for data sharing and reuse, both for research and commercial purposes. The first step for data anonymisation is the dete…

De-identification