ACL-OCL / Base_JSON /prefixN /json /nlpcovid19 /2020.nlpcovid19-2.21.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "2020",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T14:39:01.141258Z"
},
"title": "Vapur: A Search Engine to Find Related Protein -Compound Pairs in COVID-19 Literature",
"authors": [
{
"first": "Abdullatif",
"middle": [],
"last": "K\u00f6ksal",
"suffix": "",
"affiliation": {},
"email": "abdullatif.koksal@boun.edu.tr"
},
{
"first": "Hilal",
"middle": [],
"last": "D\u00f6nmez",
"suffix": "",
"affiliation": {},
"email": "hilal.donmez@boun.edu.tr"
},
{
"first": "Elif",
"middle": [],
"last": "Ozkirimli",
"suffix": "",
"affiliation": {},
"email": "elif.ozkirimli@roche.com"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Coronavirus Disease of 2019 (COVID-19) created dire consequences globally and triggered an intense scientific effort from different domains. The resulting publications created a huge text collection in which finding the studies related to a biomolecule of interest is challenging for general purpose search engines because the publications are rich in domain specific terminology. Here, we present Vapur: an online COVID-19 search engine specifically designed to find related protein-chemical pairs. Vapur is empowered with a relationoriented inverted index that is able to retrieve and group studies for a query biomolecule with respect to its related entities. The inverted index of Vapur is automatically created with a BioNLP pipeline and integrated with an online user interface. The online interface is designed for the smooth traversal of the current literature by domain researchers and is publicly available at https://tabilab.cmpe.boun. edu.tr/vapur/.",
"pdf_parse": {
"paper_id": "2020",
"_pdf_hash": "",
"abstract": [
{
"text": "Coronavirus Disease of 2019 (COVID-19) created dire consequences globally and triggered an intense scientific effort from different domains. The resulting publications created a huge text collection in which finding the studies related to a biomolecule of interest is challenging for general purpose search engines because the publications are rich in domain specific terminology. Here, we present Vapur: an online COVID-19 search engine specifically designed to find related protein-chemical pairs. Vapur is empowered with a relationoriented inverted index that is able to retrieve and group studies for a query biomolecule with respect to its related entities. The inverted index of Vapur is automatically created with a BioNLP pipeline and integrated with an online user interface. The online interface is designed for the smooth traversal of the current literature by domain researchers and is publicly available at https://tabilab.cmpe.boun. edu.tr/vapur/.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Coronavirus Disease of 2019 (COVID-19) outbreak had severe impacts on human health all around the world since December 2019, but also triggered an exceptional amount of scientific work. As of September 2020, PubMed recorded over 45K articles related to COVID-19 since its inception, including works on diagnosis (Dorche et al., 2020) , drug repurposing (Gao et al., 2020) , and text-mining (Tarasova et al., 2020) . As the body of literature keeps growing in the form of unstructured text, it also becomes more and more challenging for researchers to find the relevant information they need. Furthermore, the publications include domain-specific named entities and relations that challenge the general-purpose search engines. Therefore, it is of critical importance to build a search engine that can find relevant documents in this terminology-rich and domain-specific literature.",
"cite_spans": [
{
"start": 312,
"end": 333,
"text": "(Dorche et al., 2020)",
"ref_id": "BIBREF1"
},
{
"start": 353,
"end": 371,
"text": "(Gao et al., 2020)",
"ref_id": "BIBREF4"
},
{
"start": 390,
"end": 413,
"text": "(Tarasova et al., 2020)",
"ref_id": "BIBREF19"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Biomedical named entity recognition (NER) and relation extraction can be utilized to semantically structure publications around the biochemically related entities. When named entities and their relations are extracted, a document can be expressed as a set of triplets of the form (Entity1, Entity2, Relation). This formulation can be converted to an inverted index from the related entities to the publications in order to enable retrieving relevant documents to a query by entity and relation matching. If the same entities are referenced with different words (e.g. ACE2, Angiotensin-converting enzyme 2, Q9BYF1), named entity normalization can be used to identify different mentions of the same entity. Enhanced with named entity normalization, the inverted index can retrieve the documents that contain biochemical relations of a free-text query, as grouped by the related biomolecules.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this work, we present Vapur, an online search engine to find related protein -compound pairs in the COVID-19 anthology. Vapur is empowered with a biochemical relation-based inverted index that is created through named entity recognition, named entity normalization, and relation extraction on CORD-19 abstracts (Wang et al., 2020a) . Thanks to the underlying biochemical domainspecific tools and relation extraction model, Vapur identifies biochemically related entities to a freetext query and retrieves the publications that mention the relation. The design of Vapur offers a novel approach to explore COVID-19 literature with a fo- Figure 1 : The workflow of the pipeline behind Vapur. We first split CORD-19 abstracts to sentences and use BERN to detect and normalize the entities in the text. We then identify the biochemical relations with the relation extraction model that we trained and reform the output as an inverted index of relations. Vapur leverages this inverted index to retrieve relevant publications to the query as categorized by related entities.",
"cite_spans": [
{
"start": 314,
"end": 334,
"text": "(Wang et al., 2020a)",
"ref_id": "BIBREF21"
}
],
"ref_spans": [
{
"start": 638,
"end": 646,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "cus on biomolecules and their relations. We present Vapur at https://tabilab.cmpe.boun.edu.tr/ vapur/ and publicly share the code and models at https://github.com/boun-tabi/vapur.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Keeping up to date with the growing body of biomedical literature is a big challenge and almost a kind of magic in scientific research. Efforts such as ChemProt (Krallinger et al., 2017) aim to promote research in this direction by presenting PubMed abstracts in which proteins, chemicals, and their relations are manually labeled. Liu et al., 2018 and Lim and Kang, 2018 developed sequential models for chemical and protein relation extraction on ChemProt, while Peng et al., 2018 used an ensemble of deep models with SVM. However, all these models depend on the named entities to be recognized beforehand.",
"cite_spans": [
{
"start": 161,
"end": 186,
"text": "(Krallinger et al., 2017)",
"ref_id": "BIBREF10"
},
{
"start": 332,
"end": 352,
"text": "Liu et al., 2018 and",
"ref_id": "BIBREF15"
},
{
"start": 353,
"end": 360,
"text": "Lim and",
"ref_id": "BIBREF14"
},
{
"start": 361,
"end": 371,
"text": "Kang, 2018",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "Named entity recognition and normalization are widely studied topics in biomedical text mining to extract and link entities. Conditional Random Fields (CRF) was a popular approach in early biomedical NER studies (Leaman et al., 2015; Wei et al., , 2018 and with the rise of deep learning, sequential models were also integrated (Sachan et al., 2018) . Recently, transformers-based NER models attracted more attention, including BERN , which is a state-ofthe-art biomedical named entity recognition and normalization tool that uses BioBERT (Lee et al., 2020b) to identify and normalize the entities in a sentence. BERN is adopted by recent generaldomain biomedical text mining studies (Jang et al., 2019) as well as a model to answer COVID-19 related questions based on CORD-19 (Lee et al., 2020a) . CORD-19 (Wang et al., 2020a) is a data set comprising scientific publications related to COVID-19 and it has provided a valuable resource for text mining studies (Su et al., 2020; Esteva et al., 2020; Wang et al., 2020b) , including COVID-19 specific search engine development such as SemViz (Tu et al., 2020) and KD-COVID 1 .",
"cite_spans": [
{
"start": 212,
"end": 233,
"text": "(Leaman et al., 2015;",
"ref_id": "BIBREF11"
},
{
"start": 234,
"end": 252,
"text": "Wei et al., , 2018",
"ref_id": "BIBREF25"
},
{
"start": 328,
"end": 349,
"text": "(Sachan et al., 2018)",
"ref_id": "BIBREF17"
},
{
"start": 539,
"end": 558,
"text": "(Lee et al., 2020b)",
"ref_id": "BIBREF13"
},
{
"start": 684,
"end": 703,
"text": "(Jang et al., 2019)",
"ref_id": "BIBREF6"
},
{
"start": 769,
"end": 796,
"text": "CORD-19 (Lee et al., 2020a)",
"ref_id": null
},
{
"start": 799,
"end": 827,
"text": "CORD-19 (Wang et al., 2020a)",
"ref_id": null
},
{
"start": 961,
"end": 978,
"text": "(Su et al., 2020;",
"ref_id": "BIBREF18"
},
{
"start": 979,
"end": 999,
"text": "Esteva et al., 2020;",
"ref_id": "BIBREF3"
},
{
"start": 1000,
"end": 1019,
"text": "Wang et al., 2020b)",
"ref_id": "BIBREF22"
},
{
"start": 1091,
"end": 1108,
"text": "(Tu et al., 2020)",
"ref_id": "BIBREF20"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "SemViz aims to present subtle relations between entities by semantic visualization of a CORD-19 based knowledge-graph. KD-COVID, on the other hand, identifies the most similar sentence in CORD-19 to a query and retrieves the corresponding publication. KD-COVID also provides links to large protein, disease, and protein-disease relation databases. Vapur is different from these approaches, since it is based on an inverted index from biochemically related entities to publications. While most other systems depend on existing knowledge bases to provide information about related entities, Vapur uses NLP techniques to automatically extract the most up-to-date information from the scientific literature.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "Vapur is an online search engine with a focus on finding related proteins and chemicals in the COVID-19 literature. Vapur is able to retrieve relevant documents to a query as categorized by the biochemically related entities thanks to its relationoriented inverted index. In order to obtain the index, Vapur first identifies and normalizes the named entities in CORD-19 abstracts using a pre-trained model, BERN . Afterward, Vapur determines if the entity pairs in the same sentence are related to each other by the binary relation ex-traction model we trained on the ChemProt data set (Krallinger et al., 2017) . The result of the relation extraction model is a list of related entities for each abstract. This list is then used to construct the inverted index that represents biochemical relations as entity pairs and maps each relation to the documents in which the relation was mentioned. Vapur is publicly available at https: //tabilab.cmpe.boun.edu.tr/vapur/ and Figure 1 illustrates its workflow.",
"cite_spans": [
{
"start": 586,
"end": 611,
"text": "(Krallinger et al., 2017)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [
{
"start": 969,
"end": 975,
"text": "Figure",
"ref_id": null
}
],
"eq_spans": [],
"section": "System Description",
"sec_num": "3.1"
},
{
"text": "Vapur represents the entities as equivalence classes learned from the named entity recognition and normalization steps. For instance, \"Interleukin-1b\" is the member of the class {interleukin-1b, IL-1beta, IL1B, HGNC:5992, . . . , BERN:323737602} in the index and Vapur retrieves related entities and relevant documents with a mention \"Interleukin-1b\" even if the query is \"IL1B\". The equivalence classes cover a wide range of mention types from free-text to chemical IDs and enable a flexible search experience for the search terms.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "System Description",
"sec_num": "3.1"
},
{
"text": "Vapur represents each entity mention as a string and adopts a 3-gram based matching algorithm to search the queried entity in its index. Given a query, Vapur first creates a multi-set of all 3-grams of the query and computes the similarity of this set to all 3gram multi-sets of the mentions in the index, which are pre-computed. Vapur measures the similarity of the query to a mention by generalized Jaccard similarity:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "System Description",
"sec_num": "3.1"
},
{
"text": "J(Q, M ) = i min(Q i , M i ) i max(Q i , M i )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "System Description",
"sec_num": "3.1"
},
{
"text": "where Q and M are query and mention vectors that store the count of each 3-gram. Generalized Jaccard similarity makes Vapur more robust in retrieving results for typos in a query. When the related entities and their abstracts are retrieved, Vapur ranks the related entities by the number of times they are co-mentioned with the queried entity. Each entity is displayed with its most frequent mention alongside the links to the papers.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "System Description",
"sec_num": "3.1"
},
{
"text": "We also interpret the relation-oriented index of Vapur as a graph to find similar entities to the query that cannot be trivially inferred from the inverted index. We construct a graph from the index such that the nodes represent biomolecules and the edges denote biochemical relations. The resulting graph satisfies the bipartiteness property, since we identify the relations only between the proteins and 1: Summary statistics for the bipartite graph of the inverted index. We observe that number of chemicals and proteins are comparable to each other and the number of relations is close to the number of nodes, indicating the sparsity. In addition, the graph is formed of 807 connected components but the largest one is significantly larger than the others. chemicals during binary relation extraction. Table 1 demonstrates the summary statistics of this bipartite graph computed via networkx (Hagberg et al., 2008) .",
"cite_spans": [
{
"start": 896,
"end": 918,
"text": "(Hagberg et al., 2008)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "System Description",
"sec_num": "3.1"
},
{
"text": "We leverage the bipartite graph structure to identify similar biomolecules of the same type. We use SimRank (Jeh and Widom, 2002) to compute pairwise node similarity and list the five entities most similar to the query, in addition to the search results. Our goal is to allow researchers to explore information in the literature not only for the query, but also for entities similar to the query.",
"cite_spans": [
{
"start": 108,
"end": 129,
"text": "(Jeh and Widom, 2002)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "System Description",
"sec_num": "3.1"
},
{
"text": "We consulted with domain experts to build scenarios in which Vapur can help researchers. We present a use case that highlights how the relationbased index of Vapur and the similar entity prediction can extend the scope of a research. We illustrate the scenario in Figure 2 .",
"cite_spans": [],
"ref_spans": [
{
"start": 264,
"end": 272,
"text": "Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Use Case Scenario",
"sec_num": "3.2"
},
{
"text": "A medicinal chemist working on COVID-19 drug development is interested in \"Favipiravir\", one of the drugs clinically used in COVID-19 therapy. She searches Favipiravir on Vapur and the results highlight RNA-dependent RNA polymerase (RdRp) enzyme as the most frequently co-mentioned protein that is identified by Vapur as being related to Favipiravir. Vapur displays sentences from the publications stating that Favipiravir inhibits RdRp and also proposes \"Examorelin\" as a contextually similar molecule to Favipiravir. The researcher decides to extend her research to Examorelin, another drug known to bind RdRp.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation between Favipiravir and RdRp:",
"sec_num": null
},
{
"text": "1 2 F a v i p i r a v",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation between Favipiravir and RdRp:",
"sec_num": null
},
{
"text": "We create a relation-oriented search engine for CORD-19 abstracts. CORD-19 is a regularly updated data set that contains studies related to COVID-19 and SARS-CoV-2. We use the CORD-19 snapshot of August 23, 2020, that contains \u2248 233K documents for which \u2248 143K unique abstracts are provided. Vapur indexes these abstracts, but is also able to return the linked fullpaper.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "CORD-19",
"sec_num": null
},
{
"text": "ChemProt We trained a binary relation extraction model using the ChemProt data set (Krallinger et al., 2017) , a curation of PubMed abstracts whose entities and relations are manually annotated. ChemProt consists of 2432 abstract, 62,147 entity, and 45,171 relation files. An abstract file contains a PubMed abstract ID and its text, whereas an entity file lists the chemicals and proteins in the linked abstract. Last, a relation file reports the relation type between entity pairs in the same sentence whose relation types can be inferred from the sentence. The relations in ChemProt are categorized into 11 categories, where the first 10 categories (CPR:0 to CPR:9) denote various types of biochemical relations, while the last category (CPR:10) is reserved for \"not relation\" (i.e., the sentence explicitly states that there is no relation between the specified pair of entities). In this work, we focus on binary relation extraction, where we aim to determine whether a sentence states that there is a relation between the specified two entities or not. Therefore, we consider the entity pairs in the first 10 categories as positive samples. We treat the CPR:10 and the \"Other\" categories as the negative class, since the sentences for these two categories do not state that there is a relation between the corresponding pair of entities. We describe each relation type and report their instance counts in the ChemProt data set in Table 2 . We also provide summary statistics for ChemProt in Table 3 .",
"cite_spans": [
{
"start": 83,
"end": 108,
"text": "(Krallinger et al., 2017)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [
{
"start": 1436,
"end": 1443,
"text": "Table 2",
"ref_id": "TABREF4"
},
{
"start": 1497,
"end": 1504,
"text": "Table 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "CORD-19",
"sec_num": null
},
{
"text": "We used BERN Table 3 : ChemProt summary statistics. We split abstracts to sentences via GENIA (Kim et al., 2003) and compute the statistics accordingly and therefore some relations in ChemProt that are not in a sentence are filtered out. We refer to relations in the same sentence with the same protein, chemical and relation type as duplicate relations and consider them only once during training. We observe that the number of mentions is considerably higher than the number of unique entities for both proteins and chemicals, emphasizing the need for normalization. In addition, negative entity pairs are significantly more frequent than the positive ones, but their distribution across the training, development, and test folds is similar.",
"cite_spans": [
{
"start": 94,
"end": 112,
"text": "(Kim et al., 2003)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [
{
"start": 13,
"end": 20,
"text": "Table 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Named Entity Recognition and Normalization",
"sec_num": "4.2"
},
{
"text": "et al., 2015; Leaman et al., 2015; D'Souza and Ng, 2015; Wei et al., 2016 Wei et al., , 2018 Lee et al., 2020b) and outputs a set of IDs for each recognized entity, given a sentence.",
"cite_spans": [
{
"start": 14,
"end": 34,
"text": "Leaman et al., 2015;",
"ref_id": "BIBREF11"
},
{
"start": 35,
"end": 56,
"text": "D'Souza and Ng, 2015;",
"ref_id": "BIBREF2"
},
{
"start": 57,
"end": 73,
"text": "Wei et al., 2016",
"ref_id": "BIBREF24"
},
{
"start": 74,
"end": 92,
"text": "Wei et al., , 2018",
"ref_id": "BIBREF25"
},
{
"start": 93,
"end": 111,
"text": "Lee et al., 2020b)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Named Entity Recognition and Normalization",
"sec_num": "4.2"
},
{
"text": "In this study, we first tokenized the abstracts with GENIA (Kim et al., 2003) and identified 1.23M sentences. We used BERN to extract named entities and their IDs in these sentences and recognized 1.58M entities in total, in which 171K are chemicals, 318K are proteins, and others are diseases and species. With normalization, we computed the number of unique chemicals and proteins as 20K and 70K, respectively.",
"cite_spans": [
{
"start": 59,
"end": 77,
"text": "(Kim et al., 2003)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Named Entity Recognition and Normalization",
"sec_num": "4.2"
},
{
"text": "We propose a BioBERT-based model to identify related entities in CORD-19 abstracts. To this end, we first preprocessed the sentences to explicitly encode the entities in the input and then finetuned BioBERT with the preprocessed sentences in ChemProt. We used the binary labels in Section 4.1 as outputs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation Extraction",
"sec_num": "4.3"
},
{
"text": "Preprocessing We surrounded the named entities in the sentences with opening and closing tags to mark their location. We tagged chemicals with <e1> and </e1> and proteins with <e2> and </e2> to encode entity type and location during training. When a sentence had multiple chemical -protein pairs, we considered each pair separately Raw Sentence EGFR inhibitors currently under investigation include the small molecules gefitinib and erlotinib. Preprocessed Form I <e2>EGFR</e2> inhibitors currently under investigation include the small molecules <e1>gefitinib</e1> and erlotinib. Preprocessed Form II <e2>EGFR</e2> inhibitors currently under investigation include the small molecules gefitinib and <e1>erlotinib</e1>. Table 4 : An example of preprocessing. The raw sentence contains two chemicals (gefitinib, erlotinib) and one protein (EGFR), creating two protein -chemical pairs. Thus, we create two different forms of the sentence to encode each protein -chemical pair separately. We use <e1> and <e2> tags to enclose chemicals and proteins, respectively.",
"cite_spans": [],
"ref_spans": [
{
"start": 719,
"end": 726,
"text": "Table 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Relation Extraction",
"sec_num": "4.3"
},
{
"text": "BioBERT (Lee et al., 2020b) Relation Label",
"cite_spans": [
{
"start": 8,
"end": 27,
"text": "(Lee et al., 2020b)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Binary Classifier",
"sec_num": null
},
{
"text": "Relation Representation Input Tokens CLS ... ... ... ... ... ... ... ... ... ... SEP w 1 w n w m w j w i w 2 <e1> </e1> <e2> </e2>",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Binary Classifier",
"sec_num": null
},
{
"text": "Figure 3: Relation Extraction Model. Our model is composed of a BioBERT and a binary classification layer. We tokenize the input sentences by BioBERT tokenizer and enclose the biochemical entities with special tags (<e1> and <e2>). BioBERT uses special tokens: CLS and SEP tags for fixed length-relation representation and sentence separation, respectively. We use BioBERT output of CLS token to train our binary classifier.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Binary Classifier",
"sec_num": null
},
{
"text": "and created copies of the sentence with different tags. Table 4 provides an example of input and its two preprocessed forms.",
"cite_spans": [],
"ref_spans": [
{
"start": 56,
"end": 63,
"text": "Table 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Binary Classifier",
"sec_num": null
},
{
"text": "We trained a binary model that decides if two entities in the same sentence are biochemically related. The goal of training a binary model instead of a multi-class one is to identify biochemical relations beyond the classes in ChemProt. By formulating the problem as binary classification, we can potentially identify the biochemically related molecules in CORD-19, whose biochemical relation type cannot be categorized under any of the ChemProt classes. We used BioBERT with the addition of a singlelayer binary log-softmax classifier and trained the classifier with the inputs and outputs from the previous step using the cross-entropy loss. BioBERT creates a fixed-length relation representation for the starting tag CLS and we used this representation to vectorize the sentences. Figure 3 illustrates our relation extraction model.",
"cite_spans": [],
"ref_spans": [
{
"start": 784,
"end": 792,
"text": "Figure 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Model",
"sec_num": null
},
{
"text": "We conducted a hyperparameter search with different optimizers, learning rates, and weight decays. We trained a model 10 times per parameter combination and selected the best one based on the F-score on the development set. We found that the AdamW optimizer with a 0.00003 learning rate and 0.1 weight decay yields the best results. We selected the best setting for relation extraction and computed mean precision, recall, and F1-score as well as the standard deviation on the ChemProt development (dev) and test sets.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experimental setup",
"sec_num": null
},
{
"text": "In order to assess the performance of Vapur, we evaluated the performance of its components both as separate modules and together as an end-to-end pipeline. Since BERN, the named entity recognition and normalization module, has already been shown to be successful , we focus on automatic evaluation of the relation extraction model and expert evaluation of Vapur in this work.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results and Discussion",
"sec_num": "5"
},
{
"text": "We built the relation extraction model by finetuning a binary classifier on BioBERT and then computed precision, recall, and F1-Score on the dev and test sets of ChemProt. We also finetuned the same classifier using English BERT based model and report the results in Table 5 . Table 5 demonstrates that BioBERT obtained higher scores in terms of all three metrics on both folds, indicating that BioBERT is superior to BERT as a pre-trained language model for relation extraction on ChemProt. We relate this with the fact that BioBERT is trained with a more domain-related Table 6 : Test performance of the relation extraction model by CPR label. We used the best model out of 10 models trained with different random seeds to predict test set pairs and report mean and standard deviation of the test accuracy by label.",
"cite_spans": [],
"ref_spans": [
{
"start": 267,
"end": 274,
"text": "Table 5",
"ref_id": "TABREF6"
},
{
"start": 277,
"end": 284,
"text": "Table 5",
"ref_id": "TABREF6"
},
{
"start": 572,
"end": 579,
"text": "Table 6",
"ref_id": null
}
],
"eq_spans": [],
"section": "Relation Extraction Model",
"sec_num": "5.1"
},
{
"text": "text and BERT observed texts from a wider range.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation Extraction Model",
"sec_num": "5.1"
},
{
"text": "We further investigated the performance of our relation extraction model by computing the test accuracy per CPR category and illustrate the results in Table 6 . We observe that the relation extraction model achieved the highest accuracy in the Other category, indicating that the model can successfully identify whether the context is sufficient to deduce a relation between the entities or not. We relate the high performance for the Other category by using a contextual model for relation representation, BioBERT. Context-awareness enables Vapur to eliminate the documents that mention the queried entity in irrelevant contexts and to retrieve a document only if it contains relation information for the query.",
"cite_spans": [],
"ref_spans": [
{
"start": 151,
"end": 158,
"text": "Table 6",
"ref_id": null
}
],
"eq_spans": [],
"section": "Relation Extraction Model",
"sec_num": "5.1"
},
{
"text": "We evaluated Vapur from two different perspectives. We first analyzed 41 sample sentences in which Vapur identified a biochemical relation as a first step to discover the limitations of the complete pipeline. Then, we asked six biologists/chemists to use Vapur and rate its different aspects to demonstrate the success and usefulness of Vapur for future research.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Vapur",
"sec_num": "5.2"
},
{
"text": "Our inspection of 41 sample sentences indicated that most of the incorrect relation labels were due to incorrect entity assignment by BERN. In some cases, parts of the protein sequence such as Nterminal, carboxyl terminal or residue names such as Asp238 are recognized as compounds. Table 7 illustrates sample sentences with incorrectly labeled entities. Other examples that were manually checked by a domain expert are presented in the Appendices.",
"cite_spans": [],
"ref_spans": [
{
"start": 283,
"end": 290,
"text": "Table 7",
"ref_id": null
}
],
"eq_spans": [],
"section": "Vapur",
"sec_num": "5.2"
},
{
"text": "In order to evaluate the real-life usefulness of Vapur, we asked six domain experts to use Vapur for five COVID-19 related queries (totalling up to 30) of their own. They each filled in a questionnaire where for each query they indicated (i) if each of the top three search results is related to the query, (ii) if similar molecules predicted by Vapur are in fact useful, and (iii) if the extracted sentences are useful. They also rated the ease of use of Vapur between 1 (very difficult) and 5 (very easy) and assessed its usefulness for future research on COVID-19.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Vapur",
"sec_num": "5.2"
},
{
"text": "The expert evaluations demonstrated that 27 out of 30 (90%) top search results and 76 out of 90 2 (84%) top three search results are biochemically related to the query, suggesting that Vapur successfully retrieves biochemically related entities to the query. During these experiments, Vapur retrieved at least one related document for each query. It returned only one result for two of the queries, which caused 4 of the 14 unsuccessful cases. These evaluations suggest that the inverted index of Vapur spans a comprehensive range of entities and contains sufficient number of documents to find a biochemically related result for each of the tested queries.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Vapur",
"sec_num": "5.2"
},
{
"text": "For each of the 30 queries of the domain experts, 5 similar molecule predictions are returned, resulting in a total of 150 molecule predictions. The questionnaire results indicated that 78 out of 150 Sentence in Incorrectly Labeled Entity <e1>Alanine</e1> substitution of either Arg-76 or Tyr-94 in the N-terminal domain of <e2>IBV N protein</e2> led to a significant decrease in its RNA-binding activity and a total loss of the infectivity of the viral RNA to Vero cells.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Vapur",
"sec_num": "5.2"
},
{
"text": "<e2>Rat microsomal aldehyde dehydrogenase</e2> (msALDH) has no aminoterminal signal sequence, but instead it has a characteristic hydrophobic domain at the <e1>carboxyl</e1> terminus (Miyauehi, K., R.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Alanine",
"sec_num": null
},
{
"text": "carboxyl Also, the <e2>protease Factor Xa</e2>, a target of <e1>Ben</e1>-HCl abundantly expressed in infected cells, was able to cleave the recombinant and pseudoviral S protein into S1 and S2 subunits, and the cleavage was inhibited by Ben-HCl. Table 7 : Sample sentences with incorrectly labeled entities. The entity types of Alanine, carboxyl, and Ben were incorrectly predicted as compounds by BERN during the named entity recognition step. Consequently, the relation extraction model incorrectly identified a biochemical relation.",
"cite_spans": [],
"ref_spans": [
{
"start": 246,
"end": 253,
"text": "Table 7",
"ref_id": null
}
],
"eq_spans": [],
"section": "Alanine",
"sec_num": null
},
{
"text": "(52%) similar molecule predictions were identified as correct by the domain experts. For 14 out of 30 queries, 4 or 5 of the predicted molecules were identified as correct suggesting that Vapur was able to identify similar molecules successfully for about half of the queries. On the other hand, for 9 out of 30 queries, none of the similar molecule predictions were identified as correct by the domain experts. We should note that the definition of \"similarity\" may be subjective. Here, Vapur extracts similar molecules if they are contextually similar to the query molecule. Therefore, the molecules may or may not be structurally similar.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Ben",
"sec_num": null
},
{
"text": "The evaluation further showed that for 22 out of the 30 queries (73%) the extracted sentences are useful for research. Besides, the experts unanimously expressed that Vapur is very easy to use (5/5) and useful for future research.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Ben",
"sec_num": null
},
{
"text": "Overall, both manual inspection and expert evaluations showed that Vapur can successfully find biochemically related proteins and chemicals in CORD-19 and can help future research on COVID-19.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Ben",
"sec_num": null
},
{
"text": "We present Vapur, a search engine with an emphasis on identifying protein -chemical relations in the COVID-19 domain. To the best of our knowledge, Vapur is the first search engine that uses relation extraction to construct an inverted index of related biochemical entities beyond knowledge bases. Thanks to the relation extraction model, Vapur is able to categorize documents relevant to a query by biochemical entities related to it.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "We evaluated the relation extraction model on ChemProt and observed that BioBERT-based model has the highest performance. Expert evaluation of the sample annotated sentences from CORD-19 showed that Vapur successfully finds relations between entities when the entities are identified and normalized accurately. Finally, six domain experts used Vapur with 5 different queries and expressed that Vapur is easy to use, retrieves results that are related to the queries, and it is useful for future research.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "Although we focused on COVID-19 in this work, our approach can find application in any biomedical domain with a different choice of database to index. We believe that domain-specific scientific search engines will gain more interest in the future since COVID-19 is unlikely to be the last global health crisis. Consequently, we plan to improve Vapur by integrating full-papers, developing more robust named entity recognizers and normalizers, and indexing text databases on different domains. In order to help similar efforts, we make the underlying pipeline and Vapur available at https://github.com/ boun-tabi/vapur and https://tabilab.cmpe. boun.edu.tr/vapur/, respectively. The CT of tetherin contains an \"STS\" sequence that is implicated in ubiquitylation, and a highly-conserved tyrosine-based motif, \"YxxY\", that is essential for clathrin-dependent endocytosis of tetherin, and activation of nuclear factor-\u03baB (NF-\u03baB) [ The high prevalence of variants in the G6PD gene found in this analysis suggests that it may be a significant interaction factor in clinical trials of chloroquine and hydrochloroquine for treatment of COVID-19 in Africans. chloroquine G6PD gene 1 1 1",
"cite_spans": [
{
"start": 925,
"end": 926,
"text": "[",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "In an effort to circumvent resistance to rapamycin -an mTOR inhibitor -we searched for novel rapamycindownstream-targets that may be key players in the response of cancer cells to therapy. rapamycin mTOR 1 1 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "We found that rapamycin, at nM concentrations, increased phosphorylation of eukaryotic initiation factor (eIF) 2a in rapamycinsensitive and estrogen-dependent MCF-7 cells, but had only a minimal effect on eIF2a phosphorylation in the rapamycininsensitive triple-negative MDA-MB-231 cells.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "rapamycin eukaryotic initiation factor (eIF) 2a 1 1 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "Addition of salubrinal -an inhibitor of eIF2a dephosphorylationdecreased expression of a surface marker associated with capacity for self renewal, increased senescence and induced clonogenic cell death, suggesting that excessive phosphorylation of eIF2a is detrimental to the cells' survival.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "salubrinal eIF2a dephosphorylationdecreased 1 1 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "Treating cells with salubrinal enhanced radiation-induced increase in eIF2a phosphorylation and clonogenic death and showed that irradiated cells are more sensitive to increased eIF2a phosphorylation than non-irradiated ones. salubrinal eIF2a 1 1 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "Similar to salubrinal -the phosphomimetic eIF2a variant -S51D -increased sensitivity to radiation, and both abrogated radiationinduced increase in breast cancer type 1 susceptibility gene, thus implicating enhanced phosphorylation of eIF2a in modulation of DNA repair. salubrinal eIF2a variant 1 1 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "In addition to its effect on radiation, salubrinal enhanced eIF2a phosphorylation and clonogenic death in response to the histone deacetylase inhibitor -vorinostat. salubrinal eIF2a 1 1 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "Finally, the catalytic competitive inhibitor of mTOR -Ku-0063794 -increased phosphorylation of eIF2a demonstrating further the involvement of mTOR activity in modulating eIF2a phosphorylation. The evidence suggests that the actln mRNA leader sequence is acquired from this novel nucleotide transcript by an intermolecular frans-splicing mechanism.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "nucleotide actln mRNA leader sequence 0 0 0",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "We found that the aspartic acid at position 95, previously believed to be required for binding of PSGs to cells, is not required for PSG1 activity but that the amino acids implicated in the formation of a salt bridge within the N-domain are essential for PSG1 function. aspartic acid PSGs 0 0 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "In vitro expression of a construct containing the Lb gene fused to a portion of the VP4 and 3D genes demonstrated cis cleavage activity that could be blocked by the thiol protease inhibitor E-64.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "Lb gene 1 1 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "E-64",
"sec_num": null
},
{
"text": "In contrast, conversion of LC3-I/LC3-II could be significantly inhibited by 4-PBA, an ER stress inhibitor, indicating that ORF3induced autophagy is dependent on ER stress response.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "E-64",
"sec_num": null
},
{
"text": "4-PBA LC3-I 1 1 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "E-64",
"sec_num": null
},
{
"text": "All the studied molecules could bind to the active site of the SARS-CoV-2 protease (PDB: 6Y84), out of which rutin (a natural compound) has the highest inhibitor efficiency among the 33 molecules studied, followed by ritonavir (control drug), emetine (anti-protozoal), hesperidin (a natural compound), lopinavir (control drug) and indinavir (anti-viral drug). Table 8 : Sample sentences from CORD-19 predicted by the proposed model to contain a biochemical relation. The results of the manual validation by a domain expert are reported. Chemical and protein columns denote the entities recognized by BERN; and chemical label and protein label columns report the expert label. The expert label is 1 if the recognition is correct and 0 otherwise. Similarly, the relation label is set to 1 if these entities are biochemically related.",
"cite_spans": [],
"ref_spans": [
{
"start": 360,
"end": 367,
"text": "Table 8",
"ref_id": null
}
],
"eq_spans": [],
"section": "E-64",
"sec_num": null
},
{
"text": "http://kdcovid.nl/about.html",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Note that for 30 queries there are a total of 30x3=90 top three search results.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "We would like to thank our domain experts, Asu B\u00fc\u015fra Temizer, Eren Can Ek\u015fi, Prof. Hacer Karata\u015f, Irem \u015e enman, Prof. Nilg\u00fcn Karal\u0131, Serhat Beyaz, and Yagmur Ersoy for their detailed evaluation of Vapur.TUBITAK-BIDEB 2211-A Scholarship Program (to A.K. and R.\u00d6.), and TUBA-GEBIP Award of the Turkish Science Academy (to A.\u00d6.) are gratefully acknowledged. E.O. is an employee of F. Hoffman -La Roche AG, Switzerland.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Keep up with the latest coronavirus research",
"authors": [
{
"first": "Q",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Allot",
"suffix": ""
},
{
"first": "Z",
"middle": [],
"last": "Lu",
"suffix": ""
}
],
"year": 2020,
"venue": "Nature",
"volume": "579",
"issue": "7798",
"pages": "",
"other_ids": {
"DOI": [
"10.1038/d41586-020-00694-1"
]
},
"num": null,
"urls": [],
"raw_text": "Q. Chen, A. Allot, and Z. Lu. 2020. Keep up with the latest coronavirus research. Nature, 579(7798):193.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Neurological complications of coronavirus infection; a comparative review and lessons learned during the COVID-19 pandemic",
"authors": [
{
"first": "Philippe",
"middle": [],
"last": "Maryam Sharifian Dorche",
"suffix": ""
},
{
"first": "Micheal",
"middle": [],
"last": "Huot",
"suffix": ""
},
{
"first": "Dingke",
"middle": [],
"last": "Osherov",
"suffix": ""
},
{
"first": "Alexander",
"middle": [],
"last": "Wen",
"suffix": ""
},
{
"first": "Paul",
"middle": [],
"last": "Saveriano",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Giacomini",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Jack",
"suffix": ""
},
{
"first": "Ashkan",
"middle": [],
"last": "Antel",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Mowla",
"suffix": ""
}
],
"year": 2020,
"venue": "Journal of the Neurological Sciences",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Maryam Sharifian Dorche, Philippe Huot, Micheal Os- herov, Dingke Wen, Alexander Saveriano, Paul Gi- acomini, Jack P Antel, and Ashkan Mowla. 2020. Neurological complications of coronavirus infec- tion; a comparative review and lessons learned dur- ing the COVID-19 pandemic. Journal of the Neuro- logical Sciences, page 117085.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"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": "Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing",
"volume": "2",
"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 Pro- ceedings of the 53rd Annual Meeting of the Associa- tion for Computational Linguistics and the 7th Inter- national Joint Conference on Natural Language Pro- cessing (Volume 2: Short Papers), pages 297-302.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Co-search: Covid-19 information retrieval with semantic search, question answering, and abstractive summarization",
"authors": [
{
"first": "Andre",
"middle": [],
"last": "Esteva",
"suffix": ""
},
{
"first": "Anuprit",
"middle": [],
"last": "Kale",
"suffix": ""
},
{
"first": "Romain",
"middle": [],
"last": "Paulus",
"suffix": ""
},
{
"first": "Kazuma",
"middle": [],
"last": "Hashimoto",
"suffix": ""
},
{
"first": "Wenpeng",
"middle": [],
"last": "Yin",
"suffix": ""
},
{
"first": "Dragomir",
"middle": [],
"last": "Radev",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Socher",
"suffix": ""
}
],
"year": 2020,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:2006.09595"
]
},
"num": null,
"urls": [],
"raw_text": "Andre Esteva, Anuprit Kale, Romain Paulus, Kazuma Hashimoto, Wenpeng Yin, Dragomir Radev, and Richard Socher. 2020. Co-search: Covid-19 in- formation retrieval with semantic search, question answering, and abstractive summarization. arXiv preprint arXiv:2006.09595.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Repositioning of 8565 existing drugs for covid-19",
"authors": [
{
"first": "Kaifu",
"middle": [],
"last": "Gao",
"suffix": ""
},
{
"first": "Jiahui",
"middle": [],
"last": "Duc Duy Nguyen",
"suffix": ""
},
{
"first": "Rui",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "Guo-Wei",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Wei",
"suffix": ""
}
],
"year": 2020,
"venue": "The Journal of Physical Chemistry Letters",
"volume": "11",
"issue": "13",
"pages": "5373--5382",
"other_ids": {
"DOI": [
"10.1021/acs.jpclett.0c01579"
],
"PMID": [
"32543196"
]
},
"num": null,
"urls": [],
"raw_text": "Kaifu Gao, Duc Duy Nguyen, Jiahui Chen, Rui Wang, and Guo-Wei Wei. 2020. Repositioning of 8565 existing drugs for covid-19. The Journal of Phys- ical Chemistry Letters, 11(13):5373-5382. PMID: 32543196.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Exploring network structure, dynamics, and function using networkx",
"authors": [
{
"first": "A",
"middle": [],
"last": "Aric",
"suffix": ""
},
{
"first": "Daniel",
"middle": [
"A"
],
"last": "Hagberg",
"suffix": ""
},
{
"first": "Pieter",
"middle": [
"J"
],
"last": "Schult",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Swart",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of the 7th Python in Science Conference",
"volume": "",
"issue": "",
"pages": "11--15",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Aric A. Hagberg, Daniel A. Schult, and Pieter J. Swart. 2008. Exploring network structure, dynamics, and function using networkx. In Proceedings of the 7th Python in Science Conference, pages 11 -15, Pasadena, CA USA.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "ChimerDB 4.0: an updated and expanded database of fusion genes",
"authors": [
{
"first": "Insu",
"middle": [],
"last": "Ye Eun Jang",
"suffix": ""
},
{
"first": "Sunkyu",
"middle": [],
"last": "Jang",
"suffix": ""
},
{
"first": "Subin",
"middle": [],
"last": "Kim",
"suffix": ""
},
{
"first": "Daehan",
"middle": [],
"last": "Cho",
"suffix": ""
},
{
"first": "Keonwoo",
"middle": [],
"last": "Kim",
"suffix": ""
},
{
"first": "Jaewon",
"middle": [],
"last": "Kim",
"suffix": ""
},
{
"first": "Jimin",
"middle": [],
"last": "Kim",
"suffix": ""
},
{
"first": "Sangok",
"middle": [],
"last": "Hwang",
"suffix": ""
},
{
"first": "Jaesang",
"middle": [],
"last": "Kim",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Kim",
"suffix": ""
}
],
"year": 2019,
"venue": "Nucleic Acids Research",
"volume": "48",
"issue": "D1",
"pages": "817--824",
"other_ids": {
"DOI": [
"10.1093/nar/gkz1013"
]
},
"num": null,
"urls": [],
"raw_text": "Ye Eun Jang, Insu Jang, Sunkyu Kim, Subin Cho, Daehan Kim, Keonwoo Kim, Jaewon Kim, Jimin Hwang, Sangok Kim, Jaesang Kim, Jae- woo Kang, Byungwook Lee, and Sanghyuk Lee. 2019. ChimerDB 4.0: an updated and expanded database of fusion genes. Nucleic Acids Research, 48(D1):D817-D824.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "SimRank: a measure of structural-context similarity",
"authors": [
{
"first": "Glen",
"middle": [],
"last": "Jeh",
"suffix": ""
},
{
"first": "Jennifer",
"middle": [],
"last": "Widom",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the eighth ACM SIGKDD international conference on Knowledge discovery and data mining",
"volume": "",
"issue": "",
"pages": "538--543",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Glen Jeh and Jennifer Widom. 2002. SimRank: a measure of structural-context similarity. In Proceed- ings of the eighth ACM SIGKDD international con- ference on Knowledge discovery and data mining, pages 538-543.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "A neural named entity recognition and multi-type normalization tool for biomedical text mining",
"authors": [
{
"first": "Donghyeon",
"middle": [],
"last": "Kim",
"suffix": ""
},
{
"first": "Jinhyuk",
"middle": [],
"last": "Lee",
"suffix": ""
},
{
"first": "Chan",
"middle": [],
"last": "Ho So",
"suffix": ""
},
{
"first": "Hwisang",
"middle": [],
"last": "Jeon",
"suffix": ""
},
{
"first": "Minbyul",
"middle": [],
"last": "Jeong",
"suffix": ""
},
{
"first": "Yonghwa",
"middle": [],
"last": "Choi",
"suffix": ""
},
{
"first": "Wonjin",
"middle": [],
"last": "Yoon",
"suffix": ""
},
{
"first": "Mujeen",
"middle": [],
"last": "Sung",
"suffix": ""
},
{
"first": "Jaewoo",
"middle": [],
"last": "Kang",
"suffix": ""
}
],
"year": 2019,
"venue": "IEEE Access",
"volume": "7",
"issue": "",
"pages": "73729--73740",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Donghyeon Kim, Jinhyuk Lee, Chan Ho So, Hwisang Jeon, Minbyul Jeong, Yonghwa Choi, Wonjin Yoon, Mujeen Sung, and Jaewoo Kang. 2019. A neural named entity recognition and multi-type normaliza- tion tool for biomedical text mining. IEEE Access, 7:73729-73740.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "GENIA corpus-a semantically annotated corpus for bio-textmining",
"authors": [
{
"first": "J-D",
"middle": [],
"last": "Kim",
"suffix": ""
},
{
"first": "Tomoko",
"middle": [],
"last": "Ohta",
"suffix": ""
},
{
"first": "Yuka",
"middle": [],
"last": "Tateisi",
"suffix": ""
},
{
"first": "Jun'ichi",
"middle": [],
"last": "Tsujii",
"suffix": ""
}
],
"year": 2003,
"venue": "Bioinformatics",
"volume": "19",
"issue": "1",
"pages": "180--182",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J-D Kim, Tomoko Ohta, Yuka Tateisi, and Jun'ichi Tsujii. 2003. GENIA corpus-a semantically an- notated corpus for bio-textmining. Bioinformatics, 19(suppl 1):i180-i182.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Overview of the BioCreative VI chemical-protein interaction track",
"authors": [
{
"first": "Martin",
"middle": [],
"last": "Krallinger",
"suffix": ""
},
{
"first": "Obdulia",
"middle": [],
"last": "Rabal",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Saber",
"suffix": ""
},
{
"first": "Mart\u0131n",
"middle": [],
"last": "Akhondi",
"suffix": ""
},
{
"first": "Jes\u00fas",
"middle": [],
"last": "P\u00e9rez P\u00e9rez",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Santamar\u00eda",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Gp Rodr\u00edguez",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the sixth BioCreative challenge evaluation workshop",
"volume": "1",
"issue": "",
"pages": "141--146",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Martin Krallinger, Obdulia Rabal, Saber A Akhondi, Mart\u0131n P\u00e9rez P\u00e9rez, Jes\u00fas Santamar\u00eda, GP Rodr\u00edguez, et al. 2017. Overview of the BioCreative VI chemical-protein interaction track. In Proceedings of the sixth BioCreative challenge evaluation workshop, volume 1, pages 141-146.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "tmChem: a high performance approach for chemical named entity recognition and normalization",
"authors": [
{
"first": "Robert",
"middle": [],
"last": "Leaman",
"suffix": ""
},
{
"first": "Chih-Hsuan",
"middle": [],
"last": "Wei",
"suffix": ""
},
{
"first": "Zhiyong",
"middle": [],
"last": "Lu",
"suffix": ""
}
],
"year": 2015,
"venue": "Journal of cheminformatics",
"volume": "7",
"issue": "S1",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Robert Leaman, Chih-Hsuan Wei, and Zhiyong Lu. 2015. tmChem: a high performance approach for chemical named entity recognition and normaliza- tion. Journal of cheminformatics, 7(S1):S3.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "2020a. Answering questions on COVID-19 in real-time",
"authors": [
{
"first": "Jinhyuk",
"middle": [],
"last": "Lee",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Sean",
"suffix": ""
},
{
"first": "Minbyul",
"middle": [],
"last": "Yi",
"suffix": ""
},
{
"first": "Mujeen",
"middle": [],
"last": "Jeong",
"suffix": ""
},
{
"first": "Wonjin",
"middle": [],
"last": "Sung",
"suffix": ""
},
{
"first": "Yonghwa",
"middle": [],
"last": "Yoon",
"suffix": ""
},
{
"first": "Miyoung",
"middle": [],
"last": "Choi",
"suffix": ""
},
{
"first": "Jaewoo",
"middle": [],
"last": "Ko",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Kang",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:2006.15830"
]
},
"num": null,
"urls": [],
"raw_text": "Jinhyuk Lee, Sean S Yi, Minbyul Jeong, Mujeen Sung, Wonjin Yoon, Yonghwa Choi, Miyoung Ko, and Jae- woo Kang. 2020a. Answering questions on COVID- 19 in real-time. arXiv preprint arXiv:2006.15830.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "BioBERT: a pretrained biomedical language representation model for biomedical text mining",
"authors": [
{
"first": "Jinhyuk",
"middle": [],
"last": "Lee",
"suffix": ""
},
{
"first": "Wonjin",
"middle": [],
"last": "Yoon",
"suffix": ""
},
{
"first": "Sungdong",
"middle": [],
"last": "Kim",
"suffix": ""
},
{
"first": "Donghyeon",
"middle": [],
"last": "Kim",
"suffix": ""
},
{
"first": "Sunkyu",
"middle": [],
"last": "Kim",
"suffix": ""
},
{
"first": "Chan",
"middle": [],
"last": "Ho So",
"suffix": ""
},
{
"first": "Jaewoo",
"middle": [],
"last": "Kang",
"suffix": ""
}
],
"year": 2020,
"venue": "Bioinformatics",
"volume": "36",
"issue": "4",
"pages": "1234--1240",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jinhyuk Lee, Wonjin Yoon, Sungdong Kim, Donghyeon Kim, Sunkyu Kim, Chan Ho So, and Jaewoo Kang. 2020b. BioBERT: a pre- trained biomedical language representation model for biomedical text mining. Bioinformatics, 36(4):1234-1240.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Chemical-gene relation extraction using recursive neural network. Database",
"authors": [
{
"first": "Sangrak",
"middle": [],
"last": "Lim",
"suffix": ""
},
{
"first": "Jaewoo",
"middle": [],
"last": "Kang",
"suffix": ""
}
],
"year": 2018,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"DOI": [
"10.1093/database/bay060"
]
},
"num": null,
"urls": [],
"raw_text": "Sangrak Lim and Jaewoo Kang. 2018. Chemical-gene relation extraction using recursive neural network. Database, 2018. Bay060.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Extracting chemical-protein relations using attention-based neural networks",
"authors": [
{
"first": "Sijia",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "Feichen",
"middle": [],
"last": "Shen",
"suffix": ""
},
{
"first": "Ravikumar",
"middle": [],
"last": "Komandur Elayavilli",
"suffix": ""
},
{
"first": "Yanshan",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "Majid",
"middle": [],
"last": "Rastegar-Mojarad",
"suffix": ""
},
{
"first": "Vipin",
"middle": [],
"last": "Chaudhary",
"suffix": ""
},
{
"first": "Hongfang",
"middle": [],
"last": "Liu",
"suffix": ""
}
],
"year": 2018,
"venue": "Database",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"DOI": [
"10.1093/database/bay102"
]
},
"num": null,
"urls": [],
"raw_text": "Sijia Liu, Feichen Shen, Ravikumar Komandur Elayav- illi, Yanshan Wang, Majid Rastegar-Mojarad, Vipin Chaudhary, and Hongfang Liu. 2018. Extract- ing chemical-protein relations using attention-based neural networks. Database, 2018. Bay102.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Chemical-protein relation extraction with ensembles of SVM, CNN, and RNN models",
"authors": [
{
"first": "Yifan",
"middle": [],
"last": "Peng",
"suffix": ""
},
{
"first": "Anthony",
"middle": [],
"last": "Rios",
"suffix": ""
},
{
"first": "Ramakanth",
"middle": [],
"last": "Kavuluru",
"suffix": ""
},
{
"first": "Zhiyong",
"middle": [],
"last": "Lu",
"suffix": ""
}
],
"year": 2018,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:1802.01255"
]
},
"num": null,
"urls": [],
"raw_text": "Yifan Peng, Anthony Rios, Ramakanth Kavuluru, and Zhiyong Lu. 2018. Chemical-protein relation extrac- tion with ensembles of SVM, CNN, and RNN mod- els. arXiv preprint arXiv:1802.01255.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Effective use of bidirectional language modeling for transfer learning in biomedical named entity recognition",
"authors": [
{
"first": "Devendra",
"middle": [],
"last": "Singh Sachan",
"suffix": ""
},
{
"first": "Pengtao",
"middle": [],
"last": "Xie",
"suffix": ""
},
{
"first": "Mrinmaya",
"middle": [],
"last": "Sachan",
"suffix": ""
},
{
"first": "Eric",
"middle": [
"P"
],
"last": "Xing",
"suffix": ""
}
],
"year": 2018,
"venue": "Machine Learning for Healthcare Conference",
"volume": "",
"issue": "",
"pages": "383--402",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Devendra Singh Sachan, Pengtao Xie, Mrinmaya Sachan, and Eric P Xing. 2018. Effective use of bidirectional language modeling for transfer learn- ing in biomedical named entity recognition. In Ma- chine Learning for Healthcare Conference, pages 383-402.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "CAiRE-COVID: A question answering and multidocument summarization system for COVID-19 research",
"authors": [
{
"first": "Dan",
"middle": [],
"last": "Su",
"suffix": ""
},
{
"first": "Yan",
"middle": [],
"last": "Xu",
"suffix": ""
},
{
"first": "Tiezheng",
"middle": [],
"last": "Yu",
"suffix": ""
},
{
"first": "Farhad",
"middle": [],
"last": "Bin Siddique",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Elham",
"suffix": ""
},
{
"first": "Pascale",
"middle": [],
"last": "Barezi",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Fung",
"suffix": ""
}
],
"year": 2020,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:2005.03975"
]
},
"num": null,
"urls": [],
"raw_text": "Dan Su, Yan Xu, Tiezheng Yu, Farhad Bin Sid- dique, Elham J Barezi, and Pascale Fung. 2020. CAiRE-COVID: A question answering and multi- document summarization system for COVID-19 re- search. arXiv preprint arXiv:2005.03975.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Data and text mining help identify key proteins involved in the molecular mechanisms shared by SARS-CoV-2 and HIV-1",
"authors": [
{
"first": "Olga",
"middle": [],
"last": "Tarasova",
"suffix": ""
},
{
"first": "Sergey",
"middle": [],
"last": "Ivanov",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Dmitry",
"suffix": ""
},
{
"first": "Vladimir",
"middle": [],
"last": "Filimonov",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Poroikov",
"suffix": ""
}
],
"year": 2020,
"venue": "Molecules",
"volume": "25",
"issue": "12",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Olga Tarasova, Sergey Ivanov, Dmitry A Filimonov, and Vladimir Poroikov. 2020. Data and text min- ing help identify key proteins involved in the molec- ular mechanisms shared by SARS-CoV-2 and HIV-1. Molecules, 25(12):2944.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Exploration and discovery of the COVID-19 literature through semantic visualization",
"authors": [
{
"first": "Jingxuan",
"middle": [],
"last": "Tu",
"suffix": ""
},
{
"first": "Marc",
"middle": [],
"last": "Verhagen",
"suffix": ""
},
{
"first": "Brent",
"middle": [],
"last": "Cochran",
"suffix": ""
},
{
"first": "James",
"middle": [],
"last": "Pustejovsky",
"suffix": ""
}
],
"year": 2020,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:2007.01800"
]
},
"num": null,
"urls": [],
"raw_text": "Jingxuan Tu, Marc Verhagen, Brent Cochran, and James Pustejovsky. 2020. Exploration and discovery of the COVID-19 literature through semantic visual- ization. arXiv preprint arXiv:2007.01800.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "CORD-19: The Covid-19 Open Research Dataset",
"authors": [
{
"first": "Lucy",
"middle": [
"Lu"
],
"last": "Wang",
"suffix": ""
},
{
"first": "Kyle",
"middle": [],
"last": "Lo",
"suffix": ""
},
{
"first": "Yoganand",
"middle": [],
"last": "Chandrasekhar",
"suffix": ""
},
{
"first": "Russell",
"middle": [],
"last": "Reas",
"suffix": ""
},
{
"first": "Jiangjiang",
"middle": [],
"last": "Yang",
"suffix": ""
},
{
"first": "Darrin",
"middle": [],
"last": "Eide",
"suffix": ""
},
{
"first": "Kathryn",
"middle": [],
"last": "Funk",
"suffix": ""
},
{
"first": "Rodney",
"middle": [],
"last": "Kinney",
"suffix": ""
},
{
"first": "Ziyang",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "William",
"middle": [],
"last": "Merrill",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lucy Lu Wang, Kyle Lo, Yoganand Chandrasekhar, Russell Reas, Jiangjiang Yang, Darrin Eide, Kathryn Funk, Rodney Kinney, Ziyang Liu, William Merrill, et al. 2020a. CORD-19: The Covid-19 Open Re- search Dataset. ArXiv.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Comprehensive named entity recognition on cord-19 with distant or weak supervision",
"authors": [
{
"first": "Xuan",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "Xiangchen",
"middle": [],
"last": "Song",
"suffix": ""
},
{
"first": "Yingjun",
"middle": [],
"last": "Guan",
"suffix": ""
},
{
"first": "Bangzheng",
"middle": [],
"last": "Li",
"suffix": ""
},
{
"first": "Jiawei",
"middle": [],
"last": "Han",
"suffix": ""
}
],
"year": 2020,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:2003.12218"
]
},
"num": null,
"urls": [],
"raw_text": "Xuan Wang, Xiangchen Song, Yingjun Guan, Bangzheng Li, and Jiawei Han. 2020b. Com- prehensive named entity recognition on cord-19 with distant or weak supervision. arXiv preprint arXiv:2003.12218.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "GNormPlus: an integrative approach for tagging genes, gene families, and protein domains",
"authors": [
{
"first": "Chih-Hsuan",
"middle": [],
"last": "Wei",
"suffix": ""
},
{
"first": "Hung-Yu",
"middle": [],
"last": "Kao",
"suffix": ""
},
{
"first": "Zhiyong",
"middle": [],
"last": "Lu",
"suffix": ""
}
],
"year": 2015,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chih-Hsuan Wei, Hung-Yu Kao, and Zhiyong Lu. 2015. GNormPlus: an integrative approach for tagging genes, gene families, and protein domains. BioMed research international.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Beyond accuracy: creating interoperable and scalable text-mining web services",
"authors": [
{
"first": "Chih-Hsuan",
"middle": [],
"last": "Wei",
"suffix": ""
},
{
"first": "Robert",
"middle": [],
"last": "Leaman",
"suffix": ""
},
{
"first": "Zhiyong",
"middle": [],
"last": "Lu",
"suffix": ""
}
],
"year": 2016,
"venue": "Bioinformatics",
"volume": "32",
"issue": "12",
"pages": "1907--1910",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chih-Hsuan Wei, Robert Leaman, and Zhiyong Lu. 2016. Beyond accuracy: creating interoperable and scalable text-mining web services. Bioinformatics, 32(12):1907-1910.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "tmVar 2.0: integrating genomic variant information from literature with dbSNP and ClinVar for precision medicine",
"authors": [
{
"first": "Chih-Hsuan",
"middle": [],
"last": "Wei",
"suffix": ""
},
{
"first": "Lon",
"middle": [],
"last": "Phan",
"suffix": ""
},
{
"first": "Juliana",
"middle": [],
"last": "Feltz",
"suffix": ""
},
{
"first": "Rama",
"middle": [],
"last": "Maiti",
"suffix": ""
},
{
"first": "Tim",
"middle": [],
"last": "Hefferon",
"suffix": ""
},
{
"first": "Zhiyong",
"middle": [],
"last": "Lu",
"suffix": ""
}
],
"year": 2018,
"venue": "Bioinformatics",
"volume": "34",
"issue": "1",
"pages": "80--87",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chih-Hsuan Wei, Lon Phan, Juliana Feltz, Rama Maiti, Tim Hefferon, and Zhiyong Lu. 2018. tmVar 2.0: integrating genomic variant information from litera- ture with dbSNP and ClinVar for precision medicine. Bioinformatics, 34(1):80-87.",
"links": null
}
},
"ref_entries": {
"TABREF1": {
"text": "",
"html": null,
"type_str": "table",
"content": "<table/>",
"num": null
},
"TABREF4": {
"text": "Chemical -Protein Relations (CPR) in ChemProt. The entity pairs are annotated with 11 different relation types in ChemProt and we refer to pairs whose relation information cannot be inferred from the context as Other. We report the instance count of each category and specify the label we assign to each category for binary relation extraction.",
"html": null,
"type_str": "table",
"content": "<table><tr><td>Statistics</td><td colspan=\"2\">Train Dev</td><td>Test</td></tr><tr><td># documents</td><td>1020</td><td>612</td><td>800</td></tr><tr><td># relations</td><td colspan=\"3\">18046 11294 15712</td></tr><tr><td># entities</td><td colspan=\"3\">25752 15567 20828</td></tr><tr><td># chemical mentions</td><td colspan=\"2\">13017 8004</td><td>10810</td></tr><tr><td colspan=\"2\"># unique chemical entities 3710</td><td>2517</td><td>3442</td></tr><tr><td># protein mentions</td><td colspan=\"2\">12735 7563</td><td>10018</td></tr><tr><td># unique protein entities</td><td>4610</td><td>3018</td><td>3757</td></tr><tr><td># duplicate relations</td><td>98</td><td>86</td><td>158</td></tr><tr><td># positive labels</td><td>6143</td><td>3339</td><td>5459</td></tr><tr><td># negative labels</td><td colspan=\"2\">11903 7955</td><td>10253</td></tr></table>",
"num": null
},
"TABREF5": {
"text": "718\u00b10.027 0.737\u00b10.026 0.727\u00b10.010 BioBERT 0.742\u00b10.036 0.829\u00b10.035 0.782\u00b10.012 Test BERT 0.759\u00b10.023 0.710\u00b10.026 0.733\u00b10.007 BioBERT 0.791\u00b10.026 0.766\u00b10.036 0.777\u00b10.010",
"html": null,
"type_str": "table",
"content": "<table><tr><td>Fold Model</td><td>Precision</td><td>Recall</td><td>F1-Score</td></tr><tr><td>Dev BERT</td><td>0.</td><td/><td/></tr></table>",
"num": null
},
"TABREF6": {
"text": "BERT-and BioBERT-based fine-tuning results for binary relation extraction. We computed precision, recall, and F1 on the dev and test folds of ChemProt. The results show that BioBERT-based model outperforms BERT-based model in terms of all metrics on both folds.",
"html": null,
"type_str": "table",
"content": "<table><tr><td>Relation ID</td><td>Test Set Accuracy</td></tr><tr><td>CPR:1</td><td>0.661 \u00b1 0.053</td></tr><tr><td>CPR:2</td><td>0.667 \u00b1 0.043</td></tr><tr><td>CPR:3</td><td>0.855 \u00b1 0.015</td></tr><tr><td>CPR:4</td><td>0.874 \u00b1 0.027</td></tr><tr><td>CPR:5</td><td>0.850 \u00b1 0.045</td></tr><tr><td>CPR:6</td><td>0.856 \u00b1 0.050</td></tr><tr><td>CPR:7</td><td>0.890 \u00b1 0.044</td></tr><tr><td>CPR:8</td><td>0.550 \u00b1 0.066</td></tr><tr><td>CPR:9</td><td>0.617 \u00b1 0.060</td></tr><tr><td>CPR:10</td><td>0.828 \u00b1 0.053</td></tr><tr><td>Other</td><td>0.892 \u00b1 0.020</td></tr></table>",
"num": null
}
}
}
}