<!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>Exploiting Semantic Relatedness Measures for Multi-label Classifier Evaluation</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Christophe Deloo</string-name>
          <email>c.p.p.deloo@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Claudia Hauff</string-name>
          <email>c.hauff@tudelft.nl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Delft University of Technology</institution>
          ,
          <addr-line>Delft</addr-line>
          ,
          <country country="NL">The Netherlands</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In the multi-label classi cation setting, documents can be labelled with a number of concepts (instead of just one). Evaluating the performance of classi ers in this scenario is often as simple as measuring the percentage of correctly assigned concepts. Classi ers that do not retrieve a single concept existing in the ground truth annotation are all considered equally poor. However, some classi ers might perform better than others, in particular those, that assign concepts which are semantically similar to the ground truth annotation. Thus, exploiting the semantic relatedness between the classi er-assigned and the ground truth concepts leads to a more re ned evaluation. A number of well-known algorithms compute the semantic relatedness between concepts with the aid of general-world knowledge bases such as WordNet1. When the concepts are domain speci c, however, such approaches cannot be employed out-of-the-box. Here, we present a study, inspired by a real-world problem, where we rst investigate the performance of well-known semantic relatedness measures on a domain-dependent thesaurus. We then employ the best performing measure to evaluate multilabel classi ers. We show that (i) measures which perform well on WordNet do not reach a comparable performance on our thesaurus and that (ii) an evaluation based on semantic relatedness yields results which are more in line with human ratings than the traditional F-measure.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. INTRODUCTION</title>
      <p>In this paper, we present a two-part study, that is inspired
by the following real-world problem: Dutch Parliamentary
This research was performed while the author was an intern
at GridLine.
1http://wordnet.princeton.edu/
papers2 are to be annotated with concepts from an existing
thesaurus3 (the Parliament thesaurus). A multi-label
classi er framework exists and each document can be
automatically annotated with a number of concepts. Currently, the
evaluation of the classi er is conducted as follows: the
automatically produced annotations are compared to the
groundtruth (i.e. the concepts assigned by domain experts) and the
binary measures of precision and recall are computed. This
means, that a document labelled with concepts which do not
occur in the ground truth receives a precision/recall of zero,
even though the assigned concepts may be semantically very
similar to the ground truth concepts. As an example,
consider Figure 1: the ground truth of the document consists
of three concepts fbiofuel, environment, renewable energyg
and the classi er annotates the document with the concepts
fenergy source, solar energyg. Binary precision/recall
measures evaluate the classi er's performance as zero, though it
is evident, that the classi er does indeed capture the content
of the document - at least partially.</p>
      <p>Thus, we are faced with the following research question:
Can the evaluation of a multi-label classi er be improved
when taking the semantic relatedness of concepts into
account?</p>
      <p>To this end, we present two studies (Figure 1):
1. We investigate established semantic relatedness
measures on the Parliament thesaurus. Are measures that
perform well on WordNet or Wikipedia also suitable
for this domain-speci c thesaurus?
2. Given the best performing relatedness measure, we
include the semantic relatedness in the evaluation of the
multi-label classi er framework and investigate if such
a semantically enhanced evaluation improves over the
binary precision/recall based evaluation.</p>
      <p>We nd that the best performing measures on WordNet do
not necessarily perform as well on a di erent thesaurus, and
thus, they should be (re-)evaluated when a novel thesaurus
is employed. Our user study also shows that a classi er
evaluation, which takes the semantic relatedness of the ground
truth and the classi er assigned concepts into account yields
results which are closer to those of human experts than
traditional binary evaluation measures.
2The documents come from the Dutch House of
Representatives (de Tweede Kamer), which is the lower house of the
bicameral parliament of the Netherlands.
3For more details see Section 3.
2.</p>
    </sec>
    <sec id="sec-2">
      <title>RELATED WORK</title>
      <p>In this section, we rst discuss semantic relatedness
measures and then brie y describe previous work in multi-label
classi er evaluation.</p>
      <p>
        Several measures of semantic relatedness using a variety
of lexical resources have been proposed in the literature. In
most cases semantic relations between concepts are either
inferred from large corpora of text or lexical structures such
as taxonomies and thesauri. The state-of-the-art
relatedness measures can be roughly organised into graph-based
measures [
        <xref ref-type="bibr" rid="ref11 ref16 ref19 ref4 ref6">11, 6, 19, 4, 16</xref>
        ], corpus-based measures [
        <xref ref-type="bibr" rid="ref10 ref17">17, 10</xref>
        ]
