<!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>Using a Reference Ontology with Semantic Similarity in Ontology Alignment</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Valerie Cross</string-name>
          <email>crossv@muohio.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Pramit Silwal</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>David Morell</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Computer Science and Software Engineering, Miami University Oxford OH</institution>
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The current use of semantic similarity with a reference ontology in ontology alignment (OA) systems is reviewed. An extended matcher is described that incorporates semantic similarity with the use of a reference ontology. This matcher has been implemented using as a basis AgreementMaker's mediating matcher. Specific experiments using the OAEI anatomy track are performed using the Uberon ontology as the reference ontology. The results of these experiments are compared to the OAEI 2011 results for the anatomy track. These show that semantic similarity measures can be useful for discovering mappings missed by the original mediating matcher. The use of semantic similarity with a reference ontology should be further investigated in the effort to improve the OA process.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>
        Ontology alignment (OA) systems typically produce a set
MST of mapping pairs (si, ti) between a source ontology OS
and a target ontology OT with each pair having a similarity
degree dsim in (0, 1]. The mapping indicates that the concept
si in OS is similar to the concept ti in OT with dsim. Most
matchers in OA systems rely on only the internal
information available within the ontologies to be aligned.
External knowledge sources are increasingly being used to
improve the alignment process
        <xref ref-type="bibr" rid="ref12">(Shvaiko &amp; Euzenat, 2012)</xref>
        . A
standard approach has been to create a matcher that uses a
reference ontology or creates a lexicon using a thesaurus.
The main operation typically is some function of the overlap
between the synonym sets found in the reference ontology
or the lexicon for the source and target concepts. The
problem occurs when no overlap between the two sets exists.
Semantic similarity measures can be used to find a possible
mapping from a source concept to a target concept based on
the similarity between the source’s identified concept and
the target’s identified concept in the reference ontology.
      </p>
      <p>
        Measuring similarity between a source concept s and a
target concept t in the two different ontologies can then be
translated into finding corresponding bridge concepts bS and
bT in the reference ontology and then measuring the degree
of similarity between bS and bT. Several important issues
to using background knowledge sources have been
identified
        <xref ref-type="bibr" rid="ref12">(Shvaiko &amp; Euzenat, 2012)</xref>
        . For example the selection
of the reference ontology should ensure that it has suitable
coverage of the ontologies being aligned. Another
important consideration is the means of finding the
corresponding entities bS and bT in the reference ontology.
The contribution of this research is the use of a reference
ontology and semantic similarity measurement within the
reference ontology to improve the OA process. Section 2
overviews semantic similarity and its use with background
knowledge in existing OA systems. Section 3 first describes
a recent experiment to use different biomedical ontologies
as reference ontologies without using semantic similarity to
improve alignment results for the OAEI anatomy track.
Section 4 presents the proposed method that extends the
previous approaches with semantic similarity measurement.
The experiments results using this method on the OAEI
anatomy track are described and compared with those of one
the experiments described in section 3. Finally, conclusions
and a summary of the research efforts as well as future
research plans are presented in section 5.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>REFERENCE ONTOLOGY WITH SEMANTIC SIMILARITY</title>
      <p>
        Much research is being undertaken to use background
knowledge sources to aid the ontology alignment process.
Many forms of background knowledge have been used such
as partial alignments, existing alignments, domain specific
corpora, web pages, linked data, upper ontologies and
domain specific ontologies
        <xref ref-type="bibr" rid="ref12">(Shavaiko &amp; Euzenat, 2012)</xref>
        .
However, the use of simple background knowledge sources
such as thesauri, for example, WordNet, has been
widespread for some time. More recently research has examined
the use of domain specific ontologies especially in the
medical domain or a collection of ontologies selected from the
Semantic Web. These ontologies have been referred to as
reference
        <xref ref-type="bibr" rid="ref10">(Sabou et al., 2008)</xref>
        , intermediate
        <xref ref-type="bibr" rid="ref4 ref6">(Gross et al.,
2011)</xref>
        or mediating ontologies
        <xref ref-type="bibr" rid="ref1 ref4">(Cruz et al., 2011)</xref>
        .
      </p>
      <p>
        The outcome of several OAEI competitions has not been
