<!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>Ontology Learning with Deep Learning: a case study on Patient Safety using PubMed</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>M. Arguello Casteleiro</string-name>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>M.J. Fernandez-Prieto</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>G. Demetriou</string-name>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>N. Maroto</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>W. Read</string-name>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>D. Maseda-Fernandez</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>J. Des-Diz</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>G. Nenadic</string-name>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>J. Keane</string-name>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>R. Stevens</string-name>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Dpto. de Filología Inglesa, Universidad Autónoma de Madrid</institution>
          ,
          <country country="ES">Spain</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Hospital do Salnés</institution>
          ,
          <addr-line>Villagarcía de Arousa</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Midcheshire Hospital Foundation Trust</institution>
          ,
          <addr-line>NHS England</addr-line>
          ,
          <country country="UK">UK</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Salford Languages, University of Salford</institution>
          ,
          <country country="UK">UK</country>
        </aff>
        <aff id="aff4">
          <label>4</label>
          <institution>School of Computer Science, University of Manchester</institution>
          ,
          <country country="UK">UK</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Traditional distributional semantic models (DSMs) like Latent Semantic Analysis (LSA) and Latent Dirichlet Allocation (LDA) derive representations for words assuming words occurring in similar contexts will have similar representations. Deep Learning has made feasible the derivation of word embeddings (i.e. distributed word representations) from corpora of billions of words applying neural language models like CBOW and Skip-gram. The application of Deep Learning to aid ontology development remains largely unexplored. This study investigates the performance of LSA, LDA, CBOW and Skip-gram for ontology learning tasks. We conducted six experiments; firstly using 300K and later with 14M PubMed titles and abstracts to obtain topranked candidate terms related to the patient safety domain. Based on the evaluation performed, we conclude that Deep Learning can contribute to ontology engineering from the biomedical literature.</p>
      </abstract>
      <kwd-group>
        <kwd />
        <kwd>Ontology Learning</kwd>
        <kwd>Deep Learning</kwd>
        <kwd>OWL-DL</kwd>
        <kwd>CBOW</kwd>
        <kwd>Skip-gram</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        The World Health Organization (WHO) acknowledges: “unsafe medication
practices and medication errors are a leading cause of injury and health care associated
harm around the world” [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. In the UK, a report commissioned by the Department of
Health states: “the NHS wastes at least £1bn – and possibly as much as £2.5bn – on
preventable errors, many of which are related to improper use of medication” [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>
        In 2009, the WHO proposed an International Classification for Patient Safety
(ICPS) with 48 concepts to set forth a common understanding of patient safety
literature [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. A better understanding of the biomedical literature should bring forward
more concepts and relations about patient safety. A better understanding of patient
safety could affect decisions regarding patients’ well-being as well as the expenditure
of public funds.
      </p>
      <p>
        The annotation of concepts and relations from the biomedical literature is key to
unlocking the biomedical knowledge contained therein, although the size and rate of
growth of PubMed is a challenge. Recent advances in artificial neural networks
(ANNs) make feasible the derivation of words from corpora of billions of words.
Hence, the growing interest in Deep Learning, which is an emerging area of artificial
neural networks, and the neural language models CBOW (Continuous Bag-of-Words)
and Skip-gram of Mikolov et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Both CBOW and Skip-gram can efficiently
generate word embeddings (i.e. distributed word representations); however, like other
methods of distributional semantics, they do not provide the precise formal
descriptions that can be found in an ontology.
      </p>
      <p>
        The manual building of ontologies is often a tedious and cumbersome task [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. The
(semi-)automatic support of ontology development is known as ontology learning [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
Ontology learning has been depicted as a layer cake [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], where different tasks can be
distinguished: a) the acquisition of terms that refer to specific concepts (Named-entity
recognition, a.k.a. NER); b) the recognition of synonyms among these terms; c) the
identification of taxonomic (is-a) relations; d) the establishment of non-hierarchical
relations; and e) the derivation of new knowledge, i.e. knowledge that is not explicitly
encoded by the ontology.
      </p>
      <p>This study investigates how CBOW and Skip-gram can be used to aid ontology
development for patient safety using PubMed citations (titles and abstracts) as a
corpus. The application of Deep Learning to ontology learning tasks, such as concept
extraction and relation extraction by Deep Learning, remains largely unexplored.
1.1</p>
    </sec>
    <sec id="sec-2">
      <title>Background and Related Work</title>
      <p>
        Distributional semantic models (DSMs) derive representations for words in such a
