<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>BioKB - Text Mining and Semantic Technologies for Biomedical Content Discovery</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Maria Biryukov</string-name>
          <email>maria.biryukov@uni.lu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Valentin Groues</string-name>
          <email>valentin.groues@uni.lu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Venkata Satagopam</string-name>
          <email>venkata.satagopam@uni.lu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Reinhard Schneider</string-name>
          <email>reinhard.schneider@uni.lu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Luxembourg Centre for Systems Biomedicine, University of Luxembourg</institution>
          ,
          <country country="LU">Luxembourg</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The ever-increasing number of publicly available biomedical articles calls for automatic information extraction from digitized publications. We have implemented a pipeline which, by exploiting text mining and semantic technologies, helps researchers easily access semantic content of thousands of abstracts and full text articles from PubMed and Elsevier. The text mining component analyzes the articles content and extracts relations between a wide variety of concepts, extending the scope from proteins, chemicals and pathologies to biological processes and molecular functions. Moreover, the relations are extracted along with the context which speci es localization of the detected events, preconditions, temporal and logic order, mutual dependency and/or exclusion. Extracted knowledge is stored in a knowledge base publicly available for both, human and machine access, via web interface and SPARQL endpoint. To address the data accessibility, reusability and interoperability, all the extracted relations are standardized using unique resource identi ers (URIs) and a custom ontology based on Genia ontology.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Information extraction from biomedical literature is becoming a common