consistent when it comes to OA systems using background
knowledge
        <xref ref-type="bibr" rid="ref12">(Shvaiko &amp; Euzenat, 2012)</xref>
        . For example, in the
2007 and 2008 OAEI competitions, the OA systems
utilizing background knowledge were undoubtedly the best
performing. The best performing OA system in 2009, however,
did not use any background knowledge. In 2011 the best
performing systems in the anatomy track made use of
domain specific ontologies
        <xref ref-type="bibr" rid="ref4">(Euzenat et al., 2011)</xref>
        . For the OA
systems actually competing in the OAEI competition, the
background knowledge sources are manually selected.
      </p>
      <sec id="sec-2-1">
        <title>Semantic Similarity in Ontologies</title>
        <p>
          In ontology alignment, numerous similarity measures are
used to determine the similarity between concepts in two
different ontologies. The purpose is to create a list of
concept mappings between the two ontologies. Semantic
similarity, however, unlike similarity measurement typically
used within OA, measures the similarity between two
concepts within a single ontology. Due to space limitations,
only a historical review of such measures is presented.
These measures or slight variations represent those used in the
OA systems described in the next section. A detailed
overview of current semantic similarity measures and research
can be found in
          <xref ref-type="bibr" rid="ref14">(Yu, 2010)</xref>
          and
          <xref ref-type="bibr" rid="ref12">(Cross and Yu, 2012)</xref>
          .
        </p>
        <p>
          The earliest semantic distance measures were developed
for use in semantic networks and were simple path distance
measures, i.e., the count of the number of edges or nodes,
between two concepts
          <xref ref-type="bibr" rid="ref8">(Rada et al., 1989)</xref>
          . This simple
path-based distance has been used in ontologies viewed as
graphs. Wu and Palmer
          <xref ref-type="bibr" rid="ref13">(Wu &amp; Palmer, 1994)</xref>
          improved
upon the early path-based semantic distance measures by
proposing a semantic similarity measure between two
concepts that is the ratio of twice the distance of their lowest
common subsumer to the root concept and the sum of the
distance of each concept from the root concept.
        </p>
        <p>
          Another approach to semantic similarity is based on
using a measure of information content (IC) for a concept. IC
measures how specific a concept is within a given ontology.
The more specific a concept is the higher its information
content, the more general the lower its IC. IC has been
determined by either a corpus-based (Resnik, 1995) or an
ontology-based method
          <xref ref-type="bibr" rid="ref11">(Seco et al., 2004)</xref>
          . The corpus-based
IC uses an external resource such as an associated corpus
for the problem domain and is determined using the
negative log of the probability of the concept with respect to the
corpus. The ontology-based IC method simply uses the
structure of ontology itself to determine a concept’s IC
value. It is a function of the number of descendents of a
concept and the total number of concepts in the ontology.
        </p>
        <p>
          The first IC-based semantic similarity measure is
defined as the maximum information content two concepts
share (Resnik, 1995). The common ancestor of the two
concepts having the maximum IC value must be found and its
IC value is taken as the semantic similarity between the two.
An improvement to Resnik’s measure was proposed by
          <xref ref-type="bibr" rid="ref7">Lin
(1998)</xref>
          . It is formulated as the ratio of twice the maximum
shared information content between the two concepts and
the sum of each concept’s individual information content.
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>OA Systems Using Semantic Similarity</title>
        <p>
          Here a brief survey of only OA systems using a background
knowledge source, WordNet, UMLS, or both as a reference
ontology with semantic similarity is presented. They apply
standard semantic similarity measures or their variations
between the concepts within the reference ontology and not
between the concepts from the two ontologies being aligned.
The systems are presented in chronological order of their
references. A complete overview of the state of the art for
OA systems can be found in
          <xref ref-type="bibr" rid="ref4">(Euzenat et al., 2011)</xref>
          .
2.3.1 OLA
          <xref ref-type="bibr" rid="ref3">(Euzenat and Valtchev, 2003)</xref>
          . A modified