way that words occurring in similar contexts will have similar representations.
Therefore, the context needs to be defined. Latent Semantic Analysis (LSA) [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] is a
spatially motivated method that generally uses an entire document as a context (i.e.
worddocument models). Latent Dirichlet Allocation (LDA) [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] is a probabilistic method.
Both spatial and probabilistic methods of distributional semantics allow the
estimation of the similarity between terms: spatial DSMs compare terms using distance
metrics in high-dimensional space [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]; and probabilistic DSMs measure similarity
between terms according to the degree to which they share the same topic distributions
[
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. LSA and LDA have high computational and storage cost associated with building
the model or modifying it due to the huge number of dimensions when a large corpus
is modelled [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Although neural models are not new in DSMs, in relatively short
time, the neural language models CBOW and Skip-gram have gained much popularity
to the point of being used for benchmarking word embeddings [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] or as baseline
models for performance comparisons [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. For CBOW and Skip-gram the most
popular similarity measure is the cosine of the angle between two vectors of n dimensions.
      </p>
      <p>
        Much of the work in ontology learning has strong connections with natural
language processing and machine learning, and over time, different methods have been
applied to learn ontologies and ontology-like structures from text. Indeed, traditional
DSMs have been applied already. For example: Colace et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] have used LDA for
ontology learning. However, as of today and to the best of our knowledge, CBOW
and Skip-gram have not been used for ontology learning. In spite of this, closely
related work can be found: a) Peng et al. [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] use CBOW to generate word embeddings
and address automatic MeSH indexing, i.e. multi-class classification; and b) De Vine
et al. [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] use Skip-gram to learn word embeddings over sequences of UMLS
(Unified Medical Language System) medical concepts instead of over sequences of terms.
2
2.1
      </p>
      <sec id="sec-2-1">
        <title>Materials and Methods</title>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>The Patient-Centric Care (PCC) ontology in OWL-DL</title>
      <p>
        We used the UMLS Metathesaurus 2016AA release from the U.S. National Library
of Medicine (NLM) that contains more than three million biomedical related concepts
along with synonymous names and their relationships from around 100 source
vocabularies, some in multiple languages. Each UMLS concept has a unique identifier
(a.k.a. CUI) and is assigned to at least one UMLS Semantic Type [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. A UMLS
Semantic Group contains a set of UMLS Semantic Types [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. We programmatically
created the USTG ontology in OWL-DL [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], which represents formally Semantic
Types and Groups as well as the part-whole relations among them. The USTG
ontology also contains the UMLS Metathesaurus concept, an OWL class we created that
can have as subclass any concept from UMLS. The USTG ontology contains a total of
585 axioms (class count: 151; individual count: 0) and its Description Logic
expressivity is ALEI.
      </p>
      <p>
        To create the Patient-Centric Care (PCC) ontology, we followed the three stages
proposed by CommonKADS to construct a knowledge model [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]:
      </p>
      <p>
        1. Knowledge Identification – Besides the USTG ontology, a few information
sources were carefully chosen: a) the ontology network about Patient Safety Incident
[
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] in OWL-DL [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] that is publically available from BioPortal [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] and was
supported by WHO under the International Classification for Patient Safety programme;
b) the WHO’s ICPS [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]; and c) a paper from Mitchell et al. [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] that discusses the
structure-process-outcome model of healthcare and acknowledges that outcomes of
care should not be limited to what Lohr [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] termed as “The 5Ds” (i.e. death, disease,
disability, discomfort, and dissatisfaction), and thus, more positive healthcare
outcomes (e.g. improved health status) should also be included. Whenever possible, key
concepts from the WHO’s ICPS [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] and the ontology network about Patient Safety
Incident [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] are mapped to UMLS concepts [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. A conceptual diagram was drafted.
      </p>
      <p>
        2. Knowledge Specification – We used OWL-DL [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] to formally represent
concept names, and concept expressions, along with terminological axioms.
      </p>
      <p>
        3. Knowledge Refinement – we performed some knowledge adjustments and used
the FaCT++ reasoner [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] to check logical consistency and concepts’ satisfiability.
This version of the PCC ontology contains a total of 804 axioms (class count: 181;
individual count: 0) and its Description Logic expressivity is ALEHI.
2.2
      </p>
    </sec>
    <sec id="sec-4">
      <title>Ontology Learning with Distributional Semantics</title>
      <p>
        In this study, we adopted lemon (Lexicon Model for Ontologies) [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] and the
principle of “semantics by reference” [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]. This principle implies that “the expressivity
and the granularity at which the meaning of words can be expressed depend on the
meaning distinctions made in the ontology” [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]. Lemon is represented in RDFS [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ]
and represents lexical information relative to an ontology to make the lexical
information shareable on the Semantic Web.
      </p>
      <p>
        The simplest way to attach a lexical form to an ontological concept is the label
property of RDFS (i.e. rdfs:label). In SKOS [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ] there are three properties (i.e.
skos:prefLabel, skos:altLabel, and skos:hiddenLabel), which can be considered
annotation properties (i.e. owl:AnnotationProperty), and only allow limited linguistic
information. To include linguistic information more easily, we adopt the following core
concepts (OWL classes) and properties (OWL object properties) from the lemon
ontology [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]: 1) the OWL classes Lemon Element, Lexicon, Lexical entry, Lexical
Sense, and Lexical Topic; 2) the OWL object properties entry, sense and its inverse
senseOf, reference and its inverse isReferenceOf, and topic. We created the LEUSTG
ontology that reuses the UTSG ontology and the just mentioned OWL classes and
OWL object properties from lemon.
      </p>
      <p>
        In the LEUSTG ontology, the concept Lexicon from lemon represents a vocabulary