practice due to the huge amounts of available textual data, and technological
maturity which allows to gain insight into scienti c content. Text analysis evolved
from spotting relevant concepts in the text [
        <xref ref-type="bibr" rid="ref18 ref19">18, 19</xref>
        ] to co-occurrence statistics [20{
22] and, nally, extraction of complex events which seek to reveal cause-e ect
relation between various entities involved in the biomedical processes [23{25].
Some approaches use textual data as the only source for the analysis [
        <xref ref-type="bibr" rid="ref26 ref27">26, 27</xref>
        ]
while some other combine it with experimental data available from dedicated
databases [
        <xref ref-type="bibr" rid="ref28 ref29">28, 29</xref>
        ]. Although there have been e orts to harmonize the output
of several named entity recognition systems [
        <xref ref-type="bibr" rid="ref30 ref31">30, 31</xref>
        ], the wealth of the results
obtained from heterogeneous sources has relatively limited outreach due to lack
of a common language: each system typically comes up with its own
nomenclature if any [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ]. It is where semantic technologies come into play to become an
integral part of the information extraction process. To increase data reusability
and interoperability several solutions have been proposed. PubAnnotation [
        <xref ref-type="bibr" rid="ref33">33</xref>
        ],
micro [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ] - and nanopublications [
        <xref ref-type="bibr" rid="ref35">35</xref>
        ] are important examples of how to
represent extracted knowledge in a standardized format as to be accessible and shared
between machines and human.
      </p>
      <p>
        Knowledge discovery systems and platforms vary in scope. Many of them
are focused on speci c sub-domains. For example, EVEX [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] targets directed
interactions between proteins; DisGeNET [
        <xref ref-type="bibr" rid="ref36">36</xref>
        ] explores genetic mechanisms of
diseases, while LimTox [
        <xref ref-type="bibr" rid="ref37">37</xref>
        ] searches for toxicity associations of compounds, drugs
and genes with the special interest in liver. Other systems adopt less centered
strategies, trying to cover more aspects involved in biomedical processes. One
such system is PolySearch [
        <xref ref-type="bibr" rid="ref38">38</xref>
        ], which searches associations between more than
twenty entity types, exploiting data from medical literature, Wikipedia articles
and 14 databases, among which are UniProt, DrugBank and HMDB. While
leading in scope, Polysearch does not specify association types or
directionality, leaving these important pieces of knowledge to be completed by the user.
The BioKB platform1 we introduce here aims to discover cause-e ect relations
between multiple entity types and deliver standardized representation of
knowledge.
      </p>
      <p>The paper is organized as follows. Section 2 gives an overview of the BioKB
platform. In Section 3 we describe the text mining component. Section 4 focuses
on semantic technologies employed by BioKB. Description of the web interface
follows in Section 5. Section 6 o ers a discussion, while conclusions are presented
in Section 7.
2</p>
    </sec>
    <sec id="sec-2">
      <title>System Overview</title>
      <p>1 Not to be confused with two other independent systems: http://www.cs.
cmu.edu/~biokb/ and http://www.bioinf.mvm.ed.ac.uk/twiki/bin/view/TWiki/
BioKbPlugin.</p>
      <p>
        Systems architecture is illustrated in Figure 1. Publications retrieved from
PubMed and PubMed Central are indexed by a Solr instance; each publication
is processed by the text mining component; results are converted to RDF
(NQuads) and stored in a triple store. To allow both human and machine access to
the knowledge base, SPARQL endpoint provides machine readable access while
a web application allows users to browse the content of the knowledge base. The
web application is developed in Python 3 using the Flask framework and the
SPARQLWrapper library to query the triple store. We use the vis.js [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] library
to render the bio-medical events as a graph.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Text Mining Component</title>
      <p>
        The main steps executed by the text mining component of BioKB are:
i) named entity recognition; ii) syntactic parsing; iii) semantic interpretation
(see Figure 2). They are brie y described in the following subsections.
During the Named Entity Recognition (NER) stage, biomedical concepts are
identi ed in the text. Our choice of a NER engine was driven by two major
requirements: a) capability to identify multiple concept types (bio-entities) to
avoid using and synchronizing multiple NER tools within one pipeline; b) ability
of the engine to map entity name to its unique identi er in a dedicated database.
The latter is known as normalization process and is indispensable in order to
ensure database and semantic graph coherence. One of the systems which meets
our criteria is Re ect [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Re ect recognizes proteins, chemicals, diseases, tissues,
cell types, GO processes. In Step I of the Figure 2 entities identi ed by Re ect
are marked in turquoise and grey.
3.2
      </p>
      <sec id="sec-3-1">
        <title>Trigger Generation</title>
        <p>
          Availability of the trigger dictionary is another prerequisite for semantic
analysis. Triggers are words or expressions used to describe a biological process. For
example, mediates, increased, expression, binding and coactivating are examples
of triggers in the phrase in Figure 2. Our trigger dictionary is derived from Genia
annotated corpus [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] which is a collection of PubMed abstracts with the detected
biomolecular events of various types: gene expression, (positive/negative)
regulation, binding, cell process etc. Genia corpus is used also to learn so-called
`knowledge cues' which express negative statements and author attitude toward
facts being described, such as hypothesis, uncertainty, etc. Each entry in the
trigger/knowledge cue dictionary is assigned a relative weight calculated based
on positive and negative examples learned from the corpus. During the text
analysis, triggers and knowledge cues are detected as dictionary match; those which
satisfy a pre-set threshold are retained. Since Genia corpus is limited to 2000
abstracts, we try to increase potential coverage of the text mining component and
expand triggers and knowledge cues with synonyms using WordNet [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ], which
we access via NLTK [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ].
3.3
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Syntactic Analysis</title>
        <p>
          With the entities and triggers in place, we can proceed toward syntactic
analysis. In order to maximize the probability of identi cation of
\subject-predicateobject" triples (e.g., \RFLAT-1 activates RATES "), only the sentences with
at least two entities and one trigger are processed. For syntactic analysis we use
Stanford parser [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] with Stanford dependencies [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]. Step II in Figure 2 shows
dependency graph into which the surface structure of the sentence has been
transformed by the parser. A proven bene t of using dependency parsing in
information extraction task is the ability to map syntactic dependencies onto
semantic roles [
          <xref ref-type="bibr" rid="ref24 ref7 ref8">7, 24, 8</xref>
          ].
3.4
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>Semantic Interpretation</title>
        <p>In order to ensure transfer between syntax to semantics, we opt for the rule-based
approach. It consists of assigning semantic roles to entities which are syntactic
arguments of a trigger. As a result, relations are typed (mostly, the type is
inherited from the type of their trigger) and, whenever applicable, directed. For
example, direction of a regulatory event is from semantic subject (cause) toward
semantic object (theme). On the contrary, relations of type binding and
correlation are naturally not directed. We collect syntactic arguments of the triggers
via the depth- rst search (DFS) of the sentence graph. The rules are applied on
the ensemble of trigger and its dependencies. For example, syntactic subject of
mediates, PGC-1, is the semantic subject of the regulatory event whose predicate
is mediates. Sometimes nodes are merged in favor of a more straightforward
semantic interpretation. Thus, increased and expression are jointly interpreted as
Positive regulation, loosing their individual correspondence to Positive regulation
and Gene expression relation types.</p>
        <p>Biomedical processes are subject to rich variety of conditions under which
they could take place. We attempt to account for these by processing information
conveyed by certain lexical and syntactic elements. For example, the main event
in Figure 2, PCG-1 mediates positive regulation of GLUT4, is communicated
along with the description of its mechanism introduced by the adverbial clause
headed by trigger verb binding. By taking this bit of information into account
we can logically order the events described in the sentence: (1) PCG-1 binds
and coactivates MEF2C; (2) GLUT4's expression is increased (Step III of the
Figure 2).
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Semantic Web Technologies</title>
      <p>The choice of using semantic web technologies for this project was dictated
by two main reasons. First, using an ontology to represent the hierarchy of
relationships o ers di erent level of query granularity. For instance, one can ask
if two entities are connected by a property regulates and be able to retrieve
also results for the property increases because the two properties are linked
by a sub-property relation. Additionally, the ontology and thus the hierarchy of
properties can be updated without having to re-process the publications. Besides
this reasoning capability, using semantic web technologies o ers full machine
readable access to the complete knowledge base. Not only can the knowledge
base then be used by third parties directly but it becomes possible to combine
BioKB data with external sources using federated queries.
4.1</p>
      <sec id="sec-4-1">
        <title>BioKB Ontology</title>
        <p>We created a simple ontology (Figures 3, 4), to represent the hierarchy of classes
and properties that are used to categorize entities and relations identi ed by
the text-mining component. This ontology is heavily inspired by the GENIA
ontology. Our decision to allow inferences on sub-relationships resulted in the
need to create a custom ontology. Indeed, in the GENIA ontology, relationships
are represented by classes rather than properties. In the proposed ontology, a
relationship between two bio-medical entities can be directly translated to a
single triple, s p o where s and o are the entities and p is a sub-property of
biokb:bioRelation, the top level property in the BioKB model. We then use the
named graphs feature of Virtuoso to add metadata about this relationship. This
includes information such as creation date, provenance and con dence score.
6
In the current deployment of the platform, a single instance of the open source
edition of Virtuoso 7 hosts the knowledge base and provides the SPARQL
endpoint. The server hosting the Virtuoso instance has the following characteristics:
128GB Ram, 8 cores, Hard Drive 500GB 10000 RPM. At the date of this
publication, the size of the database is 22GB for 215 million triples. On top of the
content generated by the text-mining module, the di erent ontologies mentioned
in Section 4.1 have also been loaded into the triple store. The actual number of
triples constituting the BioKB speci c content is about 156 million triples. Those
triples are the result of the processing of more than 800 000 publications. About
10 million events were extracted from approximately 6.5 million sentences.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>BioKB</title>
    </sec>
    <sec id="sec-6">
      <title>Web Interface</title>
      <p>Besides the SPARQL endpoint, we created a web interface to access the BioKB
content. This web application is publicly and freely available at https://biokb.
lcsb.uni.lu. The home page displays a unique search eld providing
autocomplete functionality for all supported bio-medicial entities. Once the user
clicks on an entity, the entity page will be displayed. This page shows a
textual description of the entity, the list of most common co-occurrences for this
entity (as a tag cloud) and two tables with the list of relationships involving this
entity as extracted by the text-mining module. Those incoming and outgoing
relationships are also represented visually as an interactive graph (Figure 5). On
this graph, the central node is the entity corresponding to the current page and
all other nodes and edges represent the most common relationships involving this
entity. For each edge, on mouse over, the label and the number of occurrences
of this relationship are displayed. Each node is clickable and leads to the
corresponding entity page. Each edge is also clickable and results in the display of the
relationship details page (Figure 6). This page displays the list of publications
where this relationship was found and the speci c sentences. On the entity page,
a download button proposes an export of the result of the SPARQL DESCRIBE
command in RDF/XML and in CSV.</p>
    </sec>
    <sec id="sec-7">
      <title>Discussion</title>
      <sec id="sec-7-1">
        <title>Use Cases</title>
        <p>The primary goal of our information extraction system and knowledge base
is to help researchers focusing on various types of biomedical data analysis.
We illustrate its functionality with two use cases related to disease network
construction and enrichment.</p>
        <p>Chronic obstructive pulmonary disease (COPD): the network veri cation
challenge. Gathering disease-related factors into a large-scale network became a
common practice. Such networks provide a comprehensive model which helps
to elucidate mechanisms involved in pathological processes. For this network
veri cation challenge, we used our system ability to provide typed, directed (if
applicable) relations between various concepts. We have scanned the literature
and extracted candidate relations which have been veri ed by a human expert
and made part of the collaborative community curated network yielded by the
8</p>
        <p>
          Challenge [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]. Speci cally, we have identi ed gene/proteins related to the
disease condition, characterizing every time the nature of the relations: up- or
under-regulation; correlation; susceptibility or potential involvement (research
hypothesis), as well as contradictory evidence brought down by various articles.
Parkinson's Disease map: integration and visualization of disease related data
Similar in avour, our system is used to extract supporting evidence and/or
suggest new candidates for inclusion to disease maps which is another instance
of disease modeling networks. Parkinson's Disease map is one such example [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ].
Step IV in the Figure 2 shows how GLUT4 was approved and appropriately
integrated in the PD map.
6.2
        </p>
      </sec>
      <sec id="sec-7-2">
        <title>System Strengths, Limitations and Future Work</title>
        <p>Our system is constructed with the goal of detailed knowledge extraction from
textual data, its availability to human and machine. Its strength is the ability to
process abstracts as well as full texts; extract semantic relations between various
concept types and contextualize them in terms of location, conditions, logic and
temporary order. A web interface o ers public and free access to the knowledge
base while a SPARQL endpoint o ers a machine readable access.</p>
        <p>Some aspects of the system will be further developed and there remains room
for change and improvement. First of all, the benchmarking of the system
accuracy needs to be performed. From the text mining perspective, it operates on
the sentence level which limits its recall. Although extracted knowledge is
normalized with respect to concepts and relations, various nomenclatures are used.
To increase knowledge interoperability we plan to adopt Uni ed Medical
Language System (UMLS) which capitalizes on straightforward communication
between various systems processing biomedical and health related data. Currently
triple store covers main attributes of the extracted relations, such as
subjectpredicate-object while contextual aspects need to be incorporated. Future work
will include enriching the scope of entity types, extending the current web
application by adding, among other developments, an advanced search feature, a
personalized noti cation system, a REST web service and some bibliographic
management system to easily cite the publications. BioKB will also have to be
continuously extended by processing more publications.
7</p>
      </sec>
    </sec>
    <sec id="sec-8">
      <title>Conclusions</title>
      <p>In this paper we described an information extraction system along with the
storage database and web interface in the eld of biomedicine. The system
employs text mining and semantic technologies to help discovery and accessibility
of biomedical knowledge. As a proof of concept, we have shown its applicability
to disease network construction and enrichment. Along with the strengths, we
have pointed out the system's limitations and outlined future work directions.
8</p>
    </sec>
    <sec id="sec-9">
      <title>Acknowledgements</title>
      <p>This work was partially conducted in the scope of the eTRIKS project that
received funding from the European Union and from the European Federation
of Pharmaceutical Industries and Associations as an IMI JU funded project
(no. 115446). The Reproducible Research Results (R3) team of the Luxembourg
Centre for Systems Biomedicine is acknowledged for support of the project and
for promoting reproducible research.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Pa</surname>
          </string-name>
          lis E., et al.
          <article-title>Re ect: augmented browsing for the life scientist</article-title>
          .
          <source>Nat. Biotechnol</source>
          .,
          <year>2009</year>
          , vol.
          <volume>27</volume>
          , pp.
          <fpage>508</fpage>
          -
          <lpage>510</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>Kim</given-names>
            <surname>Jin-Dong</surname>
          </string-name>
          ,
          <article-title>Tomoko Ohta, Yuka Tateisi and Jun'ichi Tsujii. GENIA corpus - a semantically annotated corpus for bio-textmining</article-title>
          .
          <source>Proceedings of the Eleventh International Conference on Intelligent Systems for Molecular Biology</source>
          , Brisbane, Australia,
          <year>2003</year>
          , pp.
          <fpage>180</fpage>
          -
          <lpage>182</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>NLTK - Natural Language</surname>
          </string-name>
          Toolkit. http://www.nltk.org
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4. Princeton University \About WordNet." Princeton University.
          <year>2010</year>
          . http:// wordnet.princeton.edu
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5. The Stanford Parser:
          <article-title>A statistical parser</article-title>
          . https://nlp.stanford.edu/software/ lex-parser.shtml
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>Stanford</given-names>
            <surname>Dependencies</surname>
          </string-name>
          . https://nlp.stanford.edu/software/stanford-dependencies.html.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>David</surname>
            <given-names>McClosky</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Mihai</given-names>
            <surname>Surdeanu</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Christopher D.</given-names>
            <surname>Manning</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Event Extraction as Dependency Parsing</article-title>
          .
          <source>In Proceedings of the Association for Computational Linguistics - Human Language Technologies 2011 Conference (ACL-HLT</source>
          <year>2011</year>
          ), Main Conference.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>Gunes</given-names>
            <surname>Erkan</surname>
          </string-name>
          , Arzucan Ozgur and
          <string-name>
            <surname>Dragomir R. Radev</surname>
          </string-name>
          .
          <article-title>Extracting Interacting Protein Pairs and Evidence Sentences by usnig Dependency parsing and Machine Learning Techniques</article-title>
          .
          <source>In Proceedings of the Second BioCreAtIvE Challenge Workshop - Critical Assessment of Information Extraction in Molecular Biology, April 23-25</source>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>The</given-names>
            <surname>Gene Ontology Consortium</surname>
          </string-name>
          .
          <article-title>Gene ontology: tool for the uni cation of biology</article-title>
          .
          <source>Nature Genetics</source>
          ,
          <volume>25</volume>
          (
          <issue>1</issue>
          ),
          <volume>25</volume>
          {
          <fpage>29</fpage>
          ,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Gremse</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chang</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schomburg</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grote</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Scheer</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ebeling</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Schomburg</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <article-title>The BRENDA Tissue Ontology (BTO): The rst all-integrating ontology of all organisms for enzyme sources</article-title>
          .
          <source>Nucleic Acids Research</source>
          <volume>39</volume>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Kim</surname>
            <given-names>S</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thiessen</surname>
            <given-names>PA</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bolton</surname>
            <given-names>EE</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            <given-names>J</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fu</surname>
            <given-names>G</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gindulyte</surname>
            <given-names>A</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Han</surname>
            <given-names>L</given-names>
          </string-name>
          ,
          <string-name>
            <surname>He</surname>
            <given-names>J</given-names>
          </string-name>
          ,
          <string-name>
            <surname>He</surname>
            <given-names>S</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shoemaker</surname>
            <given-names>BA</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            <given-names>J</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yu</surname>
            <given-names>B</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            <given-names>J</given-names>
          </string-name>
          ,
          <string-name>
            <surname>B. S.</surname>
          </string-name>
          <article-title>The PubChem Project</article-title>
          .
          <source>Nucleic Acids Research</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Schriml</surname>
            ,
            <given-names>L. M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Arze</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nadendla</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chang</surname>
            ,
            <given-names>Y. W. W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mazaitis</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Felix</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          , . . .
          <string-name>
            <surname>Kibbe</surname>
            ,
            <given-names>W. A.</given-names>
          </string-name>
          <article-title>Disease ontology: A backbone for disease semantic integration</article-title>
          .
          <source>Nucleic Acids Research</source>
          ,
          <volume>40</volume>
          (
          <issue>D1</issue>
          ),
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Aken</surname>
            ,
            <given-names>B. L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Achuthan</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Akanni</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amode</surname>
            ,
            <given-names>M. R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bernsdor</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bhai</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , . . .
          <string-name>
            <surname>Flicek</surname>
            ,
            <given-names>P. Ensembl</given-names>
          </string-name>
          <year>2017</year>
          .
          <source>Nucleic Acids Research</source>
          ,
          <volume>45</volume>
          (
          <issue>D1</issue>
          ),
          <source>D635{D642</source>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>14. Genia Tagger http://www.nactem.ac.uk/GENIA/tagger/</mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Aishwarya</surname>
          </string-name>
          <article-title>Alex Namasivayam et</article-title>
          . al.
          <article-title>Community-Reviewed Biological Network Models for Toxicology and Drug Discovery Applications</article-title>
          .
          <source>Gene Regulation and System Biology</source>
          , vol
          <volume>10</volume>
          , pp.
          <fpage>51</fpage>
          -
          <lpage>66</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Satagopam</surname>
          </string-name>
          Venkata et. al.
          <article-title>Integration and Visualization of Translational Medicine Data for Better Understanding of Human Diseases</article-title>
          .
          <source>Big Data. June</source>
          <year>2016</year>
          ,
          <volume>4</volume>
          (
          <issue>2</issue>
          ):
          <fpage>97</fpage>
          -
          <lpage>108</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Vis</surname>
          </string-name>
          .js http://visjs.org
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Leaman</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Gonzalez</surname>
            <given-names>G.</given-names>
          </string-name>
          (
          <year>2008</year>
          )
          <article-title>BANNER: An executable survey of advances in biomedical named entity recognition</article-title>
          .
          <source>Paci c Symposium on Biocomputing</source>
          , pp.
          <fpage>652</fpage>
          -
          <lpage>663</lpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>ABNER</surname>
          </string-name>
          <article-title>: a Biomedical Named Entity Recognized</article-title>
          . http://pages.cs.wisc.edu/ ~bsettles/abner/
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Li</surname>
            <given-names>J</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhu</surname>
            <given-names>X</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            <given-names>JY</given-names>
          </string-name>
          .
          <article-title>Building disease-speci c drug-protein connectivity maps from molecular interaction networks and PubMed abstracts</article-title>
          .
          <source>PLoS Computational Biology</source>
          <volume>5</volume>
          (
          <issue>7</issue>
          ),
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Rosario</surname>
            <given-names>B</given-names>
          </string-name>
          and
          <string-name>
            <given-names>M.A.</given-names>
            <surname>Hearst</surname>
          </string-name>
          .
          <article-title>Classifying semantic relations in bioscience texts</article-title>
          .
          <source>In Proceeding of the 42nd Annual Meeting on Association for Computational Linguistics</source>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Ho</surname>
          </string-name>
          mann R.,
          <string-name>
            <surname>Krallinger</surname>
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Andres</surname>
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tamames</surname>
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blaschke</surname>
            <given-names>C.</given-names>
          </string-name>
          , and
          <article-title>Valencia A. Text mining for metabolic pathways, signaling cascades, and protein networks</article-title>
          .
          <source>Sci STKE</source>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Landeghem</surname>
            <given-names>S.</given-names>
          </string-name>
          , et. al.
          <article-title>Exploring Biomolecular Literature with EVEX: Connecting Genes through Events, Homology, and Indirect Associations</article-title>
          . Advances in Bioinformatics,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Kilicoglu</surname>
            , H.,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Bergler</surname>
          </string-name>
          .
          <article-title>Syntactic Dependency Based Heuristics for Biological Event Extraction</article-title>
          .
          <source>In Proceedings of the Workshop on BioNLP: Shared Task</source>
          , pp.
          <fpage>119</fpage>
          -
          <lpage>127</lpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25. Bjoorne, L. et. al.
          <article-title>Extracting Complex Biological Events with Rich Graph-Based Feature Sets</article-title>
          .
          <source>In Proceedings of the Workshop on BioNLP: Shared Task</source>
          , pp.
          <fpage>10</fpage>
          -
          <lpage>18</lpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Gawronska</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Erlendsson</surname>
            and
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Olsson</surname>
          </string-name>
          .
          <article-title>Tracking biological relations in texts: a Referent Grammar based approach</article-title>
          .
          <source>Biomedical Ontologies and Text Processing</source>
          ,
          <string-name>
            <surname>ECCB</surname>
          </string-name>
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Peng</surname>
            <given-names>Y.</given-names>
          </string-name>
          et.al.
          <article-title>An extended dependency graph for relation extraction in biomedical text</article-title>
          .
          <source>In Proceedings of the Workshop on Biomedical Natural Language Processing</source>
          , pp.
          <fpage>21</fpage>
          -
          <lpage>30</lpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Liekens</surname>
            <given-names>A.</given-names>
          </string-name>
          et.al.
          <article-title>BioGraph: unsupervised biomedical knowledge discovery via automated hypothesis generation</article-title>
          .
          <source>Genome Biology</source>
          ,
          <volume>12</volume>
          (
          <issue>6</issue>
          ),
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29. STRING:
          <article-title>Protein-Protein interaction networks</article-title>
          . https://string-db.org
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Li</surname>
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liakata</surname>
            <given-names>M.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Rebholz-Schumann</surname>
            <given-names>D</given-names>
          </string-name>
          .
          <article-title>Biological network extraction from scienti c literature: state of the art and challenges</article-title>
          .
          <source>Brie ngs in Bioinformatics</source>
          ,
          <volume>15</volume>
          (
          <issue>5</issue>
          ), pp.
          <fpage>856</fpage>
          -
          <lpage>877</lpage>
          .
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Rebholz-Schumann</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          et.al.
          <article-title>Assessment of NER solutions against the rst and second CALBC Silver Standard Corpus</article-title>
          .
          <source>Journal of Biomedical Semantics</source>
          ,
          <volume>2</volume>
          (
          <issue>Suppl 5</issue>
          ),
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Johnson</surname>
            <given-names>H.</given-names>
          </string-name>
          , et. al.
          <article-title>Corpus Refactoring: a Feasibility Study</article-title>
          .
          <source>Journal of Biomedical Discovery and Collaboration</source>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <surname>Kim</surname>
            J. and
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Wang. PubAnnotation -</surname>
          </string-name>
          <article-title>a persistent and sharable corpus and annotation reposit</article-title>
          .
          <source>In Proceedings of the 2012 Workshop on Biomedical Natural Language Processing (BioNLP</source>
          <year>2012</year>
          ), pp.
          <volume>202</volume>
          {
          <fpage>205</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <surname>Clark</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          , et. al. (
          <year>2014</year>
          ).
          <article-title>Micropublications: a semantic model for claims, evidence, arguments and annotations in biomedical communications</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          35.
          <string-name>
            <surname>Mons</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Velterop</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2009</year>
          ).
          <article-title>Nano-Publication in the e-Science era</article-title>
          .
          <source>In Proceedings of the International Semantic Web Conference</source>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          36.
          <string-name>
            <surname>Pin</surname>
          </string-name>
          <article-title>~ero J</article-title>
          . et. al (
          <year>2016</year>
          ).
          <article-title>DisGeNET: a comprehensive platform integrating information on human disease-associated genes and variants</article-title>
          .
          <source>Nucleic Acids Research</source>
          , vol.
          <volume>45</volume>
          (
          <issue>D1</issue>
          ), pp.
          <fpage>D833</fpage>
          -
          <lpage>D839</lpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          37.
          <string-name>
            <surname>Can</surname>
          </string-name>
          <article-title>~ada A. et</article-title>
          . al.
          <article-title>LimTox: a web tool for applied text mining of adverse event and toxicity associations of compounds, drugs and genes</article-title>
          .
          <source>Nucleic Acics Reseaech</source>
          ,
          <volume>45</volume>
          (W 1),
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          38. Cheng D. et.al.
          <article-title>PolySearch: a web-based text mining system for extracting relationships between human diseases, genes, mutations, drugs and metabolites</article-title>
          .
          <source>Nucleic Acics Reseaech</source>
          ,
          <volume>36</volume>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>