version of the Wu-Palmer semantic similarity measure (Wu and
Palmer, 1989) is used in determining lexical similarity
between a pair of identifiers which are each first converted
into a set of atomic terms. Next pairs of terms, one from
each set, are compared using WordNet. The pair’s similarity
is calculated as the ratio between the depth of the most
specific common hypernym (ancestor in the WordNet
hierarchy) and the sum of depth of each term. Then a degree of
proximity between the sets of terms is calculated.
2.3.2 Imapper (Su, 2004). The similarity value determined
for the mapping between two concepts may be increased
using the distance of the two concepts in WordNet. The
concepts are found in WordNet using their descriptive
labels. A simple path based semantic distance between two
terms x and y found in WordNet is used. If they belong to
the same synset in WordNet, then the path distance is 1.
Otherwise, the path length is determined by the number of
nodes rather than the links in the path so that the length
between sibling nodes is 3. If no path can be found between
them (they exist in unconnected WordNet subontologies),
then they are unrelated. Their similarity value is, therefore,
not strengthened.
2.3.3 ASMOV
          <xref ref-type="bibr" rid="ref5">(Jean-Mary et al., 2009)</xref>
          . Semantic similarity
measures may be used in determining the lexical similarity
between concept labels. If the string labels for the source
and target concepts are identical, the lexical similarity is 1.0.
If they are not identical and an external ontology such as
WordNet or UMLS is available, then various thesaurus
relationships are used. If the source label string is in the
synonym set of the target label, then their lexical similarity is set
to 0.99. If one is an antonym of the other, then their lexical
similarity is set to 0.0. If neither of those relationships hold
and if both string labels exist in the external ontology, their
lexical similarity is set to the
          <xref ref-type="bibr" rid="ref7">Lin (1998)</xref>
          semantic similarity
measure between the two. Otherwise, the minimum
inclusion measure between the two sets of tokens is used.
2.3.4 CIDER (Gracia &amp; Mena, 2008). The alignment
process uses a modified version of a sense semantic similarity
measure to evaluate similarity between the possible senses
of a keyword and their synonyms to perform
disambiguation. The techniques used in CIDER are adapted from the
PowerMap WordNet based algorithm (Lopez et al., 2006).
2.3.5 UFOme
          <xref ref-type="bibr" rid="ref9">(Pirro and Talia, 2010)</xref>
          . A set of matchers,
many of which have already been developed previously for
numerous OA systems, are integrated into UFOme. Its
WordNet matcher also uses the Lin semantic similarity
measure between WordNet synsets when the concepts do
not map to the same synset in WordNet.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>RECENT EXPERIMENTS WITH REFERENCE ONTOLOGIES</title>
      <p>
        Two very recent experiments using reference ontologies to
improve the alignment mapping process are presented. In
        <xref ref-type="bibr" rid="ref4 ref6">(Gross et al., 2011)</xref>
        , the reference ontology is called an
intermediate ontology and in
        <xref ref-type="bibr" rid="ref1 ref4">(Cruz et al., 2011)</xref>
        it is called a
mediating ontology. Both follow a very similar approach.
The differences exist in the alignment methods used to
produce the mappings from the source and target ontologies to
the reference ontology and what aggregation method of
similarity values are used to produce the final mapping from a
source concept to a target concept through a reference
concept. Neither incorporates semantic similarity measurement
between concepts within the reference ontology
3.1
      </p>
      <sec id="sec-3-1">
        <title>Composition-Based Matching</title>
        <p>
          In
          <xref ref-type="bibr" rid="ref4 ref6">(Gross et al., 2011)</xref>
          the OA system uses intermediate
ontologies OI to composes mappings MSI from the source OS
to OI with mappings MIT from OI to the target OT to produce
a set of mappings MST from the OS to the OT. More
formally, the final alignment result is defined as
MST = {(cS, cT, aggSim (mapSimSI, mapSimIT)) |
        </p>
        <p>cSOS, cI OI, cT OT :
(cS, cI , mapSimSI,)MSI ( cI, cT ,mapSimIT,)MIT}
(1)
The aggregation operator aggSim combines the mapping
similarities for MSI and MIT. Different operators could be
used. They state average was used. They suggest that MSI
and MIT could be existing mappings such as those in
BioPortal. MSI and MIT in their experiments were
determined using linguistic trigram similarity between concept
names and synonyms with a threshold of 0.8. In effect, two
simplified ontology alignments were first performed to
create the mappings MSI and MIT before the composition-based
mapping is done. One point not clear is the method if
multiple cI exist, i.e., if 1-1 mapping is not enforced. The
method to produce intermediate mappings may enforce 1-1
mappings. An optional step tries to find direct mappings from
the set of unmapped concepts in OS to the set of unmapped
concepts in OT. These two sets are matched against each
other using a string similarity match algorithm.</p>
        <p>They evaluate the proposed composition approach using