for a DSM; while the concept Lexical entry from lemon represents a single word (one
or more terms) in the vocabulary/lexicon of the DSM. In the LEUSTG ontology, the
concept Lexical sense from lemon is superclass of the UMLS Metathesaurus concept
from the USTG ontology. Hence, any subclass of the OWL class UMLS
Metathesaurus concept is a UMLS concept and also an OWL class with one or more UMLS
Semantic Types. As UMLS Semantic Types define the senses or meanings of a lexical
entry in relation to the given ontology, we follow the “semantics by reference”
principle from [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]. In this way these axioms provide a form of class description.
      </p>
      <p>
        DSMs can facilitate concept extraction and relation extraction (RE) to extend
different parts of the ontology. RE has been defined as “the task of detecting and
classifying semantic relations that hold between different entities” [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ]. An overview of the
two tasks performed in this study is the following:
      </p>
      <p>
        Lexical entry and concept extraction – a vocabulary/lexicon from DSMs contains
lexical entries that are: concepts, phraseological expressions (typically a combination
of concepts), or spurious terms (i.e. terms that do not have a true biomedical
meaning). UMLS MetaMap [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ] – a well-known biomedical NER system by NLM – can
indicate which terms from the lexicon are UMLS concepts by assigning them a CUI
and also one or more UMLS Semantic Type(s). It should be noted that patient safety
is a domain not well covered in UMLS where even key concepts such as
“organizational outcome” do not have a CUI. Hence, some concepts need to be assigned to a
UMLS Semantic Type manually.
      </p>
      <p>
        Extraction of relations – finding association relationships among a large set of
terms can be the bases for knowledge discovery. Using the similarity measures (e.g.
cosine value for CBOW and Skip-gram) we can quantify empirically how closely
related are two terms obtained from the DSM. Once the n top-ranked candidate terms
have been obtained for a query term, it is possible to relate its respective concepts by
adding axioms using the ontological constructor skos:related. However, exploiting the
knowledge captured in the LEUSTG ontology, this broad relationship is refined. For
example, using queries in the SPARQL [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ] query language we can easily know: a)
term variants of a UMLS concept by querying for candidate terms assigned to the
same sense; b) all the candidate terms belonging to the same UMLS Semantic Type or
Semantic Group by exploiting the formal relationships between UMLS concepts,
UMLS Semantic Types and UMLS Semantic Groups.
      </p>
      <p>Two annotation properties were introduced in the LEUSTG ontology to capture: a)
the agreed assessment made by the human raters per candidate term; and b) to what
extent the candidate term was recognised by UMLS MetaMap. The LEUSTG
ontology contains a total of 691 axioms (class count: 160; individual count: 8) and its
Description Logic expressivity is ALEHI.
2.3</p>
    </sec>
    <sec id="sec-5">
      <title>Experimental Setup</title>
      <p>
        We downloaded the MEDLINE/PubMed baseline files for 2015 and also the
