| { |
| "paper_id": "2021", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T14:31:27.983445Z" |
| }, |
| "title": "Creating and Evaluating a Synthetic Norwegian Clinical Corpus for De-Identification", |
| "authors": [ |
| { |
| "first": "Synn\u00f8ve", |
| "middle": [], |
| "last": "Br\u00e5ten", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Stockholm University Kista", |
| "location": { |
| "country": "Sweden" |
| } |
| }, |
| "email": "synnovebr@hotmail.com" |
| }, |
| { |
| "first": "Wilhelm", |
| "middle": [], |
| "last": "Wie", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Stockholm University", |
| "location": { |
| "settlement": "Kista", |
| "country": "Sweden" |
| } |
| }, |
| "email": "w.wie@gmx.com" |
| }, |
| { |
| "first": "Hercules", |
| "middle": [], |
| "last": "Dalianis", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Stockholm University", |
| "location": { |
| "settlement": "Kista", |
| "country": "Sweden" |
| } |
| }, |
| "email": "hercules@dsv.su.se" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Building tools to remove sensitive information such as personal names, addresses, and telephone numbers-so called Protected Health Information (PHI)-from clinical free text is an important task to make clinical texts available for research. These de-identification tools must be assessed regarding their quality in the form of the measurements precision and recall. To assess such tools, gold standards-annotated clinical text-must be available. Such gold standards exist for larger languages. For Norwegian, however, there are no such resources. Therefore, an already existing Norwegian synthetic clinical corpus, NorSynthClinical, has been extended with PHIs and annotated by two annotators, obtaining an interannotator agreement of 0.94 F 1-measure. In total, the corpus has 409 annotated PHI instances and is called NorSynthClinical PHI. A de-identification hybrid tool (machine learning and rule-based methods) for Norwegian was developed and trained with open available resources, and obtained an overall F 1-measure of 0.73 and a recall of 0.62, when evaluated using NorSynthClinical PHI. NorSynthClinical PHI is made open and available at Github to be used by the research community.", |
| "pdf_parse": { |
| "paper_id": "2021", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Building tools to remove sensitive information such as personal names, addresses, and telephone numbers-so called Protected Health Information (PHI)-from clinical free text is an important task to make clinical texts available for research. These de-identification tools must be assessed regarding their quality in the form of the measurements precision and recall. To assess such tools, gold standards-annotated clinical text-must be available. Such gold standards exist for larger languages. For Norwegian, however, there are no such resources. Therefore, an already existing Norwegian synthetic clinical corpus, NorSynthClinical, has been extended with PHIs and annotated by two annotators, obtaining an interannotator agreement of 0.94 F 1-measure. In total, the corpus has 409 annotated PHI instances and is called NorSynthClinical PHI. A de-identification hybrid tool (machine learning and rule-based methods) for Norwegian was developed and trained with open available resources, and obtained an overall F 1-measure of 0.73 and a recall of 0.62, when evaluated using NorSynthClinical PHI. NorSynthClinical PHI is made open and available at Github to be used by the research community.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "The data contained within Electronic Health Records (EHRs) are of significant value to medical researchers and for administrative purposes, but privacy and patient confidentiality legislation restricts access. However, de-identification of such data -removing the Protected Health Information (PHI) within -allows it to be shared between researchers (El Emam et al., 2009) . This process can be done manually; however, manual deidentification has proven to be inefficient with regards to cost, time and quality (Dernoncourt et al., 2017) .", |
| "cite_spans": [ |
| { |
| "start": 350, |
| "end": 372, |
| "text": "(El Emam et al., 2009)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 511, |
| "end": 537, |
| "text": "(Dernoncourt et al., 2017)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Tools for automatic de-identification of clinical data have been studied extensively. However, most of the published research is concerned with structured records and not clinical free-text, and few de-identification tools are made publicly available (Neamatullah et al., 2008) . Furthermore, most research focus on English and other languages with many native speakers. Despite the fact that the Norwegian language has comparatively few native speakers 1 , hospitals and organisations like the Cancer Registry of Norway are in possession of comprehensive collections of clinical data. Enabling research on this valuable and unique information could reveal new discoveries and would be of great importance for the future health care.", |
| "cite_spans": [ |
| { |
| "start": 251, |
| "end": 277, |
| "text": "(Neamatullah et al., 2008)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "To ensure that de-identification applications can successfully de-identify clinical texts, they must be evaluated in a quantitative manner (Dalianis, 2018) . For this purpose, verified, annotated corpora are used to test and score the applications (Pustejovsky and Stubbs, 2012) . These corpora are referred to as gold standards (or reference standards), and are typically made by domain experts or linguists -following specific guidelines. A gold standard does not need to contain real PHI, and it can be developed using synthetic data. Consequently, a gold standard developed with synthetic data can be made publicly available.", |
| "cite_spans": [ |
| { |
| "start": 139, |
| "end": 155, |
| "text": "(Dalianis, 2018)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 248, |
| "end": 278, |
| "text": "(Pustejovsky and Stubbs, 2012)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "This study describes the efforts of creating and evaluating the first publicly available gold standard for de-identification of Norwegian Bokm\u00e5l 2 clinical text, describing and discussing the devel-opment and evaluation of the gold standard.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Marimon et al. (2019) created a gold standard corpus of Spanish synthetic clinical text. The corpus is called Spanish Medical Document Anonymization (MEDDOCAN) and consists of 250 clinical cases manually enriched with PHI phrases. The gold standard was applied in a community challenge track in order to evaluate the performance of de-identification tools focusing on the Spanish language. 63 systems were evaluated and 61 received an F 1 -measure score above 0.70, and the highest score was 0.97. As the gold standard seems to have served its purpose, Marimon et al. (2019) provides a good example of how to solve data sparsity problems.", |
| "cite_spans": [ |
| { |
| "start": 553, |
| "end": 574, |
| "text": "Marimon et al. (2019)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related research", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The lack of publicly available clinical text in Norwegian places limitations on the development of gold standards and tools for de-identification of Norwegian clinical text. Recently, there have been developments of open datasets for Named Entity Recognition (NER) of the Norwegian language, most notably NorSynthClinical (Rama et al., 2018) and NorNE (J\u00f8rgensen et al., 2020) . NorSynthClinical is a small dataset of synthetic clinical text, focusing on family history information (further described in Section 3) (Rama et al., 2018) . While the development of NorNE resulted in a sizeable dataset with approximately 300,000 tokens for each written variant of Norwegian and a rich entity set, most PHI entity types are missing (J\u00f8rgensen et al., 2020) .", |
| "cite_spans": [ |
| { |
| "start": 322, |
| "end": 341, |
| "text": "(Rama et al., 2018)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 352, |
| "end": 376, |
| "text": "(J\u00f8rgensen et al., 2020)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 515, |
| "end": 534, |
| "text": "(Rama et al., 2018)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 728, |
| "end": 752, |
| "text": "(J\u00f8rgensen et al., 2020)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related research", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Only a few attempts aiming at developing deidentification tools focusing on the Norwegian language have previously been made. One of these was conducted by Bjurstr\u00f8m and Singh (2013) . They tackled de-identification of Norwegian free text clinical notes for their master's thesis project, employing a combination of pattern recognition and simplistic statistical methods, reporting an F 1measure of 0.72. Furthermore, they developed a reference in order to evaluate their developed tool, consisting of 225 records manually annotated and de-identified. It was, however, not evaluated further or made publicly available (Bjurstr\u00f8m and Singh, 2013) .", |
| "cite_spans": [ |
| { |
| "start": 156, |
| "end": 182, |
| "text": "Bjurstr\u00f8m and Singh (2013)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 618, |
| "end": 645, |
| "text": "(Bjurstr\u00f8m and Singh, 2013)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related research", |
| "sec_num": "2" |
| }, |
| { |
| "text": "As previously mentioned, most of the existing tools and gold standards for de-identification of clinical text are written in, and for, the English language (Dalianis, 2018) . One of the most well-known gold standards is the Multiparameter Intelligent Monitoring in Intensive Care (MIMIC II) corpus (Saeed et al., 2002) .", |
| "cite_spans": [ |
| { |
| "start": 156, |
| "end": 172, |
| "text": "(Dalianis, 2018)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 298, |
| "end": 318, |
| "text": "(Saeed et al., 2002)", |
| "ref_id": "BIBREF16" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related research", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In Sweden, the development of both deidentification tools and gold standards has come further than in Norway. In 2008, a group of Swedish researchers developed a gold standard corpus for de-identification of Swedish clinical text (Velupillai et al., 2009) . The researchers manually annotated and de-identified 100 electronic patient records (EPRs) deriving from five different clinics (Neurology, Orthopaedia, Infection, Dental Surgery and Nutrition) at Karolinska University Hospital. The gold standard consists of unstructured text (around 174,000 tokens in total) and is known as the Stockholm EPR PHI corpus. It has 4,700 annotated instances distributed over 8 PHIclasses. It has been further developed to Stockholm EPR PHI Pseudo corpus, which contains only surrogate names, addresses, phone numbers, etc., and is partly available for research (Dalianis, 2019) .", |
| "cite_spans": [ |
| { |
| "start": 230, |
| "end": 255, |
| "text": "(Velupillai et al., 2009)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 850, |
| "end": 866, |
| "text": "(Dalianis, 2019)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related research", |
| "sec_num": "2" |
| }, |
| { |
| "text": "A corpus of Norwegian synthetic clinical text, the NorSynthClinical corpus 3 , formed the basis of the created gold standard. NorSynthClinical is considered the first publicly available resource of Norwegian clinical text (Rama et al., 2018) . It is written by one clinician with large experience with clinical work and genetic cardiology. The corpus describes patients' family history relating to cases of cardiac disease, and according to Rama et al. (2018) , it consists of 477 sentences and 6030 tokens. Only a few of these tokens can be characterised as PHI.", |
| "cite_spans": [ |
| { |
| "start": 222, |
| "end": 241, |
| "text": "(Rama et al., 2018)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 441, |
| "end": 459, |
| "text": "Rama et al. (2018)", |
| "ref_id": "BIBREF14" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data 3.1 NorSynthClinical", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The development of the gold standard involved two main steps: extension and annotation. The gold standard was evaluated by measuring the Inter-Annotator Agreement (IAA) and by testing it on a hybrid de-identification tool.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The original dataset, NorSynthClinical, contains very few PHIs. Therefore, it was extended with synthetic PHIs (see example below). Where applicable, substatements and single words, or tokens, were manually added to the corpus. Most of the tokens were randomly selected from publicly available lists, such as Statistics Norway's lists of personal names used by 200 Norwegians or more 4 . The rest of the tokens were invented. They did, however, follow specific Norwegian formats, such as for social security numbers 5 and phone numbers 6 . For more details regarding the extension, see (Br\u00e5ten, 2020).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Extension", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "1. Original sentence in Norwegian: Moren har visstnok noen hjerteproblemer, hun er 75\u00e5r gammel. (The mother apparently has some heart problems, she is 75 years old.)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Extension", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "2. Extended sentence: Moren har visstnok noen hjerteproblemer, hun er 75\u00e5r gammel og bor p\u00e5 Bakklandet Menighets Omsorgsenter. (The mother apparently has some heart problems, she is 75 years old and lives at Bakklandet Menighets Omsorgsenter.)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Extension", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "The second step of the gold standard development involved annotation. Named Entity Tagging, using the tags provided in Table 1 , as proposed by (Dalianis and Velupillai, 2010) , was applied in order to mark up elements of PHI. Annotation guidelines were developed 7 , and the tags were assigned in the following way in the following Norwegian sentence:", |
| "cite_spans": [ |
| { |
| "start": 144, |
| "end": 175, |
| "text": "(Dalianis and Velupillai, 2010)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 119, |
| "end": 126, |
| "text": "Table 1", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Annotation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "3. Moren har visstnok noen hjerteproblemer, hun er <Age>75\u00e5r</Age> gammel og bor p\u00e5 <Health Care Unit>Bakklandet Menighets Omsorgsenter</Health Care Unit>. In Eng. (The mother apparently has some heart problems, she is <Age>75 years Two annotators annotated the whole corpus separately in order to facilitate error detection and comparative evaluation. The annotators, one master of medical science student, A1, and one finance manager, A2, were both Norwegian native speakers. No specific medical knowledge was needed to carry out the annotation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Annotation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "Agreement and a hybrid de-identification tool", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation using Inter-Annotator", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "As mentioned, the gold standard was evaluated by measuring the IAA. This is a common evaluation method for providing a quantitative score of how accurate an annotation task is (Pustejovsky and Stubbs, 2012) . The two annotated corpora written in UTF-8 encoding format, were converted to CoNLL 8 format, using a Python3 script, to enable the measurement of IAA. During this process, a token was defined as a string of characters between two spaces or a delimiter. The symbols that were defined as a part of a token, were percentage symbols located to the right of a number as well as hyphens and full stops between two letters or numbers. Moreover, the named entity tags were assigned IOBES schema, indicating whether a token was Inside, Outside, in the Beginning or in the End of an entity, or whether the entity was represented by a Single token, (Collobert et al., 2011) . The evaluation metrics used to measure the IAA were precision, recall and F 1 -measure. Further evaluation was conducted by executing the de-identification tool developed for Nor- (J\u00f8rgensen et al., 2020) , The hybrid deidentification tool is further described in (Wie, 2020) . Some, but not all PHI entities in the developed gold standard are found in the NorNE training data set. Furthermore, the labels in the NorNE data set differ from the gold standard's PHI both in label names and annotation schema 10 . The labels are matched as seen in Table 2 11 . As the CRF machine learning model is unable to recognize entities not found in the training set, some entities are detected by ML and some by REGEX, see Table 3 . The evaluation done by the de-identification ap-9 sklearn-crfsuite, https://github.com/ TeamHG-Memex/sklearn-crfsuite 10 NorNE uses the IOB2 schema (J\u00f8rgensen et al., 2020) 11 Most notable is the matching of ORG and Health Care Unit plication is based on the CoNLL format described earlier in this chapter. The de-identification application was not designed to distinguish between Date Part and Date Full, so these entities were combined for the evaluation. Furthermore, the REGEX for phone numbers, dates and social security numbers were not designed to recognize entities split into more than one token.", |
| "cite_spans": [ |
| { |
| "start": 176, |
| "end": 206, |
| "text": "(Pustejovsky and Stubbs, 2012)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 848, |
| "end": 872, |
| "text": "(Collobert et al., 2011)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 1055, |
| "end": 1079, |
| "text": "(J\u00f8rgensen et al., 2020)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 1139, |
| "end": 1150, |
| "text": "(Wie, 2020)", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 1744, |
| "end": 1768, |
| "text": "(J\u00f8rgensen et al., 2020)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 1420, |
| "end": 1427, |
| "text": "Table 2", |
| "ref_id": "TABREF2" |
| }, |
| { |
| "start": 1586, |
| "end": 1593, |
| "text": "Table 3", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Evaluation using Inter-Annotator", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "An extended and annotated version of the NorSyn-thClinical corpus has been created. It has been given the name NorSynthClinical PHI and made publicly available on GitHub 12 . In total, it consists of 8,270 tokens and 409 PHI instances. The distribution of the PHI categories and an overview of the number of tokens added during the extension, is provided in Table 4 . Moreover, Figure 1 shows the number and distribution of annotations where the annotators agreed and not, resulting in a micro-averaged overall IAA of 0.94, see Table 5 . Only annotations with exactly the same tag and span were considered matching.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 358, |
| "end": 365, |
| "text": "Table 4", |
| "ref_id": null |
| }, |
| { |
| "start": 378, |
| "end": 386, |
| "text": "Figure 1", |
| "ref_id": null |
| }, |
| { |
| "start": 528, |
| "end": 536, |
| "text": "Table 5", |
| "ref_id": "TABREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Extension and Annotation", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "The initial evaluation test yielded the results seen in Table 6 -a micro-averaged F 1 -measure of 0.553. Following the initial test, the two following modifications were implemented:", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 56, |
| "end": 63, |
| "text": "Table 6", |
| "ref_id": "TABREF6" |
| } |
| ], |
| "eq_spans": [], |
| "section": "De-identification", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "1. The Health Care Unit entity label and Location entity label were merged.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "De-identification", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "2. The labels for entities predicted by rule-based methods were reduced -leaving the singletoken instances and the first token in multitoken instances as is, and removing the rest.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "De-identification", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "These modifications yielded a micro-averaged F-measure of 0.730 and a recall of 0.619, see Table 7 , and are discussed further in the analysis and discussion chapter.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 91, |
| "end": 98, |
| "text": "Table 7", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "De-identification", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "The amount of PHI in the extended corpus, NorSynthClinical PHI, constitutes around 5% of Table 4 : The distribution of PHI categories in the original NorSynthClinical corpus containing 7,863 tokens) and the extended NorSynthClinical PHI corpus containing 8,270 tokens). Figure 1 : The distribution of agreed (n=376) and disagreed (n=50) annotation tags in each PHI category made by the two annotators A1 and A2 the content. This is above the average of 2% (Dalianis, 2018) , but quite similar to the 4.3% reported by Bjurstr\u00f8m and Singh (2013) . Even the distribution of the different PHI categories resembles the distribution in other clinical texts where names and dates make up the largest categories (Neamatullah et al., 2008; Dalianis and Velupillai, 2010; Deleger et al., 2014; Hanauer et al., 2013) . In the extended corpus, names (including First Name and Last Name combined) make up almost one third of the overall PHI, and dates (including Date Full and Date Part) more than 15%. The most common category in the extended corpus, however, is Age. In the NorSynthClinical PHI corpus, Age constitutes around 39% of all PHI, while in other corpora, it constitutes no more than 1% (Neamatullah et al., 2008; Dalianis and Velupillai, 2010; Deleger et al., 2014) . Table 7 : Final evaluation with the modified hybrid de-identification tool. The entities Health Care Unit and Location observed in Table 6 were merged into Health Care Unit. in this table", |
| "cite_spans": [ |
| { |
| "start": 456, |
| "end": 472, |
| "text": "(Dalianis, 2018)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 517, |
| "end": 543, |
| "text": "Bjurstr\u00f8m and Singh (2013)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 704, |
| "end": 730, |
| "text": "(Neamatullah et al., 2008;", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 731, |
| "end": 761, |
| "text": "Dalianis and Velupillai, 2010;", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 762, |
| "end": 783, |
| "text": "Deleger et al., 2014;", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 784, |
| "end": 805, |
| "text": "Hanauer et al., 2013)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 1186, |
| "end": 1212, |
| "text": "(Neamatullah et al., 2008;", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 1213, |
| "end": 1243, |
| "text": "Dalianis and Velupillai, 2010;", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 1244, |
| "end": 1265, |
| "text": "Deleger et al., 2014)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 89, |
| "end": 96, |
| "text": "Table 4", |
| "ref_id": null |
| }, |
| { |
| "start": 270, |
| "end": 278, |
| "text": "Figure 1", |
| "ref_id": null |
| }, |
| { |
| "start": 1268, |
| "end": 1275, |
| "text": "Table 7", |
| "ref_id": null |
| }, |
| { |
| "start": 1399, |
| "end": 1406, |
| "text": "Table 6", |
| "ref_id": "TABREF6" |
| } |
| ], |
| "eq_spans": [], |
| "section": "The NorSynthClinical PHI corpus", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "The IAA score of 0.94 indicates that the agreement between the two annotators is high. This is especially true for the categories Phone Number and Social Security Number, which the annotators completely agreed on, see Figure 1 . How-ever, these and most other categories contain a small number of PHI instances, questioning the reliability of the statistical analysis. The categories that the annotators disagreed on the most, were Health Care Unit and Location, see Figure 1 . On five occasions, a PHI instance was anno-tated as Location by one of the annotators and as Health Care Unit by the other annotator. Other disagreements were caused by differences in the annotation span or in the interpretations of the provided annotation guidelines.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 218, |
| "end": 226, |
| "text": "Figure 1", |
| "ref_id": null |
| }, |
| { |
| "start": 467, |
| "end": 476, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Inter-Annotator Agreement", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "While the overall score for First Name and Last Name was high, the scores for Health Care Unit and Location were low, see Table 6 . The low scores were suspected to be due to health care units often being named after locations and being syntactically similar, resulting in the CRF model frequently labelling Health Care Unit as Location -which was confirmed with a manual review of the incorrect predictions.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 122, |
| "end": 129, |
| "text": "Table 6", |
| "ref_id": "TABREF6" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Evaluation with a hybrid de-identification tool", |
| "sec_num": "6.3" |
| }, |
| { |
| "text": "\"Of the 35 incorrect predictions where the correct label was B-ORG, 24 were labelled as B-LOC (approx. 69%).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation with a hybrid de-identification tool", |
| "sec_num": "6.3" |
| }, |
| { |
| "text": "Of the 21 incorrect predictions where the correct label was I-ORG, 6 were labelled as I-LOC (approx. 29%).\" (Wie, 2020) For the entities processed by the rule-based part (REGEX) of the hybrid de-identification tool the initial precision was high (0.908 micro avg.). However, the recall was low for all entities except date (0.770). This was attributed to the CoNLL conversion of the NorSynthClinical PHI corpus splitting the pertinent entities into more tokens, which the de-identification application was not designed to handle. Another consequence of some of these entities being split is an inflation of the support for these categories. An example being the original nine instances of Phone Number in the NorSynthClinical PHI corpus being counted as 23 instances -skewing the recall score, see Table 8 . Applying the aforementioned modification of reduction based on prefixes resulted in the same instance support as the original.", |
| "cite_spans": [ |
| { |
| "start": 108, |
| "end": 119, |
| "text": "(Wie, 2020)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 798, |
| "end": 805, |
| "text": "Table 8", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Evaluation with a hybrid de-identification tool", |
| "sec_num": "6.3" |
| }, |
| { |
| "text": "What makes the NorSynthClinical PHI special and valuable is the fact that it is synthetic. As it does not contain any real personal information, the gold standard can be accessed by anyone and utilized in the development of tools for deidentification of Norwegian clinical text. Hope-", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion and conclusion", |
| "sec_num": "7" |
| }, |
| { |
| "text": "Original CoNLL Age 162 247 Date 63 74 Social Security Number 5 7 Phone Number 9 23 Table 8 : Converting from SGML format to CoNLL format support inflation.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 9, |
| "end": 104, |
| "text": "CoNLL Age 162 247 Date 63 74 Social Security Number 5 7 Phone Number 9 23 Table 8", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Label", |
| "sec_num": null |
| }, |
| { |
| "text": "fully, this will facilitate more research on the content of clinical notes, and eventually a better health care.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Label", |
| "sec_num": null |
| }, |
| { |
| "text": "The major weakness of the created gold standard is its small size. The English corpus MIMIC II consists of 412,509 clinical notes and the Stockholm EPR PHI corpus consists of 100 patient records (Dalianis, 2018) . As mentioned in (Velupillai et al., 2009) , the latter contributes 174,000 tokens. In comparison, the NorSynthClinical PHI, which consists of 8,270 tokens, is very small. Besides, it is very specific to the area of cardiology, written by one cardiologist, and extended by a layman. Therefore, there might be a lack of linguistic variety. Furthermore, the gold standard is written in Norwegian Bokm\u00e5l and not in Nynorsk. However, it would be relatively uncomplicated to translate the gold standard from Bokm\u00e5l to Nynorsk.", |
| "cite_spans": [ |
| { |
| "start": 195, |
| "end": 211, |
| "text": "(Dalianis, 2018)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 230, |
| "end": 255, |
| "text": "(Velupillai et al., 2009)", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Label", |
| "sec_num": null |
| }, |
| { |
| "text": "The de-identification tool used for evaluating NorSynthClinical PHI corpus was initially designed for another purpose 13 and trained on publicly available data. The effect of fundamental incompatibilities between the training set and the gold standard, like the disparity between ORG and Health Care Unit, is difficult to estimate. However, no other de-identification system for Norwegian is available.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Label", |
| "sec_num": null |
| }, |
| { |
| "text": "The final evaluation of the modified hybrid deidentification tool for Norwegian using NorSynth-Clinical PHI gave an F 1 -measure of 0.731 and a recall of 0.619.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Label", |
| "sec_num": null |
| }, |
| { |
| "text": "A de-identification tool is aiming on a higher recall to remove all possible PHIs, also on the cost of lower precision.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Label", |
| "sec_num": null |
| }, |
| { |
| "text": "Further improvements could be made to the de-identification tool. Implementing dictionarybased algorithms could improve the accuracy of certain entity types. Task-specific dictionaries for Norwegian health care units and/or medications are feasible implementations and would likely improve accuracy on clinical texts. Furthermore, implementing tokenization directly in the de-identification tool would allow for deidentification of untokenized text, and minimize incompatibilities between the input and deidentification algorithm.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Label", |
| "sec_num": null |
| }, |
| { |
| "text": "The gold standard has its limitations and cannot alone decide whether a specific tool provides sufficiently de-identified outcomes. Therefore, we encourage to further expansions of the gold standard corpus, in addition to more evaluation research, in order to make it more reliable and improve its quality.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Label", |
| "sec_num": null |
| }, |
| { |
| "text": "SB made and evaluated the gold standard corpus, and wrote in the article. WW developed the hybrid de-identification tool and tested it on the gold standard corpus and co-authored the paper. HD supervised the study, gave comments and wrote in the article.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Contributions of each author", |
| "sec_num": null |
| }, |
| { |
| "text": "Norwegian has approximately 4,320,000 native speakers,(Rehm and Uszkoreit, 2012) 2 Norwegian Bokm\u00e5l -One of the two official written variants of Norwegian.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "NorSynthClinical, https://github.com/ ltgoslo/NorSynthClinical.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "NorSynthClinical PHI, https://github.com/ synnobra/NorSynthClinical-PHI.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "De-identification of Norwegian pathology reports.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Deidentification of Norwegian Health Record Notes: An Experimental Approach", |
| "authors": [ |
| { |
| "first": "Roar", |
| "middle": [], |
| "last": "Bjurstr\u00f8m", |
| "suffix": "" |
| }, |
| { |
| "first": "Jaspreet", |
| "middle": [], |
| "last": "Singh", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Roar Bjurstr\u00f8m and Jaspreet Singh. 2013. De- identification of Norwegian Health Record Notes: An Experimental Approach. Master's thesis, Insti- tutt for datateknikk og informasjonsvitenskap.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Extending a Synthetic Norwegian Clinical Corpus for De-Identification", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Synn\u00f8ve Br\u00e5ten", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Synn\u00f8ve Br\u00e5ten. 2020. Extending a Synthetic Norwe- gian Clinical Corpus for De-Identification. Master's thesis, Department of Computer and Systems Sci- ences, Stockholm University and Karolinska Insti- tutet, https://daisy.dsv.su.se/fil/visa?id=230054.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Natural language processing (almost) from scratch", |
| "authors": [ |
| { |
| "first": "Ronan", |
| "middle": [], |
| "last": "Collobert", |
| "suffix": "" |
| }, |
| { |
| "first": "Jason", |
| "middle": [], |
| "last": "Weston", |
| "suffix": "" |
| }, |
| { |
| "first": "L\u00e9on", |
| "middle": [], |
| "last": "Bottou", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Karlen", |
| "suffix": "" |
| }, |
| { |
| "first": "Koray", |
| "middle": [], |
| "last": "Kavukcuoglu", |
| "suffix": "" |
| }, |
| { |
| "first": "Pavel", |
| "middle": [], |
| "last": "Kuksa", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Journal of machine learning research", |
| "volume": "12", |
| "issue": "", |
| "pages": "2493--2537", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ronan Collobert, Jason Weston, L\u00e9on Bottou, Michael Karlen, Koray Kavukcuoglu, and Pavel Kuksa. 2011. Natural language processing (almost) from scratch. Journal of machine learning research, 12:2493-2537.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Clinical text mining: Secondary use of electronic patient records", |
| "authors": [ |
| { |
| "first": "Hercules", |
| "middle": [], |
| "last": "Dalianis", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hercules Dalianis. 2018. Clinical text mining: Sec- ondary use of electronic patient records. Springer Nature, Open Access.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Pseudonymisation of Swedish Electronic Patient Records Using a Rule-Based Approach", |
| "authors": [ |
| { |
| "first": "Hercules", |
| "middle": [], |
| "last": "Dalianis", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Proceedings of the Workshop on NLP and Pseudonymisation", |
| "volume": "", |
| "issue": "", |
| "pages": "16--23", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hercules Dalianis. 2019. Pseudonymisation of Swedish Electronic Patient Records Using a Rule- Based Approach. In Proceedings of the Workshop on NLP and Pseudonymisation, pages 16-23, Turku, Finland. Link\u00f6ping Electronic Press.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Deidentifying Swedish clinical text-refinement of a gold standard and experiments with Conditional random fields", |
| "authors": [ |
| { |
| "first": "Hercules", |
| "middle": [], |
| "last": "Dalianis", |
| "suffix": "" |
| }, |
| { |
| "first": "Sumithra", |
| "middle": [], |
| "last": "Velupillai", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Journal of Biomedical Semantics", |
| "volume": "1", |
| "issue": "1", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hercules Dalianis and Sumithra Velupillai. 2010. De- identifying Swedish clinical text-refinement of a gold standard and experiments with Conditional random fields. Journal of Biomedical Semantics, 1(1):6.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Preparing an annotated gold standard corpus to share with extramural investigators for deidentification research", |
| "authors": [ |
| { |
| "first": "Louise", |
| "middle": [], |
| "last": "Deleger", |
| "suffix": "" |
| }, |
| { |
| "first": "Todd", |
| "middle": [], |
| "last": "Lingren", |
| "suffix": "" |
| }, |
| { |
| "first": "Yizhao", |
| "middle": [], |
| "last": "Ni", |
| "suffix": "" |
| }, |
| { |
| "first": "Megan", |
| "middle": [], |
| "last": "Kaiser", |
| "suffix": "" |
| }, |
| { |
| "first": "Laura", |
| "middle": [], |
| "last": "Stoutenborough", |
| "suffix": "" |
| }, |
| { |
| "first": "Keith", |
| "middle": [], |
| "last": "Marsolo", |
| "suffix": "" |
| }, |
| { |
| "first": "Michal", |
| "middle": [], |
| "last": "Kouril", |
| "suffix": "" |
| }, |
| { |
| "first": "Katalin", |
| "middle": [], |
| "last": "Molnar", |
| "suffix": "" |
| }, |
| { |
| "first": "Imre", |
| "middle": [], |
| "last": "Solti", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Journal of Biomedical Informatics", |
| "volume": "50", |
| "issue": "", |
| "pages": "173--183", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Louise Deleger, Todd Lingren, Yizhao Ni, Megan Kaiser, Laura Stoutenborough, Keith Marsolo, Michal Kouril, Katalin Molnar, and Imre Solti. 2014. Preparing an annotated gold standard cor- pus to share with extramural investigators for de- identification research. Journal of Biomedical In- formatics, 50:173-183.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "De-identification of patient notes with recurrent neural networks", |
| "authors": [ |
| { |
| "first": "Franck", |
| "middle": [], |
| "last": "Dernoncourt", |
| "suffix": "" |
| }, |
| { |
| "first": "Ji", |
| "middle": [ |
| "Young" |
| ], |
| "last": "Lee", |
| "suffix": "" |
| }, |
| { |
| "first": "Ozlem", |
| "middle": [], |
| "last": "Uzuner", |
| "suffix": "" |
| }, |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Szolovits", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "Journal of the American Medical Informatics Association", |
| "volume": "24", |
| "issue": "3", |
| "pages": "596--606", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Franck Dernoncourt, Ji Young Lee, Ozlem Uzuner, and Peter Szolovits. 2017. De-identification of pa- tient notes with recurrent neural networks. Journal of the American Medical Informatics Association, 24(3):596-606.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "A globally optimal k-anonymity method for the de-identification of health data", |
| "authors": [ |
| { |
| "first": "Khaled", |
| "middle": [], |
| "last": "El Emam", |
| "suffix": "" |
| }, |
| { |
| "first": "Fida", |
| "middle": [], |
| "last": "Kamal Dankar", |
| "suffix": "" |
| }, |
| { |
| "first": "Romeo", |
| "middle": [], |
| "last": "Issa", |
| "suffix": "" |
| }, |
| { |
| "first": "Elizabeth", |
| "middle": [], |
| "last": "Jonker", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Amyot", |
| "suffix": "" |
| }, |
| { |
| "first": "Elise", |
| "middle": [], |
| "last": "Cogo", |
| "suffix": "" |
| }, |
| { |
| "first": "Jean-Pierre", |
| "middle": [], |
| "last": "Corriveau", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Walker", |
| "suffix": "" |
| }, |
| { |
| "first": "Sadrul", |
| "middle": [], |
| "last": "Chowdhury", |
| "suffix": "" |
| }, |
| { |
| "first": "Regis", |
| "middle": [], |
| "last": "Vaillancourt", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Journal of the American Medical Informatics Association", |
| "volume": "16", |
| "issue": "5", |
| "pages": "670--682", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Khaled El Emam, Fida Kamal Dankar, Romeo Issa, Elizabeth Jonker, Daniel Amyot, Elise Cogo, Jean- Pierre Corriveau, Mark Walker, Sadrul Chowdhury, Regis Vaillancourt, et al. 2009. A globally opti- mal k-anonymity method for the de-identification of health data. Journal of the American Medical Infor- matics Association, 16(5):670-682.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Bootstrapping a deidentification system for narrative patient records: cost-performance tradeoffs", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Hanauer", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Aberdeen", |
| "suffix": "" |
| }, |
| { |
| "first": "Samuel", |
| "middle": [], |
| "last": "Bayer", |
| "suffix": "" |
| }, |
| { |
| "first": "Benjamin", |
| "middle": [], |
| "last": "Wellner", |
| "suffix": "" |
| }, |
| { |
| "first": "Cheryl", |
| "middle": [], |
| "last": "Clark", |
| "suffix": "" |
| }, |
| { |
| "first": "Kai", |
| "middle": [], |
| "last": "Zheng", |
| "suffix": "" |
| }, |
| { |
| "first": "Lynette", |
| "middle": [], |
| "last": "Hirschman", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "International Journal of Medical Informatics", |
| "volume": "82", |
| "issue": "9", |
| "pages": "821--831", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David Hanauer, John Aberdeen, Samuel Bayer, Ben- jamin Wellner, Cheryl Clark, Kai Zheng, and Lynette Hirschman. 2013. Bootstrapping a de- identification system for narrative patient records: cost-performance tradeoffs. International Journal of Medical Informatics, 82(9):821-831.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "NorNE: Annotating named entities for Norwegian", |
| "authors": [ |
| { |
| "first": "Fredrik", |
| "middle": [], |
| "last": "J\u00f8rgensen", |
| "suffix": "" |
| }, |
| { |
| "first": "Tobias", |
| "middle": [], |
| "last": "Aasmoe", |
| "suffix": "" |
| }, |
| { |
| "first": "Anne-Stine Ruud", |
| "middle": [], |
| "last": "Husev\u00e5g", |
| "suffix": "" |
| }, |
| { |
| "first": "Lilja", |
| "middle": [], |
| "last": "\u00d8vrelid", |
| "suffix": "" |
| }, |
| { |
| "first": "Erik", |
| "middle": [], |
| "last": "Velldal", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Proceedings of The 12th Language Resources and Evaluation Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "4547--4556", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Fredrik J\u00f8rgensen, Tobias Aasmoe, Anne-Stine Ruud Husev\u00e5g, Lilja \u00d8vrelid, and Erik Velldal. 2020. https://www.aclweb.org/anthology/2020.lrec- 1.559 NorNE: Annotating named entities for Norwegian. In Proceedings of The 12th Language Resources and Evaluation Conference, pages 4547-4556, Marseille, France. European Language Resources Association.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Automatic De-identification of Medical Texts in Spanish: the MEDDOCAN Track, Corpus, Guidelines, Methods and Evaluation of Results", |
| "authors": [ |
| { |
| "first": "Montserrat", |
| "middle": [], |
| "last": "Marimon", |
| "suffix": "" |
| }, |
| { |
| "first": "Aitor", |
| "middle": [], |
| "last": "Gonzalez-Agirre", |
| "suffix": "" |
| }, |
| { |
| "first": "Ander", |
| "middle": [], |
| "last": "Intxaurrondo", |
| "suffix": "" |
| }, |
| { |
| "first": "Heidy", |
| "middle": [], |
| "last": "Rodriguez", |
| "suffix": "" |
| }, |
| { |
| "first": "Jose", |
| "middle": [], |
| "last": "Lopez Martin", |
| "suffix": "" |
| }, |
| { |
| "first": "Marta", |
| "middle": [], |
| "last": "Villegas", |
| "suffix": "" |
| }, |
| { |
| "first": "Martin", |
| "middle": [], |
| "last": "Krallinger", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "IberLEF@ SE-PLN, La Sociedad Espa\u00f1ola para el Procesamiento del Lenguaje Natural", |
| "volume": "", |
| "issue": "", |
| "pages": "618--638", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Montserrat Marimon, Aitor Gonzalez-Agirre, Ander Intxaurrondo, Heidy Rodriguez, Jose Lopez Martin, Marta Villegas, and Martin Krallinger. 2019. Auto- matic De-identification of Medical Texts in Spanish: the MEDDOCAN Track, Corpus, Guidelines, Meth- ods and Evaluation of Results. In IberLEF@ SE- PLN, La Sociedad Espa\u00f1ola para el Procesamiento del Lenguaje Natural, pages 618-638.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Automated de-identification of free-text medical records", |
| "authors": [ |
| { |
| "first": "Ishna", |
| "middle": [], |
| "last": "Neamatullah", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Margaret", |
| "suffix": "" |
| }, |
| { |
| "first": "H Lehman", |
| "middle": [], |
| "last": "Douglass", |
| "suffix": "" |
| }, |
| { |
| "first": "Andrew", |
| "middle": [], |
| "last": "Li-Wei", |
| "suffix": "" |
| }, |
| { |
| "first": "Mauricio", |
| "middle": [], |
| "last": "Reisner", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Villarroel", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "William", |
| "suffix": "" |
| }, |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Long", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Szolovits", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "George", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Moody", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Roger", |
| "suffix": "" |
| }, |
| { |
| "first": "Gari D", |
| "middle": [], |
| "last": "Mark", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Clifford", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "BMC Medical Informatics and Decision Making", |
| "volume": "8", |
| "issue": "1", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ishna Neamatullah, Margaret M Douglass, H Lehman Li-wei, Andrew Reisner, Mauricio Villarroel, William J Long, Peter Szolovits, George B Moody, Roger G Mark, and Gari D Clifford. 2008. Auto- mated de-identification of free-text medical records. BMC Medical Informatics and Decision Making, 8(1):32.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Natural Language Annotation for Machine Learning: A guide to corpus-building for applications", |
| "authors": [ |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Pustejovsky", |
| "suffix": "" |
| }, |
| { |
| "first": "Amber", |
| "middle": [], |
| "last": "Stubbs", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "James Pustejovsky and Amber Stubbs. 2012. Natu- ral Language Annotation for Machine Learning: A guide to corpus-building for applications. O'Reilly Media, Inc.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Iterative development of family history annotation guidelines using a synthetic corpus of clinical text", |
| "authors": [ |
| { |
| "first": "Taraka", |
| "middle": [], |
| "last": "Rama", |
| "suffix": "" |
| }, |
| { |
| "first": "P\u00e5l", |
| "middle": [], |
| "last": "Brekke", |
| "suffix": "" |
| }, |
| { |
| "first": "\u00d8ystein", |
| "middle": [], |
| "last": "Nytr\u00f8", |
| "suffix": "" |
| }, |
| { |
| "first": "Lilja", |
| "middle": [], |
| "last": "\u00d8vrelid", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Proceedings of the Ninth International Workshop on Health Text Mining and Information Analysis", |
| "volume": "", |
| "issue": "", |
| "pages": "111--121", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Taraka Rama, P\u00e5l Brekke, \u00d8ystein Nytr\u00f8, and Lilja \u00d8vrelid. 2018. Iterative development of family his- tory annotation guidelines using a synthetic corpus of clinical text. In Proceedings of the Ninth Interna- tional Workshop on Health Text Mining and Infor- mation Analysis, pages 111-121.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "The Norwegian Language in the European Information Society", |
| "authors": [ |
| { |
| "first": "Georg", |
| "middle": [], |
| "last": "Rehm", |
| "suffix": "" |
| }, |
| { |
| "first": "Hans", |
| "middle": [], |
| "last": "Uszkoreit", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "The Norwegian Language in the Digital Age", |
| "volume": "", |
| "issue": "", |
| "pages": "45--51", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Georg Rehm and Hans Uszkoreit. 2012. The Norwe- gian Language in the European Information Soci- ety. In The Norwegian Language in the Digital Age, pages 45-51. Springer.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "MIMIC II: a massive temporal ICU patient database to support research in intelligent patient monitoring", |
| "authors": [ |
| { |
| "first": "Mohammed", |
| "middle": [], |
| "last": "Saeed", |
| "suffix": "" |
| }, |
| { |
| "first": "Christine", |
| "middle": [], |
| "last": "Lieu", |
| "suffix": "" |
| }, |
| { |
| "first": "Greg", |
| "middle": [], |
| "last": "Raber", |
| "suffix": "" |
| }, |
| { |
| "first": "Roger G", |
| "middle": [], |
| "last": "Mark", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Computers in cardiology", |
| "volume": "", |
| "issue": "", |
| "pages": "641--644", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mohammed Saeed, Christine Lieu, Greg Raber, and Roger G Mark. 2002. MIMIC II: a massive tem- poral ICU patient database to support research in in- telligent patient monitoring. In Computers in cardi- ology, pages 641-644. IEEE.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Developing a standard for de-identifying electronic patient records written in Swedish: precision, recall and F-measure in a manual and computerized annotation trial", |
| "authors": [ |
| { |
| "first": "Sumithra", |
| "middle": [], |
| "last": "Velupillai", |
| "suffix": "" |
| }, |
| { |
| "first": "Hercules", |
| "middle": [], |
| "last": "Dalianis", |
| "suffix": "" |
| }, |
| { |
| "first": "Martin", |
| "middle": [], |
| "last": "Hassel", |
| "suffix": "" |
| }, |
| { |
| "first": "Gunnar H", |
| "middle": [], |
| "last": "Nilsson", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "International Journal of Medical Informatics", |
| "volume": "78", |
| "issue": "12", |
| "pages": "19--26", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sumithra Velupillai, Hercules Dalianis, Martin Hassel, and Gunnar H Nilsson. 2009. Developing a standard for de-identifying electronic patient records written in Swedish: precision, recall and F-measure in a manual and computerized annotation trial. Interna- tional Journal of Medical Informatics, 78(12):e19- e26.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "De-identification of Norwegian Clinical Text A Hybrid Approach Using Publicly Available Data", |
| "authors": [ |
| { |
| "first": "Wilhelm", |
| "middle": [], |
| "last": "Wie", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Stockholm University", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wilhelm Wie. 2020. De-identification of Norwegian Clinical Text A Hybrid Approach Using Publicly Available Data. Master's thesis, Department of Computer and Systems Sciences, Stockholm Uni- versity, https://daisy.dsv.su.se/fil/visa?id=230198.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "TABREF0": { |
| "type_str": "table", |
| "text": "Norwegian personal names, https://www.ssb. no/statbank/table/12891/ and https://www. ssb.no/statbank/table/10501// The Named Entity Tag set used to mark up elements of PHI.", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td>5 Social</td><td>security</td><td>numbers,</td><td>https:</td></tr><tr><td colspan=\"3\">//www.skatteetaten.no/en/</td><td/></tr><tr><td colspan=\"3\">person/National-Registry/</td><td/></tr><tr><td colspan=\"3\">Birth-and-name-selection/</td><td/></tr><tr><td colspan=\"3\">Children-born-in-Norway/</td><td/></tr><tr><td colspan=\"2\">National-ID-number/</td><td/><td/></tr><tr><td>6 Phone</td><td>numbers,</td><td colspan=\"2\">https://www.nkom.</td></tr><tr><td colspan=\"3\">no/telefoni-og-telefonnummer/</td><td/></tr><tr><td colspan=\"4\">telefonnummer-og-den-norske-nummerplan/</td></tr><tr><td colspan=\"4\">alle-nummerserier-for-norske-telefonnumre</td></tr><tr><td colspan=\"4\">7 Annotation guidelines, https://github.com/</td></tr><tr><td colspan=\"3\">synnobra/NorSynthClinical-PHI/raw/</td><td/></tr><tr><td colspan=\"3\">master/Annotation_guidelines.pdf</td><td/></tr></table>" |
| }, |
| "TABREF2": { |
| "type_str": "table", |
| "text": "", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td>: NorNE labels matched to PHI Tags la-</td></tr><tr><td>bels. S = Single, B = Beginning, E = Ending, I =</td></tr><tr><td>Inside, O = Outside</td></tr><tr><td>wegian pathology reports, employing the same</td></tr><tr><td>metrics of precision, recall and F 1 -measure as</td></tr><tr><td>for the IAA. The de-identification tool is a hy-</td></tr><tr><td>brid de-identification tool utilizing a Conditional</td></tr><tr><td>Random Fields (CRF) 9 machine learning (ML)</td></tr><tr><td>model trained on the Bokm\u00e5l half of the NorNE</td></tr><tr><td>corpus and regular expressions (REGEX) rule-</td></tr><tr><td>based pattern matching. NorNe is a corpus of</td></tr><tr><td>Norwegian non-clinical text made publicly avail-</td></tr><tr><td>able</td></tr></table>" |
| }, |
| "TABREF4": { |
| "type_str": "table", |
| "text": "Method for detecting labels.", |
| "num": null, |
| "html": null, |
| "content": "<table/>" |
| }, |
| "TABREF5": { |
| "type_str": "table", |
| "text": "The agreement between the two annotators that annotated the extended NorSynthClinical corpus.", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td>Label</td><td colspan=\"4\">Precision Recall F 1 -measure Support</td></tr><tr><td>First Name</td><td>0.951</td><td>0.806</td><td>0.872</td><td>72</td></tr><tr><td>Last Name</td><td>0.946</td><td>0.964</td><td>0.955</td><td>55</td></tr><tr><td>S/B Health Care Unit</td><td>0.090</td><td>0.167</td><td>0.117</td><td>42</td></tr><tr><td>I/E Health Care Unit</td><td>0.833</td><td>0.192</td><td>0.346</td><td>26</td></tr><tr><td>Location</td><td>0.209</td><td>1.000</td><td>0.346</td><td>9</td></tr><tr><td>Age (REGEX)</td><td>0.985</td><td>0.259</td><td>0.410</td><td>247</td></tr><tr><td>Date (REGEX)</td><td>0.862</td><td>0.770</td><td>0.797</td><td>74</td></tr><tr><td>Social Security Number (REGEX)</td><td>1.000</td><td>0.286</td><td>0.444</td><td>7</td></tr><tr><td>Phone Number (REGEX)</td><td>1.000</td><td>0.217</td><td>0.357</td><td>23</td></tr><tr><td>Micro avg.</td><td>0.675</td><td>0.468</td><td>0.553</td><td>555</td></tr></table>" |
| }, |
| "TABREF6": { |
| "type_str": "table", |
| "text": "Initial evaluation test with the hybrid de-identification tool.", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td>Label</td><td colspan=\"4\">Precision Recall F 1 -measure Support</td></tr><tr><td>First Name</td><td>0.951</td><td>0.806</td><td>0.872</td><td>72</td></tr><tr><td>Last Name</td><td>0.946</td><td>0.964</td><td>0.955</td><td>55</td></tr><tr><td>S/B Health Care Unit</td><td>0.767</td><td>0.647</td><td>0.702</td><td>51</td></tr><tr><td>I/E Health Care Unit</td><td>1.000</td><td>0.231</td><td>0.375</td><td>26</td></tr><tr><td>Age (REGEX)</td><td>0.985</td><td>0.395</td><td>0.564</td><td>162</td></tr><tr><td>Date (REGEX)</td><td>0.783</td><td>0.857</td><td>0.818</td><td>63</td></tr><tr><td>Social Security Number (REGEX)</td><td>1.000</td><td>0.400</td><td>0.571</td><td>5</td></tr><tr><td>Phone Number (REGEX)</td><td>0.800</td><td>0.444</td><td>0.571</td><td>9</td></tr><tr><td>Micro avg.</td><td>0.893</td><td>0.619</td><td>0.731</td><td>443</td></tr></table>" |
| } |
| } |
| } |
| } |