the Adult Mouse Anatomy ontology (MA) and the
anatomical part (human anatomy HA) of the NCI Thesaurus, the
OAEI anatomy track. The four reference ontologies are
FMA, Uberon, RadLex, and UMLS, all late 2010 versions.
Separate experiments were done for each of the ontologies.
Only F-measures are reported. Uberon produced the best
results ( F-measure of 88.2%) with the two step process 1)
produce mappings first using Uberon as the intermediate
ontology and 2) add direct mappings between the MA and
HA. Their paper points out that none of the previous
approaches participating in OAEI 2010 anatomy track
exceeded an 87% F-measure. .
3.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>AgreementMaker Mediating Matcher</title>
        <p>
          For OAEI 2011, AgreementMaker
          <xref ref-type="bibr" rid="ref1 ref4">(Cruz et al., 2011)</xref>
          added
a new matcher, the mediating matcher (MM). The mediating
matcher inputs two ontologies to be aligned and a reference
ontology and then uses AgreementMaker’s BSMlex (base
similarity matcher with lexicon) to match the MA and the
HA ontologies with the reference ontology. The BSMlex
matcher is calculates the similarity between two concepts by
comparing all the strings associated with those two
concepts, that is, the concept name, label, and comments.
        </p>
        <p>
          AgreementMaker’s approach is similar to that in
          <xref ref-type="bibr" rid="ref4 ref6">(Gross
et al., 2011)</xref>
          . Both require an exact match on the bridge
concept, i.e., bS = bT. It differs in the sophistication of the
matcher used to find the bridge concepts for the source and
target ontologies in the reference ontology, i.e., BSMlex
algorithm versus linguistic trigram similarity. Based on the
success of the Uberon ontology as a reference ontology in
          <xref ref-type="bibr" rid="ref4 ref6">(Gross et al., 2011)</xref>
          , AgreementMaker also chose to use it as
the mediating ontology for the OAEI 2011 anatomy track.
The BSMlex also used Uberon to develop its lexicon in
matching the MA and HA ontologies to Uberon to take
advantage of the extra synonyms defined in Uberon.
        </p>
        <p>
          In the reported OAEI 2011 results
          <xref ref-type="bibr" rid="ref4">(Euzenat et al., 2011)</xref>
          ,
AgreementMaker had the best performance with respect to
F-measure (91.7%). These results are better than those in
          <xref ref-type="bibr" rid="ref4 ref6">(Gross et al., 2011)</xref>
          . AgreementMaker used only the one
reference ontology Uberon while the best results in
          <xref ref-type="bibr" rid="ref4 ref6">(Gross
et al., 2011)</xref>
          were based on merging results using four
different reference ontologies. Another difference is that
AgreementMaker’s final mappings are determined by a
hierarchically arrangement of its Linear Weighted
Combination (LWC) matchers. A single combined alignment is
produced using mapping quality measures to choose the best
mappings from each matcher, of which its MM is only one.
        </p>
        <p>Each matcher produces a similarity matrix between the
source concepts and the target concepts. A LWC takes as
input two or more matchers’ similarity matrix and produces
a weighted aggregation of them. The output is another
matrix mapping the source and target concepts.</p>
        <p>AgreementMaker’s OAEI 2011 final matcher used three
different LWCs. LWC1 produces a weighted average of the
similarity matrices for the LSM (Lexical Similarity
Matcher) and the MM. LWC2 produces a weighted average for the
PSM (Parametric String-based Matcher) and the VMM
(Vector-based Multi-word Matcher). LWC3 determines the
final confidence factor for each alignment as a weighted
average of the LWC1 and LWC2 similarity matrices.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>MEDIATING MATCHER + SEMANTIC SIMILARITY</title>
      <p>This proposed method of combining a reference ontology
