{ "paper_id": "2021", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T01:06:23.697503Z" }, "title": "BLAR: Biomedical Local Acronym Resolver", "authors": [ { "first": "William", "middle": [], "last": "Hogan", "suffix": "", "affiliation": {}, "email": "whogan@ucsd.edu" }, { "first": "Yoshiki", "middle": [], "last": "Vazquez Baeza", "suffix": "", "affiliation": { "laboratory": "", "institution": "University of California", "location": { "addrLine": "San Diego", "postCode": "92093", "settlement": "La Jolla", "region": "CA" } }, "email": "" }, { "first": "Yannis", "middle": [], "last": "Katsis", "suffix": "", "affiliation": { "laboratory": "", "institution": "IBM Research-Almaden", "location": { "addrLine": "650 Harry Road", "postCode": "95120", "settlement": "San Jose", "region": "CA" } }, "email": "" }, { "first": "Tyler", "middle": [], "last": "Baldwin", "suffix": "", "affiliation": { "laboratory": "", "institution": "IBM Research-Almaden", "location": { "addrLine": "650 Harry Road", "postCode": "95120", "settlement": "San Jose", "region": "CA" } }, "email": "" }, { "first": "Ho-Cheol", "middle": [], "last": "Kim", "suffix": "", "affiliation": { "laboratory": "", "institution": "IBM Research-Almaden", "location": { "addrLine": "650 Harry Road", "postCode": "95120", "settlement": "San Jose", "region": "CA" } }, "email": "" }, { "first": "Chun-Nan", "middle": [], "last": "Hsu", "suffix": "", "affiliation": { "laboratory": "", "institution": "University of California", "location": { "addrLine": "San Diego", "postCode": "92093", "settlement": "La Jolla", "region": "CA" } }, "email": "" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "NLP has emerged as an essential tool to extract knowledge from the exponentially increasing volumes of biomedical texts. Many NLP tasks, such as named entity recognition and named entity normalization, are especially challenging in the biomedical domain partly because of the prolific use of acronyms. Long names for diseases, bacteria, and chemicals are often replaced by acronyms. We propose Biomedical Local Acronym Resolver (BLAR), a highperforming acronym resolver that leverages state-of-the-art (SOTA) pre-trained language models to accurately resolve local acronyms in biomedical texts. We test BLAR on the Ab3P corpus and achieve state-of-the-art results compared to the current best-performing local acronym resolution algorithms and models.", "pdf_parse": { "paper_id": "2021", "_pdf_hash": "", "abstract": [ { "text": "NLP has emerged as an essential tool to extract knowledge from the exponentially increasing volumes of biomedical texts. Many NLP tasks, such as named entity recognition and named entity normalization, are especially challenging in the biomedical domain partly because of the prolific use of acronyms. Long names for diseases, bacteria, and chemicals are often replaced by acronyms. We propose Biomedical Local Acronym Resolver (BLAR), a highperforming acronym resolver that leverages state-of-the-art (SOTA) pre-trained language models to accurately resolve local acronyms in biomedical texts. We test BLAR on the Ab3P corpus and achieve state-of-the-art results compared to the current best-performing local acronym resolution algorithms and models.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Abstract", "sec_num": null } ], "body_text": [ { "text": "In the past decade, natural language processing (NLP) has greatly advanced in the biomedical domain. Given the troves of biomedical texts, NLP has emerged as a critical tool for knowledge extraction. NLP has been used to automatically analyze clinical notes, electronic medical records, biological literature, and other biomedical texts in the hopes of unearthing new knowledge and deeper insights.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "Acronyms are especially common in science and even more so in biomedical publications, as authors regularly seek to shorten the long names for diseases, bacteria, and chemicals. Barnett and Doubleday (2020) documented acronym use in more than 24 million scientific article titles and 18 million scientific articles published between 1950 and 2019. They report that 19% of titles and 73% of abstracts contain acronyms. Of the more than one million unique acronyms in their data, 0.2% appeared regularly and most acronyms, 79%, appeared less than 10 times.", "cite_spans": [ { "start": 178, "end": 206, "text": "Barnett and Doubleday (2020)", "ref_id": "BIBREF0" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "Acronym resolution (AR) can be performed by either leveraging acronym definitions found in the text (referred to as local AR) or by consulting external resources, such as ontologies (known as disambiguation or global AR). While a lot of progress has been recently done on the latter, local AR has seen surprisingly little recent work. In particular, the SOTA approaches in local AR are rulebased or simple machine learning approaches from more than a decade ago. As a result, this task has not benefited from recent advances in transformers (Vaswani et al., 2017) . To address this issue, in this work we focus on local AR where we try to answer the question: Can transformers be leveraged to further improve traditional local AR approaches?", "cite_spans": [ { "start": 541, "end": 563, "text": "(Vaswani et al., 2017)", "ref_id": "BIBREF10" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "To answer this question, we present Biomedical Local Acronym Resolver (BLAR); a transformerbased model designed to resolve local acronyms in biomedical texts. In particular, this work makes the following contributions:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "1. Design of a novel transformer-based model for local acronym resolution, which resolves acronyms through a combination of a two-step architecture and appropriate leveraging of pretrained language models. To the best of our knowledge, this is the first transformer-based approach for local AR.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "2. Experimental evaluation of BLAR against SOTA local AR approaches, showing that it outperforms the latter. In particular, evaluated on the Ab3P corpus (Sohn et al., 2008) , BLAR reaches an F1 score of 0.966 compared to 0.899 of the best performing existing approach.", "cite_spans": [ { "start": 153, "end": 172, "text": "(Sohn et al., 2008)", "ref_id": "BIBREF9" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "There are a few challenges inherent in acronym resolution that make a simple dictionary-lookup and Our approach is applicable to both \"Local AR\" and \"Acronym Dictionary Compilation.\"", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Background and Related Work", "sec_num": "2" }, { "text": "other rule-based models less effective. First, shortform acronym representations are rarely unique. For instance, \"CD\" is an acronym for \"Crohn's disease\" and \"Cowden Disease.\" A simple dictionary lookup of \"CD\" using an acronym disease dictionary will produce ambiguous results and requires additional steps of acronym disambiguation. Moreover, the number of letters in a short-form may not match the number of words in the corresponding long-form (e.g. the short-form of \"systemic sclerosis\" is \"SSc\" ). Lastly, long-form entities can have complicated short-forms. For example, the short-form of \"heparin-induced thrombocytopenia type II\" is \"HIT type II,\" a short-form that shortens the first three words of the long-form and leaves the last two words unmodified. To address these challenges, approaches to acronym resolution have been developed and can be classified into three broad categories: local acronym resolution (Schwartz and Hearst, 2003; Sohn et al., 2008) , disambiguation acronym resolution (also referred to as non-local or global acronym resolution) (Jin et al., 2019; Jacobs et al., 2020) , and acronym dictionary compilation (Grossman et al., 2018). We refer to approaches that resolve acronyms by leveraging their definitions found in the containing text as local acronym resolution techniques. In contrast, non-local or global techniques resolve acronyms by using external resources. These typically target acronyms whose long-form is not contained within the text, which is common among more established acronyms, such as \"mRNA\" and \"DNA.\" Finally, acronym dic-tionary compilation refers to the creation of an acronym dictionary based on the source text or external ontologies, or a combination of the two. These three sub-categories of AR approaches are depicted in Figure 1 .", "cite_spans": [ { "start": 925, "end": 952, "text": "(Schwartz and Hearst, 2003;", "ref_id": "BIBREF8" }, { "start": 953, "end": 971, "text": "Sohn et al., 2008)", "ref_id": "BIBREF9" }, { "start": 1069, "end": 1087, "text": "(Jin et al., 2019;", "ref_id": "BIBREF5" }, { "start": 1088, "end": 1108, "text": "Jacobs et al., 2020)", "ref_id": "BIBREF4" } ], "ref_spans": [ { "start": 1791, "end": 1799, "text": "Figure 1", "ref_id": "FIGREF0" } ], "eq_spans": [], "section": "Background and Related Work", "sec_num": "2" }, { "text": "Our approach specifically targets local acronym resolution and acronym dictionary compilation. Local acronyms appear as a pair of entities featuring a short-form (SF) entity and a corresponding longform (LF) entity. Historically, local acronym resolution has been handled by rule-based algorithms. From 2003 , Schwartz et al. (2003 and Sohn et al. (2008) demonstrated the best performance of local acronym resolution. They used a combination of hand-crafted filters to identify SF-LF pairs. Kuo et al. (2009) introduced the first local acronym resolution model that leveraged machine learning. It produced SOTA results with the help of four sets of hand-crafted features, including rule-based text filters. Yeganova et al. (2011) further improved upon local acronym resolution by introducing a hybrid machine learning and rulebase model that does not rely on labeled data. They extract potential SF-LF pairs from PubMed articles using rules similar to the rules developed by Sohn et al. and train a classifier to identify SF-LF pairs.", "cite_spans": [ { "start": 298, "end": 307, "text": "From 2003", "ref_id": null }, { "start": 308, "end": 331, "text": ", Schwartz et al. (2003", "ref_id": "BIBREF8" }, { "start": 336, "end": 354, "text": "Sohn et al. (2008)", "ref_id": "BIBREF9" }, { "start": 491, "end": 508, "text": "Kuo et al. (2009)", "ref_id": "BIBREF6" }, { "start": 707, "end": 729, "text": "Yeganova et al. (2011)", "ref_id": "BIBREF11" } ], "ref_spans": [], "eq_spans": [], "section": "Background and Related Work", "sec_num": "2" }, { "text": "Our approach to local acronym resolution is simple in its architecture yet novel in its application. Our two-stage model leverages transfer learning from modern, SOTA pretrained transformers and is able to learn the features of short-form and longform acronym pairs without the help of a predefined dictionary, hand-crafted features, filters, or rules. Our model processes batches of documents, such as abstracts from PubMed, and creates an acronym dictionary specific to each inputted document.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Background and Related Work", "sec_num": "2" }, { "text": "The intuition behind local acronym resolution is that authors of scientific publications commonly define the acronyms that they employ later on in the document. This is typically done by defining acronyms within the text in the form of pairs of short-form (SF) and corresponding long-form (LF) entities. We can then use the identified SF-LF acronym pairs to either resolve the acronyms appearing in the input document or populate an SF-LF dictionary that can be used to accurately resolve future uses of the SF versions of the acronyms in the remainder of the text. Step 2 showing the various tagged entities of a short and long-form acronym pair. We use a BILOU (Beginning, Inside, Last, Outside, Unit) tagging scheme (Ratinov and Roth, 2009) to identify long-form (LF) entities, short-form (SF) entities, and parenthesis (PR) enclosing a paired SF or LF entity.", "cite_spans": [ { "start": 719, "end": 743, "text": "(Ratinov and Roth, 2009)", "ref_id": "BIBREF7" } ], "ref_spans": [], "eq_spans": [], "section": "Method", "sec_num": "3" }, { "text": "Identifying the definitions of SF-LF pairs poses two major challenges: First, one has to identify the location in the text where the definition of an SF-LF pair is provided. Second, one has to identify the exact span (i.e., text) of both the short and long-form within the definition.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Method", "sec_num": "3" }, { "text": "Two-step AR: Following the above structure, BLAR splits the problem into two separate subtasks:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Method", "sec_num": "3" }, { "text": "\u2022", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Method", "sec_num": "3" }, { "text": "Step 1: Sentence Classification. Given the input text, identify sentences containing definitions of SF-LF pairs. This is modeled as a binary classification task.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Method", "sec_num": "3" }, { "text": "\u2022", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Method", "sec_num": "3" }, { "text": "Step 2: SF-LF Acronym Tagging: Given a sentence predicted to contain a definition of an SF-LF pair, identify the exact form (i.e., text) of the SF and LF entities. This is modeled as a token classification task, where each token in the sentence is classified as being part of an acronym short-form, acronym long-form, or the parenthesis enclosing a paired entity. Token classification follows the BILOU (Beginning, Inside, Last, Outside, and Unit) encoding scheme (Ratinov and Roth, 2009) , as shown in Figure 2 through a simple example.", "cite_spans": [ { "start": 464, "end": 488, "text": "(Ratinov and Roth, 2009)", "ref_id": "BIBREF7" } ], "ref_spans": [ { "start": 503, "end": 511, "text": "Figure 2", "ref_id": "FIGREF1" } ], "eq_spans": [], "section": "Method", "sec_num": "3" }, { "text": "Model architecture: The sentence classification model (Step 1) leverages transfer learning by fine-tuning the pretrained SciBERT model (Beltagy et al., 2019) for the specific task of sentence classification. The sentences that have been predicted as containing SF-LF pairs are given as input to the SF and LF tagging model (Step 2). The tagging model also leverages SciBERT by fine-tuning it on the SF and LF tagging task. To avoid exposure bias resulting from training on a set of perfect inputs (e.g. sentences containing acronym pairs as labeled in the dataset), we use the output from the sentence classification model from Step 1 to train the tagging model in Step 2. The output of the tagging model is a dictionary that can then be used to replace all the short-form acronyms with their corresponding long-forms within a single source text.", "cite_spans": [ { "start": 135, "end": 157, "text": "(Beltagy et al., 2019)", "ref_id": "BIBREF1" } ], "ref_spans": [], "eq_spans": [], "section": "Method", "sec_num": "3" }, { "text": "Model training: We developed BLAR using the BioADI corpus (Kuo et al., 2009) and tested it on the Ab3P corpus (Sohn et al., 2008) . BioADI includes 1,668 true SF-LF pairs from 1,200 annotated PubMed abstracts and Ab3P includes 1,221 true SF-LF pairs from 1,250 annotated PubMed abstracts. Both provide span-level data identifying short and long-form acronym pairs within PubMed abstracts and differ only in the articles selected for annotation. During development, we fine-tuned both our sentence and acronym token classifiers on the BioADI corpus randomly split into three subsets for training (80% of the corpus), validation (10% of the corpus), and testing (10% of the corpus). We use BioADI as a training dataset and Ab3P as a testing dataset to best compare our model's performance to existing SOTA benchmarks for local acronym resolution which use the same train/test splits. The BioADI and Ab3P corpora are described in Section 4. Since the models in both steps are fine-tuned versions of SciBERT, they are able to train fairly quick on CPUs.", "cite_spans": [ { "start": 58, "end": 76, "text": "(Kuo et al., 2009)", "ref_id": "BIBREF6" }, { "start": 110, "end": 129, "text": "(Sohn et al., 2008)", "ref_id": "BIBREF9" } ], "ref_spans": [], "eq_spans": [], "section": "Method", "sec_num": "3" }, { "text": "Step 1 and Step 2 converged within eight epochs, taking roughly 10 hours and 2 hours to complete, respectively, on two Intel Xeon CPUs (E5-2640 v3 @ 2.60GH) with 16GB of RAM.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Method", "sec_num": "3" }, { "text": "Ablation study: To determine the importance of the 2-step architecture, we conduct an ablation study where we train a model to resolve acronyms without the help of a sentence classification step. This model is identical to the tagging model used in Step 2, only, it is trained on raw sentences that may or may not contain an acronym pair. This single-step architecture must simultaneously learn to detect and resolve an acronym pair. We refer to this model variation as \"BLAR (single step).\"", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Method", "sec_num": "3" }, { "text": "BioADI: We use the BioADI (Kuo et al., 2009) corpus to train BLAR. It includes 1,668 true SF-LF pairs from 1,200 annotated PubMed abstracts.", "cite_spans": [ { "start": 26, "end": 44, "text": "(Kuo et al., 2009)", "ref_id": "BIBREF6" } ], "ref_spans": [], "eq_spans": [], "section": "Datasets", "sec_num": "4" }, { "text": "Ab3P: We use the Ab3P (Sohn et al., 2008) corpus for testing. It includes 1,221 true SF-LF pairs from 1,250 annotated PubMed abstracts.", "cite_spans": [ { "start": 22, "end": 41, "text": "(Sohn et al., 2008)", "ref_id": "BIBREF9" } ], "ref_spans": [], "eq_spans": [], "section": "Datasets", "sec_num": "4" }, { "text": "At the time of writing, both datasets are available for download on the BioC (Comeau et al., 2013) website.", "cite_spans": [ { "start": 77, "end": 98, "text": "(Comeau et al., 2013)", "ref_id": "BIBREF2" } ], "ref_spans": [], "eq_spans": [], "section": "Datasets", "sec_num": "4" }, { "text": "To measure BLAR's performance, we first compare it against SOTA local AR approaches. As explained in the Background and Previous Work section, to the best of our knowledge, local acronym resolution has not seen significant advances since 2009. More recent acronym resolution works have focused instead on disambiguation acronym resolution, still relying on simpler rule-based algorithms for local acronym resolution (Jin et al., 2019; Jacobs et al., 2020) . As a result, we compare BLAR to Kuo et al. (2009) , Sohn et al. (2008) , and Schwartz and Hearst (2003) , which represent the SOTA in local acronym resolution. Table 1 depicts the performance of BLAR against SOTA AR models. In this experiment, all models were trained on the BioADI dataset and tested on the Ab3P dataset. For each model, we evaluate Precision, Recall, and F1 score based on exact matches of long-form and short-form pairs. The results show that BLAR significantly outperforms all previous approaches, achieving an F1 score of 0.966 compared to 0.899 of the next best approach. We observe that, without a sentence classification step, the single-step BLAR model under-performs compared to the two-step architecture, highlighting the benefit of the sentence classification step in the full two-step architecture. Schwartz et al. (2003) 0.950 0.788 0.861 Sohn et al. (2008) 0.970 0.836 0.898 Kuo et al. (2009) 0.959 0.846 0.899 Yeganova et al. (2011) Model Output Analysis: Finally, to further understand the performance of BLAR, we perform an instance-level analysis of its output.", "cite_spans": [ { "start": 416, "end": 434, "text": "(Jin et al., 2019;", "ref_id": "BIBREF5" }, { "start": 435, "end": 455, "text": "Jacobs et al., 2020)", "ref_id": "BIBREF4" }, { "start": 490, "end": 507, "text": "Kuo et al. (2009)", "ref_id": "BIBREF6" }, { "start": 510, "end": 528, "text": "Sohn et al. (2008)", "ref_id": "BIBREF9" }, { "start": 535, "end": 561, "text": "Schwartz and Hearst (2003)", "ref_id": "BIBREF8" }, { "start": 1286, "end": 1308, "text": "Schwartz et al. (2003)", "ref_id": "BIBREF8" }, { "start": 1327, "end": 1345, "text": "Sohn et al. (2008)", "ref_id": "BIBREF9" }, { "start": 1364, "end": 1381, "text": "Kuo et al. (2009)", "ref_id": "BIBREF6" }, { "start": 1400, "end": 1422, "text": "Yeganova et al. (2011)", "ref_id": "BIBREF11" } ], "ref_spans": [ { "start": 618, "end": 625, "text": "Table 1", "ref_id": "TABREF1" } ], "eq_spans": [], "section": "Results and Discussion", "sec_num": "5" }, { "text": "Analyzing the correct predictions, we see that the model successfully overcomes some of the complex challenges inherent in acronym resolution. For example, it correctly resolves the acronyms \"SSc\" to \"systemic sclerosis\" and \"IUAG\" to \"intrauterine growth retardation.\" These examples show that BLAR learns to resolve short-forms that contain a different number of letters compared to the number of words in the corresponding long-form. In another example, BLAR correctly resolves \"HIT type II\" to \"heparin-induced thrombocytopenia type II\" which illustrates that the model was able to learn more complex acronyms that consist of a mix of short-form entities and complete words.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "AR Model P R F1", "sec_num": null }, { "text": "Moving to the incorrect predictions, we classify BLAR's errors into three categories: missed acronyms (false negatives), added acronyms (false positives), and modified acronyms (i.e., acronyms where the model correctly identifies a short-form but either truncates or extends the corresponding long-form).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "AR Model P R F1", "sec_num": null }, { "text": "A majority of the errors come from modified acronyms. Analyzing the modified acronyms, we find that 63.7% of cases are long-forms expanded or truncated by a single word/token. We identify that many of the erroneously expanded long-forms add a word or words preceding the ground truth long-form. For example, in the text \". . . heat stroke by reducing iNOS-dependent nitric oxide (NO). . . \", BLAR identified \"iNOS-dependent nitric oxide\" as the long-form expansion of the short-form \"NO.\", instead of the correct \"nitric oxide.\"", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "AR Model P R F1", "sec_num": null }, { "text": "Another common error within the modified acronyms category is a truncated long-form. For example, BLAR predicts the long-form of \"FVC\" to be \"forced vital capacity\" but the ground truth is \"forced expiratory volume in 1 s vital capacity.\" Here, BLAR predicts a simple long-form when the ground truth long-form is actually more complex. We plan to explore these insights in future work to further improve the model.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "AR Model P R F1", "sec_num": null }, { "text": "Local acronym resolution has seen limited progress in recent years and has not benefited from the recent advancements in machine learning approaches. To address this problem, we develop BLAR; a deeplearning model that leverages a two-step architecture on top of pre-trained language models to identify SF-LF pairs in input documents. Our experimental results show that BLAR outperforms other local acronym resolution approaches and achieves state-of-the-art performance. We release BLAR and its source code for public use. As part of our future work, we will be exploring two threads: first, further improving the model based on our error analysis, and second, exploring how BLAR (which in this case has been fine-tuned for the scientific domain) can be extended to cover acronyms found in other domains. We believe future work could also focus on a hybrid model that leverages both deep-learning and rule-based algorithms.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conclusion and Future Work", "sec_num": "6" } ], "back_matter": [ { "text": "Thank you to the anonymous reviewers for their thoughtful comments and corrections. This work is supported by IBM Research AI through the AI Horizons Network.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Acknowledgement", "sec_num": null } ], "bib_entries": { "BIBREF0": { "ref_id": "b0", "title": "Metaresearch: The growth of acronyms in the scientific literature. eLife", "authors": [ { "first": "Adrian", "middle": [], "last": "Barnett", "suffix": "" }, { "first": "Zoe", "middle": [], "last": "Doubleday", "suffix": "" } ], "year": 2020, "venue": "", "volume": "9", "issue": "", "pages": "", "other_ids": { "DOI": [ "10.7554/eLife.60080" ] }, "num": null, "urls": [], "raw_text": "Adrian Barnett and Zoe Doubleday. 2020. Meta- research: The growth of acronyms in the scientific literature. eLife, 9:e60080.", "links": null }, "BIBREF1": { "ref_id": "b1", "title": "SciB-ERT: A pretrained language model for scientific text", "authors": [ { "first": "Iz", "middle": [], "last": "Beltagy", "suffix": "" }, { "first": "Kyle", "middle": [], "last": "Lo", "suffix": "" }, { "first": "Arman", "middle": [], "last": "Cohan", "suffix": "" } ], "year": 2019, "venue": "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)", "volume": "", "issue": "", "pages": "3615--3620", "other_ids": { "DOI": [ "10.18653/v1/D19-1371" ] }, "num": null, "urls": [], "raw_text": "Iz Beltagy, Kyle Lo, and Arman Cohan. 2019. SciB- ERT: A pretrained language model for scientific text. In Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Lan- guage Processing (EMNLP-IJCNLP), pages 3615- 3620, Hong Kong, China. Association for Computa- tional Linguistics.", "links": null }, "BIBREF2": { "ref_id": "b2", "title": "Bioc: a minimalist approach to interoperability for biomedical text processing", "authors": [ { "first": "C", "middle": [], "last": "Donald", "suffix": "" }, { "first": "Rezarta", "middle": [], "last": "Comeau", "suffix": "" }, { "first": "Paolo", "middle": [], "last": "Islamaj Dogan", "suffix": "" }, { "first": "Kevin", "middle": [ "Bretonnel" ], "last": "Ciccarese", "suffix": "" }, { "first": "Martin", "middle": [], "last": "Cohen", "suffix": "" }, { "first": "Florian", "middle": [], "last": "Krallinger", "suffix": "" }, { "first": "Zhiyong", "middle": [], "last": "Leitner", "suffix": "" }, { "first": "Yifan", "middle": [], "last": "Lu", "suffix": "" }, { "first": "Fabio", "middle": [], "last": "Peng", "suffix": "" }, { "first": "Manabu", "middle": [], "last": "Rinaldi", "suffix": "" }, { "first": "Alfonso", "middle": [], "last": "Torii", "suffix": "" }, { "first": "Karin", "middle": [], "last": "Valencia", "suffix": "" }, { "first": "Thomas", "middle": [ "C" ], "last": "Verspoor", "suffix": "" }, { "first": "Cathy", "middle": [ "H" ], "last": "Wiegers", "suffix": "" }, { "first": "W. John", "middle": [], "last": "Wu", "suffix": "" }, { "first": "", "middle": [], "last": "Wilbur", "suffix": "" } ], "year": 2013, "venue": "Database : the journal of biological databases and curation", "volume": "", "issue": "", "pages": "", "other_ids": { "DOI": [ "10.1093/database/bat064" ] }, "num": null, "urls": [], "raw_text": "Donald C. Comeau, Rezarta Islamaj Dogan, Paolo Ci- ccarese, Kevin Bretonnel Cohen, Martin Krallinger, Florian Leitner, Zhiyong Lu, Yifan Peng, Fabio Ri- naldi, Manabu Torii, Alfonso Valencia, Karin Ver- spoor, Thomas C. Wiegers, Cathy H. Wu, and W. John Wilbur. 2013. Bioc: a minimalist approach to interoperability for biomedical text processing. Database : the journal of biological databases and curation, 2013:bat064-bat064. 24048470[pmid].", "links": null }, "BIBREF3": { "ref_id": "b3", "title": "A method for harmonization of clinical abbreviation and acronym sense inventories", "authors": [ { "first": "Lisa", "middle": [ "V" ], "last": "Grossman", "suffix": "" }, { "first": "Elliot", "middle": [ "G" ], "last": "Mitchell", "suffix": "" }, { "first": "George", "middle": [], "last": "Hripcsak", "suffix": "" }, { "first": "Chunhua", "middle": [], "last": "Weng", "suffix": "" }, { "first": "David", "middle": [ "K" ], "last": "Vawdrey", "suffix": "" } ], "year": 2018, "venue": "Journal of Biomedical Informatics", "volume": "88", "issue": "", "pages": "62--69", "other_ids": { "DOI": [ "10.1016/j.jbi.2018.11.004" ] }, "num": null, "urls": [], "raw_text": "Lisa V. Grossman, Elliot G. Mitchell, George Hripc- sak, Chunhua Weng, and David K. Vawdrey. 2018. A method for harmonization of clinical abbreviation and acronym sense inventories. Journal of Biomedi- cal Informatics, 88:62 -69.", "links": null }, "BIBREF4": { "ref_id": "b4", "title": "Acronyms: identification, expansion and disambiguation", "authors": [ { "first": "Kayla", "middle": [], "last": "Jacobs", "suffix": "" }, { "first": "Alon", "middle": [], "last": "Itai", "suffix": "" }, { "first": "Shuly", "middle": [], "last": "Wintner", "suffix": "" } ], "year": 2020, "venue": "Annals of Mathematics and Artificial Intelligence", "volume": "88", "issue": "5", "pages": "517--532", "other_ids": { "DOI": [ "10.1007/s10472-018-9608-8" ] }, "num": null, "urls": [], "raw_text": "Kayla Jacobs, Alon Itai, and Shuly Wintner. 2020. Acronyms: identification, expansion and disam- biguation. Annals of Mathematics and Artificial In- telligence, 88(5):517-532.", "links": null }, "BIBREF5": { "ref_id": "b5", "title": "Deep contextualized biomedical abbreviation expansion", "authors": [ { "first": "Qiao", "middle": [], "last": "Jin", "suffix": "" }, { "first": "Jinling", "middle": [], "last": "Liu", "suffix": "" }, { "first": "Xinghua", "middle": [], "last": "Lu", "suffix": "" } ], "year": 2019, "venue": "Proceedings of the 18th BioNLP Workshop and Shared Task", "volume": "", "issue": "", "pages": "", "other_ids": { "DOI": [ "10.18653/v1/w19-5010" ] }, "num": null, "urls": [], "raw_text": "Qiao Jin, Jinling Liu, and Xinghua Lu. 2019. Deep con- textualized biomedical abbreviation expansion. Pro- ceedings of the 18th BioNLP Workshop and Shared Task.", "links": null }, "BIBREF6": { "ref_id": "b6", "title": "Bioadi: a machine learning approach to identifying abbreviations and definitions in biological literature", "authors": [ { "first": "Cheng-Ju", "middle": [], "last": "Kuo", "suffix": "" }, { "first": "Maurice", "middle": [ "Ht" ], "last": "Ling", "suffix": "" }, { "first": "Kuan-Ting", "middle": [], "last": "Lin", "suffix": "" }, { "first": "Chun-Nan", "middle": [], "last": "Hsu", "suffix": "" } ], "year": 2009, "venue": "BMC Bioinformatics", "volume": "10", "issue": "15", "pages": "", "other_ids": { "DOI": [ "10.1186/1471-2105-10-S15-S7" ] }, "num": null, "urls": [], "raw_text": "Cheng-Ju Kuo, Maurice HT Ling, Kuan-Ting Lin, and Chun-Nan Hsu. 2009. Bioadi: a machine learn- ing approach to identifying abbreviations and defi- nitions in biological literature. BMC Bioinformatics, 10(15):S7.", "links": null }, "BIBREF7": { "ref_id": "b7", "title": "Design challenges and misconceptions in named entity recognition", "authors": [ { "first": "Lev", "middle": [], "last": "Ratinov", "suffix": "" }, { "first": "Dan", "middle": [], "last": "Roth", "suffix": "" } ], "year": 2009, "venue": "Proceedings of the Thirteenth Conference on Computational Natural Language Learning (CoNLL-2009)", "volume": "", "issue": "", "pages": "147--155", "other_ids": {}, "num": null, "urls": [], "raw_text": "Lev Ratinov and Dan Roth. 2009. Design chal- lenges and misconceptions in named entity recog- nition. In Proceedings of the Thirteenth Confer- ence on Computational Natural Language Learning (CoNLL-2009), pages 147-155, Boulder, Colorado. Association for Computational Linguistics.", "links": null }, "BIBREF8": { "ref_id": "b8", "title": "A simple algorithm for identifying abbreviation definitions in biomedical text", "authors": [ { "first": "Ariel", "middle": [ "S" ], "last": "Schwartz", "suffix": "" }, { "first": "Marti", "middle": [ "A" ], "last": "Hearst", "suffix": "" } ], "year": 2003, "venue": "Pacific Symposium on Biocomputing. Pacific Symposium on Biocomputing", "volume": "", "issue": "", "pages": "451--62", "other_ids": {}, "num": null, "urls": [], "raw_text": "Ariel S. Schwartz and Marti A. Hearst. 2003. A sim- ple algorithm for identifying abbreviation definitions in biomedical text. Pacific Symposium on Biocom- puting. Pacific Symposium on Biocomputing, pages 451-62.", "links": null }, "BIBREF9": { "ref_id": "b9", "title": "Abbreviation definition identification based on automatic precision estimates", "authors": [ { "first": "Sunghwan", "middle": [], "last": "Sohn", "suffix": "" }, { "first": "Donald", "middle": [ "C" ], "last": "Comeau", "suffix": "" }, { "first": "Won", "middle": [], "last": "Kim", "suffix": "" }, { "first": "W. John", "middle": [], "last": "Wilbur", "suffix": "" } ], "year": 2008, "venue": "BMC bioinformatics", "volume": "9", "issue": "", "pages": "402--402", "other_ids": { "DOI": [ "10.1186/1471-2105-9-402" ], "PMCID": [ "PMC2576267" ] }, "num": null, "urls": [], "raw_text": "Sunghwan Sohn, Donald C. Comeau, Won Kim, and W. John Wilbur. 2008. Abbreviation def- inition identification based on automatic preci- sion estimates. BMC bioinformatics, 9:402-402. PMC2576267[pmcid].", "links": null }, "BIBREF10": { "ref_id": "b10", "title": "Attention is all you need", "authors": [ { "first": "Ashish", "middle": [], "last": "Vaswani", "suffix": "" }, { "first": "Noam", "middle": [], "last": "Shazeer", "suffix": "" }, { "first": "Niki", "middle": [], "last": "Parmar", "suffix": "" }, { "first": "Jakob", "middle": [], "last": "Uszkoreit", "suffix": "" }, { "first": "Llion", "middle": [], "last": "Jones", "suffix": "" }, { "first": "Aidan", "middle": [ "N" ], "last": "Gomez", "suffix": "" }, { "first": "Illia", "middle": [], "last": "Kaiser", "suffix": "" }, { "first": "", "middle": [], "last": "Polosukhin", "suffix": "" } ], "year": 2017, "venue": "Advances in Neural Information Processing Systems", "volume": "30", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, \u0141 ukasz Kaiser, and Illia Polosukhin. 2017. Attention is all you need. In Advances in Neural Information Pro- cessing Systems, volume 30. Curran Associates, Inc.", "links": null }, "BIBREF11": { "ref_id": "b11", "title": "Machine learning with naturally labeled data for identifying abbreviation definitions", "authors": [ { "first": "Lana", "middle": [], "last": "Yeganova", "suffix": "" }, { "first": "Donald", "middle": [], "last": "Comeau", "suffix": "" }, { "first": "W", "middle": [], "last": "Wilbur", "suffix": "" } ], "year": 2011, "venue": "BMC bioinformatics", "volume": "12", "issue": "3", "pages": "", "other_ids": { "DOI": [ "10.1186/1471-2105-12-S3-S6" ] }, "num": null, "urls": [], "raw_text": "Lana Yeganova, Donald Comeau, and W. Wilbur. 2011. Machine learning with naturally labeled data for identifying abbreviation definitions. BMC bioinfor- matics, 12 Suppl 3:S6.", "links": null } }, "ref_entries": { "FIGREF0": { "num": null, "uris": null, "text": "Sub-tasks of acronym resolution (AR).", "type_str": "figure" }, "FIGREF1": { "num": null, "uris": null, "text": "Sample output of", "type_str": "figure" }, "TABREF1": { "num": null, "content": "
: Evaluation results of BLAR against SOTA
local acronym resolution models. All models, save
Yeganova et al., were trained on BioADI and tested
on Ab3P. Yeganova et al. is trained on 1M automati-
cally extracted potential SF-LF pairs from PubMed ab-
stracts.
", "text": "", "html": null, "type_str": "table" } } } }