update files up to 8th June 2016. Two biomedical unannotated corpora were obtained: 1)
a subset of 301,202 PubMed publications (titles and abstracts) with date of
publication from 2000 to 2016 (called here PubMed SB for short) obtained by the PubMed
Systematic Reviews filter [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ]; and 2) 14,056,762 PubMed publications (titles and
abstracts) with date of publication from 2000 to 2016 (called here PubMed 14M for
short). When pre-processing the textual input for CBOW and Skip-gram [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], it is
common practice to transform the text into lower-case and to remove all numbers and
punctuation marks systematically. This is, however, unsuitable when dealing with
protein/gene names, symbols or abbreviations due to the fact that capitalisation and
numerals are essential features of their nomenclature. Therefore, we decided to alter
the commonly used pre-processing workflow.
      </p>
      <p>
        Recently Hu et al. [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] experimented with introducing Part-Of-Speech Tagging
(POS) information into a neural network similar to CBOW in order to improve the
quality of the word embeddings generated. Inspired by the experiments of Hu et al.
[
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], we pre-processed PubMed citations (titles and abstracts) using two types of
approaches: 1) The first approach preserves capitalisation and numbers in the text; and
2) The second approach applies POS tagging and chunking (a.k.a. shallow parsing) to
the results of (1). Chunking aims to label segments of a sentence with syntactic
constituents, such as noun phrase (NP), and verb phrase (VP).
      </p>
      <p>
        LDA, LSA, CBOW, and Skip-gram are applied as methods of distributional
semantics, where each of them allows the estimation of similarity between terms. We
used gensim [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ] as the code implementation for LDA and LSA; and word2vec [
        <xref ref-type="bibr" rid="ref33">33</xref>
        ]
as the code implementation for CBOW and Skip-gram. The terms “safety” and
“patient safety” are the query terms (i.e. the topics). Using similarity metrics (see
subsection 1.1) a list of n top-ranked candidate terms can be obtained for each query term.
Two domain experts assessed the relevance of the terms in pairs (query term and
candidate term) using a Likert-type (categorical) scale taken from [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ], which was
initially used for patients to capture their level of pain. According to this scale, a candidate
term can be: not at all relevant (marked as 0); a little relevant (marked as 1); quite a
bit relevant (marked as 2); and very much relevant (marked as 3). Simple guidelines
were given to the domain experts that performed the rating. They consist of: a) the
Likert-type (categorical) scale; b) a conceptual diagram that captures the domain of
interest; and c) a few examples illustrating pairs of query term-candidate term
annotated with different scores.
      </p>
      <p>
        The inter-annotator agreement is calculated with weighted Cohen’s Kappa [
        <xref ref-type="bibr" rid="ref35">35</xref>
        ], a
well-known measure for inter-annotator agreement on classification tasks. Biemann
[
        <xref ref-type="bibr" rid="ref36">36</xref>
        ] acknowledges: “for complicated tasks like ontology learning, a comparably low
inter-annotator agreement can be expected”.
      </p>
      <p>
        Brank et al. [
        <xref ref-type="bibr" rid="ref37">37</xref>
        ] distinguish three approaches for evaluation in ontology learning
depending on the type of ontologies being evaluated and the purpose of the
evaluation: 1) task-based evaluation using conventional measures in information retrieval
[
        <xref ref-type="bibr" rid="ref38">38</xref>
        ] like precision, recall, and F-measure; 2) corpus-based evaluation; and 3)
criteriabased evaluation. This study focused on the first two: 1) task-based evaluation – a
quantitative evaluation was performed in a straight-forward manner applying the
well-established lexical precision metric, which measures the number of relevant
candidate terms retrieved divided by the total number of candidate terms. In this
study, relevant candidate terms are terms scored 1 to 3 by both human raters (i.e.
domain experts); 2) corpus-based evaluation – an evaluation performed at the
conceptual level, where the automatically extracted ontology is compared with a Gold
Standard ontology that is manually built. In this study, the Gold Standard ontology is the
PCC ontology described in subsection 2.1. Three metrics are applied: Lexical Overlap
(LO) [
        <xref ref-type="bibr" rid="ref39 ref40">39,40</xref>
        ] measures the shared concepts between the manual and extracted
ontology; Ontological Improvement (OI) [
        <xref ref-type="bibr" rid="ref41">41</xref>
        ] accounts for the newly discovered concepts