with semantic similarity builds on the work of early OA
systems as described section 2.2. The recent uses of
composition-based mapping and a mediating matcher described
in section 3.1 and 3.2, respectively, also motivate this work.
Neither OA system presented in those two sections,
however, makes use of semantic similarity measures with a
reference ontology. Our research extends AgreementMaker’s
mediating matcher and has produced a new mediating
matcher that incorporates semantic similarity measurement
(MMSS) between the corresponding bridge concepts in the
mediating ontology. First the extension is described and
then the experimental results are presented.</p>
      <p>First AgreementMaker’s MM is used in a first pass to
produce the mappings between the source and target
concepts where there is an exact match on the bridge concepts
in the mediating ontology, i.e., bS = bT. When an exact
match occurs, MM produces a mapping between s and t as
MST = {(s, t, mapSimSI * mapSimTI) | sOS, bS , bT OI, tOT :
(s,bS,mapSimSI,)MSI (t,bT,mapSimTI,)MTI bS=bT} (2)
Here MSI is the mapping from the source OS to the
intermediate OI using BSMlex. Similarly, MTI is the mapping from
the target OT to the intermediate OI using BSMlex. The next
step is to determine US and UT, all the source concepts s in
the mapping set from source to mediating ontology and all
the target concepts t in the mapping set from target to
mediating ontology, respectively, which did not get selected by
the original mediating matcher. These two sets are given as
(3)
US = {s | sOS : (s, bS, mapSimSI,)MSI 
∄ tOT : (s, t, simST)MST}
UT = {t | tOT : ( t, bT, mapSimTI,)MTI 
∄ sOS : (s, t, simST)MST}.</p>
      <p>
        For each pair (s, t) in US x UT, the semantic similarity
between all bridge concepts for s and all bridge concepts for t
are calculated, and the maximum is used in determining the
enhanced mapping set as
EST = {(s, t, agg(mapSimSI, mapSimTI, bridgeSim )) |
sUS, bS , bT OI, tUT : (s,bS,mapSimSI) MSI 
( t, bT, mapSimTI,)MTI :
bridgeSim = max bS , bT OI (semSim(bS , bT))}.
(4)
MST  EST is returned as the result of the MMSS and is
input to the LWC1 in place of simply MST. Different agg
operators may be used. For the experiments reported below,
the minimum is used since this aggregator looks for the
weakest similarity between the three pairs of concepts. The
final mapping between s and t is not considered any stronger
than the weakest similarity of the three being aggregated.
Different measures can be used for semSim. For the
experiments reported below, the standard Lin semantic similarity
measure is used with IC as defined in
        <xref ref-type="bibr" rid="ref11">(Seco et al., 2004)</xref>
        since it has frequently been used in current OA systems. An
additional threshold value may be set to eliminate mappings
in EST whose aggregated similarity falls below the threshold.
      </p>
      <p>To be consistent with previous work in section 3, the
OAEI anatomy track was used. Its reference alignment
contains 1516 mappings. Table 1 shows the results of the
experiments which are divided into two groups. First, only the
mappings from the MM are compared to only those from
the MMSS with varying thresholds as listed. The results of
the first group are listed in the rows before the row labeled
OAEI 2011. AgreementMaker’s LWC matchers are not
affecting these results. The second group compares the two
different mediating matchers with the full OAEI 2011
AgreementMaker LWC matchers as described at the end of
section 3.2. The second group investigates the interaction
between the mappings of the MMSS and those produced by
the other OAEI 2011 matchers as well as the effects of its
LWC matchers combining the various mappings results.</p>
      <p>For the first group, the MMSS with no threshold had the
best recall but the worst precision. As the threshold
increases the MMSS is still able to find more correct
mappings than the MM and improve its precision. Of the nine
more correct ones (1152-1143) found by the MMSS, four
were also found by the OAEI 2011 matcher with the MM.
The reason is the MA concept string name is an exact match
or a substring of the HA concept. The MMSS found these
four through using semantic similarity within Uberon.</p>
      <p>The OAEI 2011 results using MMSS always produced
