|
{ |
|
"paper_id": "2021", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T12:10:22.358120Z" |
|
}, |
|
"title": "FuzzyBIO: A Proposal for Fuzzy Representation of Discontinuous Entities", |
|
"authors": [ |
|
{ |
|
"first": "Anne", |
|
"middle": [], |
|
"last": "Dirkson", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Leiden University Niels", |
|
"location": { |
|
"addrLine": "Bohrweg 1", |
|
"postCode": "2333 CA", |
|
"settlement": "Leiden", |
|
"country": "the Netherlands" |
|
} |
|
}, |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"first": "Suzan", |
|
"middle": [], |
|
"last": "Verberne", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Leiden University Niels", |
|
"location": { |
|
"addrLine": "Bohrweg 1", |
|
"postCode": "2333 CA", |
|
"settlement": "Leiden", |
|
"country": "the Netherlands" |
|
} |
|
}, |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"first": "Wessel", |
|
"middle": [], |
|
"last": "Kraaij", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Leiden University Niels", |
|
"location": { |
|
"addrLine": "Bohrweg 1", |
|
"postCode": "2333 CA", |
|
"settlement": "Leiden", |
|
"country": "the Netherlands" |
|
} |
|
}, |
|
"email": "[email protected]" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "Discontinuous entities pose a challenge to named entity recognition (NER). These phenomena occur commonly in the biomedical domain. As a solution, expansions of the BIO representation scheme that can handle these entity types are commonly used (i.e. BIOHD). However, the extra tag types make the NER task more difficult to learn. In this paper we propose an alternative; a fuzzy continuous BIO scheme (FuzzyBIO). We focus on the task of Adverse Drug Response extraction and normalization to compare FuzzyBIO to BIOHD. We find that FuzzyBIO improves recall of NER for two of three data sets and results in a higher percentage of correctly identified disjoint and composite entities for all data sets. Using FuzzyBIO also improves end-toend performance for continuous and composite entities in two of three data sets. Since FuzzyBIO improves performance for some data sets and the conversion from BIOHD to FuzzyBIO is straightforward, we recommend investigating which is more effective for any data set containing discontinuous entities.", |
|
"pdf_parse": { |
|
"paper_id": "2021", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "Discontinuous entities pose a challenge to named entity recognition (NER). These phenomena occur commonly in the biomedical domain. As a solution, expansions of the BIO representation scheme that can handle these entity types are commonly used (i.e. BIOHD). However, the extra tag types make the NER task more difficult to learn. In this paper we propose an alternative; a fuzzy continuous BIO scheme (FuzzyBIO). We focus on the task of Adverse Drug Response extraction and normalization to compare FuzzyBIO to BIOHD. We find that FuzzyBIO improves recall of NER for two of three data sets and results in a higher percentage of correctly identified disjoint and composite entities for all data sets. Using FuzzyBIO also improves end-toend performance for continuous and composite entities in two of three data sets. Since FuzzyBIO improves performance for some data sets and the conversion from BIOHD to FuzzyBIO is straightforward, we recommend investigating which is more effective for any data set containing discontinuous entities.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "Adverse Drug Reactions (ADRs), harmful reactions that result from the intake of medication, pose a major health concern (World Health Organisation, 2006) . Due to the limitations of clinical trials on the one hand (Shenoy and Harugeri, 2015) and reporting systems after release on the market on the other hand (Hazell and Shakir, 2006) , many ADRs remain undiscovered. Therefore, both social media and clinical reports are being explored by the research community as alternative information sources for the semi-automatic discovery of ADRs (Lardon et al., 2015; Sarker et al., 2015) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 120, |
|
"end": 153, |
|
"text": "(World Health Organisation, 2006)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 214, |
|
"end": 241, |
|
"text": "(Shenoy and Harugeri, 2015)", |
|
"ref_id": "BIBREF12" |
|
}, |
|
{ |
|
"start": 310, |
|
"end": 335, |
|
"text": "(Hazell and Shakir, 2006)", |
|
"ref_id": "BIBREF0" |
|
}, |
|
{ |
|
"start": 540, |
|
"end": 561, |
|
"text": "(Lardon et al., 2015;", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 562, |
|
"end": 582, |
|
"text": "Sarker et al., 2015)", |
|
"ref_id": "BIBREF10" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "One particular challenge for the extraction of ADRs from text is the presence of discontinuous entities. These can be either composite entities (i.e. some words belong to multiple entities), such as 'lack of sleep and appetite', or disjoint entities (i.e. split entities), such as 'eyes are feeling dry'. These phenomena occur more commonly in the clinical than general domain. In fact, Tang et al. (2015) reported that discontinuous mentions in clinical text account for about 10% of all ADR mentions. None of the traditional versions of the BIO representation scheme (B: beginning of entity, I: inside entity and O: outside entity) or common extensions such as IOBES (E: end of entity, S: singleton entity) 1 were designed to handle such mentions (Pradhan et al., 2014) . Therefore, Tang et al. (2015) proposed extending the BIO scheme with two additional tags: the 'H' for words shared by multiple mentions and 'D' for parts of discontinuous mentions not shared by other mentions. This resulted in four new tag types (HB-, HI-, DB-and DI-). Their BIOHD representation was broadly adopted by the community Zolnoori et al., 2019; Si et al., 2019) . Table 1 shows examples of concepts represented with the BIOHD scheme.", |
|
"cite_spans": [ |
|
{ |
|
"start": 387, |
|
"end": 405, |
|
"text": "Tang et al. (2015)", |
|
"ref_id": "BIBREF17" |
|
}, |
|
{ |
|
"start": 749, |
|
"end": 771, |
|
"text": "(Pradhan et al., 2014)", |
|
"ref_id": "BIBREF8" |
|
}, |
|
{ |
|
"start": 785, |
|
"end": 803, |
|
"text": "Tang et al. (2015)", |
|
"ref_id": "BIBREF17" |
|
}, |
|
{ |
|
"start": 1108, |
|
"end": 1130, |
|
"text": "Zolnoori et al., 2019;", |
|
"ref_id": "BIBREF26" |
|
}, |
|
{ |
|
"start": 1131, |
|
"end": 1147, |
|
"text": "Si et al., 2019)", |
|
"ref_id": "BIBREF13" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 1150, |
|
"end": 1157, |
|
"text": "Table 1", |
|
"ref_id": "TABREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Although the BIOHD scheme allows for precise representation of entities, the extra tag types make the task more difficult for models to learn. Straightforward BIO rules such as 'an entity always starts with a B' are no longer valid under the BIOHD scheme. In this paper we argue that a more simple BIO representation in which discontinuous entities are transformed into continuous sequences by including all non-entity tokens in between would improve ADR extraction by being easier to learn and reintroducing these straightforward rules. We coin this representation FuzzyBIO. Some examples of entities represented with BIOHD and FuzzyBIO can be seen in Table 1. Aside from improving extraction, using Fuzzy-BIO instead of BIOHD may also improve sub-Sentence 1 Muscles are constantly quivering ! BIOHD DB O O DI O FuzzyBIO B I I I O Sentence 2 I have pain in my hands and upper arms BIOHD O O HB HI HI DB O DB DI FuzzyBIO O O B I I I I I I In this paper we present FuzzyBIO, a fuzzy continuous BIO representation of discontinuous entities. Moreover, we show it is beneficial for end-toend ADR discovery. Our representation is applicable to other domains as well. We release our code for the purpose of follow-up research. 2", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 653, |
|
"end": 661, |
|
"text": "Table 1.", |
|
"ref_id": "TABREF0" |
|
}, |
|
{ |
|
"start": 783, |
|
"end": 974, |
|
"text": "quivering ! BIOHD DB O O DI O FuzzyBIO B I I I O Sentence 2 I have pain in my hands and upper arms BIOHD O O HB HI HI DB O DB DI FuzzyBIO O O B I I I I I I", |
|
"ref_id": "TABREF2" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "The first shared task to deal with discontinuous medical entities was SemEval 2014 Task 7 (Pradhan et al., 2014). Prior to this task, discontinuous entities were often excluded (e.g. Uzuner et al. (2011)) or each part was represented as a separate continuous entity and later reassembled . Various representations were proposed but the only one able to distinguish between those that share a head word (i.e composite entities) and those that do not (e.g. disjoint entities) was the BIOHD scheme (Zhang et al., 2014) . This scheme was later analysed in more detail and compared to two baseline approaches: (1) ignoring all discontinuous entities and (2) representing separate parts of discontinuous entities as individual entities (Tang et al., 2015) . In comparison to the baseline approaches, the BIOHD scheme could improve recognition of both discontinuous but also continuous entities, likely due to its ability to distinguish between the two.", |
|
"cite_spans": [ |
|
{ |
|
"start": 495, |
|
"end": 515, |
|
"text": "(Zhang et al., 2014)", |
|
"ref_id": "BIBREF24" |
|
}, |
|
{ |
|
"start": 730, |
|
"end": 749, |
|
"text": "(Tang et al., 2015)", |
|
"ref_id": "BIBREF17" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related Work", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Tang et al. 2015also proposed a further extension (BIOHD1234) in which numbers were added to refer to which entity a non-head ('D') entity should be combined with 3 , effectively expanding the scheme from 7 to 13 tags. This representation was able to outperform BIOHD due to its ability to correctly represent multiple discontinuous entities and discontinuous entities with more than one non-head part. However, as neither BIOHD nor BIOHD1234 could handle multiple head entities in one sentence, Tang et al. (2018) proposed a multilabel BIO representation in which tokens can be labeled with more than one tag, and each tag corresponds to one entity. For NER of adverse drug responses, this novel representation managed to outperform BIOHD. Similarly, Shang et al. (2020) allowed for multiple labels per token for extracting disorders from scientific articles.", |
|
"cite_spans": [ |
|
{ |
|
"start": 496, |
|
"end": 514, |
|
"text": "Tang et al. (2018)", |
|
"ref_id": "BIBREF18" |
|
}, |
|
{ |
|
"start": 752, |
|
"end": 771, |
|
"text": "Shang et al. (2020)", |
|
"ref_id": "BIBREF11" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related Work", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Despite its limitations (Tang et al., 2018) , the BIOHD scheme is commonly adopted (Si et al., 2019; Zolnoori et al., 2019) . We propose an alternative, simpler representation scheme that could improve extraction by being easier to learn.", |
|
"cite_spans": [ |
|
{ |
|
"start": 24, |
|
"end": 43, |
|
"text": "(Tang et al., 2018)", |
|
"ref_id": "BIBREF18" |
|
}, |
|
{ |
|
"start": 83, |
|
"end": 100, |
|
"text": "(Si et al., 2019;", |
|
"ref_id": "BIBREF13" |
|
}, |
|
{ |
|
"start": 101, |
|
"end": 123, |
|
"text": "Zolnoori et al., 2019)", |
|
"ref_id": "BIBREF26" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related Work", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "As displayed in Table 1 , FuzzyBIO transforms discontinuous into continuous entities by annotating all tokens in between. 4 Composite entities are combined if they share an entity head. We realise this compresses two separate entities into one (e.g. the entities 'pain in my hands' and 'pain in my upper arms' in Table 1 ). However, this does not pose a problem to normalization, as the state-of-the-art normalization method (Sung et al., 2020) includes heuristic rules to split composite entities prior to normalization.", |
|
"cite_spans": [ |
|
{ |
|
"start": 425, |
|
"end": 444, |
|
"text": "(Sung et al., 2020)", |
|
"ref_id": "BIBREF16" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 16, |
|
"end": 23, |
|
"text": "Table 1", |
|
"ref_id": "TABREF0" |
|
}, |
|
{ |
|
"start": 313, |
|
"end": 320, |
|
"text": "Table 1", |
|
"ref_id": "TABREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "The FuzzyBIO representation scheme", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "For the NER task itself, we opt for distilBERT (base-cased), a lighter more computationally efficient version of BERT (Sanh et al., 2019) . We use a one-cycle learning rate (LR) policy (Smith, 2018) with a maximum LR of 0.01. For each fold in the 10-fold cross-validation (CV), we select either 3 or 4 epochs based on the validation data. We use the Huggingface implementation (Wolf et al., 2019) with the wrapper ktrain (Maiya, 2020) to train our models with the initialization seed set to 1.", |
|
"cite_spans": [ |
|
{ |
|
"start": 118, |
|
"end": 137, |
|
"text": "(Sanh et al., 2019)", |
|
"ref_id": "BIBREF9" |
|
}, |
|
{ |
|
"start": 185, |
|
"end": 198, |
|
"text": "(Smith, 2018)", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 377, |
|
"end": 396, |
|
"text": "(Wolf et al., 2019)", |
|
"ref_id": "BIBREF9" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Named Entity Recognition of ADR", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "For normalization, we use the state-of-the-art BioSyn method with default parameters (Sung et al., 2020; . It is possible to provide composite entities as input, as this method splits composite entities prior to normalization using the heuristics by Souza and Ng (2015).", |
|
"cite_spans": [ |
|
{ |
|
"start": 85, |
|
"end": 104, |
|
"text": "(Sung et al., 2020;", |
|
"ref_id": "BIBREF16" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Concept normalization of ADR", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "Our target ontology is SNOMED-CT 5 . As SNOMED-CT is too extensive for our purpose, we aim to map SNOMED concepts in our training data to a curated subset of SNOMED, the CORE Problem List Subset 6 , before training the normalization model. If there is a direct mapping in the community based mappings in BioPortal (Noy et al., 2008) between the original concept and a CORE concept or the parent of the concept is in the CORE (e.g. 'moderate anxiety' to 'anxiety'), we map the mention to the respective CORE concept. We include all concepts of the CORE subset and all concepts that could not be mapped to a CORE concept in the data as candidates. Synonyms for each concept are retrieved from the community based mappings in BioPortal (Noy et al., 2008) and from the UMLS using pymedtermino (Lamy et al., 2015).", |
|
"cite_spans": [ |
|
{ |
|
"start": 314, |
|
"end": 332, |
|
"text": "(Noy et al., 2008)", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 733, |
|
"end": 751, |
|
"text": "(Noy et al., 2008)", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Concept normalization of ADR", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "For evaluating the NER models on a token level, our metrics are lenient and ignore the prefixes (B-I-H-D-). Additionally, we evaluate performance on an entity level. Following Magge et al. (2020) , an entity is considered a true positive if any part of the annotated ADR text is correctly identified (i.e. overlaps with the predicted ADR text). We evaluate the end-to-end performance by calculating how many entities were both extracted during NER and normalized to the correct SNOMED-CT concept.", |
|
"cite_spans": [ |
|
{ |
|
"start": 176, |
|
"end": 195, |
|
"text": "Magge et al. (2020)", |
|
"ref_id": "BIBREF4" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Evaluation", |
|
"sec_num": "3.4" |
|
}, |
|
{ |
|
"text": "We use two data sets of social media posts annotated for ADR: CADEC and PsyTAR (Zolnoori et al., 2019) . The former was also used by Tang et al. (2018) . Both contain posts from medical fora on AskaPatient.com. Additionally, we used a data set of clinical records annotated for disorder mentions, namely the SemEval 2014 Task 7 data (Pradhan et al., 2014) that builds on the CLEF eHealth 2013 corpus used by Tang et al. (2015) . See Table 2 for more details. Data sets were split into 10 folds stratified on the presence of ADRs. For PsyTAR, we chose sentences as units as they were annotated separately. For the CLEF data set, each document was split into sequences of 5 sentences for the NER task, because of memory restrictions on the input length for BERT models.", |
|
"cite_spans": [ |
|
{ |
|
"start": 79, |
|
"end": 102, |
|
"text": "(Zolnoori et al., 2019)", |
|
"ref_id": "BIBREF26" |
|
}, |
|
{ |
|
"start": 133, |
|
"end": 151, |
|
"text": "Tang et al. (2018)", |
|
"ref_id": "BIBREF18" |
|
}, |
|
{ |
|
"start": 408, |
|
"end": 426, |
|
"text": "Tang et al. (2015)", |
|
"ref_id": "BIBREF17" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 433, |
|
"end": 440, |
|
"text": "Table 2", |
|
"ref_id": "TABREF2" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Data", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "As can be seen in Table 3 , the FuzzyBIO scheme improves recall for two of three data sets, namely for CADEC (+0.29) and CLEF (+0.07), at a cost to precision (-0.24 and -0.1). For these data sets, using FuzzyBIO also leads to a higher percentage of correctly identified entities for both continuous (+1.1 and +0.6) and discontinuous entities (+3.5 and +3.6 for disjoint and +0.6 and +0.7 for composite entities). For the remaining data set (PsyTAR), overall NER performance is negatively affected by using FuzzyBIO (-0.09) and continuous entities are missed more often (-2.5). Nonetheless, also for this data set discontinuous entities are extracted correctly more often (+0.8 and +8.0) when using FuzzyBIO instead of the BIOHD scheme.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 18, |
|
"end": 25, |
|
"text": "Table 3", |
|
"ref_id": "TABREF4" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Intrinsic evaluation", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "As can be seen in Table 4 , using the FuzzyBIO scheme improves end-to-end performance for continuous and composite entities in two of three data sets, namely the CADEC (+0.4 and +1.3) and CLEF data (+0.4 and +5.7). In contrast, the end-toend performance for disjoint entities is decreased (-15.5 and -21.0) for these data sets despite initial gains during NER. In the remaining data set (Psy-TAR), the percentage of correctly identified entities after normalization is lower for all entity types when using the FuzzyBIO instead of the BIOHD scheme. ", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 18, |
|
"end": 25, |
|
"text": "Table 4", |
|
"ref_id": "TABREF6" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Extrinsic evaluation", |
|
"sec_num": "5.2" |
|
}, |
|
{ |
|
"text": "In answer to RQ1, we find that the FuzzyBIO scheme benefits overall recall during NER for two of the three data sets. For these data sets, it also leads to a higher percentage of correctly identified entities, both continuous and discontinuous. For the third data set (PsyTAR), more discontinuous entities are extracted correctly when using FuzzyBIO compared to the BIOHD scheme. However, more continuous entities are missed. In answer to RQ2, we find that for the same two data sets (CADEC and CLEF) the end-to-end ADR extraction is improved for continuous and composite entities. However, for the remaining data set (PsyTAR) the end-to-end performance is lower for all entity types. We believe that the difference between PsyTAR and the other data sets may be related to either the low number of discontinuous entities or the low number of composite entities in the PsyTAR data, which may have hindered the training of an NER model for these entity types. An alternative explanation is that FuzzyBIO is less beneficial for easier NER tasks: The initial NER performance with BIOHD is far higher for PsyTAR (F 1 of 0.771) than for the other data sets (F 1 of 0.586 and 0.312). The difference between PsyTAR and the other data sets is unlikely to be related to the relative percentage of discontinuous entities, as this is similar to that of the CLEF data (5.8 vs 6.2%), or the nature of the data, as CADEC contains forum posts from the same website.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "Another result that stands out is the lower endto-end performance for disjoint entities when using the FuzzyBIO scheme despite initial gains in the extraction of disjoint entities for all data sets. We suspect that normalization of these entities is made more challenging by the words in between the disjoint parts of the entity that are now included in the extracted entity. Therefore, in future work, we plan to investigate post-processing steps such as the removal of stop words which may improve the normalization of the more noisy disjoint entities represented with FuzzyBIO. As our representation is applicable for representing any type of discontinuous entity, future work may also include testing FuzzyBIO in other domains.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "Although the improvement in NER is compa-rable for disjoint entities in medical records and user-generated content, the negative impact on normalization of disjoint entities is far stronger for the medical records. One might expect the normalization to decrease more strongly if more non-entity words (i.e. more noise) were included, but the median amount of non-entity words included in the disjoint entities is equal for all data sets (on average 1 word is added). Manual analysis also does not reveal a difference between the type of non-entity word included; They appear to mostly be stopwords. Thus, the most likely explanation for this difference is that the training examples for normalization from the user-generated data are already more noisy than their counterparts from the medical records. Consequently, the normalization algorithm for user-generated data might be better at dealing with noise. Future work could investigate whether training with the noisy examples instead of the original entities would be beneficial. FuzzyBIO appears to be more beneficial for endto-end extraction of composite entities in the medical records (+5.7) than in the user-generated data (+1.3 and -3.1). However, the number of non-entity words that is included is not lower for the medical records (median of 2 words added) compared to the user-generated data (median of 1 for CADEC and 3 for PsyTAR). Thus, this difference does not appear to be due to an increase in the fuzziness of the entities.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "We also find some support for our hypothesis that the BIOHD representation makes the NER task more difficult for BERT models to learn than the FuzzyBIO representation. Overall the BERT models have difficulty learning the additional tag types; The precision for H-and D-tags is consistently lower than the precision for B-tags. In fact, on the PsyTAR data which contains only few overlapping entities (1.7%), the H-tag was never predicted. It seems that FuzzyBIO makes the task easier in two ways, namely by standardizing entities into continuous sequences that always start with a Btag and by excluding rare tags such as the H-tag. Standardizing entities makes it easier for the model to learn the underlying rules and excluding rare tags removes a goal for which there are only few examples available.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "As recommendation for future NER tasks, we expect FuzzyBIO to especially benefit NER for diffi-cult tasks with a fair amount of discontinuous entities. However, since the conversion from BIOHD to FuzzyBIO is straightforward and deterministic, we recommend to experimentally compare which of the two representations is more effective for any data set that includes discontinuous entities.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "This scheme is also called BIOES, BILOU or BMEWO", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Code is available at: https://github.com/ AnneDirkson/FuzzyBIO", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "1 and 2 denote nearest head and non-head entity on the left, and 3 and 4 denote nearest head and non-head entity on the right", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "In our data, we did not find any cases where an entity was lost because it was in between two parts of another discontinuous entity. Nonetheless, this is theoretically possible and poses a potential limitation.5 https://www.nlm.nih.gov/healthit/ snomedct/index.html 6 https://www.nlm.nih.gov/research/ umls/Snomed/core_subset.html", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [ |
|
{ |
|
"text": "We would like to thank the SIDN fonds for funding this research and our reviewers for their valuable feedback.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Acknowledgments", |
|
"sec_num": null |
|
} |
|
], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Under-Reporting of Adverse Drug Reactions A Systematic Review", |
|
"authors": [ |
|
{ |
|
"first": "Lorna", |
|
"middle": [], |
|
"last": "Hazell", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A W", |
|
"middle": [], |
|
"last": "Saad", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Shakir", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2006, |
|
"venue": "Drug Safety", |
|
"volume": "29", |
|
"issue": "5", |
|
"pages": "385--396", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.2165/00002018-200629050-00003" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Lorna Hazell and Saad A W Shakir. 2006. Under- Reporting of Adverse Drug Reactions A Systematic Review. Drug Safety, 29(5):385-396.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "Cadec: A corpus of adverse drug event annotations", |
|
"authors": [ |
|
{ |
|
"first": "Sarvnaz", |
|
"middle": [], |
|
"last": "Karimi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Alejandro", |
|
"middle": [], |
|
"last": "Metke-Jimenez", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Madonna", |
|
"middle": [], |
|
"last": "Kemp", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Chen", |
|
"middle": [], |
|
"last": "Wang", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "Journal of Biomedical Informatics", |
|
"volume": "55", |
|
"issue": "", |
|
"pages": "73--81", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1016/J.JBI.2015.03.010" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Sarvnaz Karimi, Alejandro Metke-Jimenez, Madonna Kemp, and Chen Wang. 2015. Cadec: A corpus of adverse drug event annotations. Journal of Biomedi- cal Informatics, 55:73-81.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "PyMedTermino: An open-source generic API for advanced terminology services", |
|
"authors": [ |
|
{ |
|
"first": "Jean", |
|
"middle": [], |
|
"last": "Baptiste Lamy", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "Studies in Health Technology and Informatics", |
|
"volume": "210", |
|
"issue": "", |
|
"pages": "924--928", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.3233/978-1-61499-512-8-924" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jean Baptiste Lamy, Alain Venot, and Catherine Duc- los. 2015. PyMedTermino: An open-source generic API for advanced terminology services. Studies in Health Technology and Informatics, 210:924-928.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Adverse drug reaction identification and extraction in social media: A scoping review", |
|
"authors": [ |
|
{ |
|
"first": "J\u00e9r\u00e9my", |
|
"middle": [], |
|
"last": "Lardon", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Redhouane", |
|
"middle": [], |
|
"last": "Abdellaoui", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Florelle", |
|
"middle": [], |
|
"last": "Bellet", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hadyl", |
|
"middle": [], |
|
"last": "Asfari", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Julien", |
|
"middle": [], |
|
"last": "Souvignet", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Nathalie", |
|
"middle": [], |
|
"last": "Texier", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Marie", |
|
"middle": [ |
|
"Christine" |
|
], |
|
"last": "Jaulent", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Marie", |
|
"middle": [ |
|
"No\u00eblle" |
|
], |
|
"last": "Beyens", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Anita", |
|
"middle": [], |
|
"last": "Burgun", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C\u00e9dric", |
|
"middle": [], |
|
"last": "Bousquet", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "Journal of Medical Internet Research", |
|
"volume": "17", |
|
"issue": "7", |
|
"pages": "1--16", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.2196/jmir.4304" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "J\u00e9r\u00e9my Lardon, Redhouane Abdellaoui, Florelle Bel- let, Hadyl Asfari, Julien Souvignet, Nathalie Texier, Marie Christine Jaulent, Marie No\u00eblle Beyens, Anita Burgun, and C\u00e9dric Bousquet. 2015. Adverse drug reaction identification and extraction in social me- dia: A scoping review. Journal of Medical Internet Research, 17(7):1-16.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "Deepademiner: A deep learning pharmacovigilance pipeline for extraction and normalization of adverse drug effect mentions on twitter", |
|
"authors": [ |
|
{ |
|
"first": "Arjun", |
|
"middle": [], |
|
"last": "Magge", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Elena", |
|
"middle": [], |
|
"last": "Tutubalina", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Zulfat", |
|
"middle": [], |
|
"last": "Miftahutdinov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ilseyar", |
|
"middle": [], |
|
"last": "Alimova", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Anne", |
|
"middle": [], |
|
"last": "Dirkson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Suzan", |
|
"middle": [], |
|
"last": "Verberne", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Davy", |
|
"middle": [], |
|
"last": "Weissenbacher", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Graciela", |
|
"middle": [], |
|
"last": "Gonzalez-Hernandez", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1101/2020.12.15.20248229" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Arjun Magge, Elena Tutubalina, Zulfat Miftahutdi- nov, Ilseyar Alimova, Anne Dirkson, Suzan Ver- berne, Davy Weissenbacher, and Graciela Gonzalez- Hernandez. 2020. Deepademiner: A deep learning pharmacovigilance pipeline for extraction and nor- malization of adverse drug effect mentions on twit- ter. medRxiv.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "2020. ktrain: A low-code library for augmented machine learning", |
|
"authors": [ |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Arun", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Maiya", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"arXiv": [ |
|
"arXiv:2004.10703" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Arun S. Maiya. 2020. ktrain: A low-code li- brary for augmented machine learning. arXiv, arXiv:2004.10703 [cs.LG].", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "Concept Extraction to Identify Adverse Drug Reactions in Medical Forums: A Comparison of Algorithms", |
|
"authors": [ |
|
{ |
|
"first": "Alejandro", |
|
"middle": [], |
|
"last": "Metke", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "-Jimenez", |
|
"middle": [], |
|
"last": "", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Sarvnaz", |
|
"middle": [], |
|
"last": "Karimi", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Alejandro Metke-Jimenez and Sarvnaz Karimi. 2015. Concept Extraction to Identify Adverse Drug Reac- tions in Medical Forums: A Comparison of Algo- rithms. ArXiv.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Collecting community-based mappings in an ontology repository", |
|
"authors": [ |
|
{ |
|
"first": "Natalya", |
|
"middle": [ |
|
"F" |
|
], |
|
"last": "Noy", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Nicholas", |
|
"middle": [], |
|
"last": "Griffith", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mark", |
|
"middle": [ |
|
"A" |
|
], |
|
"last": "Musen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "Proceedings of the 7th International Conference on The Semantic Web, ISWC '08", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "371--386", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1007/978-3-540-88564-1_24" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Natalya F. Noy, Nicholas Griffith, and Mark A. Musen. 2008. Collecting community-based mappings in an ontology repository. In Proceedings of the 7th Inter- national Conference on The Semantic Web, ISWC '08, page 371-386, Berlin, Heidelberg. Springer- Verlag.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "SemEval-2014 Task 7: Analysis of Clinical Text", |
|
"authors": [ |
|
{ |
|
"first": "No\u00e9mie", |
|
"middle": [], |
|
"last": "Sameer Pradhan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Wendy", |
|
"middle": [], |
|
"last": "Elhadad", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Suresh", |
|
"middle": [], |
|
"last": "Chapman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Guergana", |
|
"middle": [], |
|
"last": "Manandhar", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Savova", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2014, |
|
"venue": "Proceedings ofthe 8th International Workshop on Semantic Evaluation", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "54--62", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.3115/v1/s14-2007" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Sameer Pradhan, No\u00e9mie Elhadad, Wendy Chapman, Suresh Manandhar, and Guergana Savova. 2014. SemEval-2014 Task 7: Analysis of Clinical Text. In Proceedings ofthe 8th International Workshop on Se- mantic Evaluation (SemEval 2014), SemEval, pages 54-62.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "DistilBERT, a distilled version of BERT: smaller, faster, cheaper and lighter", |
|
"authors": [ |
|
{ |
|
"first": "Victor", |
|
"middle": [], |
|
"last": "Sanh", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Lysandre", |
|
"middle": [], |
|
"last": "Debut", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Julien", |
|
"middle": [], |
|
"last": "Chaumond", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Thomas", |
|
"middle": [], |
|
"last": "Wolf", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "5th Workshop on Energy Efficient Machine Learning and Cognitive Computing -NeurIPS", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Victor Sanh, Lysandre Debut, Julien Chaumond, and Thomas Wolf. 2019. DistilBERT, a distilled version of BERT: smaller, faster, cheaper and lighter. In 5th Workshop on Energy Efficient Machine Learning and Cognitive Computing -NeurIPS 2019.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "Utilizing social media data for pharmacovigilance: A review", |
|
"authors": [ |
|
{ |
|
"first": "Abeed", |
|
"middle": [], |
|
"last": "Sarker", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Rachel", |
|
"middle": [], |
|
"last": "Ginn", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Azadeh", |
|
"middle": [], |
|
"last": "Nikfarjam", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "O'", |
|
"middle": [], |
|
"last": "Karen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Karen", |
|
"middle": [], |
|
"last": "Connor", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Swetha", |
|
"middle": [], |
|
"last": "Smith", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Tejaswi", |
|
"middle": [], |
|
"last": "Jayaraman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Graciela", |
|
"middle": [], |
|
"last": "Upadhaya", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Gonzalez", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "Journal of Biomedical Informatics", |
|
"volume": "54", |
|
"issue": "", |
|
"pages": "202--212", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1016/J.JBI.2015.02.004" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Abeed Sarker, Rachel Ginn, Azadeh Nikfarjam, Karen O'Connor, Karen Smith, Swetha Jayaraman, Te- jaswi Upadhaya, and Graciela Gonzalez. 2015. Uti- lizing social media data for pharmacovigilance: A review. Journal of Biomedical Informatics, 54:202- 212.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "Learning named entity tagger using domain-specific dictionary", |
|
"authors": [ |
|
{ |
|
"first": "Jingbo", |
|
"middle": [], |
|
"last": "Shang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Liyuan", |
|
"middle": [], |
|
"last": "Liu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Xiaotao", |
|
"middle": [], |
|
"last": "Gu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Xiang", |
|
"middle": [], |
|
"last": "Ren", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Teng", |
|
"middle": [], |
|
"last": "Ren", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jiawei", |
|
"middle": [], |
|
"last": "Han", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "2054--2064", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/d18-1230" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jingbo Shang, Liyuan Liu, Xiaotao Gu, Xiang Ren, Teng Ren, and Jiawei Han. 2020. Learning named entity tagger using domain-specific dictionary. Pro- ceedings of the 2018 Conference on Empirical Meth- ods in Natural Language Processing, EMNLP 2018, pages 2054-2064.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Elderly patients' participation in clinical trials", |
|
"authors": [ |
|
{ |
|
"first": "Premnath", |
|
"middle": [], |
|
"last": "Shenoy", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Anand", |
|
"middle": [], |
|
"last": "Harugeri", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "Perspectives in Clinical Research", |
|
"volume": "6", |
|
"issue": "4", |
|
"pages": "", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.4103/2229-3485.167099" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Premnath Shenoy and Anand Harugeri. 2015. Elderly patients' participation in clinical trials. Perspectives in Clinical Research, 6(4):184.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "Enhancing clinical concept extraction with contextual embeddings", |
|
"authors": [ |
|
{ |
|
"first": "Yuqi", |
|
"middle": [], |
|
"last": "Si", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jingqi", |
|
"middle": [], |
|
"last": "Wang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hua", |
|
"middle": [], |
|
"last": "Xu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kirk", |
|
"middle": [], |
|
"last": "Roberts", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "Journal of the American Medical Informatics Association", |
|
"volume": "26", |
|
"issue": "11", |
|
"pages": "1297--1304", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1093/jamia/ocz096" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yuqi Si, Jingqi Wang, Hua Xu, and Kirk Roberts. 2019. Enhancing clinical concept extraction with contex- tual embeddings. Journal of the American Medical Informatics Association, 26(11):1297-1304.", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "A disciplined approach to neural network hyper-parameters: Part 1 -learning rate, batch size, momentum, and weight decay", |
|
"authors": [ |
|
{ |
|
"first": "Leslie", |
|
"middle": [ |
|
"N" |
|
], |
|
"last": "Smith", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Leslie N. Smith. 2018. A disciplined approach to neu- ral network hyper-parameters: Part 1 -learning rate, batch size, momentum, and weight decay. ArXiv.", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "Sieve-Based Entity Linking for the Biomedical Domain", |
|
"authors": [ |
|
{ |
|
"first": "D '", |
|
"middle": [], |
|
"last": "Jennifer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Vincent", |
|
"middle": [], |
|
"last": "Souza", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Ng", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "53rd Annual Meeting ofthe Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "297--302", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jennifer D ' Souza and Vincent Ng. 2015. Sieve-Based Entity Linking for the Biomedical Domain. In 53rd Annual Meeting ofthe Association for Compu- tational Linguistics and the 7th International Joint Conference on Natural Language Processing, pages 297-302.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "Biomedical Entity Representations with Synonym Marginalization", |
|
"authors": [ |
|
{ |
|
"first": "Mujeen", |
|
"middle": [], |
|
"last": "Sung", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hwisang", |
|
"middle": [], |
|
"last": "Jeon", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jinhyuk", |
|
"middle": [], |
|
"last": "Lee", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jaewoo", |
|
"middle": [], |
|
"last": "Kang", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "3641--3650", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Mujeen Sung, Hwisang Jeon, Jinhyuk Lee, and Jae- woo Kang. 2020. Biomedical Entity Representa- tions with Synonym Marginalization. In Proceed- ings of the 58th Annual Meeting of the Association for Computational Linguistics, pages 3641-3650.", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "Recognizing Disjoint Clinical Concepts in Clinical Text Using Machine Learningbased Methods", |
|
"authors": [ |
|
{ |
|
"first": "Buzhou", |
|
"middle": [], |
|
"last": "Tang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Qingcai", |
|
"middle": [], |
|
"last": "Chen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Xiaolong", |
|
"middle": [], |
|
"last": "Wang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yonghui", |
|
"middle": [], |
|
"last": "Wu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yaoyun", |
|
"middle": [], |
|
"last": "Zhang Phd", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Min", |
|
"middle": [], |
|
"last": "Jiang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jingqi", |
|
"middle": [], |
|
"last": "Wang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hua", |
|
"middle": [], |
|
"last": "Xu", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "AMIA Annu Symp Proc", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1184--1193", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Buzhou Tang, Qingcai Chen, Xiaolong Wang, Yonghui Wu, Yaoyun Zhang Phd, Min Jiang, Jingqi Wang, and Hua Xu. 2015. Recognizing Disjoint Clinical Concepts in Clinical Text Using Machine Learning- based Methods. In AMIA Annu Symp Proc., pages 1184-1193.", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "Recognizing Continuous and Discontinuous Adverse Drug Reaction Mentions from Social Media Using LSTM-CRF. Wireless Communications and Mobile Computing", |
|
"authors": [ |
|
{ |
|
"first": "Buzhou", |
|
"middle": [], |
|
"last": "Tang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jianglu", |
|
"middle": [], |
|
"last": "Hu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Xiaolong", |
|
"middle": [], |
|
"last": "Wang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Qingcai", |
|
"middle": [], |
|
"last": "Chen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1155/2018/2379208" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Buzhou Tang, Jianglu Hu, Xiaolong Wang, and Qing- cai Chen. 2018. Recognizing Continuous and Dis- continuous Adverse Drug Reaction Mentions from Social Media Using LSTM-CRF. Wireless Commu- nications and Mobile Computing, 2018.", |
|
"links": null |
|
}, |
|
"BIBREF19": { |
|
"ref_id": "b19", |
|
"title": "Fair Evaluation in Concept Normalization : a Large-scale Comparative Analysis for BERTbased Models", |
|
"authors": [ |
|
{ |
|
"first": "Elena", |
|
"middle": [], |
|
"last": "Tutubalina", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Artur", |
|
"middle": [], |
|
"last": "Kadurin", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Zulfat", |
|
"middle": [], |
|
"last": "Miftahutdinov", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "", |
|
"volume": "2020", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Elena Tutubalina, Artur Kadurin, and Zulfat Miftahut- dinov. 2020. Fair Evaluation in Concept Normaliza- tion : a Large-scale Comparative Analysis for BERT- based Models. In COLING 2020.", |
|
"links": null |
|
}, |
|
"BIBREF20": { |
|
"ref_id": "b20", |
|
"title": "i2b2/VA challenge on concepts, assertions, and relations in clinical text", |
|
"authors": [ |
|
{ |
|
"first": "Ozlem", |
|
"middle": [], |
|
"last": "Uzuner", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Brett", |
|
"middle": [ |
|
"R" |
|
], |
|
"last": "South", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Shuying", |
|
"middle": [], |
|
"last": "Shen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Scott", |
|
"middle": [ |
|
"L" |
|
], |
|
"last": "Duvall", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Journal of the American Medical Informatics Association", |
|
"volume": "18", |
|
"issue": "5", |
|
"pages": "552--556", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1136/amiajnl-2011-000203" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ozlem Uzuner, Brett R. South, Shuying Shen, and Scott L. DuVall. 2011. 2010 i2b2/VA challenge on concepts, assertions, and relations in clinical text. Journal of the American Medical Informatics Asso- ciation, 18(5):552-556.", |
|
"links": null |
|
}, |
|
"BIBREF21": { |
|
"ref_id": "b21", |
|
"title": "Overview of the fourth social media mining for health (SMM4H) shared tasks at ACL 2019", |
|
"authors": [ |
|
{ |
|
"first": "Davy", |
|
"middle": [], |
|
"last": "Weissenbacher", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Abeed", |
|
"middle": [], |
|
"last": "Sarker", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Arjun", |
|
"middle": [], |
|
"last": "Magge", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ashlynn", |
|
"middle": [], |
|
"last": "Daughton", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "O'", |
|
"middle": [], |
|
"last": "Karen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Michael", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Connor", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Graciela", |
|
"middle": [], |
|
"last": "Paul", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Gonzalez-Hernandez", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "Proceedings of the Fourth Social Media Mining for Health Applications (#SMM4H) Workshop & Shared Task", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "21--30", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/W19-3203" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Davy Weissenbacher, Abeed Sarker, Arjun Magge, Ashlynn Daughton, Karen O'Connor, Michael J. Paul, and Graciela Gonzalez-Hernandez. 2019. Overview of the fourth social media mining for health (SMM4H) shared tasks at ACL 2019. In Proceedings of the Fourth Social Media Mining for Health Applications (#SMM4H) Workshop & Shared Task, pages 21-30, Florence, Italy. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF22": { |
|
"ref_id": "b22", |
|
"title": "R\u00e9mi Louf, Morgan Funtowicz, and Jamie Brew. 2019. Transformers: State-ofthe-art Natural Language Processing", |
|
"authors": [ |
|
{ |
|
"first": "Thomas", |
|
"middle": [], |
|
"last": "Wolf", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Lysandre", |
|
"middle": [], |
|
"last": "Debut", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Victor", |
|
"middle": [], |
|
"last": "Sanh", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Julien", |
|
"middle": [], |
|
"last": "Chaumond", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Clement", |
|
"middle": [], |
|
"last": "Delangue", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Anthony", |
|
"middle": [], |
|
"last": "Moi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Pierric", |
|
"middle": [], |
|
"last": "Cistac", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Tim", |
|
"middle": [], |
|
"last": "Rault", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Thomas Wolf, Lysandre Debut, Victor Sanh, Julien Chaumond, Clement Delangue, Anthony Moi, Pier- ric Cistac, Tim Rault, R\u00e9mi Louf, Morgan Funtow- icz, and Jamie Brew. 2019. Transformers: State-of- the-art Natural Language Processing. ArXiv.", |
|
"links": null |
|
}, |
|
"BIBREF23": { |
|
"ref_id": "b23", |
|
"title": "The Safety of Medicines in Public Health Programmes: Pharmacovigilance an essential tool", |
|
"authors": [], |
|
"year": 2006, |
|
"venue": "World Health Organisation", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "World Health Organisation. 2006. The Safety of Medicines in Public Health Programmes: Pharma- covigilance an essential tool. Technical report, World Health Organisation.", |
|
"links": null |
|
}, |
|
"BIBREF24": { |
|
"ref_id": "b24", |
|
"title": "UTH CCB: A report for SemEval", |
|
"authors": [ |
|
{ |
|
"first": "Yaoyun", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jingqi", |
|
"middle": [], |
|
"last": "Wang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Buzhou", |
|
"middle": [], |
|
"last": "Tang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yonghui", |
|
"middle": [], |
|
"last": "Wu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Min", |
|
"middle": [], |
|
"last": "Jiang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yukun", |
|
"middle": [], |
|
"last": "Chen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hua", |
|
"middle": [], |
|
"last": "Xu", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2014, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.3115/v1/s14-2142" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yaoyun Zhang, Jingqi Wang, Buzhou Tang, Yonghui Wu, Min Jiang, Yukun Chen, and Hua Xu. 2014. UTH CCB: A report for SemEval 2014 -Task 7", |
|
"links": null |
|
}, |
|
"BIBREF25": { |
|
"ref_id": "b25", |
|
"title": "Analysis of Clinical Text", |
|
"authors": [], |
|
"year": null, |
|
"venue": "Proceedings ofthe 8th International Workshop on Semantic Evaluation (Se-mEval 2014)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "802--806", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.3115/v1/s14-2142" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Analysis of Clinical Text. In Proceedings ofthe 8th International Workshop on Semantic Evaluation (Se- mEval 2014), pages 802-806.", |
|
"links": null |
|
}, |
|
"BIBREF26": { |
|
"ref_id": "b26", |
|
"title": "The PsyTAR dataset: From patients generated narratives to a corpus of adverse drug events and effectiveness of psychiatric medications", |
|
"authors": [ |
|
{ |
|
"first": "Maryam", |
|
"middle": [], |
|
"last": "Zolnoori", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kin", |
|
"middle": [ |
|
"Wah" |
|
], |
|
"last": "Fung", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Timothy", |
|
"middle": [ |
|
"B" |
|
], |
|
"last": "Patrick", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Paul", |
|
"middle": [], |
|
"last": "Fontelo", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hadi", |
|
"middle": [], |
|
"last": "Kharrazi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Anthony", |
|
"middle": [], |
|
"last": "Faiola", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Nilay", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yi Shuan Shirley", |
|
"middle": [], |
|
"last": "Shah", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Christina", |
|
"middle": [ |
|
"E" |
|
], |
|
"last": "Wu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jake", |
|
"middle": [], |
|
"last": "Eldredge", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mike", |
|
"middle": [], |
|
"last": "Luo", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jiaxi", |
|
"middle": [], |
|
"last": "Conway", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Zhu", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1016/j.dib.2019.103838" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Maryam Zolnoori, Kin Wah Fung, Timothy B Patrick, Paul Fontelo, Hadi Kharrazi, Anthony Faiola, Ni- lay D Shah, Yi Shuan Shirley Wu, Christina E Eldredge, Jake Luo, Mike Conway, Jiaxi Zhu, Soo Kyung Park, Kelly Xu, and Hamideh Moayyed. 2019. The PsyTAR dataset: From patients gener- ated narratives to a corpus of adverse drug events and effectiveness of psychiatric medications. Data in brief, 24.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"TABREF0": { |
|
"content": "<table><tr><td>sequent concept normalization, in which ADRs</td></tr><tr><td>are linked to standardized medical concepts (e.g.</td></tr><tr><td>'can't fall asleep' to the concept 'insomnia' with</td></tr><tr><td>concept identifier 193462001 in the medical on-</td></tr><tr><td>tology SNOMED-CT). This step is essential for</td></tr><tr><td>aggregating and thus quantifying the prevalence of</td></tr><tr><td>ADR. As current normalization methods are mostly</td></tr><tr><td>hampered by errors made during extraction (Weis-</td></tr><tr><td>senbacher et al., 2019), this step may also benefit</td></tr><tr><td>from simplification of the representation scheme.</td></tr><tr><td>Thus, we address two research questions:</td></tr><tr><td>RQ1 To what extent can fuzzy continuous repre-</td></tr><tr><td>sentation of discontinuous entities improve</td></tr><tr><td>NER of ADR? (intrinsic evaluation)</td></tr><tr><td>RQ2 To what extent can this fuzzy representation</td></tr><tr><td>benefit end-to-end ADR extraction? (extrinsic</td></tr><tr><td>evaluation)</td></tr></table>", |
|
"num": null, |
|
"text": "Examples of discontinuous disjoint (sentence 1) and composite (sentence 2) ADR mentions represented by the BIOHD and FuzzyBIO schemes.", |
|
"type_str": "table", |
|
"html": null |
|
}, |
|
"TABREF2": { |
|
"content": "<table/>", |
|
"num": null, |
|
"text": "Size of data sets.", |
|
"type_str": "table", |
|
"html": null |
|
}, |
|
"TABREF4": { |
|
"content": "<table/>", |
|
"num": null, |
|
"text": "Intrinsic evaluation of NER. Results are the average of a 10 fold CV.", |
|
"type_str": "table", |
|
"html": null |
|
}, |
|
"TABREF6": { |
|
"content": "<table/>", |
|
"num": null, |
|
"text": "Extrinsic evaluation of ADR extraction. Results are the average of a 10 fold CV.", |
|
"type_str": "table", |
|
"html": null |
|
} |
|
} |
|
} |
|
} |