that are absent in the Gold Standard; and Ontological Loss (OL) [
        <xref ref-type="bibr" rid="ref41">41</xref>
        ] determines the
concepts that exist in the Gold Standard but were not discovered. LO can be
interpreted as a “recall” metric. SPARQL [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ] queries aided to obtain LO, OI, and OL.
3
      </p>
      <sec id="sec-5-1">
        <title>Results</title>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Computational resources and execution times – The DSMs are generated using</title>
      <p>a Supermicro with 256GB RAM and two CPUs Intel Xeon E5-2630 v4 at 2.20GHz.
For PubMed dataset SB the execution time goes from less than 1 hour for CBOW (the
quickest) to more than 23 hours for LDA (the slowest). For PubMed dataset 14M the
execution time goes from less than 1 hour for CBOW to more than 10 hours for
Skipgram. With a MacBook Pro Retina (2.8 GHz Intel Core i7 and 16GB RAM) the mean
time for executing each SPARQL query three times was less than 2 seconds.</p>
    </sec>
    <sec id="sec-7">
      <title>Distributional Semantics: LSA, LDA, CBOW, and Skip-gram – For LDA and</title>
      <p>
        LSA the number of topics was setup to 300, which produced optimal results for
similar tasks. For LSA and LDA the top-ranked candidate terms were not always obtained
for the query term (i.e. the topic) “patient safety”. For CBOW and Skip-gram we set
up the parameters within the range studied by De Vine et al. [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. For more technical
details refer to the availability note at the end of the paper.
      </p>
      <p>
        Human Evaluation – A total of 675 pairs of terms (i.e. query term, candidate
term) were evaluated. The inter-annotator agreement between the two raters (i.e.
domain experts) was 0.62 applying the weighted Cohen’s Kappa measure [
        <xref ref-type="bibr" rid="ref35">35</xref>
        ].
      </p>
      <p>In figure 1, each column corresponds to a model, and the model’s name appears at
the top of the column. Each column can have up to three different colours, where each
colour depicts the number of candidate terms that were agreed by both raters: dark
grey for very much relevant (relevant with score equals 3), grey for relevant (score 1
or 2), and white for not relevant (score 0). Figure 1 on the left hand-side: experiments
I, II, III, and IV were performed using the PubMed SB dataset and the maximum
number of top candidate terms per model was 20. Figure 1 on the right hand-side:
experiments V and VI were performed using the PubMed 14M dataset and the 100
top-ranked candidate terms per model were obtained. In experiments II, IV, and VI
noun phrase (NP) and verb phrase (VP) chunking was performed. For experiments I
and II the query term (i.e. the topic) was “safety”; and for experiments III to VI the
query term was “patient safety”.</p>
      <p>Ontology Learning with Distributional Semantics – the automatically extracted
ontology (called here PubMed Ontology LEarning Ontology or POLEO for short)
refers to the OWL-DL ontology built programmatically out of the top-ranked
candidate terms obtained for each model (i.e. LSA, LDA, CBOW, and Skip-gram) in
experiments I to VI. The POLE ontology is the result of two tasks: NER and RE (see
subsection 2.2) and, it reuses the LEUSTG ontology. The POLE ontology contains a
total of 8392 axioms (class count: 689; individual count: 812) and its Description
Logic expressivity is ALEHI(D).</p>
    </sec>
    <sec id="sec-8">
      <title>Evaluation of Ontology Learning with Deep Learning – Based on the Lexical</title>
      <p>Precision obtained for experiments I to IV (see Table 1), it is clear that: 1) the neural
language models from Deep Learning (i.e. CBOW and Skip-gram) outperformed
LDA for “patient safety” as query term (experiment III and IV); and 2) overall
Skipgram seems to have the better Lexical Precision for the experiments conducted.</p>
      <p>Another two experiments (V and VI) were set-up using CBOW and Skip-gram
only with the PubMed 14M dataset to obtain the 100-top ranked candidate terms. For
these two models, we queried the POLE ontology using SPARQL to obtain per model
and experiment: a) the total number terms with UMLS concepts as senses agreed as
relevant for both raters; 2) the number of terms with UMLS concepts as senses agreed
as relevant for both raters that also appear in the PCC ontology; and 3) the number of
terms with UMLS concepts as senses agreed as relevant for both raters that are absent
in the PCC ontology. With the numbers obtained from the SPARQL queries, we
calculated the three ontology learning metrics for corpus-based evaluation: LO, OL, and
OI (see subsection 2.3) that appear in Table 2.</p>
      <p>From Table 1 and 2, it is difficult to derive a real benefit from the noun phrase