more mappings than that using the MM. An interesting
observation though is the 1350 correct for the MM and the
MMSS with 0.90 threshold are not the same ones. Each
found 3 different correct ones from each other. The goal is
to study the interaction among the other OAEI 2011
matchers with the MMSS and the MM to try to keep both sets of 3
correct matches instead of replacing them with each other.
Table 2 shows thethree correct mappings produced with the
OAEI 2011 matcher and MMSS and not produced with
MM. Table 3 shows the three correct mappings produced by
the OAEI 2011 with MM and not produced with MMSS. The
MMSS incorrectly mapped the MA sources to the HA
concepts matching the Uberon BT column of Table 3 since each
of these concepts exists in the HA ontology and were
mapped from the HA to the corresponding Uberon concept.
MA Source</p>
      <p>HA MMSS</p>
      <p>Target</p>
      <p>Uberon BS</p>
      <p>Uberon BT
For the three new correct mappings found by MMSS,
none of the AgreementMaker matchers (PSM, VMM, LSM,
and MM) found the third mapping. The PSM found the
second mapping but the VSM incorrectly mapped the
“forelimb long bone” to “long bone” instead with a higher
confidence than the PSM had. LWC2 which combines the VSM
and PSM produced the VSM mapping. Only the VSM
produced the first mapping. Since the PSM did not, the LWC2
did not produce this correct mapping. LWC1 could not
produce any of three mappings since it combines the LSM
and MM, neither of which produced any of these mappings.</p>
      <p>For the three correct mappings lost with the MMSS, the
PSM did produce all three, and the VSM did produce the
first two. The MMSS, however, mapped the MA sources to
incorrect targets for all three. The LWC2 did produce the
three correct mappings but the LWC1 using the MMSS and
LSM produced the three incorrect mappings. When LWC3
combines the LWC1 and LWC2 results, the LWC1 results
had higher confidence values so the second and third
MMSS incorrect mappings were selected. The first
incorrect MMSS mapping is lost in LWC3 probably because its
quality evaluation does not satisfy the cutoff threshold,</p>
    </sec>
    <sec id="sec-5">
      <title>5 CONCLUSIONS AND FUTURE WORK</title>
      <p>The MMSS is successful at discovering more correct
mappings than AgreementMaker’s MM. The drawback,
however, is it suggests more mappings. More experimentation
is needed to better understand the interaction between the
MMSS and the other matchers in the OAEI 2011
configuration so that other possible LWC schemes can be developed
to better combine the strengths of the MMSS with the other
matchers. In addition, different semantic similarity measures
need to be investigated with different reference ontologies
Other source and target ontologies with different structures
and more varied labeling should also be tested.</p>
    </sec>
    <sec id="sec-6">
      <title>ACKNOWLEDGEMENTS</title>
      <p>The authors would like to thank Dr. Isabel Cruz and Cosmin
