ACL-OCL / Base_JSON /prefixE /json /eacl /2021.eacl-demos.4.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "2021",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T10:42:41.014904Z"
},
"title": "CovRelex: A COVID-19 Retrieval System with Relation Extraction",
"authors": [
{
"first": "Vu",
"middle": [],
"last": "Tran",
"suffix": "",
"affiliation": {},
"email": "[email protected]"
},
{
"first": "Van-Hien",
"middle": [],
"last": "Tran",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Phuong",
"middle": [
"Minh"
],
"last": "Nguyen",
"suffix": "",
"affiliation": {},
"email": "[email protected]"
},
{
"first": "Chau",
"middle": [
"Minh"
],
"last": "Nguyen",
"suffix": "",
"affiliation": {},
"email": "[email protected]"
},
{
"first": "Ken",
"middle": [],
"last": "Satoh",
"suffix": "",
"affiliation": {},
"email": "[email protected]"
},
{
"first": "Yuji",
"middle": [],
"last": "Matsumoto",
"suffix": "",
"affiliation": {},
"email": "[email protected]"
},
{
"first": "Minh",
"middle": [],
"last": "Le Nguyen",
"suffix": "",
"affiliation": {},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "This paper presents CovRelex, a scientific paper retrieval system targeting entities and relations via relation extraction on COVID-19 scientific papers. This work aims at building a system supporting users efficiently in acquiring knowledge across a huge number of COVID-19 scientific papers published rapidly. Our system can be accessed via https://www.jaist.ac.jp/is/labs/ nguyen-lab/systems/covrelex/.",
"pdf_parse": {
"paper_id": "2021",
"_pdf_hash": "",
"abstract": [
{
"text": "This paper presents CovRelex, a scientific paper retrieval system targeting entities and relations via relation extraction on COVID-19 scientific papers. This work aims at building a system supporting users efficiently in acquiring knowledge across a huge number of COVID-19 scientific papers published rapidly. Our system can be accessed via https://www.jaist.ac.jp/is/labs/ nguyen-lab/systems/covrelex/.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "This work aims at facilitating knowledge acquisition from a huge number of COVID-19 scientific papers. Due to the COVID-19 outbreak, researchers have been focusing on studying the virus and publishing a huge number of papers rapidly. According to the estimation of Silva et al. (2020) , 23,634 unique documents were published in just 6 months between January 1 st and June 30 th , 2020. In the records of the COVID-19 Open Research Dataset (CORD-19) Challenge 1 , the number of collected papers about COVID-19, SARS-Cov-2 and related coronaviruses is more than 400K by January 9 th , 2021. The rapid speed of new publication and the huge number of related papers challenges specialists to seek knowledge by connecting findings across papers efficiently and timely.",
"cite_spans": [
{
"start": 265,
"end": 284,
"text": "Silva et al. (2020)",
"ref_id": "BIBREF19"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "1 https://www.kaggle.com/ allen-institute-for-ai/ When focusing on knowledge acquisition of biomedical entities, several questions can be asked regarding the entities and their relations:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 Which papers mention entity E 1 ?",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 Which papers mention the relation R between entity E 1 and entity E 2 ?",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 Which papers mention the relation R 1 between entity E 1 and entity E 2 , and the relation R 2 between entity E 2 and entity E 3 ?",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 What relations R x exist between entity E 1 and entity E 2 and in which papers?",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 What entity E x has relation R with entity E 1 and in which papers?",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Such questions can be answered by our system.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "FACTA+ (Tsuruoka et al., 2011 (Tsuruoka et al., , 2008 was presented as a text search engine that helps users discover and visualize indirect associations between biomedical concepts from MEDLINE abstracts. Liu et al. (2015) introduced an online text-mining system (PolySearch2) for identifying relationships between biomedical entities over 43 million articles covering MEDLINE abstracts, PubMed Central full-text articles, Wikipedia full-text articles, US Patent abstracts, open access textbooks from NCBI and MedlinePlus articles. More recently, LitVar (Allot et al., 2018) , a semantic search engine, utilized advanced text mining techniques to compute and extract relationships between genome variants and other associated entities such as diseases and chemicals/drugs. presented a web service PubTator Central (PTC) that provides automated bioconcept annotations in full text biomedical articles, in which bioconcepts are extracted from state-of-the-art text mining systems.",
"cite_spans": [
{
"start": 7,
"end": 29,
"text": "(Tsuruoka et al., 2011",
"ref_id": null
},
{
"start": 30,
"end": 54,
"text": "(Tsuruoka et al., , 2008",
"ref_id": "BIBREF24"
},
{
"start": 207,
"end": 224,
"text": "Liu et al. (2015)",
"ref_id": "BIBREF12"
},
{
"start": 556,
"end": 576,
"text": "(Allot et al., 2018)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "Due to the COVID-19 outbreak, it is essential to grasp valuable knowledge from a huge number of COVID-19-related papers for dealing with the pandemic effectively. Sohrab et al. (2020) introduced the BENNERD system that detects named entities in biomedical text and links them to the unified medical language system (UMLS) to facilitate the COVID-19 research. Hope et al. (2020) created a dataset annotated for mechanism relations and trained an information extraction model on this data. Then, they used the model to extract a Knowledge Base (KB) of mechanism and effect relations from papers relating to COVID-19. Zhang et al. (2020) built Covidex, a search infrastructure that provides information access to the COVID-19 Open Research Dataset such as answering questions. Esteva et al. (2020) also presented Co-Search, a retriever-ranker semantic search engine designed to handle complex queries over the COVID-19 literature. Wang et al. (2020) created the EvidenceMiner web-based system. Given a query as a natural language statement, EvidenceMiner automatically retrieves sentence-level textual evidence from the CORD-19 corpus.",
"cite_spans": [
{
"start": 615,
"end": 634,
"text": "Zhang et al. (2020)",
"ref_id": "BIBREF27"
},
{
"start": 774,
"end": 794,
"text": "Esteva et al. (2020)",
"ref_id": "BIBREF7"
},
{
"start": 928,
"end": 946,
"text": "Wang et al. (2020)",
"ref_id": "BIBREF25"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "Clearly, previous works made a great effort to acquire useful knowledge from the COVID-19 literature, such as recognizing biomedical entities (Sohrab et al., 2020), extracting mechanism relations between entities (Hope et al., 2020) , or retrieving relevant text segments based on the user query (Zhang et al., 2020; Wang et al., 2020) . However, there is still a lack of a system that has the ability to automatically detect both entities with various types and their diverse relations through papers, especially when COVID-19 papers are published rapidly. This motivates us to build the CovRelex system, which aims to exploit such information.",
"cite_spans": [
{
"start": 213,
"end": 232,
"text": "(Hope et al., 2020)",
"ref_id": "BIBREF10"
},
{
"start": 296,
"end": 316,
"text": "(Zhang et al., 2020;",
"ref_id": "BIBREF27"
},
{
"start": 317,
"end": 335,
"text": "Wang et al., 2020)",
"ref_id": "BIBREF25"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "3 Method",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "The core of our system is built from extracting an enormous number of relations from COVID-19 related scientific papers (in CORD-19 corpus) by several open domain relation extraction methods. The extracted relations are represented not only by their original form from the extraction methods but also by the contained biomedical entities. Furthermore, the relations are clustered and scored for their informativeness over the corpus (Fig. 1) .",
"cite_spans": [],
"ref_spans": [
{
"start": 433,
"end": 441,
"text": "(Fig. 1)",
"ref_id": null
}
],
"eq_spans": [],
"section": "Overview",
"sec_num": "3.1"
},
{
"text": "A relation is a triplet in the form (arg 1 , rel, arg 2 ), where arg 1 , and arg 2 are noun phrases which may contain biomedical entities, and rel is an expression describing the directed relation from arg 1 to arg 2 (shown in Fig. 2 ). ",
"cite_spans": [],
"ref_spans": [
{
"start": 227,
"end": 233,
"text": "Fig. 2",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Overview",
"sec_num": "3.1"
},
{
"text": "With the objective of extracting as many relations as possible, we employ several relation extraction methods. Each method has their own characteristics, thus, may extract different kinds of relations. By combining several methods, we can obtain higher extraction coverage. The methods are briefly described as follows.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation Extraction",
"sec_num": "3.2"
},
{
"text": "\u2022 ReVerb (Fader et al., 2011) tackles the problems of incoherent and uninformative extractions by introducing constraints on binary, verb-based relation phrases.",
"cite_spans": [
{
"start": 9,
"end": 29,
"text": "(Fader et al., 2011)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Relation Extraction",
"sec_num": "3.2"
},
{
"text": "\u2022 OLLIE (Mausam et al., 2012) addresses the problems that Open IE systems such as Re-Verb only extract relations that are mediated by verbs. Not only by verbs, OLIEE extracts relations mediated also by nouns, adjectives, and more.",
"cite_spans": [
{
"start": 8,
"end": 29,
"text": "(Mausam et al., 2012)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Relation Extraction",
"sec_num": "3.2"
},
{
"text": "\u2022 ClausIE (Del Corro and Gemulla, 2013) is a clause-based approach to open information extraction. It separates the detection of clauses and clause types from the actual generation of propositions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation Extraction",
"sec_num": "3.2"
},
{
"text": "\u2022 Relink (Tran and Nguyen, 2020 ) is a method partly inherited from ReVerb, extracts relations from the connected phrases, not for identifying clause type like ClauseIE.",
"cite_spans": [
{
"start": 9,
"end": 31,
"text": "(Tran and Nguyen, 2020",
"ref_id": "BIBREF22"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Relation Extraction",
"sec_num": "3.2"
},
{
"text": "\u2022 OpenIE (Angeli et al., 2015) extracts relations by breaking a long sentence into short, coherent clauses, and then finds the maximally simple relations.",
"cite_spans": [
{
"start": 9,
"end": 30,
"text": "(Angeli et al., 2015)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Relation Extraction",
"sec_num": "3.2"
},
{
"text": "The extracted relations are also tagged with biomedical entities recognized by using entity recognition models presented in the next subsection.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation Extraction",
"sec_num": "3.2"
},
{
"text": "We use biomedical entity recognition models specialized for predicting entity type and provided by SciSpacy (Neumann et al., 2019) (Table 1) . Each of the models is trained on a different annotated corpus, thus, covers a different set of biomedical entities. By using multiple entity systems, we can obtain various specialized entity information: chemicals and diseases with BCD5CDR (Li et al., 2016) , cell types, chemicals, proteins, and genes with CRAFT (Bada et al., 2012) , cell lines, cell types, DNAs, RNAs, and proteins with JNLPBA (Collier and Kim, 2004) , and cancer genetics with BioNLP13CG (Pyysalo et al., 2015) .",
"cite_spans": [
{
"start": 108,
"end": 130,
"text": "(Neumann et al., 2019)",
"ref_id": "BIBREF15"
},
{
"start": 383,
"end": 400,
"text": "(Li et al., 2016)",
"ref_id": "BIBREF11"
},
{
"start": 457,
"end": 476,
"text": "(Bada et al., 2012)",
"ref_id": "BIBREF2"
},
{
"start": 553,
"end": 563,
"text": "Kim, 2004)",
"ref_id": "BIBREF4"
},
{
"start": 602,
"end": 624,
"text": "(Pyysalo et al., 2015)",
"ref_id": "BIBREF16"
}
],
"ref_spans": [
{
"start": 131,
"end": 140,
"text": "(Table 1)",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Entity Recognition",
"sec_num": "3.3"
},
{
"text": "We build a cluster hierarchy on a subset of the extracted relations (this subset contains all relations in which both arg 1 and arg 2 are biomedical entities), so users can quickly find their interested relation expressions or they can choose some clusters which may contain their interested relation expressions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation Clustering",
"sec_num": "3.4"
},
{
"text": "We utilize FINCH (Sarfraz et al., 2019) , hierarchical clustering method, and BERT (Devlin et al., 2019) for this task. First, BERT-Base model is used to encode each relation as a simple sentence \" arg 1 rel arg 2 \" into a 768-dimensional vector. Then, FINCH is used to build the cluster hierarchy. For each cluster, representative expressions of the cluster are selected from its rels from top informative relations scored by the formula presented in the next subsection. The result cluster hierarchy is illustrated in Fig. 3 . Figure 3 : Illustration of cluster hierarchy. \"DISEASE-0-7\": the type of an entity contained in the arg 1 is DISEASE, the id of the level 0 (root) cluster is 0, the id of the level 1 cluster is 7. An expression has the form of ENTITY TYPE (in arg 1 , omitted) relation/verb phrase ENTITY TYPE (in arg 2 ). Expressions are separated by |. ",
"cite_spans": [
{
"start": 17,
"end": 39,
"text": "(Sarfraz et al., 2019)",
"ref_id": "BIBREF17"
},
{
"start": 83,
"end": 104,
"text": "(Devlin et al., 2019)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [
{
"start": 520,
"end": 526,
"text": "Fig. 3",
"ref_id": null
},
{
"start": 529,
"end": 537,
"text": "Figure 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Relation Clustering",
"sec_num": "3.4"
},
{
"text": "Relations are scored for informativeness based from Pointwise Mutual Information (PMI) (Church and Hanks, 1990) , the association ratio for measuring word association norms, based on the information-theoretic concept of mutual information. The informativeness of a relation (arg 1 , rel, arg 2 ) can be regarded as PMI (Eq. 1) of two points: arg-pair args = (arg 1 , arg 2 ) and its relation expression rel through occurrence p(.).",
"cite_spans": [
{
"start": 87,
"end": 111,
"text": "(Church and Hanks, 1990)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Relation Scoring",
"sec_num": "3.5"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": ") = log 2 p(args, rel) p(args) p(rel)",
"eq_num": "(1)"
}
],
"section": "PMI(args, rel",
"sec_num": null
},
{
"text": "It is difficult to apply Eq. 1, which computes the occurrence by exact matching, for our system because of the variation and noise in the contents of the extracted relations. To mitigate the difficulty of using exact match, we propose to use cosine similarity with Tf-idf vectorization (Sparck Jones, 1988) . While exact match counting of occurrence indicates the presence of an instance (args or rel) in the relation set, our use of cosine similarity indicates the presence of the contents of the instance in the relation set, thus can adapt to the variation and noise in the contents of the relations. ",
"cite_spans": [
{
"start": 294,
"end": 306,
"text": "Jones, 1988)",
"ref_id": "BIBREF21"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "PMI(args, rel",
"sec_num": null
},
{
"text": "S(rel) = rel cos(v(rel), v(rel ))",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "PMI(args, rel",
"sec_num": null
},
{
"text": "where (args , rel ) are all relations other than (args, rel), args are arg-pairs in all relations other than (args, rel), rel are expressions in all relations other than (args, rel), and v(t",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "PMI(args, rel",
"sec_num": null
},
{
"text": "1 , t 2 , ...t n )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "PMI(args, rel",
"sec_num": null
},
{
"text": "is the vectorization function which concatenates the input texts t 1 , t 2 , ..., t n and converts the concatenated text into a single Tf-idf vector.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "PMI(args, rel",
"sec_num": null
},
{
"text": "The retrieval system provides two kinds of queries: Single-Relation Query and Graph Query. While Single-Relation Query provides simple way to search for specific relations, Graph Query provides a sophisticated way to search for papers containing entities connected in a complex relation graph.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Retrieval System",
"sec_num": "3.6"
},
{
"text": "A query consists of partial information of a relation which can contains keywords about arg 1 , arg 2 , and rel, types of entities possibly included in the arg 1 or arg 2 , or clusters which the relation belongs to. The retrieved results are relevant relations with their corresponding papers. An example of Single-Relation Query is illustrated in Fig. 4 . The query relation is (mers-cov, any-relation, DISEASE). The results are best matched relations, for instance, (MERS-CoV, include, \"fever, chills/rigors, headache, non-productive cough\"). The candidate relations are retrieved based on the keyword matching score by BM25 (Sch\u00fctze et al., 2008) and InfoScore (Eq. 2), then filtered by the entity types and the clusters. Keyword matching score and InfoScore can be weighed for the need of searching candidates that have high lexical matching with the query or candidates that are highly informative.",
"cite_spans": [
{
"start": 627,
"end": 649,
"text": "(Sch\u00fctze et al., 2008)",
"ref_id": "BIBREF18"
}
],
"ref_spans": [
{
"start": 348,
"end": 354,
"text": "Fig. 4",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Single-Relation Query",
"sec_num": "3.6.1"
},
{
"text": "This extends Single-Relation Query by enabling more sophisticated paper search covering a complex graph describing relations among entities. An example of Graph Query is illustrated in Fig. 5 with a query consists of 4 relations: (merscov, cause, DISEASE), (CHEMICAL, any-relation, mers-cov), (CHEMICAl, any-relation, DISEASE), and (PROTEIN, any-relation, DISEASE) . The result graph is built from linking entities and relations obtained from each paper, which matches the query graph. The entity linking is done through lexical matching and type matching. This approach faces the challenges from entities with synonyms and performance of entity recognition.",
"cite_spans": [],
"ref_spans": [
{
"start": 185,
"end": 191,
"text": "Fig. 5",
"ref_id": "FIGREF3"
},
{
"start": 332,
"end": 364,
"text": "(PROTEIN, any-relation, DISEASE)",
"ref_id": null
}
],
"eq_spans": [],
"section": "Graph Query",
"sec_num": "3.6.2"
},
{
"text": "One special feature of Graph Query is Multi-Paper Graph Query which supports searching relations across multiple papers. The important use case is that interested relations are not described in one single paper, i.e., one entity is mentioned in different papers and thus engaged in different relations. For example, if users want to \"find some Table 2 : Evaluation results on relation extraction. Correct I, II, and I&II: evaluated as correct relations (can be entailed from the corresponding sentences) by the first, the second, and both the evaluators, respectively. Overall: evaluation on the unique relations per sentence from all methods. Kappa: Cohen's kappa coefficient.",
"cite_spans": [],
"ref_spans": [
{
"start": 344,
"end": 351,
"text": "Table 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Graph Query",
"sec_num": "3.6.2"
},
{
"text": "Correct 71%) 2,242 (64%) 1,913 (55%0.41 CHEMICAL that can treat some DISEASE caused by COVID-19\", they will look for two relations: (COVID-19, cause, DISEASE), and (CHEMICAL, treat, DISEASE). In that case, the two relations may be retrieved from two different papers. Therefore, aggregating information scattering over multiple papers is necessary for building a more comprehensive understanding. It is done through relation grouping allowing users to segment the query graph into several segments each belonging to different papers. With the above example, users can define a query graph (the left-hand side of Fig. 6 ) and our system could find that \"pneunomia\" is a DISEASE caused by COVID-19 and is treated with \"Current [piperacillin-tazobactam] CHEMICAL regimens\" (the right-hand side of Fig. 6 ) from two separate papers, and more.",
"cite_spans": [],
"ref_spans": [
{
"start": 612,
"end": 618,
"text": "Fig. 6",
"ref_id": "FIGREF4"
},
{
"start": 794,
"end": 800,
"text": "Fig. 6",
"ref_id": "FIGREF4"
}
],
"eq_spans": [],
"section": "Method Total",
"sec_num": null
},
{
"text": "We performed relation extraction and entity recognition from the CORD19 corpus provided in the COVID-19 Open Research Dataset Challenge updated by January 3 rd , 2021. The corpus contains \u2248400K entries to COVID-19 related papers. Relation extraction and entity recognition were performed on the abstracts of the papers.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Corpus",
"sec_num": "4.1"
},
{
"text": "As shown in Table 3 , we extracted 40.5 million relations including 29.8 million unique relations. Among the relation extraction methods, OpenIE outputs the largest number. The other three relation extraction methods tend to output long and composite relations while OpenIE tends to break down and output shorter and simpler relations. However, OpenIE also outputs small variations of similar relations.",
"cite_spans": [],
"ref_spans": [
{
"start": 12,
"end": 19,
"text": "Table 3",
"ref_id": "TABREF3"
}
],
"eq_spans": [],
"section": "Relation Extraction",
"sec_num": "4.2"
},
{
"text": "For assessing the quality of relation extraction, we conduct an evaluation on a small data sample consisting of 100 papers selected from the corpus. The evaluation was conducted by two human evaluators with the criteria to answer whether the relation can be entailed from the sentence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation Extraction",
"sec_num": "4.2"
},
{
"text": "The results (Table 2) show that the evaluation is a difficult task. The evaluation agreement between the two evaluators is 0.41 in term of Cohen's kappa coefficient (McHugh, 2012) . It's considered fair agreement (Fleiss et al., 2003) . Among the relation extraction methods, OLLIE yields the best kappa coefficient of 0.60 (good agreement), OpenIE yields the worst coefficient of 0.30 (poor agreement), and the others yield the coefficients of 0.47 to 0.58 (fair to good agreement). One of the possible reasons is the complexity of biomedical texts: sentences with 31 tokens in average and up to 167 tokens in the evaluated sample, and common use of conjunctions and nested clauses.",
"cite_spans": [
{
"start": 165,
"end": 179,
"text": "(McHugh, 2012)",
"ref_id": "BIBREF14"
},
{
"start": 213,
"end": 234,
"text": "(Fleiss et al., 2003)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [
{
"start": 12,
"end": 21,
"text": "(Table 2)",
"ref_id": null
}
],
"eq_spans": [],
"section": "Relation Extraction",
"sec_num": "4.2"
},
{
"text": "As shown in Table 4 , a total of 6.4M entities were recognized from the corpus with the four entity recognition models. For each abstract of a COVID-19 related paper, an average of 22 entities were recognized. Among the four models, en ner jnlpba md outputs the largest number of entities, about 1.7 to 2.2 times more than the other models, where this model's specialized entity types are cell lines, cell types, DNAs, RNAs, and proteins.",
"cite_spans": [],
"ref_spans": [
{
"start": 12,
"end": 19,
"text": "Table 4",
"ref_id": "TABREF4"
}
],
"eq_spans": [],
"section": "Entity Recognition",
"sec_num": "4.3"
},
{
"text": "We have presented our COVID-19 scientific paper retrieval system which focuses on analysing entities and their relations. The system is empowered with several relation extraction and entity recognition methods. The system supports users in acquiring knowledge efficiently across a huge number of COVID-19 scientific papers published rapidly. There, however, exist extremely challenging problems to tackle for making the system more practical: dealing with the newly created and unknown data, solving the performance gap when utilizing present methods, and do these in the nick of time of fighting with pandemics.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
}
],
"back_matter": [
{
"text": "This work was supported by JST CREST Grant Number JPMJCR1513, Japan.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgment",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "LitVar: a semantic search engine for linking genomic variant data in PubMed and PMC",
"authors": [
{
"first": "Alexis",
"middle": [],
"last": "Allot",
"suffix": ""
},
{
"first": "Yifan",
"middle": [],
"last": "Peng",
"suffix": ""
},
{
"first": "Chih-Hsuan",
"middle": [],
"last": "Wei",
"suffix": ""
},
{
"first": "Kyubum",
"middle": [],
"last": "Lee",
"suffix": ""
},
{
"first": "Lon",
"middle": [],
"last": "Phan",
"suffix": ""
},
{
"first": "Zhiyong",
"middle": [],
"last": "Lu",
"suffix": ""
}
],
"year": 2018,
"venue": "Nucleic Acids Research",
"volume": "46",
"issue": "W1",
"pages": "530--536",
"other_ids": {
"DOI": [
"10.1093/nar/gky355"
]
},
"num": null,
"urls": [],
"raw_text": "Alexis Allot, Yifan Peng, Chih-Hsuan Wei, Kyubum Lee, Lon Phan, and Zhiyong Lu. 2018. LitVar: a semantic search engine for linking genomic variant data in PubMed and PMC. Nucleic Acids Research, 46(W1):W530-W536.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Leveraging linguistic structure for open domain information extraction",
"authors": [
{
"first": "Gabor",
"middle": [],
"last": "Angeli",
"suffix": ""
},
{
"first": "Melvin Jose Johnson",
"middle": [],
"last": "Premkumar",
"suffix": ""
},
{
"first": "Christopher",
"middle": [
"D"
],
"last": "Manning",
"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": "1",
"issue": "",
"pages": "344--354",
"other_ids": {
"DOI": [
"10.3115/v1/P15-1034"
]
},
"num": null,
"urls": [],
"raw_text": "Gabor Angeli, Melvin Jose Johnson Premkumar, and Christopher D. Manning. 2015. Leveraging linguis- tic structure for open domain information extraction. In Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Lan- guage Processing (Volume 1: Long Papers), pages 344-354, Beijing, China. Association for Computa- tional Linguistics.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Concept annotation in the CRAFT corpus",
"authors": [
{
"first": "Michael",
"middle": [],
"last": "Bada",
"suffix": ""
},
{
"first": "Miriam",
"middle": [],
"last": "Eckert",
"suffix": ""
},
{
"first": "Donald",
"middle": [],
"last": "Evans",
"suffix": ""
},
{
"first": "Kristin",
"middle": [],
"last": "Garcia",
"suffix": ""
},
{
"first": "Krista",
"middle": [],
"last": "Shipley",
"suffix": ""
},
{
"first": "Dmitry",
"middle": [],
"last": "Sitnikov",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "William",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Baumgartner",
"suffix": ""
},
{
"first": "Karin",
"middle": [],
"last": "Bretonnel Cohen",
"suffix": ""
},
{
"first": "Judith",
"middle": [
"A"
],
"last": "Verspoor",
"suffix": ""
},
{
"first": "Lawrence",
"middle": [
"E"
],
"last": "Blake",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Hunter",
"suffix": ""
}
],
"year": 2012,
"venue": "BMC Bioinformatics",
"volume": "13",
"issue": "1",
"pages": "",
"other_ids": {
"DOI": [
"10.1186/1471-2105-13-161"
]
},
"num": null,
"urls": [],
"raw_text": "Michael Bada, Miriam Eckert, Donald Evans, Kristin Garcia, Krista Shipley, Dmitry Sitnikov, William A Baumgartner, K Bretonnel Cohen, Karin Verspoor, Judith A Blake, and Lawrence E Hunter. 2012. Con- cept annotation in the CRAFT corpus. BMC Bioin- formatics, 13(1).",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Word association norms, mutual information, and lexicography",
"authors": [
{
"first": "Kenneth",
"middle": [
"Ward"
],
"last": "Church",
"suffix": ""
},
{
"first": "Patrick",
"middle": [],
"last": "Hanks",
"suffix": ""
}
],
"year": 1990,
"venue": "Computational Linguistics",
"volume": "16",
"issue": "1",
"pages": "22--29",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kenneth Ward Church and Patrick Hanks. 1990. Word association norms, mutual information, and lexicog- raphy. Computational Linguistics, 16(1):22-29.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Introduction to the bio-entity recognition task at JNLPBA",
"authors": [
{
"first": "Nigel",
"middle": [],
"last": "Collier",
"suffix": ""
},
{
"first": "Jin-Dong",
"middle": [],
"last": "Kim",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the International Joint Workshop on Natural Language Processing in Biomedicine and its Applications (NLPBA/BioNLP)",
"volume": "",
"issue": "",
"pages": "73--78",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Nigel Collier and Jin-Dong Kim. 2004. Introduc- tion to the bio-entity recognition task at JNLPBA. In Proceedings of the International Joint Workshop on Natural Language Processing in Biomedicine and its Applications (NLPBA/BioNLP), pages 73-78, Geneva, Switzerland. COLING.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Clausie: clause-based open information extraction",
"authors": [
{
"first": "Luciano",
"middle": [],
"last": "Del Corro",
"suffix": ""
},
{
"first": "Rainer",
"middle": [],
"last": "Gemulla",
"suffix": ""
}
],
"year": 2013,
"venue": "Proceedings of the 22nd international conference on World Wide Web",
"volume": "",
"issue": "",
"pages": "355--366",
"other_ids": {
"DOI": [
"10.1145/2488388.2488420"
]
},
"num": null,
"urls": [],
"raw_text": "Luciano Del Corro and Rainer Gemulla. 2013. Clausie: clause-based open information extraction. In Pro- ceedings of the 22nd international conference on World Wide Web, pages 355-366.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "BERT: Pre-training of deep bidirectional transformers for language understanding",
"authors": [
{
"first": "Jacob",
"middle": [],
"last": "Devlin",
"suffix": ""
},
{
"first": "Ming-Wei",
"middle": [],
"last": "Chang",
"suffix": ""
},
{
"first": "Kenton",
"middle": [],
"last": "Lee",
"suffix": ""
},
{
"first": "Kristina",
"middle": [],
"last": "Toutanova",
"suffix": ""
}
],
"year": 2019,
"venue": "Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
"volume": "1",
"issue": "",
"pages": "4171--4186",
"other_ids": {
"DOI": [
"10.18653/v1/N19-1423"
]
},
"num": null,
"urls": [],
"raw_text": "Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. 2019. BERT: Pre-training of deep bidirectional transformers for language under- standing. In Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers), pages 4171-4186, Minneapolis, Minnesota. Associ- ation for Computational Linguistics.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"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": {},
"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 infor- mation retrieval with semantic search, question an- swering, and abstractive summarization.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Identifying relations for open information extraction",
"authors": [
{
"first": "Anthony",
"middle": [],
"last": "Fader",
"suffix": ""
},
{
"first": "Stephen",
"middle": [],
"last": "Soderland",
"suffix": ""
},
{
"first": "Oren",
"middle": [],
"last": "Etzioni",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "1535--1545",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Anthony Fader, Stephen Soderland, and Oren Etzioni. 2011. Identifying relations for open information ex- traction. In Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing, pages 1535-1545, Edinburgh, Scotland, UK. Associ- ation for Computational Linguistics.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Statistical Methods for Rates and Proportions",
"authors": [
{
"first": "Joseph",
"middle": [
"L"
],
"last": "Fleiss",
"suffix": ""
},
{
"first": "Bruce",
"middle": [],
"last": "Levin",
"suffix": ""
},
{
"first": "Myunghee Cho",
"middle": [],
"last": "Paik",
"suffix": ""
}
],
"year": 2003,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"DOI": [
"10.1002/0471445428"
]
},
"num": null,
"urls": [],
"raw_text": "Joseph L. Fleiss, Bruce Levin, and Myunghee Cho Paik. 2003. Statistical Methods for Rates and Proportions. John Wiley & Sons, Inc.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Extracting a Knowledge Base of Mechanisms from COVID-19 Papers",
"authors": [
{
"first": "Tom",
"middle": [],
"last": "Hope",
"suffix": ""
},
{
"first": "Aida",
"middle": [],
"last": "Amini",
"suffix": ""
},
{
"first": "David",
"middle": [],
"last": "Wadden",
"suffix": ""
},
{
"first": "Madeleine",
"middle": [],
"last": "Van Zuylen",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Horvitz",
"suffix": ""
},
{
"first": "Roy",
"middle": [],
"last": "Schwartz",
"suffix": ""
},
{
"first": "Hannaneh",
"middle": [],
"last": "Hajishirzi",
"suffix": ""
}
],
"year": 2020,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Tom Hope, Aida Amini, David Wadden, Madeleine van Zuylen, E. Horvitz, Roy Schwartz, and Hannaneh Hajishirzi. 2020. Extracting a Knowledge Base of Mechanisms from COVID-19 Papers .",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "BioCreative v CDR task corpus: a resource for chemical disease relation extraction",
"authors": [
{
"first": "Jiao",
"middle": [],
"last": "Li",
"suffix": ""
},
{
"first": "Yueping",
"middle": [],
"last": "Sun",
"suffix": ""
},
{
"first": "Robin",
"middle": [
"J"
],
"last": "Johnson",
"suffix": ""
},
{
"first": "Daniela",
"middle": [],
"last": "Sciaky",
"suffix": ""
},
{
"first": "Chih-Hsuan",
"middle": [],
"last": "Wei",
"suffix": ""
},
{
"first": "Robert",
"middle": [],
"last": "Leaman",
"suffix": ""
},
{
"first": "Allan",
"middle": [
"Peter"
],
"last": "Davis",
"suffix": ""
},
{
"first": "Carolyn",
"middle": [
"J"
],
"last": "Mattingly",
"suffix": ""
},
{
"first": "Thomas",
"middle": [
"C"
],
"last": "Wiegers",
"suffix": ""
},
{
"first": "Zhiyong",
"middle": [],
"last": "Lu",
"suffix": ""
}
],
"year": 2016,
"venue": "Database",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"DOI": [
"10.1093/database/baw068"
]
},
"num": null,
"urls": [],
"raw_text": "Jiao Li, Yueping Sun, Robin J. Johnson, Daniela Sci- aky, Chih-Hsuan Wei, Robert Leaman, Allan Peter Davis, Carolyn J. Mattingly, Thomas C. Wiegers, and Zhiyong Lu. 2016. BioCreative v CDR task cor- pus: a resource for chemical disease relation extrac- tion. Database, 2016:baw068.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "PolySearch2: a significantly improved text-mining system for discovering associations between human diseases, genes, drugs, metabolites, toxins and more",
"authors": [
{
"first": "Yifeng",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "Yongjie",
"middle": [],
"last": "Liang",
"suffix": ""
},
{
"first": "David",
"middle": [],
"last": "Wishart",
"suffix": ""
}
],
"year": 2015,
"venue": "Nucleic Acids Research",
"volume": "43",
"issue": "W1",
"pages": "535--542",
"other_ids": {
"DOI": [
"10.1093/nar/gkv383"
]
},
"num": null,
"urls": [],
"raw_text": "Yifeng Liu, Yongjie Liang, and David Wishart. 2015. PolySearch2: a significantly improved text-mining system for discovering associations between human diseases, genes, drugs, metabolites, toxins and more. Nucleic Acids Research, 43(W1):W535-W542.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Open language learning for information extraction",
"authors": [
{
"first": "Michael",
"middle": [],
"last": "Mausam",
"suffix": ""
},
{
"first": "Stephen",
"middle": [],
"last": "Schmitz",
"suffix": ""
},
{
"first": "Robert",
"middle": [],
"last": "Soderland",
"suffix": ""
},
{
"first": "Oren",
"middle": [],
"last": "Bart",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Etzioni",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of the 2012 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning",
"volume": "",
"issue": "",
"pages": "523--534",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mausam, Michael Schmitz, Stephen Soderland, Robert Bart, and Oren Etzioni. 2012. Open language learn- ing for information extraction. In Proceedings of the 2012 Joint Conference on Empirical Methods in Nat- ural Language Processing and Computational Natu- ral Language Learning, pages 523-534, Jeju Island, Korea. Association for Computational Linguistics.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Interrater reliability: the kappa statistic",
"authors": [
{
"first": "Marry",
"middle": [
"L"
],
"last": "Mchugh",
"suffix": ""
}
],
"year": 2012,
"venue": "Biochemia Medica",
"volume": "",
"issue": "",
"pages": "276--282",
"other_ids": {
"DOI": [
"10.11613/bm.2012.031"
]
},
"num": null,
"urls": [],
"raw_text": "Marry L. McHugh. 2012. Interrater reliability: the kappa statistic. Biochemia Medica, pages 276-282.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "ScispaCy: Fast and robust models for biomedical natural language processing",
"authors": [
{
"first": "Mark",
"middle": [],
"last": "Neumann",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "King",
"suffix": ""
},
{
"first": "Iz",
"middle": [],
"last": "Beltagy",
"suffix": ""
},
{
"first": "Waleed",
"middle": [],
"last": "Ammar",
"suffix": ""
}
],
"year": 2019,
"venue": "Proceedings of the 18th BioNLP Workshop and Shared Task",
"volume": "",
"issue": "",
"pages": "319--327",
"other_ids": {
"DOI": [
"10.18653/v1/W19-5034"
]
},
"num": null,
"urls": [],
"raw_text": "Mark Neumann, Daniel King, Iz Beltagy, and Waleed Ammar. 2019. ScispaCy: Fast and robust models for biomedical natural language processing. In Pro- ceedings of the 18th BioNLP Workshop and Shared Task, pages 319-327, Florence, Italy. Association for Computational Linguistics.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Overview of the cancer genetics and pathway curation tasks of bionlp shared task",
"authors": [
{
"first": "Sampo",
"middle": [],
"last": "Pyysalo",
"suffix": ""
},
{
"first": "Tomoko",
"middle": [],
"last": "Ohta",
"suffix": ""
},
{
"first": "Rafal",
"middle": [],
"last": "Rak",
"suffix": ""
},
{
"first": "Andrew",
"middle": [],
"last": "Rowley",
"suffix": ""
},
{
"first": "Hong-Woo",
"middle": [],
"last": "Chun",
"suffix": ""
},
{
"first": "Sung-Jae",
"middle": [],
"last": "Jung",
"suffix": ""
},
{
"first": "Sung-Pil",
"middle": [],
"last": "Choi",
"suffix": ""
},
{
"first": "Jun'ichi",
"middle": [],
"last": "Tsujii",
"suffix": ""
},
{
"first": "Sophia",
"middle": [],
"last": "Ananiadou",
"suffix": ""
}
],
"year": 2013,
"venue": "BMC bioinformatics",
"volume": "16",
"issue": "S10",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sampo Pyysalo, Tomoko Ohta, Rafal Rak, Andrew Rowley, Hong-Woo Chun, Sung-Jae Jung, Sung-Pil Choi, Jun'ichi Tsujii, and Sophia Ananiadou. 2015. Overview of the cancer genetics and pathway cura- tion tasks of bionlp shared task 2013. BMC bioinfor- matics, 16(S10):S2.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Efficient parameter-free clustering using first neighbor relations",
"authors": [
{
"first": "Saquib",
"middle": [],
"last": "Sarfraz",
"suffix": ""
},
{
"first": "Vivek",
"middle": [],
"last": "Sharma",
"suffix": ""
},
{
"first": "Rainer",
"middle": [],
"last": "Stiefelhagen",
"suffix": ""
}
],
"year": 2019,
"venue": "Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Saquib Sarfraz, Vivek Sharma, and Rainer Stiefelha- gen. 2019. Efficient parameter-free clustering us- ing first neighbor relations. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pat- tern Recognition (CVPR).",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Introduction to information retrieval",
"authors": [
{
"first": "Hinrich",
"middle": [],
"last": "Sch\u00fctze",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Christopher",
"suffix": ""
},
{
"first": "Prabhakar",
"middle": [],
"last": "Manning",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Raghavan",
"suffix": ""
}
],
"year": 2008,
"venue": "",
"volume": "39",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hinrich Sch\u00fctze, Christopher D Manning, and Prab- hakar Raghavan. 2008. Introduction to information retrieval, volume 39. Cambridge University Press Cambridge.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Publishing volumes in major databases related to covid-19",
"authors": [
{
"first": "Jaime A Teixeira Da",
"middle": [],
"last": "Silva",
"suffix": ""
},
{
"first": "Panagiotis",
"middle": [],
"last": "Tsigaris",
"suffix": ""
},
{
"first": "Mohammadamin",
"middle": [],
"last": "Erfanmanesh",
"suffix": ""
}
],
"year": 2020,
"venue": "Scientometrics",
"volume": "",
"issue": "",
"pages": "1--12",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jaime A Teixeira da Silva, Panagiotis Tsigaris, and Mo- hammadamin Erfanmanesh. 2020. Publishing vol- umes in major databases related to covid-19. Scien- tometrics, pages 1-12.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Bennerd: A neural named entity linking system for covid-19",
"authors": [
{
"first": "Khoa",
"middle": [],
"last": "Mohammad Golam Sohrab",
"suffix": ""
},
{
"first": "Makoto",
"middle": [],
"last": "Duong",
"suffix": ""
},
{
"first": "Goran",
"middle": [],
"last": "Miwa",
"suffix": ""
},
{
"first": "Ikeda",
"middle": [],
"last": "Topi\u0107",
"suffix": ""
},
{
"first": "Hiroya",
"middle": [],
"last": "Masami",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Takamura",
"suffix": ""
}
],
"year": 2020,
"venue": "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: System Demonstrations",
"volume": "",
"issue": "",
"pages": "182--188",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mohammad Golam Sohrab, Khoa Duong, Makoto Miwa, Goran Topi\u0107, Ikeda Masami, and Hiroya Takamura. 2020. Bennerd: A neural named en- tity linking system for covid-19. In Proceedings of the 2020 Conference on Empirical Methods in Natu- ral Language Processing: System Demonstrations, pages 182-188, Online. Association for Computa- tional Linguistics.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "A statistical interpretation of term specificity and its application in retrieval",
"authors": [
{
"first": "Karen Sparck",
"middle": [],
"last": "Jones",
"suffix": ""
}
],
"year": 1988,
"venue": "Document retrieval systems",
"volume": "",
"issue": "",
"pages": "132--142",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Karen Sparck Jones. 1988. A statistical interpretation of term specificity and its application in retrieval. In Document retrieval systems, pages 132-142. Taylor Graham Publishing.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "ReLink: Open information extraction by linking phrases and its applications",
"authors": [
{
"first": "Xuan-Chien",
"middle": [],
"last": "Tran",
"suffix": ""
},
{
"first": "Le-Minh",
"middle": [],
"last": "Nguyen",
"suffix": ""
}
],
"year": 2020,
"venue": "Distributed Computing and Internet Technology",
"volume": "",
"issue": "",
"pages": "44--62",
"other_ids": {
"DOI": [
"10.1007/978-3-030-65621-8_3"
]
},
"num": null,
"urls": [],
"raw_text": "Xuan-Chien Tran and Le-Minh Nguyen. 2020. ReLink: Open information extraction by linking phrases and its applications. In Distributed Computing and Inter- net Technology, pages 44-62. Springer International Publishing.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Jun'ichi Tsujii, and Sophia Ananiadou. 2011. Discovering and visualizing indirect associations between biomedical concepts. Bioinformatics",
"authors": [
{
"first": "Yoshimasa",
"middle": [],
"last": "Tsuruoka",
"suffix": ""
},
{
"first": "Makoto",
"middle": [],
"last": "Miwa",
"suffix": ""
},
{
"first": "Kaisei",
"middle": [],
"last": "Hamamoto",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "27",
"issue": "",
"pages": "111--119",
"other_ids": {
"DOI": [
"10.1093/bioinformatics/btr214"
]
},
"num": null,
"urls": [],
"raw_text": "Yoshimasa Tsuruoka, Makoto Miwa, Kaisei Hamamoto, Jun'ichi Tsujii, and Sophia Anani- adou. 2011. Discovering and visualizing indirect associations between biomedical concepts. Bioin- formatics, 27(13):i111-i119.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "FACTA: a text search engine for finding associated biomedical concepts",
"authors": [
{
"first": "Yoshimasa",
"middle": [],
"last": "Tsuruoka",
"suffix": ""
},
{
"first": "Sophia",
"middle": [],
"last": "Tsujii",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Ananiadou",
"suffix": ""
}
],
"year": 2008,
"venue": "Bioinformatics",
"volume": "24",
"issue": "21",
"pages": "2559--2560",
"other_ids": {
"DOI": [
"10.1093/bioinformatics/btn469"
]
},
"num": null,
"urls": [],
"raw_text": "Yoshimasa Tsuruoka, Jun'ichi Tsujii, and Sophia Ana- niadou. 2008. FACTA: a text search engine for find- ing associated biomedical concepts. Bioinformatics, 24(21):2559-2560.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Automatic textual evidence mining in covid-19 literature",
"authors": [
{
"first": "Xuan",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "Weili",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "Aabhas",
"middle": [],
"last": "Chauhan",
"suffix": ""
},
{
"first": "Yingjun",
"middle": [],
"last": "Guan",
"suffix": ""
},
{
"first": "Jiawei",
"middle": [],
"last": "Han",
"suffix": ""
}
],
"year": 2020,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:2004.12563"
]
},
"num": null,
"urls": [],
"raw_text": "Xuan Wang, Weili Liu, Aabhas Chauhan, Yingjun Guan, and Jiawei Han. 2020. Automatic textual ev- idence mining in covid-19 literature. arXiv preprint arXiv:2004.12563.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "PubTator central: automated concept annotation for biomedical full text articles",
"authors": [
{
"first": "Chih-Hsuan",
"middle": [],
"last": "Wei",
"suffix": ""
},
{
"first": "Alexis",
"middle": [],
"last": "Allot",
"suffix": ""
},
{
"first": "Robert",
"middle": [],
"last": "Leaman",
"suffix": ""
},
{
"first": "Zhiyong",
"middle": [],
"last": "Lu",
"suffix": ""
}
],
"year": 2019,
"venue": "Nucleic Acids Research",
"volume": "47",
"issue": "W1",
"pages": "587--593",
"other_ids": {
"DOI": [
"10.1093/nar/gkz389"
]
},
"num": null,
"urls": [],
"raw_text": "Chih-Hsuan Wei, Alexis Allot, Robert Leaman, and Zhiyong Lu. 2019. PubTator central: automated concept annotation for biomedical full text articles. Nucleic Acids Research, 47(W1):W587-W593.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "Covidex: Neural ranking models and keyword search infrastructure for the COVID-19 open research dataset",
"authors": [
{
"first": "Edwin",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "Nikhil",
"middle": [],
"last": "Gupta",
"suffix": ""
},
{
"first": "Raphael",
"middle": [],
"last": "Tang",
"suffix": ""
},
{
"first": "Xiao",
"middle": [],
"last": "Han",
"suffix": ""
},
{
"first": "Ronak",
"middle": [],
"last": "Pradeep",
"suffix": ""
},
{
"first": "Kuang",
"middle": [],
"last": "Lu",
"suffix": ""
},
{
"first": "Yue",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "Rodrigo",
"middle": [],
"last": "Nogueira",
"suffix": ""
},
{
"first": "Kyunghyun",
"middle": [],
"last": "Cho",
"suffix": ""
},
{
"first": "Hui",
"middle": [],
"last": "Fang",
"suffix": ""
},
{
"first": "Jimmy",
"middle": [],
"last": "Lin",
"suffix": ""
}
],
"year": 2020,
"venue": "Proceedings of the First Workshop on Scholarly Document Processing",
"volume": "",
"issue": "",
"pages": "31--41",
"other_ids": {
"DOI": [
"10.18653/v1/2020.sdp-1.5"
]
},
"num": null,
"urls": [],
"raw_text": "Edwin Zhang, Nikhil Gupta, Raphael Tang, Xiao Han, Ronak Pradeep, Kuang Lu, Yue Zhang, Rodrigo Nogueira, Kyunghyun Cho, Hui Fang, and Jimmy Lin. 2020. Covidex: Neural ranking models and keyword search infrastructure for the COVID-19 open research dataset. In Proceedings of the First Workshop on Scholarly Document Processing, pages 31-41, Online. Association for Computational Lin- guistics.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": "An example of relations extracted from COVID-19 papers.",
"num": null,
"uris": null,
"type_str": "figure"
},
"FIGREF1": {
"text": "An example of Single-Relation Query for (mers-cov, any-relation, DISEASE).",
"num": null,
"uris": null,
"type_str": "figure"
},
"FIGREF2": {
"text": "With our approach, the relation's informativeness InfoScore(args, rel) is computed following Eq. 2. InfoScore(args, rel) = log 2 S(args, rel) S(args)S(rel) (2) S(args, rel) = (args ,rel ) cos(v(args, rel), v(args , rel )) S(args) = args cos(v(args), v(args ))",
"num": null,
"uris": null,
"type_str": "figure"
},
"FIGREF3": {
"text": "Graph Query: searching for a paper containing relations matching the query graph.",
"num": null,
"uris": null,
"type_str": "figure"
},
"FIGREF4": {
"text": "Example of Multi-Paper Graph Query. Left-hand side graph is the query. The right-hand side graph is the summary of the results showing candidate entities. The highlighted nodes of the summary graph show entities related to each other and mentioned in the two papers at the bottom.",
"num": null,
"uris": null,
"type_str": "figure"
},
"TABREF1": {
"html": null,
"num": null,
"content": "<table><tr><td>Name</td><td colspan=\"2\">Training Data Entity Types</td><td/></tr><tr><td>en ner craft md</td><td>CRAFT</td><td colspan=\"2\">GGP, SO, TAXON, CHEBI, GO, CL</td></tr><tr><td>en ner jnlpba md</td><td>JNLPBA</td><td colspan=\"3\">DNA, CELL TYPE, CELL LINE, RNA, PROTEIN</td></tr><tr><td>en ner bc5cdr md</td><td>BC5CDR</td><td colspan=\"2\">DISEASE, CHEMICAL</td></tr><tr><td colspan=\"3\">en ner bionlp13cg md BIONLP13CG AMINO ACID,</td><td colspan=\"2\">ANATOMICAL SYSTEM,</td><td>CANCER,</td><td>CELL,</td></tr><tr><td/><td/><td colspan=\"3\">CELLULAR COMPONENT, DEVELOPING ANATOMICAL STRUCTURE,</td></tr><tr><td/><td/><td colspan=\"2\">GENE OR GENE PRODUCT,</td><td>IMMATERIAL ANATOMICAL ENTITY,</td></tr><tr><td/><td/><td colspan=\"2\">MULTI-TISSUE STRUCTURE,</td><td>ORGAN,</td><td>ORGANISM,</td></tr><tr><td/><td/><td colspan=\"2\">ORGANISM SUBDIVISION,</td><td>ORGANISM SUBSTANCE,</td></tr><tr><td/><td/><td colspan=\"3\">PATHOLOGICAL FORMATION, SIMPLE CHEMICAL, TISSUE</td></tr></table>",
"text": "SciSpacy models used in our system.",
"type_str": "table"
},
"TABREF3": {
"html": null,
"num": null,
"content": "<table><tr><td colspan=\"2\">Method Non-uniq.</td><td>Uniq.</td><td>Uniq.</td></tr><tr><td/><td>/corpus</td><td>/corpus</td><td>/abstract</td></tr><tr><td>ReVerb</td><td>2.3M</td><td>1.7M</td><td>8</td></tr><tr><td>OLLIE</td><td>4.7M</td><td>3.6M</td><td>16</td></tr><tr><td>ClausIE</td><td>9.0M</td><td>6.9M</td><td>31</td></tr><tr><td>Relink</td><td>5.5M</td><td>4.1M</td><td>19</td></tr><tr><td>OpenIE</td><td>24.4M</td><td>18.6M</td><td>84</td></tr><tr><td>Overall</td><td>45.9M</td><td>33.3M</td><td>150</td></tr></table>",
"text": "Statistics of extracted relations.",
"type_str": "table"
},
"TABREF4": {
"html": null,
"num": null,
"content": "<table><tr><td>Model</td><td colspan=\"2\">/corpus /abstract</td></tr><tr><td>en ner craft md</td><td>1.8M</td><td>6</td></tr><tr><td>en ner jnlpba md</td><td>3.1M</td><td>11</td></tr><tr><td>en ner bc5cdr md</td><td>1.8M</td><td>6</td></tr><tr><td>en ner bionlp13cg md</td><td>1.4M</td><td>5</td></tr><tr><td>Total</td><td>6.4M</td><td>22</td></tr></table>",
"text": "Statistics of recognized entities.",
"type_str": "table"
}
}
}
}