(NP) and verb phrase (VP) chunking. There is overall a drop in the performance of
the models for experiment II, IV, and VI when they are compared respectively with
the results obtained for experiment I, III, and V. Although Skip-gram achieved a
significantly better Lexical Precision in experiment II than in experiment I.</p>
      <p>In Table 1, Skip-gram obtained a better Lexical Precision than CBOW for most of
the experiments. In Table 2, although the Lexical Overlap (LO) is the same for
CBOW and Skip-gram in experiment V; CBOW gets a significantly better
Ontological Improvement (OI) for both experiments V and VI. Hence, we cannot determine
which of the two neural language models from Deep Learning is more suited for
ontology learning.</p>
      <p>
        The similarity in the Lexical Overlap (LO) and Ontological Improvement (OI) for
experiment V suggest a disconnection between the PubMed corpus and the WHO’s
ICPS [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <p>Deep Learning opens up unsupervised learning with big data, as the training of
neural language models like CBOW and Skip-gram can be done automatically from a
large unannotated corpus and without high computational and storage cost. Hence, a
natural long-term venture for Deep Learning is the biomedical literature, which can be
seen as a large unannotated corpus with an increasing rate of growth. This paper
illustrates how CBOW and Skip-gram can be used to aid ontology learning tasks for
patient safety using PubMed citations (titles and abstracts) as a corpus. The novelty of
this paper is two-fold: 1) ontology learning using Deep Learning remains largely
unexplored; and 2) the focus here is on quality of care, and patient safety, where quality
care assessment concepts and models are also taken into account.
5
Acknowledgement – To Prof Iain Buchan, Chris Wroe, D. Tsarkov and Stephen Walker for
useful discussions; and to Timothy Furmston for helping with the software and e-infrastructure.
Funding – This work was supported by a grant from the European Union Seventh Framework
Programme (FP7/2007-2013) for sysVASC project under grant agreement number 603288.
Availability – For technical details as well as for the hyperlink to download the ontologies
mentioned in the paper, please refer to http://pole-dl.cs.manchester.ac.uk</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>WHO</given-names>
            <surname>Global Patient Safety Challenge</surname>
          </string-name>
          , http://www.who.int/patientsafety/campaigns/en/
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2. The Pharmaceutical Journal,
          <volume>7834</volume>
          (
          <issue>1</issue>
          ), online (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Runciman</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hibbert</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thomson</surname>
            , R., Van Der Schaaf,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sherman</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lewalle</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Towards an International Classification for Patient Safety: key concepts and terms</article-title>
          .
          <source>International journal for quality in health care</source>
          ,
          <volume>21</volume>
          (
          <issue>1</issue>
          ), pp.
          <fpage>18</fpage>
          -
          <lpage>26</lpage>
          (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Efficient estimation of word representations in vector space</article-title>
          .
          <source>arXiv pre-print arXiv:1301.3781</source>
          (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Maedche</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Staab</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Ontology learning</article-title>
          .
          <source>In: Handbook on ontologies</source>
          , pp.
          <fpage>173</fpage>
          -
          <lpage>190</lpage>
          . Springer, Heidelberg (
          <year>2004</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Buitelaar</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cimiano</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Magnini</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Ontology learning from text: An overview</article-title>
          .
          <article-title>Ontology learning from text: Methods, evaluation and applications</article-title>
          ,
          <volume>123</volume>
          , pp.
          <fpage>3</fpage>
          -
          <lpage>12</lpage>
          (
          <year>2005</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Landauer</surname>
            ,
            <given-names>T.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dumais</surname>
          </string-name>
          , S.T.:
          <article-title>A solution to Plato's problem: The latent semantic analysis theory of acquisition, induction, and representation of knowledge</article-title>
          .
          <source>Psychological review</source>
          ,
          <volume>104</volume>
          (
          <issue>2</issue>
          ), p.
          <volume>211</volume>
          (
          <year>1997</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Blei</surname>
            ,
            <given-names>D.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ng</surname>
          </string-name>
          , A.Y. and
          <string-name>
            <surname>Jordan</surname>
            ,
            <given-names>M.I.</given-names>
          </string-name>
          :
          <article-title>Latent dirichlet allocation</article-title>
          .
          <source>Journal of machine Learning research, 3(Jan)</source>
          , pp.
          <fpage>993</fpage>
          -
          <lpage>1022</lpage>
          (
          <year>2003</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Cohen</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Widdows</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Empirical distributional semantics: methods and biomedical applications</article-title>
          .
          <source>Journal of biomedical informatics</source>
          ,
          <volume>42</volume>
          (
          <issue>2</issue>
          ), pp.
          <fpage>390</fpage>
          -
          <lpage>405</lpage>
          (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Jonnalagadda</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leaman</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , Cohen,
          <string-name>
            <given-names>T.</given-names>
            and
            <surname>Gonzalez</surname>
          </string-name>
          , G.:
          <article-title>A distributional semantics approach to simultaneous recognition of multiple classes of named entities</article-title>
          .
          <source>In: CICLing</source>
          , pp.
          <fpage>224</fpage>
          -
          <lpage>235</lpage>
          . Springer, Heidelberg (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Neelakantan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shankar</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Passos</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McCallum</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Efficient non-parametric estimation of multiple embeddings per word in vector space</article-title>
          .
          <source>In: EMNLP</source>
          , pp.
          <fpage>1059</fpage>
          -
          <lpage>1069</lpage>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tang</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kang</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>A novel word embedding learning model using the dissociation between nouns and verbs</article-title>
          .
          <source>Neurocomputing</source>
          ,
          <volume>171</volume>
          , pp.
          <fpage>1108</fpage>
          -
          <lpage>1117</lpage>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Colace</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>De Santo</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Greco</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amato</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moscato</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Picariello</surname>
            ,
            <given-names>A</given-names>
          </string-name>
          :
          <article-title>Terminological ontology learning and population using latent Dirichlet allocation</article-title>
          .
          <source>Journal of Visual Languages and Computing</source>
          ,
          <volume>25</volume>
          (
          <issue>6</issue>
          ), pp.
          <fpage>818</fpage>
          -
          <lpage>826</lpage>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Peng</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>You</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhai</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mamitsuka</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <article-title>and</article-title>
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>DeepMeSH: deep semantic representation for improving large-scale MeSH indexing</article-title>
          .
          <source>Bioinformatics</source>
          ,
          <volume>32</volume>
          (
          <issue>12</issue>
          ), pp.
          <fpage>i70</fpage>
          -
          <lpage>i79</lpage>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>De Vine</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zuccon</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koopman</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sitbon</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bruza</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Medical semantic similarity with a neural language model</article-title>
          .
          <source>In: ACM CIKM</source>
          , pp.
          <fpage>1819</fpage>
          -
          <lpage>1822</lpage>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>16. UMLS Semantic Network, https://semanticnetwork.nlm.nih.gov</mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17. OWL 2, https://www.w3.org/TR/2009/REC-owl2
          <string-name>
            <surname>-</surname>
          </string-name>
          overview-20091027/
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Schreiber</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Knowledge engineering and management: the CommonKADS methodology</article-title>
          . MIT press (
          <year>2000</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Ontology network</surname>
            <given-names>ICPS</given-names>
          </string-name>
          , https://bioportal.bioontology.org/ontolo-gies/ICPS
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>20. BioPortal, http://bioportal.bioontology.org</mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21. Mitchell,
          <string-name>
            <given-names>P.H.</given-names>
            ,
            <surname>Ferketich</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Jennings</surname>
          </string-name>
          ,
          <string-name>
            <surname>B.M.:</surname>
          </string-name>
          <article-title>Quality health outcomes model</article-title>
          .
          <source>Image: The Journal of Nursing Scholarship</source>
          ,
          <volume>30</volume>
          (
          <issue>1</issue>
          ), pp.
          <fpage>43</fpage>
          -
          <lpage>46</lpage>
          (
          <year>1998</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Lohr</surname>
            ,
            <given-names>K.N.</given-names>
          </string-name>
          :
          <article-title>Outcome measurement: concepts and questions</article-title>
          .
          <source>Inquiry</source>
          , pp.
          <fpage>37</fpage>
          -
          <lpage>50</lpage>
          (
          <year>1988</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>23. FaCT++, http://owl.man.ac.uk/factplusplus/</mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>24. lemon, http://lemon-model.net</mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Cimiano</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McCrae</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buitelaar</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montiel-Ponsoda</surname>
          </string-name>
          , E.:
          <article-title>On the role of senses in the ontology-lexicon</article-title>
          .
          <source>In: New trends of research in ontologies and Lexical resources</source>
          , pp.
          <fpage>43</fpage>
          -
          <lpage>62</lpage>
          . Springer, Heidelberg (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26. RDFS, https://www.w3.org/TR/2000/CR-rdf-schema-
          <volume>20000327</volume>
          /
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>27. SKOS, https://www.w3.org/TR/skos-reference/</mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Petrova</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ma</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tsatsaronis</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kissa</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Distel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Baader</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Schroeder</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <year>2015</year>
          .
          <article-title>Formalizing biomedical concepts from textual definitions</article-title>
          .
          <source>Journal of biomedical semantics</source>
          ,
          <volume>6</volume>
          (
          <issue>1</issue>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>29. MetaMap, https://metamap.nlm.nih.gov</mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          <source>30. SPARQL 1</source>
          .1, https://www.w3.org/TR/sparql11-query/
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>PubMed</surname>
            <given-names>SB</given-names>
          </string-name>
          , https://www.nlm.nih.gov/bsd/pubmed_subsets/sys reviews_strategy.html
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>32. gensim, https://radimrehurek.com/gensim/</mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33. word2vec, http://code.google.com/p/word2vec/.
          <source>Accessed 12 Nov</source>
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <surname>Aaronson</surname>
            ,
            <given-names>N.K.</given-names>
          </string-name>
          :
          <article-title>Quality of life assessment in clinical trials: methodologic issues</article-title>
          .
          <source>Controlled Clinical Trials</source>
          ,
          <volume>10</volume>
          (
          <issue>4</issue>
          ), pp.
          <fpage>195</fpage>
          -
          <lpage>208</lpage>
          (
          <year>1989</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          35.
          <string-name>
            <surname>Cohen</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Weighted kappa: Nominal scale agreement provision for scaled disagreement or partial credit</article-title>
          .
          <source>Psychological bulletin</source>
          ,
          <volume>70</volume>
          (
          <issue>4</issue>
          ), p.
          <volume>213</volume>
          (
          <year>1968</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          36.
          <string-name>
            <surname>Biemann</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Ontology learning from text: A survey of methods</article-title>
          .
          <source>In: LDV forum</source>
          ,
          <volume>20</volume>
          (
          <issue>2</issue>
          ), pp.
          <fpage>75</fpage>
          -
          <lpage>93</lpage>
          (
          <year>2005</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          37.
          <string-name>
            <surname>Brank</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grobelnik</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mladenic</surname>
            ,
            <given-names>D.:</given-names>
          </string-name>
          <article-title>A survey of ontology evaluation techniques</article-title>
          .
          <source>In: SiKDD</source>
          , pp.
          <fpage>166</fpage>
          -
          <lpage>170</lpage>
          (
          <year>2005</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          38.
          <string-name>
            <surname>Wong</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          , Liu,
          <string-name>
            <given-names>W.</given-names>
            ,
            <surname>Bennamoun</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          :
          <article-title>Ontology learning from text: A look back and into the future</article-title>
          .
          <source>ACM CSUR</source>
          ,
          <volume>44</volume>
          (
          <issue>4</issue>
          ), p.
          <volume>20</volume>
          (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          39.
          <string-name>
            <surname>Maedche</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Staab</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Measuring similarity between ontologies</article-title>
          .
          <source>In: EKAW</source>
          , pp.
          <fpage>251</fpage>
          -
          <lpage>263</lpage>
          . Springer, Heidelberg (
          <year>2002</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          40.
          <string-name>
            <surname>Cimiano</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Staab</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tane</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Automatic acquisition of taxonomies from text: FCA meets NLP</article-title>
          . In: ECML/PKDD, pp.
          <fpage>10</fpage>
          -
          <lpage>17</lpage>
          (
          <year>2003</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          41.
          <string-name>
            <surname>Sabou</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wroe</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goble</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mishne</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Learning domain ontologies for web service descriptions: an experiment in bioinformatics</article-title>
          .
          <source>In: ACM WWW</source>
          , pp.
          <fpage>190</fpage>
          -
          <lpage>198</lpage>
          (
          <year>2005</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>