Stroe for their support in this research effort.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Cruz</surname>
            ,
            <given-names>I. F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stroe</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Caimi</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fabiani</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pesquita</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Couto</surname>
            ,
            <given-names>F. M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Palmonari</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2011</year>
          )
          <article-title>Using AgreementMaker to Align Ontologies for OAEI 2011</article-title>
          . Ontology Matching Workshop, International Semantic Web Conference.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Cross</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          (
          <year>2011</year>
          )
          <article-title>Investigating ontological similarity theoretically with fuzzy set theory, information content, and Tversky similarity and empirically with the Gene Ontology</article-title>
          ,
          <source>Proc. of the 5th International Conference on Scalable Uncertainty Management.</source>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Euzenat</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Valtchev</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>2003</year>
          )
          <article-title>An integrative proximity measure for ontology alignment</article-title>
          .
          <source>In: Proc. ISWC-2003 Workshop on semantic information integration</source>
          ,
          <source>Sanibel Island (FL US)</source>
          ,
          <fpage>33</fpage>
          -
          <lpage>38</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Euzenat</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          et al. (
          <year>2011</year>
          )
          <article-title>The Results of the Ontology Alignment Evaluation Initiative 2011</article-title>
          . Ontology Matching Workshop, International Semantic Web Conference.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Jean-Mary</surname>
            ,
            <given-names>Y.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shironoshita</surname>
            ,
            <given-names>E. P.</given-names>
          </string-name>
          , and. Kabuka,
          <string-name>
            <surname>M. R</surname>
          </string-name>
          (
          <year>2009</year>
          )
          <article-title>Ontology matching with semantic verification</article-title>
          ,
          <source>Journal of Web Semantics</source>
          , vol.
          <volume>7</volume>
          , no.
          <issue>3</issue>
          ,
          <fpage>235</fpage>
          -
          <lpage>251</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Gross</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hartung</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kirsten</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Rahm</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          (
          <year>2011</year>
          )
          <article-title>Mapping Composition for Matching Large Life Science Ontologies</article-title>
          .
          <source>In Proc. of the International Conference on Biomedical Ontology</source>
          , pages
          <fpage>109</fpage>
          -
          <lpage>116</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Lin</surname>
            <given-names>D.</given-names>
          </string-name>
          (
          <year>1998</year>
          )
          <article-title>An Information-theoretic Definition of Similarity</article-title>
          .
          <source>In: Proc. of the 15th International Conference on Machine Learning</source>
          . Morgan Kaufmann. pp.
          <fpage>296</fpage>
          -
          <lpage>304</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Rada</surname>
            <given-names>R</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mili</surname>
            <given-names>H</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bicknell</surname>
            <given-names>E</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blettner</surname>
            <given-names>M</given-names>
          </string-name>
          (
          <year>1989</year>
          )
          <article-title>Development and Application of a Metric on Semantic Nets</article-title>
          .
          <source>IEEE Transaction on Systems, Man, and Cybernetics</source>
          vol.
          <volume>19</volume>
          ,
          <fpage>17</fpage>
          --
          <lpage>30</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Pirro</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Talia</surname>
            <given-names>D.</given-names>
          </string-name>
          (
          <year>2010</year>
          )
          <article-title>UFOme: an ontology mapping system with strategy prediction capabilities</article-title>
          .
          <source>Data Knowl.Eng. 69.5</source>
          ,
          <fpage>444</fpage>
          -
          <lpage>471</lpage>
          ,
          <year>2010</year>
          , Resnik,
          <string-name>
            <surname>P.</surname>
          </string-name>
          (
          <year>1995</year>
          )
          <article-title>Using Information Content to Evaluate Semantic Similarity in Taxonomy</article-title>
          .
          <source>In: Proc. of the 14th International Joint Conference on Artificial Intelligence</source>
          ,
          <fpage>448</fpage>
          -
          <lpage>453</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Sabou</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>d'Aquin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Motta</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          (
          <year>2008</year>
          )
          <article-title>Exploring the semantic web as background knowledge for ontology matching</article-title>
          ,
          <source>Journal on Data Semantics</source>
          , vol. XI,
          <fpage>156</fpage>
          -
          <lpage>190</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Seco</surname>
            <given-names>N</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Veale</surname>
            <given-names>T</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hayes</surname>
            <given-names>J</given-names>
          </string-name>
          . (
          <year>2004</year>
          )
          <article-title>An Intrinsic Information Content Metric for Semantic Similarity in WordNet</article-title>
          . In: ECAI.
          <fpage>1089</fpage>
          -
          <lpage>1090</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Shvaiko</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Euzenat</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2012</year>
          )
          <article-title>Ontology Matching: State of the Art and Future Challenges</article-title>
          ,
          <source>IEEE Transactions on Data and Knowledge Engineering</source>
          , to appear
          <source>in print.</source>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Wu</surname>
            <given-names>Z</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Palmer</surname>
            <given-names>M. S.</given-names>
          </string-name>
          (
          <year>1994</year>
          )
          <article-title>Verb Semantics and Lexical Selection</article-title>
          .
          <source>In: Proc. of the 32nd. Annual Meeting of the Association for Computational Linguistics</source>
          ,
          <fpage>133</fpage>
          -
          <lpage>138</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          (
          <year>2010</year>
          ).
          <article-title>A Mathematical and Experimental Investigation of Ontological Similarity Measures and their Use in Biomedical Domains</article-title>
          .
          <source>Master's Thesis</source>
          , Computer Science and Software Engineering, Miami University, Oxford OH
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>