and hybrid measures [
        <xref ref-type="bibr" rid="ref1 ref12 ref5 ref7">12, 5, 7, 1</xref>
        ]. The latter combine
information gathered from the corpus and the graph structure.
      </p>
      <p>
        The majority of relatedness measures are graph-based and
were originally developed for WordNet. WordNet is a large
lexical database for the English language in which concepts
(called synsets) are manually organised in a graph-like
structure. While WordNet represents a well structured thesaurus,
its coverage is limited. Thus, more recently, researchers have
turned their attention to Wikipedia, a much larger
knowledge base. Semantic relatedness measures originally
developed for WordNet have been validated on Wikipedia.
Approaches that exploit structural components that are speci c
to Wikipedia have been developed as well [
        <xref ref-type="bibr" rid="ref14 ref18 ref3">14, 18, 3</xref>
        ].
      </p>
      <p>
        With respect to multi-label classi er evaluation, our work
builds in particular on Nowak et al. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. The authors study
the behavior of di erent semantic relatedness measures for
the evaluation of an image annotation task and quantify the
correctness of the classi cation by using a matching
optimisation procedure that determines the lowest cost between
the concept sets of the ground truth and of the classi er.
      </p>
      <p>
        We note, that besides semantic relatedness measures one
can also apply hierarchical evaluation measures to determine
the performance of multi-label classi ers, as for instance
proposed in [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. We leave the comparison of these two di erent
approaches for future work.
      </p>
    </sec>
    <sec id="sec-3">
      <title>METHODOLOGY</title>
      <p>Semantic Relatedness in the Parliament Thesaurus.</p>
      <p>We rst investigate the performance of known semantic
relatedness measures on our domain-speci c thesaurus
(Figure 1 step (1)). The goal of this experiment is to identify the
most promising semantic relatedness measure, i.e. the
measure that correlates most closely with human judgements of
relatedness. In order to evaluate the di erent measures, we
employ an established methodology: we select a number of
concept pairs from our thesaurus and ask human annotators
to judge the relatedness of the concepts on a 5-point scale
(where 1 means unrelated and 5 means strongly related ). We
consider these judgements as our ground truth and rank the
concept pairs according to their semantic relatedness. Then,
we also rank the concept pairs according to the scores they
achieve by the di erent semantic relatedness measures. The
agreement between the two rankings is evaluated with the
rank correlation measure Kendall's Tau ( ) and the linear
correlation coe cient (r).</p>
      <p>The Parliament thesaurus contains nearly 8; 000 Dutch
terms oriented towards political themes such as defense,
welfare, healthcare, culture and environment. As is typical for
a thesaurus, the concepts are hierarchically structured and
the following three types of relations exist: hierarchical
(narrower/broader), synonymy and relatedness. Fifty concept
pairs were manually selected by the authors, with the goal
to include as many di erent characteristics as possible, that
is, concept pairs of varying path lengths, types of relations,
etc. The human ratings were obtained in an electronic
survey where Dutch speaking people were asked to rate the fty
concept pairs on their relatedness. As stated earlier, in the
5-point scale, the higher the assigned rating, the stronger
the perceived relatedness.</p>
      <p>
        The following relatedness measures were selected for our
experiments: Rada [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], Leacock &amp; Chodorow [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], Resnik [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ],
Wu &amp; Palmer [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ], Jiang &amp; Conrath [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and Lin [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. The
measures of Rada, Leacock &amp; Chodorow and Wu &amp; Palmer
are all graph-based measures based on path lengths. The
path length is calculated by summing up the weights of the
edges in the path. The weights typically depend on the
type of relation. The stronger the semantic relation, the
lower the weight. Two versions of both Rada's and Leacock
&amp; Chodorow's approach were implemented: one including
only hierarchical and synonymous relations, and one
including all three types of thesaurus relations. The weights of the
relations were chosen according to their semantic strength.
A weight of 1 was assigned to both hierarchical and related
concept relations and a weight of 0 to synonymous concept
relations. The remaining three approaches, which are based
on the concept of information content, were implemented
using the approach of Seco et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
      </p>
      <sec id="sec-3-1">
        <title>Multi-label Classifier Evaluation.</title>
        <p>
          Having identi ed the best performing measure of
semantic relatedness on the Parliament thesaurus, we then turn
to the evaluation of the existing multi-label classi er
framework (Figure 1 step (2)). Matching the concepts from the
classi er with the ground truth concepts is performed
according to a simpli ed version (which excludes the ontology
and annotator agreement) of the procedure presented in [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ].
Nowak et al. de ne a classi cation evaluation measure that
incorporates the notion of semantic relatedness. The
algorithm calculates the degree of relatedness between the set C
of classi er concepts and the set E of ground truth concepts
with an optimisation procedure. This procedure pairs every
label of both sets with a label of the other set in a way that
maximises relatedness: each label lc 2 C is matched with a
label le0 2 E and each label le 2 E is matched with a label
lc0 2 C. The relatedness values of each of those pairs are
summed up and divided by the number of labels occurring
        </p>
        <p>jCj + jEj</p>
        <p>To validate this measure we conduct a study with human
experts: three expert users, who are familiar with the
thesaurus and the documents, were asked to judge for
twentyve documents the relatedness between the ground truth
concepts and the classi er assigned concepts (taking the
content of the document into account) on a 5-point scale: very
poor, poor, average, good and very good. It should be
emphasised, that our expert users have not created the ground
truth concepts (those were created by library experts
employed by the Dutch government). The average rating taken
over all three individual expert ratings are considered as the
ground-truth. The expert evaluations are used to compare
the performance of the relatedness evaluation measure and
the performance of a frequently used binary evaluation
measure (F-measure). We hypothesise, that the classi er
evaluation, which takes the semantic relatedness of the concepts
into account will correlate to a larger degree with the expert
judgements than the traditional binary evaluation measure.
(1)</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. EXPERIMENTS &amp; RESULTS</title>
      <p>Semantic Relatedness in the Parliament Thesaurus.</p>
      <p>Examples of concept pairs that were selected for the
annotation study are shown in Table 1; in particular the three
concept pairs yielding the highest human annotator
relatedness scores and the lowest scores respectively are listed.</p>
      <p>The performance of the relatedness measures on the
Parliament thesaurus are listed in Table 2. From these results
two aspects stand out: (i) the relatively high correlation
obtained for Rada's and Leacock &amp; Chodorow's relatedness
measure, and, (ii) the relatively poor performance of the
remaining measures.</p>
      <p>
        Traditionally, semantic relatedness measures have been
evaluated on WordNet, the most well-known manually
created lexical database. Seco et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] evaluated all
measures from our selection (except Rada) in a similar way on
the WordNet graph against a test-bed of human judgements
provided by Miller &amp; Charles [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. They reported signi cant
Measures
Rada (similarity)
Rada (relatedness)
Leacock &amp; Chodorow (similarity)
Leacock &amp; Chodorow (relatedness)
Wu &amp; Palmer
Resnik
Jiang &amp; Conrath
Lin
r
      </p>
      <sec id="sec-4-1">
        <title>Multi-label Classifier Evaluation.</title>
        <p>In Table 3 two examples of assigned classi er concepts vs.
ground truth concepts are shown. Reported are also the
average ratings obtained from the three expert users. Across
all 25 evaluated documents, the mean rating was 3.28,
indicating that the classi er framework performs reasonably well
at assigning concepts related to the ground truth concepts.</p>
        <sec id="sec-4-1-1">
          <title>Correlation r</title>
        </sec>
        <sec id="sec-4-1-2">
          <title>Semanticallyenhanced</title>
          <p>0.67
0.53</p>
          <p>F1
0.48
0.37</p>
          <p>The results of the second experiment are summarised in
Table 4. Here, we employed Leacock &amp; Chodorow's
relatedness as it was our best performing approach (Table 2).
The results indicate that for the annotated set of
twentyve documents, the relatedness evaluations correlate more
with the expert evaluations than the evaluation based on
F1. The coe cients report an increase in correlation of
at least 0.16 in favour of the relatedness evaluations. To
emphasise the di erence, we also present the scatter plots
of the semantically-enhanced (Figure 2) and the binary, F1
based, evaluation (Figure 3). In both plots, the
corresponding trend line is drawn in red. It is evident, that in the
binary case, the number of F1 = 0 entries has a signi cant
impact on the obtained correlation. Note that the
dispersion of relatedness evaluations in Figure 2 is higher at lower
expert evaluations compared to higher expert evaluations.
Whether this observation is to be attributed to noise is
impossible to say due to the small size of the evaluation. We
will investigate this issue further in future work.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>CONCLUSIONS</title>
      <p>In this paper, we have presented a two-step procedure
to tackle a real-world problem: namely, the
semanticallyenhanced evaluation of multi-label classi ers that assign
concepts to documents. We rst investigated to what extent
semantic relatedness measures that perform well on the most
commonly used lexical database (WordNet) also perform
well on another thesaurus (our domain-speci c Parliament
thesaurus). To this end, we conducted a user study where
we let approximately 100 users annotate fty concept pairs
drawn from our thesaurus. We found that the results achieved
on WordNet need to be considered with care, and it is
indeed necessary to re-evaluate them when using a di erent
source.</p>
      <p>In a second step, we then exploited the semantic
relatedness measure we found to perform best in the multi-label
classi er evaluation. Again, we investigated the ability of
such an evaluation measure to outperform a standard
binary measure (F1) by asking expert users to rate for a small
set of documents the quality of the classi er concepts when
compared to the ground truth concepts. Our results showed
that an evaluation which includes the semantic relatedness
of concepts yields results which are more in line with human
raters than an evaluation based on binary decision.</p>
      <p>Besides the issues already raised, in future work we plan to
investigate in which graph/content characteristics WordNet
di ers from our thesaurus and to what extent these di erent
characteristics can be employed to explain the di erence in
performance of the various semantic relatedness measures.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>S.</given-names>
            <surname>Banerjee</surname>
          </string-name>
          and
          <string-name>
            <given-names>T.</given-names>
            <surname>Pedersen</surname>
          </string-name>
          .
          <article-title>Extended gloss overlaps as a measure of semantic relatedness</article-title>
          .
          <source>In International Joint Conference on Arti cial Intelligence</source>
          , volume
          <volume>18</volume>
          , pages
          <fpage>805</fpage>
          {
          <fpage>810</fpage>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>A.</given-names>
            <surname>Budanitsky</surname>
          </string-name>
          and
          <string-name>
            <given-names>G.</given-names>
            <surname>Hirst. Evaluating</surname>
          </string-name>
          wordnet
          <article-title>-based measures of lexical semantic relatedness</article-title>
          .
          <source>Computational Linguistics</source>
          ,
          <volume>32</volume>
          (
          <issue>1</issue>
          ):
          <volume>13</volume>
          {
          <fpage>47</fpage>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>E.</given-names>
            <surname>Gabrilovich</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Markovitch</surname>
          </string-name>
          .
          <article-title>Computing semantic relatedness using wikipedia-based explicit semantic analysis</article-title>
          .
          <source>In Proceedings of the 20th international joint conference on Arti cial intelligence</source>
          , pages
          <volume>1606</volume>
          {
          <fpage>1611</fpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>G.</given-names>
            <surname>Hirst</surname>
          </string-name>
          and
          <string-name>
            <given-names>D.</given-names>
            <surname>St-Onge</surname>
          </string-name>
          .
          <article-title>Lexical chains as representations of context for the detection and correction of malapropisms</article-title>
          .
          <source>WordNet: An electronic lexical database</source>
          ,
          <volume>13</volume>
          :
          <fpage>305</fpage>
          {
          <fpage>332</fpage>
          ,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>J. J.</given-names>
            <surname>Jiang</surname>
          </string-name>
          and
          <string-name>
            <given-names>D. W.</given-names>
            <surname>Conrath</surname>
          </string-name>
          .
          <source>Semantic Similarity Based on Corpus Statistics and Lexical Taxonomy</source>
          .
          <year>1997</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>C.</given-names>
            <surname>Leacock</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Chodorow</surname>
          </string-name>
          .
          <article-title>Combining local context and wordnet similarity for word sense identi cation</article-title>
          .
          <source>WordNet: An electronic lexical database</source>
          ,
          <volume>49</volume>
          (
          <issue>2</issue>
          ):
          <volume>265</volume>
          {
          <fpage>283</fpage>
          ,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>D.</given-names>
            <surname>Lin</surname>
          </string-name>
          .
          <article-title>An information-theoretic de nition of similarity</article-title>
          .
          <source>In Proceedings of the 15th international conference on Machine Learning</source>
          , volume
          <volume>1</volume>
          , pages
          <fpage>296</fpage>
          {
          <fpage>304</fpage>
          ,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>G.</given-names>
            <surname>Miller</surname>
          </string-name>
          and
          <string-name>
            <given-names>W.</given-names>
            <surname>Charles</surname>
          </string-name>
          .
          <article-title>Contextual correlates of semantic similarity</article-title>
          .
          <source>Language and cognitive processes</source>
          ,
          <volume>6</volume>
          (
          <issue>1</issue>
          ):1{
          <fpage>28</fpage>
          ,
          <year>1991</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>S.</given-names>
            <surname>Nowak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Llorente</surname>
          </string-name>
          , E. Motta, and
          <string-name>
            <surname>S.</surname>
          </string-name>
          <article-title>Ruger. The e ect of semantic relatedness measures on multi-label classi cation evaluation</article-title>
          .
          <source>In CIVR '10</source>
          , pages
          <fpage>303</fpage>
          {
          <fpage>310</fpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>S.</given-names>
            <surname>Patwardhan</surname>
          </string-name>
          .
          <article-title>Incorporating dictionary and corpus information into a context vector measure of semantic relatedness</article-title>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>R.</given-names>
            <surname>Rada</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Mili</surname>
          </string-name>
          , E. Bicknell, and
          <string-name>
            <given-names>M.</given-names>
            <surname>Blettner</surname>
          </string-name>
          .
          <article-title>Development and application of a metric on semantic nets</article-title>
          .
          <source>Systems, Man and Cybernetics</source>
          , IEEE Transactions on,
          <volume>19</volume>
          (
          <issue>1</issue>
          ):
          <volume>17</volume>
          {
          <fpage>30</fpage>
          ,
          <year>1989</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>P.</given-names>
            <surname>Resnik</surname>
          </string-name>
          .
          <article-title>Using information content to evaluate semantic similarity in a taxonomy</article-title>
          .
          <source>pages 448{453</source>
          ,
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>N.</given-names>
            <surname>Seco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Veale</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Hayes</surname>
          </string-name>
          .
          <article-title>An intrinsic information content metric for semantic similarity in wordnet</article-title>
          .
          <source>In ECAI</source>
          , volume
          <volume>16</volume>
          , page 1089,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>M.</given-names>
            <surname>Strube</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Ponzetto</surname>
          </string-name>
          .
          <article-title>Wikirelate! computing semantic relatedness using wikipedia</article-title>
          .
          <source>In Proceedings of the National Conference on Arti cial Intelligence</source>
          , volume
          <volume>21</volume>
          , page 1419,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>A.</given-names>
            <surname>Sun</surname>
          </string-name>
          and
          <string-name>
            <given-names>E.-P.</given-names>
            <surname>Lim</surname>
          </string-name>
          .
          <article-title>Hierarchical text classi cation and evaluation</article-title>
          .
          <source>In Data Mining</source>
          ,
          <year>2001</year>
          .
          <article-title>ICDM 2001</article-title>
          , Proceedings IEEE International Conference on, pages
          <volume>521</volume>
          {
          <fpage>528</fpage>
          . IEEE,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>M.</given-names>
            <surname>Sussna</surname>
          </string-name>
          .
          <article-title>Word sense disambiguation for free-text indexing using a massive semantic network</article-title>
          .
          <source>In CIKM '93</source>
          , pages
          <fpage>67</fpage>
          {
          <fpage>74</fpage>
          . ACM,
          <year>1993</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>A.</given-names>
            <surname>Tversky</surname>
          </string-name>
          .
          <article-title>Features of similarity</article-title>
          .
          <source>Psychological review</source>
          ,
          <volume>84</volume>
          (
          <issue>4</issue>
          ):
          <fpage>327</fpage>
          ,
          <year>1977</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>I.</given-names>
            <surname>Witten</surname>
          </string-name>
          and
          <string-name>
            <given-names>D.</given-names>
            <surname>Milne</surname>
          </string-name>
          .
          <article-title>An e ective, low-cost measure of semantic relatedness obtained from wikipedia links</article-title>
          .
          <source>In Proceeding of AAAI Workshop on Wikipedia and Arti cial Intelligence: an Evolving Synergy</source>
          , pages
          <volume>25</volume>
          {
          <fpage>30</fpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wu</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Palmer</surname>
          </string-name>
          .
          <article-title>Verbs semantics and lexical selection</article-title>
          .
          <source>In ACL '94</source>
          , pages
          <fpage>133</fpage>
          {
          <fpage>138</fpage>
          ,
          <year>1994</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>