| { |
| "paper_id": "2021", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T02:10:26.509308Z" |
| }, |
| "title": "Using Discourse Structure of Scientific Literature to Differentiate Focus from Background Entities in Pathogen Characterisation", |
| "authors": [ |
| { |
| "first": "Antonio", |
| "middle": [ |
| "Jimeno" |
| ], |
| "last": "Yepes", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Melbourne", |
| "location": {} |
| }, |
| "email": "antonio.jimeno@gmail.com" |
| }, |
| { |
| "first": "Ameer", |
| "middle": [], |
| "last": "Albahem", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Melbourne", |
| "location": {} |
| }, |
| "email": "ameer.albahem@gmail.com" |
| }, |
| { |
| "first": "Karin", |
| "middle": [], |
| "last": "Verspoor", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Melbourne", |
| "location": {} |
| }, |
| "email": "karin.verspoor@rmit.edu.au" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "In the task of pathogen characterisation, we aim to discriminate mentions of biological pathogens that are actively studied in the research presented in scientific publications. These are the pathogens that are the focus of direct experimentation in the research, rather than those that are referred to for context or as playing secondary roles. This task is an instance of the more general problem of identifying focus entities in scientific literature, in which key entities of interest must be discriminated from other potentially relevant entities of the same type mentioned in the articles. In this paper, we explore the hypothesis that focus pathogens can be differentiated from other, non-actively studied, pathogens mentioned in articles through analysis of the patterns of mentions across different segments of a scientific paper, that is, using the discourse structure of the paper. We provide an indicative case study with the help of a small data set of PubMed abstracts that have been annotated with actively mentioned pathogens.", |
| "pdf_parse": { |
| "paper_id": "2021", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "In the task of pathogen characterisation, we aim to discriminate mentions of biological pathogens that are actively studied in the research presented in scientific publications. These are the pathogens that are the focus of direct experimentation in the research, rather than those that are referred to for context or as playing secondary roles. This task is an instance of the more general problem of identifying focus entities in scientific literature, in which key entities of interest must be discriminated from other potentially relevant entities of the same type mentioned in the articles. In this paper, we explore the hypothesis that focus pathogens can be differentiated from other, non-actively studied, pathogens mentioned in articles through analysis of the patterns of mentions across different segments of a scientific paper, that is, using the discourse structure of the paper. We provide an indicative case study with the help of a small data set of PubMed abstracts that have been annotated with actively mentioned pathogens.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Global monitoring of repositories of potentially harmful biological materials is an important component of ensuring the health and safety of our populations. In this context, we are building an information extraction system to identify information related to experimentation with potentially dangerous biological pathogens -e.g. viruses, bacteria, and biological toxins -as well as to detect facilities that may serve as repositories of harmful pathogens. This system will systematically scan open access data sets for evidence of research on those pathogens, thereby supporting gathering of information from public resources for biosecurity purposes (Jarrad et al., 2015) .", |
| "cite_spans": [ |
| { |
| "start": 651, |
| "end": 672, |
| "text": "(Jarrad et al., 2015)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "A key requirement for automated characterisation of research on pathogens using text-based in-formation sources, including the scientific literature, is to identify pathogens that are actively studied. An actively studied pathogen is defined as an organism that is subjected to direct physical experimentation in the research.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Recognition of potentially relevant entities is relatively advanced using biomedical named entity recognition tools that detect biological nomenclature such as the names of biological organisms (e.g. as studied in the context of BioCreative (Smith et al., 2008) ). However, differentiating mentions of actively studied organisms from other, background or incidental mentions of organisms poses a deeper natural language processing challenge. In the context of chemical patents, it has been suggested that only~10% of chemical mentions play a major role within the patent (Akhondi et al., 2019) . It is insufficient to simply detect a mention of a potentially relevant pathogen name; it must also be decided whether that pathogen is a focus of the experiments. The main goal of our pathogen characterisation task is therefore to enable filtering out pathogens that are mentioned in articles but not considered to be actively studied in the described research.", |
| "cite_spans": [ |
| { |
| "start": 241, |
| "end": 261, |
| "text": "(Smith et al., 2008)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 571, |
| "end": 593, |
| "text": "(Akhondi et al., 2019)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Publications may refer to pathogens in various ways. In addition to mentions in the context of direct experimentation, pathogens may be mentioned as part of background knowledge or in the context of discussion or comparison. We propose that a key element of identifying actively studied pathogens is understanding where in a publication a pathogen is described (e.g. in a Methods segment vs. in the Background segment of the paper), and how the pathogen is relevant to the research (e.g. mentions of the pathogen being subjected to specific tests or examinations that reveal experimentation).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this paper, we therefore explore the hypothesis that the context in a scientific paper where a potentially relevant entity is mentioned can provide clues about whether that entity is a focus (foregrounded) entity, or an entity in the background; our notion of an actively studied entity assumes that it is a focus of the research described in a paper.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We investigate this hypothesis by comparing the distribution of focus and background entities across discourse segments, and apply association rule mining to identify combinations of segments that are relevant to identify focus entities. We present a small case study illustrating the proposed methodology, providing preliminary evidence of the value of discourse structure -consideration of where entities are mentioned -for identifying focus entities.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Identifying salient entities is a relevant component of information retrieval and text summarisation. The study of discourse structure has been suggested in previous work on entity salience (Boguraev and Kennedy, 1999; Walker and Walker, 1998) . The work of (Dunietz and Gillick, 2014) evaluates a comprehensive set of features, showing that the discourse structure and centrality may support predicting entity salience. Our task differs in that we adopt a narrower focus specifically on identification of actively studied pathogens in scientific research papers.", |
| "cite_spans": [ |
| { |
| "start": 190, |
| "end": 218, |
| "text": "(Boguraev and Kennedy, 1999;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 219, |
| "end": 243, |
| "text": "Walker and Walker, 1998)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Pathogen characterisation has been studied in recent shared tasks, such as the Bacteria Biotope task (Bossy et al., 2019) . The tool Geo-Boost (Tahsin et al., 2018 ) also addresses the identification of entities from GenBank, which includes largely information about viruses and bacteria. The main role of GeoBoost is to identify the location of these biological entities, which requires performing natural language processing tasks in addition to combining information from NCBI resources. This work does not address saliency of entity mentions.", |
| "cite_spans": [ |
| { |
| "start": 101, |
| "end": 121, |
| "text": "(Bossy et al., 2019)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 143, |
| "end": 163, |
| "text": "(Tahsin et al., 2018", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In our work, we evaluate discourse features for direct identification of actively researched pathogens, covering a broad set of pathogen types.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In our experiments, we constructed a dataset based on information obtained from the Biological Material Information Program (BMIP) 1 of the Defense Threat Reduction Agency (DTRA) 2 .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Datasets", |
| "sec_num": "3" |
| }, |
| { |
| "text": "1 BMIP media article: https://globalbiodefense.com/2017/05/08/ bmip-pathogen-repositories-worldwide 2 https://www.dtra.mil/", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Datasets", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We were provided with a list of all pathogens tracked in the BMIP database, which we refer to as the BMIP list. To align these pathogens to publicly available resources, and normalise their representation, we mapped each pathogen in the list to the NCBI Taxonomy (Federhen, 2012) via direct lookup. These pathogens include viruses, bacteria, viroids, fungi and protozoa. In addition, there are mentions of toxins and PrPSc prions that were assigned a custom identifier.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Pathogen entity list", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "We have a small initial gold standard dataset that we use for our investigation. It consists of manual annotations of relevant pathogens over PubMed citations. Relevance is defined here as evidence of an actively studied pathogen, or focus entity. This gold standard contains 87 PubMed citations (publication metadata) including titles and abstracts, each with an associated list of relevant pathogens. Out of these 87 citations, 35 have no actively studied pathogen, so we consider 52 citations in this study. There are a total of 69 relevant pathogen mentions, corresponding to 32 unique pathogens (individual NCBI Taxonomy IDs), identified across the remaining 52 articles. The maximum number of relevant pathogens annotated for a document is 5. Nineteen (19) pathogens are annotated only once; the pathogen with the largest number of annotations is H1N1, with total frequency of 11 (i.e. 11 citations are annotated with this pathogen). Most pathogens in the gold standard belong to the Influenza virus family.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Gold standard dataset", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "We approach identifying focus entities of scientific articles as a two-stage process: pathogen identification and pathogen characterisation. Here, we describe our approach to each stage.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methods", |
| "sec_num": "4" |
| }, |
| { |
| "text": "In the pathogen identification stage, the objective is to find all pathogens mentioned in a citation, irrespective of whether they are focus or background entities. Despite some pathogen mentions are available in author keywords and MeSH indexing, this information is sparse within the citations in MED-LINE or not mentioned at all. Both dictionary lookup and machine learning models learned from annotated data are possible for this step. Lacking annotated data specifically for the BMIP pathogen list, we utilise the dictionary-based ConceptMapper tool (Tanenblatt et al., 2010) , found by Funk et al. (2014) to outperform other methods. We leverage the NCBI Taxonomy ConceptMapper annotation pipelines for the CRAFT corpus 3 . We construct the dictionary based on the BMIP list of relevant pathogens, mapped to the NCBI Taxonomy using the database downloaded from the OBO Foundry 4 .", |
| "cite_spans": [ |
| { |
| "start": 555, |
| "end": 580, |
| "text": "(Tanenblatt et al., 2010)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 592, |
| "end": 610, |
| "text": "Funk et al. (2014)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Pathogen identification", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "The BMIP list of pathogens also includes mentions of pathogens that are either toxins generated by pathogens or PrPSc prions, which are proteins with a pathological folding. Toxin mentions are identified using regular expressions that have higher recall than just using a dictionary matching while obtaining the same level of precision.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Pathogen identification", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "Using these strategies for identifying pathogens, we detect 49 mentions annotated as focus entities (out of the 69 from the 52 citations) and 9 mentions that we treat as background entities.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Pathogen identification", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "Given the list of pathogens in an abstract, the next step is to characterise which of these pathogens are focus entities, i.e. actively researched.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Pathogen characterisation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "As described before, we hypothesise that focus pathogens are more likely to appear in some segments than others (e.g. in Methods segments vs. Fact segments), and that therefore the mention patterns of actively studied (focus) pathogens across segments are different from the mention patterns of not-actively studied (background) pathogens.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Pathogen characterisation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "To model mention patterns, we adopt the method of association rule classification Liu et al. (1998) 5 to infer rules based on which discourse segments a pathogen is mentioned in that predict that the pathogen is a focus entity.", |
| "cite_spans": [ |
| { |
| "start": 82, |
| "end": 101, |
| "text": "Liu et al. (1998) 5", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Pathogen characterisation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "We treat the event of mentioning a pathogen once or more in a scientific article as a transaction event. Each transaction consists of items corresponding to the discourse structure labels of the different mentions of the pathogen. For instance, if the pathogen Bacillus anthracis is mentioned once in the title and once in the methods segment of a citation, we add a transaction to our dataset with the itemset (TITLE, METHOD). Given this transaction dataset, we employ association rule mining to mine top association rules for focus entities.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Pathogen characterisation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "The class association rules (CAR) are obtained using a two-part algorithm. First, rules are generated using the APRIORI algorithm (Agrawal et al., 1994) . The algorithm generates association rules that have enough support and confidence. The rules are generated without any target classification task under consideration, i.e. mention patterns for both focus and background entities are considered.", |
| "cite_spans": [ |
| { |
| "start": 130, |
| "end": 152, |
| "text": "(Agrawal et al., 1994)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Pathogen characterisation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "In the second part, the generated rules are used to build a classifier using the CAR M1 algorithm (Agrawal et al., 1994) . The rules are sorted by confidence and then by support. Following this order, if a rule correctly classifies examples in the instance set, the rule is selected and those examples are removed. The total number of errors is recorded for the rule as the error of the rule on the instance set and the error of the default class (selected using the majority class of the remaining examples). Additional rules are selected using the remaining examples and this process continues until there are no more rules or examples. From the set of selected rules, the one with the lowest total numbers of errors is identified and the rules after that one are discarded, which reduces the error of the set. A rule is added at the end that returns the default class, which is the most frequent class not covered by the selected rules.", |
| "cite_spans": [ |
| { |
| "start": 98, |
| "end": 120, |
| "text": "(Agrawal et al., 1994)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Pathogen characterisation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "Ideally, we would hope to access articles with explicit discourse structure such as the introduction, methods, and results headings. However, such labelling is available for less than one quarter of PubMed abstracts (Jimeno Yepes et al., 2013) . We therefore use automated discourse structure tagging to label segments in each abstract.", |
| "cite_spans": [ |
| { |
| "start": 224, |
| "end": 243, |
| "text": "Yepes et al., 2013)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discourse segment labeling", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "We build on existing work in scientific discourse tagging (Dasigi et al., 2017) , which utilises a deep learning sequence-labeling model that identifies structure within experiment narratives in the scientific literature. A seven-label taxonomy is adopted from de Waard and pan der Maat (2012), containing GOAL, FACT, RESULT, HYPOTHESIS, METHOD, PROBLEM, and IMPLICATION. Li et al. (2019 Li et al. ( , 2021 extends the previous work, training on their SciDT dataset that contains 634 paragraphs and 6124 clauses. Their method combines a SciB-ERT (Beltagy et al., 2019) feature generator with a recurrent neural network to predict the scientific discourse labels.", |
| "cite_spans": [ |
| { |
| "start": 58, |
| "end": 79, |
| "text": "(Dasigi et al., 2017)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 372, |
| "end": 387, |
| "text": "Li et al. (2019", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 388, |
| "end": 406, |
| "text": "Li et al. ( , 2021", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 546, |
| "end": 568, |
| "text": "(Beltagy et al., 2019)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discourse segment labeling", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "Sup Conf method=1,title=1 0.21 1.00 title=1,result=1,goal=0 0.21 1.00 implication=1 0.17 1.00 title=1,result=1,fact=0 0.14 1.00 method=1,fact=1 0.10 1.00 title=1,fact=0,goal=1 0.10 1.00 title=1,fact=0 0.34 0.95 fact=1,goal=0 0.26 0.94 method=0,result=1,goal=0 0.24 0.93 Table 1 : CAR M1 rules predicting that the pathogen is a focus entity. A value of 1 indicates that the pathogen appears in the corresponding discourse segment, while 0 indicates that the pathogen is absent from that type of segment. Rules have been selected and sorted based on the confidence (Conf) and support (Sup) values.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 270, |
| "end": 277, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Rule", |
| "sec_num": null |
| }, |
| { |
| "text": "The scientific discourse tagger obtained an F1 of 0.841 on the SciDT dataset. They also added NONE label to allow for none of the above. We apply the scientific discourse tagger to assign one of the eight discourse labels to each sentence in an abstract. The TITLE label was assigned using the available citation metadata.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Rule", |
| "sec_num": null |
| }, |
| { |
| "text": "We ran the CAR M1 algorithm on our data set annotated with pathogen mentions and present the inferred rules in Table 1 . There are 9 rules that predict focus entities. The first rule means that if the pathogen is mentioned in the METHOD and TITLE segments of the citation, then it is a focus pathogen. The second rule means that if the pathogen is mentioned in the TITLE and RESULT segment but not in the GOAL segment, then it is a focus pathogen.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 111, |
| "end": 118, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Doing an analysis of the rules, we find that most of the rules indicate that a pathogen being mentioned in the title is a sign that it is a focus pathogen, which is expected since the title denotes the most important concepts of the article. The rules also indicate that a mention of a pathogen in the results segment is relevant to the classification of the entity as a focus pathogen. Consideration of combinations of segments is more effective to identify focus entities than occurrence in any individual segment, apart from IMPLICATION. Table 2 shows the frequency of pathogen mentions in the various discourse segments. We find that the focus pathogens are significantly more prevalent in the TITLE, RESULT and FACT seg- ments, which correlates with the predicates of the inferred rules. Background pathogens seem to be equally prevalent in both the METHOD and GOAL segments when compared to the focus pathogens. Some of the labels, such as HYPOTHESIS, PROB-LEM and NONE, have low frequency in our data set and did not participate in any of the generated rules.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 541, |
| "end": 548, |
| "text": "Table 2", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5" |
| }, |
| { |
| "text": "We have proposed an approach to the problem of detecting focus versus ground entities using class association rules over entity mentions in discourse segments, specifically examining its use for pathogen characterisation. Focus pathogens tend to appear in the title and results segments of abstracts, where the key findings of research are highlighted. Our case study suggests that discourse information provides valuable cues to identify focus pathogens. Given the small-scale data we have available, this work is only indicative of the promise of the approach. We are developing a larger data set, which will support comprehensive exploration of more refined rules. This data set would also support the exploration of additional existing methods, such as centrality and transformer based methods.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "https://github.com/UCDenver-ccp/ ccp-nlp-pipelines 4 OBO NCBI taxonomy: http://www.obofoundry. org/ontology/ncbitaxon.html 5 Using: https://pypi.org/project/pyarc/", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "We acknowledge the funding support of the US Army International Pacific Centre, and the support of the US Defence Threat Reduction Agency Biological Materials Information Project team. We also thank Dr. Leyla Roohi for her work on an early version of this paper.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Fast algorithms for mining association rules", |
| "authors": [ |
| { |
| "first": "Rakesh", |
| "middle": [], |
| "last": "Agrawal", |
| "suffix": "" |
| }, |
| { |
| "first": "Ramakrishnan", |
| "middle": [], |
| "last": "Srikant", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Proc. 20th Int. Conf. Very Large Data Bases, VLDB", |
| "volume": "1215", |
| "issue": "", |
| "pages": "487--499", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rakesh Agrawal, Ramakrishnan Srikant, et al. 1994. Fast algorithms for mining association rules. In Proc. 20th Int. Conf. Very Large Data Bases, VLDB, volume 1215, pages 487-499. Citeseer.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Automatic identification of relevant chemical compounds from patents", |
| "authors": [ |
| { |
| "first": "Hinnerk", |
| "middle": [], |
| "last": "Saber A Akhondi", |
| "suffix": "" |
| }, |
| { |
| "first": "Markus", |
| "middle": [], |
| "last": "Rey", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Schw\u00f6rer", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Maier", |
| "suffix": "" |
| }, |
| { |
| "first": "Heike", |
| "middle": [], |
| "last": "Toomey", |
| "suffix": "" |
| }, |
| { |
| "first": "Gabriele", |
| "middle": [], |
| "last": "Nau", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Ilchmann", |
| "suffix": "" |
| }, |
| { |
| "first": "Matthias", |
| "middle": [], |
| "last": "Sheehan", |
| "suffix": "" |
| }, |
| { |
| "first": "Claudia", |
| "middle": [], |
| "last": "Irmer", |
| "suffix": "" |
| }, |
| { |
| "first": "Marius", |
| "middle": [], |
| "last": "Bobach", |
| "suffix": "" |
| }, |
| { |
| "first": "Michelle", |
| "middle": [], |
| "last": "Doornenbal", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Gregory", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Database", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "DOI": [ |
| "10.1093/database/baz001" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Saber A Akhondi, Hinnerk Rey, Markus Schw\u00f6rer, Michael Maier, John Toomey, Heike Nau, Gabriele Ilchmann, Mark Sheehan, Matthias Irmer, Claudia Bobach, Marius Doornenbal, Michelle Gregory, and Jan A Kors. 2019. Automatic identification of rele- vant chemical compounds from patents. Database, 2019. Baz001.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "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 |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Salience-based content characterisation of text documents", |
| "authors": [ |
| { |
| "first": "Branimir", |
| "middle": [], |
| "last": "Boguraev", |
| "suffix": "" |
| }, |
| { |
| "first": "Christopher", |
| "middle": [], |
| "last": "Kennedy", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Advances in automatic text summarization", |
| "volume": "", |
| "issue": "", |
| "pages": "99--110", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Branimir Boguraev and Christopher Kennedy. 1999. Salience-based content characterisation of text doc- uments. Advances in automatic text summarization, pages 99-110.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Bacteria biotope at BioNLP open shared tasks 2019", |
| "authors": [ |
| { |
| "first": "Robert", |
| "middle": [], |
| "last": "Bossy", |
| "suffix": "" |
| }, |
| { |
| "first": "Louise", |
| "middle": [], |
| "last": "Del\u00e9ger", |
| "suffix": "" |
| }, |
| { |
| "first": "Estelle", |
| "middle": [], |
| "last": "Chaix", |
| "suffix": "" |
| }, |
| { |
| "first": "Mouhamadou", |
| "middle": [], |
| "last": "Ba", |
| "suffix": "" |
| }, |
| { |
| "first": "Claire", |
| "middle": [], |
| "last": "N\u00e9dellec", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Proceedings of The 5th Workshop on BioNLP Open Shared Tasks", |
| "volume": "", |
| "issue": "", |
| "pages": "121--131", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/D19-5719" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Robert Bossy, Louise Del\u00e9ger, Estelle Chaix, Mouhamadou Ba, and Claire N\u00e9dellec. 2019. Bacteria biotope at BioNLP open shared tasks 2019. In Proceedings of The 5th Workshop on BioNLP Open Shared Tasks, pages 121-131, Hong Kong, China. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Experiment segmentation in scientific discourse as clause-level structured prediction using recurrent neural networks", |
| "authors": [ |
| { |
| "first": "Pradeep", |
| "middle": [], |
| "last": "Dasigi", |
| "suffix": "" |
| }, |
| { |
| "first": "Apc", |
| "middle": [], |
| "last": "Gully", |
| "suffix": "" |
| }, |
| { |
| "first": "Eduard", |
| "middle": [], |
| "last": "Burns", |
| "suffix": "" |
| }, |
| { |
| "first": "Anita", |
| "middle": [], |
| "last": "Hovy", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "De Waard", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1702.05398" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pradeep Dasigi, Gully APC Burns, Eduard Hovy, and Anita de Waard. 2017. Experiment segmentation in scientific discourse as clause-level structured predic- tion using recurrent neural networks. arXiv preprint arXiv:1702.05398.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "A new entity salience task with millions of training examples", |
| "authors": [ |
| { |
| "first": "Jesse", |
| "middle": [], |
| "last": "Dunietz", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Gillick", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Proceedings of the 14th Conference of the European Chapter of the Association for Computational Linguistics", |
| "volume": "2", |
| "issue": "", |
| "pages": "205--209", |
| "other_ids": { |
| "DOI": [ |
| "10.3115/v1/E14-4040" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jesse Dunietz and Daniel Gillick. 2014. A new en- tity salience task with millions of training examples. In Proceedings of the 14th Conference of the Euro- pean Chapter of the Association for Computational Linguistics, volume 2: Short Papers, pages 205- 209, Gothenburg, Sweden. Association for Compu- tational Linguistics.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "The NCBI taxonomy database", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Scott Federhen", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Nucleic Acids Research", |
| "volume": "40", |
| "issue": "D1", |
| "pages": "136--143", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Scott Federhen. 2012. The NCBI taxonomy database. Nucleic Acids Research, 40(D1):D136-D143.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Large-scale biomedical concept recognition: an evaluation of current automatic annotators and their parameters", |
| "authors": [ |
| { |
| "first": "Christopher", |
| "middle": [], |
| "last": "Funk", |
| "suffix": "" |
| }, |
| { |
| "first": "William", |
| "middle": [], |
| "last": "Baumgartner", |
| "suffix": "" |
| }, |
| { |
| "first": "Benjamin", |
| "middle": [], |
| "last": "Garcia", |
| "suffix": "" |
| }, |
| { |
| "first": "Christophe", |
| "middle": [], |
| "last": "Roeder", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Bada", |
| "suffix": "" |
| }, |
| { |
| "first": "Lawrence", |
| "middle": [ |
| "E" |
| ], |
| "last": "Cohen", |
| "suffix": "" |
| }, |
| { |
| "first": "Karin", |
| "middle": [], |
| "last": "Hunter", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Verspoor", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "BMC Bioinformatics", |
| "volume": "15", |
| "issue": "1", |
| "pages": "", |
| "other_ids": { |
| "DOI": [ |
| "10.1186/1471-2105-15-59" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Christopher Funk, William Baumgartner, Benjamin Garcia, Christophe Roeder, Michael Bada, K Breton- nel Cohen, Lawrence E Hunter, and Karin Verspoor. 2014. Large-scale biomedical concept recognition: an evaluation of current automatic annotators and their parameters. BMC Bioinformatics, 15(1):59.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Biosecurity surveillance: quantitative approaches. Cabi", |
| "authors": [ |
| { |
| "first": "Frith", |
| "middle": [], |
| "last": "Jarrad", |
| "suffix": "" |
| }, |
| { |
| "first": "Samantha", |
| "middle": [], |
| "last": "Low-Choy", |
| "suffix": "" |
| }, |
| { |
| "first": "Kerrie", |
| "middle": [], |
| "last": "Mengersen", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "DOI": [ |
| "10.1079/9781780643595.0000" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Frith Jarrad, Samantha Low-Choy, and Kerrie Mengersen. 2015. Biosecurity surveillance: quantitative approaches. Cabi.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Using the argumentative structure of scientific literature to improve information access", |
| "authors": [ |
| { |
| "first": "Antonio Jimeno", |
| "middle": [], |
| "last": "Yepes", |
| "suffix": "" |
| }, |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Mork", |
| "suffix": "" |
| }, |
| { |
| "first": "Alan", |
| "middle": [], |
| "last": "Aronson", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the 2013 Workshop on Biomedical Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "102--110", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Antonio Jimeno Yepes, James Mork, and Alan Aron- son. 2013. Using the argumentative structure of scientific literature to improve information access. In Proceedings of the 2013 Workshop on Biomedi- cal Natural Language Processing, pages 102-110, Sofia, Bulgaria. Association for Computational Lin- guistics.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Discourse tagging for scientific evidence extraction", |
| "authors": [ |
| { |
| "first": "Xiangci", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Gully", |
| "middle": [], |
| "last": "Burns", |
| "suffix": "" |
| }, |
| { |
| "first": "Nanyun", |
| "middle": [], |
| "last": "Peng", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1909.04758" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xiangci Li, Gully Burns, and Nanyun Peng. 2019. Discourse tagging for scientific evidence extraction. arXiv preprint arXiv:1909.04758.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Scientific discourse tagging for evidence extraction", |
| "authors": [ |
| { |
| "first": "Xiangci", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Gully", |
| "middle": [], |
| "last": "Burns", |
| "suffix": "" |
| }, |
| { |
| "first": "Nanyun", |
| "middle": [], |
| "last": "Peng", |
| "suffix": "" |
| } |
| ], |
| "year": 2021, |
| "venue": "Proceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics: Main Volume", |
| "volume": "", |
| "issue": "", |
| "pages": "2550--2562", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xiangci Li, Gully Burns, and Nanyun Peng. 2021. Sci- entific discourse tagging for evidence extraction. In Proceedings of the 16th Conference of the European Chapter of the Association for Computational Lin- guistics: Main Volume, pages 2550-2562, Online. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Integrating Classification and Association Rule Mining", |
| "authors": [ |
| { |
| "first": "Bing", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "Wynne", |
| "middle": [], |
| "last": "Hsu", |
| "suffix": "" |
| }, |
| { |
| "first": "Yiming", |
| "middle": [], |
| "last": "Ma", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Proceedings of the Fourth International Conference on Knowledge Discovery and Data Mining, KDD'98", |
| "volume": "", |
| "issue": "", |
| "pages": "80--86", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bing Liu, Wynne Hsu, and Yiming Ma. 1998. In- tegrating Classification and Association Rule Min- ing. In Proceedings of the Fourth International Con- ference on Knowledge Discovery and Data Mining, KDD'98, page 80-86. AAAI Press.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Overview of BioCreative II gene mention recognition", |
| "authors": [ |
| { |
| "first": "Larry", |
| "middle": [], |
| "last": "Smith", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Lorraine", |
| "suffix": "" |
| }, |
| { |
| "first": "Rie", |
| "middle": [], |
| "last": "Tanabe", |
| "suffix": "" |
| }, |
| { |
| "first": "Cheng-Ju", |
| "middle": [], |
| "last": "Johnson Nee Ando", |
| "suffix": "" |
| }, |
| { |
| "first": "I-Fang", |
| "middle": [], |
| "last": "Kuo", |
| "suffix": "" |
| }, |
| { |
| "first": "Chun-Nan", |
| "middle": [], |
| "last": "Chung", |
| "suffix": "" |
| }, |
| { |
| "first": "Yu-Shi", |
| "middle": [], |
| "last": "Hsu", |
| "suffix": "" |
| }, |
| { |
| "first": "Roman", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| }, |
| { |
| "first": "Christoph", |
| "middle": [ |
| "M" |
| ], |
| "last": "Klinger", |
| "suffix": "" |
| }, |
| { |
| "first": "Kuzman", |
| "middle": [], |
| "last": "Friedrich", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Ganchev", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Genome Biology", |
| "volume": "9", |
| "issue": "2", |
| "pages": "1--19", |
| "other_ids": { |
| "DOI": [ |
| "10.1186/gb-2008-9-s2-s2" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Larry Smith, Lorraine K Tanabe, Rie Johnson nee Ando, Cheng-Ju Kuo, I-Fang Chung, Chun-Nan Hsu, Yu-Shi Lin, Roman Klinger, Christoph M Friedrich, Kuzman Ganchev, et al. 2008. Overview of BioCreative II gene mention recognition. Genome Biology, 9(2):1-19.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "GeoBoost: Accelerating research involving the geospatial metadata of virus GenBank records", |
| "authors": [ |
| { |
| "first": "Tasnia", |
| "middle": [], |
| "last": "Tahsin", |
| "suffix": "" |
| }, |
| { |
| "first": "Davy", |
| "middle": [], |
| "last": "Weissenbacher", |
| "suffix": "" |
| }, |
| { |
| "first": "O'", |
| "middle": [], |
| "last": "Karen", |
| "suffix": "" |
| }, |
| { |
| "first": "Arjun", |
| "middle": [], |
| "last": "Connor", |
| "suffix": "" |
| }, |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Magge", |
| "suffix": "" |
| }, |
| { |
| "first": "Graciela", |
| "middle": [], |
| "last": "Scotch", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Gonzalez-Hernandez", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Bioinformatics", |
| "volume": "34", |
| "issue": "9", |
| "pages": "1606--1608", |
| "other_ids": { |
| "DOI": [ |
| "10.1093/bioinformatics/btx799" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tasnia Tahsin, Davy Weissenbacher, Karen O'Connor, Arjun Magge, Matthew Scotch, and Graciela Gonzalez-Hernandez. 2018. GeoBoost: Accel- erating research involving the geospatial meta- data of virus GenBank records. Bioinformatics, 34(9):1606-1608.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "The ConceptMapper approach to named entity recognition", |
| "authors": [ |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Tanenblatt", |
| "suffix": "" |
| }, |
| { |
| "first": "Anni", |
| "middle": [], |
| "last": "Coden", |
| "suffix": "" |
| }, |
| { |
| "first": "Igor", |
| "middle": [], |
| "last": "Sominsky", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the Seventh International Conference on Language Resources and Evaluation (LREC'10)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael Tanenblatt, Anni Coden, and Igor Sominsky. 2010. The ConceptMapper approach to named en- tity recognition. In Proceedings of the Seventh In- ternational Conference on Language Resources and Evaluation (LREC'10), Valletta, Malta. European Language Resources Association (ELRA).", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Verb form indicates discourse segment type in biological research papers: Experimental evidence", |
| "authors": [ |
| { |
| "first": "Anita", |
| "middle": [], |
| "last": "De Waard", |
| "suffix": "" |
| }, |
| { |
| "first": "Henk", |
| "middle": [], |
| "last": "Pan", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Maat", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Journal of English for academic purposes", |
| "volume": "11", |
| "issue": "4", |
| "pages": "357--366", |
| "other_ids": { |
| "DOI": [ |
| "10.1016/j.jeap.2012.06.002" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Anita de Waard and Henk pan der Maat. 2012. Verb form indicates discourse segment type in biological research papers: Experimental evidence. Journal of English for academic purposes, 11(4):357-366.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Centering theory in discourse", |
| "authors": [ |
| { |
| "first": "Prince", |
| "middle": [], |
| "last": "Joshi", |
| "suffix": "" |
| }, |
| { |
| "first": "Marilyn", |
| "middle": [ |
| "I" |
| ], |
| "last": "Walker", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Walker", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Joshi Prince Walker and Marilyn I Walker. 1998. Cen- tering theory in discourse. Oxford University Press.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "TABREF1": { |
| "html": null, |
| "text": "Frequency (Freq) of the mentions of background and focus entities in various discourse segments of PubMed citations. The percentages indicate the proportion of pathogen mentions of each type occurring in each scientific discourse segment. \"S.\" stands for the overall number of sentences per type in the 52 citations.", |
| "num": null, |
| "type_str": "table", |
| "content": "<table/>" |
| } |
| } |
| } |
| } |