<!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>SemEval-2007 Task 01: Evaluating WSD on Cross-Language Information Retrieval</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Eneko Agirre</string-name>
          <email>e.agirre@ehu.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Oier Lopez de Lacalle</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Bernardo Magnini</string-name>
          <email>magnini@itc.it</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Arantxa Otegi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>German Rigau</string-name>
          <email>german.rigau@ehu.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Piek Vossen</string-name>
          <email>Piek.Vossen@irion.nl</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>ITC-IRST</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Trento</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Italy</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>IXA NLP group, University of the Basque Country</institution>
          ,
          <addr-line>Donostia, Basque Country</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Irion Technologies</institution>
          ,
          <addr-line>Delftechpark 26, Delft</addr-line>
          ,
          <country country="NL">Netherlands</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper presents a first attempt of an application-driven evaluation exercise of WSD. We used a CLIR testbed from the Cross Lingual Evaluation Forum. The expansion, indexing and retrieval strategies where fixed by the organizers. The participants had to return both the topics and documents tagged with WordNet 1.6 word senses. The organization provided training data in the form of a pre-processed Semcor which could be readily used by participants. The task had two participants, and the organizer also provided an in-house WSD system for comparison. The results do not improve over the baseline, which is not surprising given the simplistic CLIR strategy used. Other than that the exercise was succesful, and provides the foundation for more ambitious follow-up exercises where the participants would be able to build up on the WSD results already available.</p>
      </abstract>
      <kwd-group>
        <kwd>Word Sense Disambiguation</kwd>
        <kwd>Cross-Language Information Retrieval</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Since the start of Senseval, the evaluation of Word Sense Disambiguation (WSD) as a separate task
is a mature field, with both lexical-sample and all-words tasks. In the first case the participants
need to tag the occurrences of a few words, for which hand-tagged data has already been provided.
In the all-words task all the occurrences of open-class words occurring in two or three documents
(a few thousand words) need to be disambiguated.</p>
      <p>
        The WSD community has long mentioned the necessity of evaluating WSD in applications, in
order to check which WSD strategy is best suited for the application, and more important, to try
to show that WSD can make a difference in applications. The succesful use of WSD in Machine
Translation has been the subject of some recent papers [
        <xref ref-type="bibr" rid="ref3 ref4">4, 3</xref>
        ], but its contribution to Information
Retrieval (IR) is yet to be shown. There have been with some limited experiments showing positive
and negative evidence [
        <xref ref-type="bibr" rid="ref10 ref11 ref14 ref7">14, 7, 10, 11</xref>
        ], with the positive evidence usually focusing on IR sub areas,
such as CLIR [
        <xref ref-type="bibr" rid="ref15 ref5">5, 15</xref>
        ] or Q&amp;A [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] provides a nice overview of the applications of WSD and
the issues involved.
      </p>
      <p>With this proposal we want to make a first try in defining a task where WSD is evaluated with
respect to an Information Retrieval and Cross-Lingual Information Retrieval (CLIR) exercise.
From the WSD perspective, this task will evaluate all-words WSD systems indirectly on a real
task. From the CLIR perspective, this task will evaluate which WSD systems and strategies work
best.</p>
      <p>We are conscious that the number of possible configurations for such an exercise is very large
(including sense inventory choice, using word sense induction instead of disambiguation, query
expansion, WSD strategies, IR strategies, etc.), so this first edition focused on the following:
• The IR/CLIR system is fixed.
• The expansion / translation strategy is fixed.
• The participants can choose the best WSD strategy.
• The IR system is used as the upperbound for the CLIR systems.</p>
      <p>We think that a focused evaluation where both WSD experts and IR experts use a common
setting and shared resources might shed light to the intricacies in the interaction between WSD
and IR strategies, and provide a fruitful ground for novel combinations and hopefully allow for
breakthroughs in this complex area. We see this as the first of a series of exercises, and one
outcome of this task should be that both WSD and CLIR communities discuss together future
evaluation possibilities.</p>
      <p>This task has been organized as a collaboration of SemEval 1 and the Cross-Language
Evaluation Forum (CLEF2). The results were presented in both the SemEval-2007 and CLEF-2007
workshops, and a special track will be proposed for CLEF-2008, where CLIR systems will have
the opportunity to use the annotated data produced as a result of the Semeval-2007 task. The
task has a webpage with all the details at http://ixa2.si.ehu.es/semeval-clir.</p>
      <p>This paper is organized as follows. Section 2 describes the task with all the details regarding
datasets, expansion/translation, the IR/CLIR system used, and steps for participation. Section 3
presents the evaluation performed and the results obtained by the participants. Finally, Section 4
draws the conclusions and mention the future work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Description of the task</title>
      <p>This is an application-driven task, where the application is a fixed CLIR system. Participants
disambiguate text by assigning WordNet 1.6 synsets and the system will do the expansion to
other languages, index the expanded documents and run the retrieval for all the languages in
batch. The retrieval results are taken as the measure for fitness of the disambiguation. The
modules and rules for the expansion and the retrieval will be exactly the same for all participants.</p>
      <p>We proposed two specific subtasks:
1http://nlp.cs.swarthmore.edu/semeval/
2http://www.clef-campaign.org
1. Participants disambiguate the corpus, the corpus is expanded to synonyms/translations and
we measure the effects on IR/CLIR. Topics3 are not processed.
2. Participants disambiguate the topics per language, we expand the queries to synonyms/translations
and we measure the effects on IR/CLIR. Documents are not processed</p>
      <p>The corpora and topics were obtained from the ad-hoc CLEF tasks. The supported languages
in the topics are English and Spanish, but in order to limit the scope of the exercise we decided
to only use English documents. The participants only had to disambiguate the English topics and
documents. Note that most WSD systems only run on English text.</p>
      <p>Due to these limitations, we had the following evaluation settings:
IR with WSD of documents , where the participants disambiguate the documents, the
disambiguated documents are expanded to synonyms, and the original topics are used for querying.</p>
      <p>All documents and topics are in English.</p>
      <p>IR with WSD of topics , where the participants disambiguate the topics, the disambiguated
topics are expanded and used for querying the original documents. All documents and topics
are in English.</p>
      <p>CLIR with WSD of documents , where the participants disambiguate the documents, the
disambiguated documents are translated, and the original topics in Spanish are used for
querying. The documents are in English and the topics are in Spanish.</p>
      <p>
        We decided to focus on CLIR for evaluation, given the difficulty of improving IR. The IR
results are given as illustration, and as an upperbound of the CLIR task. This use of IR results
as a reference for CLIR systems is customary in the CLIR community [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
2.1
      </p>
      <sec id="sec-2-1">
        <title>Datasets</title>
        <p>The English CLEF data from years 2000-2005 comprises corpora from ’Los Angeles Times’ (year
1994) and ’Glasgow Herald’ (year 1995) amounting to 169,477 documents (579 MB of raw text,
4.8GB in the XML format provided to participants, see Section 2.3) and 300 topics in English and
Spanish (the topics are human translations of each other). The relevance judgments were taken
from CLEF. This might have the disadvantage of having been produced by pooling the results
of CLEF participants, and might bias the results towards systems not using WSD, specially for
monolingual English retrieval. We are considering the realization of a post-hoc analysis of the
participants results in order to analyze the effect on the lack of pooling.</p>
        <p>Due to the size of the document collection, we decided that the limited time available in the
competition was too short to disambiguate the whole collection. We thus chose to take a sixth part
of the corpus at random, comprising 29,375 documents (874MB in the XML format distributed to
participants). Not all topics had relevant documents in this 17% sample, and therefore only 201
topics were effectively used for evaluation. All in all, we reused 21,797 relevance judgements that
contained one of the documents in the 17% sample, from which 923 are positive4. For the future
we would like to use the whole collection.
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Expansion and translation</title>
        <p>
          For expansion and translation we used the publicly available Multilingual Central Repository
(MCR) from the MEANING project [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ]. The MCR follows the EuroWordNet design, and currently
includes English, Spanish, Italian, Basque and Catalan wordnets tightly connected through the
Interlingual Index (based on WordNet 1.6, but linked to all other WordNet versions).
        </p>
        <p>3In IR topics are the short texts which are used by the systems to produce the queries. They usually provide
extensive information about the text to be searched, which can be used both by the search engine and the human
evaluators.</p>
        <p>4The overall figures are 125,556 relevance judgements for the 300 topics, from which 5700 are positive
We only expanded (translated) the senses returned by the WSD systems. That is, given a
word like ‘car’, it will be expanded to ‘automobile’ or ‘railcar’ (and translated to ’auto’ or ‘vag´on’
respectively) depending on the sense in WN 1.6. If the systems returns more than one sense, we
choose the sense with maximum weight. In case of ties, we expand (translate) all. The participants
could thus implicitly affect the expansion results, for instance, when no sense could be selected
for a target noun, the participants could either return nothing (or NOSENSE, which would be
equivalent), or all senses with 0 score. In the first case no expansion would be performed, in
the second all senses would be expanded, which is equivalent to full expansion. This fact will be
mentioned again in Section 3.5.</p>
        <p>Note that in all cases we never delete any of the words in the original text.</p>
        <p>In addition to the expansion strategy used with the participants, we tested other expansion
strategies as baselines:
noexp no expansion, original text
fullexp expansion (translation in the case of English to Spanish expansion) to all synonyms of
all senses
wsd50 expansion to the best 50% senses as returned by the WSD system. This expansion was
tried over the in-house WSD system of the organizer only.
2.3</p>
      </sec>
      <sec id="sec-2-3">
        <title>IR/CLIR system</title>
        <p>
          The retrieval engine is an adaptation of the TwentyOne search system [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] that was developed
during the 90’s by the TNO research institute at Delft (The Netherlands) getting good results
on IR and CLIR exercises in TREC [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. It is now further developed by Irion technologies as a
cross-lingual retrieval system [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]. For indexing, the TwentyOne system takes Noun Phrases as
an input. Noun Phases (NPs) are detected using a chunker and a word form with POS lexicon.
Phrases outside the NPs are not indexed, as well as non-content words (determiners, prepositions,
etc.) within the phrase.
        </p>
        <p>The Irion TwentyOne system uses a two-stage retrieval process where relevant documents are
first extracted using a vector space matching and secondly phrases are matched with specific
queries. Likewise, the system is optimized for high-precision phrase retrieval with short queries (1
up 5 words with a phrasal structure as well). The system can be stripped down to a basic vector
space retrieval system with an tf.idf metrics that returns documents for topics up to a length of 30
words. The stripped-down version was used for this task to make the retrieval results compatible
with the TREC/CLEF system.</p>
        <p>The Irion system was also used for pre-processing. The CLEF corpus and topics were converted
to the TwentyOne XML format, normalized, and named-entities and phrasal structured detected.
Each of the target tokens was identified by an unique identifier.
2.4</p>
      </sec>
      <sec id="sec-2-4">
        <title>Participation</title>
        <sec id="sec-2-4-1">
          <title>The participants were provided with the following:</title>
        </sec>
        <sec id="sec-2-4-2">
          <title>1. the document collection in Irion XML format</title>
        </sec>
        <sec id="sec-2-4-3">
          <title>2. the topics in Irion XML format</title>
          <p>
            In addition, the organizers also provided some of the widely used WSD features in a
wordto-word fashion5 [
            <xref ref-type="bibr" rid="ref1">1</xref>
            ] in order to make participation easier. These features were available for both
topics and documents as well as for all the words with frequency above 10 in SemCor 1.6 (which
5Each target word gets a file with all the occurrences, and each occurrence gets the occurrence identifier, the
sense tag (if in training), and the list of features that apply to the occurrence.
can be taken as the training data for supervised WSD systems). The Semcor data is publicly
available 6. For the rest of the data, participants had to sign and end user agreement.
          </p>
          <p>The participants had to return the input files enriched with WordNet 1.6 sense tags in the
required XML format:</p>
        </sec>
        <sec id="sec-2-4-4">
          <title>1. for all the documents in the collection</title>
        </sec>
        <sec id="sec-2-4-5">
          <title>2. for all the topics</title>
          <p>Scripts to produce the desired output from word-to-word files and the input files were provided
by organizers, as well as DTD’s and software to check that the results were conformant to the
respective DTD’s.
3</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Evaluation and results</title>
      <p>For each of the settings presented in Section 2 we present the results of the participants, as well
as those of an in-house system presented by the organizers. Please refer to the system description
papers for a more complete description. We also provide some baselines and alternative expansion
(translation) strategies. All systems are evaluated according to their Mean Average Precision 7
(MAP) as computed by the trec eval software on the pre-existing CLEF relevance-assessments.
3.1</p>
      <sec id="sec-3-1">
        <title>Participants</title>
        <sec id="sec-3-1-1">
          <title>The two systems that registered sent the results on time.</title>
          <p>
            PUTOP They extend on McCarthy’s predominant sense method to create an unsupervised
method of word sense disambiguation that uses automatically derived topics using Latent
Dirichlet Allocation. Using topic-specific synset similarity measures, they create predictions
for each word in each document using only word frequency information. The disambiguation
process took aprox. 12 hours on a cluster of 48 machines (dual Xeons with 4GB of RAM).
Note that contrary to the specifications, this team returned WordNet 2.1 senses, so we had
to map automatically to 1.6 senses [
            <xref ref-type="bibr" rid="ref6">6</xref>
            ].
          </p>
          <p>UNIBA This team uses a a knowledge-based WSD system that attempts to disambiguate all
words in a text by exploiting WordNet relations. The main assumption is that a specific
strategy for each Part-Of-Speech (POS) is better than a single strategy. Nouns are
disambiguated basically using hypernymy links. Verbs are disambiguated according to the nouns
surrounding them, and adjectives and adverbs use glosses.</p>
          <p>
            ORGANIZERS In addition to the regular participants, and out of the competition, the
organizers run a regular supervised WSD system trained on Semcor. The system is based on
a single k-NN classifier using the features described in [
            <xref ref-type="bibr" rid="ref1">1</xref>
            ] and made available at the task
website (cf. Section 2.4).
          </p>
          <p>In addition to those we also present some common IR/CLIR baselines, baseline WSD systems,
and an alternative expansion:
noexp a non-expansion IR/CLIR baseline of the documents or topics.
fullexp a full-expansion IR/CLIR baseline of the documents or topics.
wsdrand a WSD baseline system which chooses a sense at random. The usual expansion is
applied.
6http://ixa2.si.ehu.es/semeval-clir/
7http://en.wikipedia.org/wiki/
Information retrieval
no expansion
full expansion
UNIBA
PUTOP
wsdrand
1st sense
ORGANIZERS
wsd50
1st a WSD baseline system which returns the sense numbered as 1 in WordNet. The usual
expansion is applied.
wsd50 the organizer’s WSD system, where the 50% senses of the word ranking according to the
WSD system are expanded. That is, instead of expanding the single best sense, it expands
the best 50% senses.
3.2</p>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>IR Results</title>
        <p>This section present the results obtained by the participants and baselines in the two IR settings.
The second and third columns of Table 1 present the results when disambiguating the topics
and the documents respectively. Non of the expansion techniques improves over the baseline (no
expansion).</p>
        <p>Note that due to the limitation of the search engine, long queries were truncated at 50 words,
which might explain the very low results of the full expansion.
3.3</p>
      </sec>
      <sec id="sec-3-3">
        <title>CLIR results</title>
        <p>The last column of Table 1 shows the CLIR results when expanding (translating) the
disambiguated documents. None of the WSD systems attains the performance of full expansion, which
would be the baseline CLIR system, but the WSD of the organizer gets close.
3.4</p>
      </sec>
      <sec id="sec-3-4">
        <title>WSD results</title>
        <p>
          In addition to the IR and CLIR results we also provide the WSD performance of the participants
on the Senseval 2 and 3 all-words task. The documents from those tasks were included alongside
the CLEF documents, in the same formats, so they are treated as any other document. In order to
evaluate, we had to map automatically all WSD results to the respective WordNet version (using
the mappings in [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] which are publicly available).
        </p>
        <p>The results are presented in Table 2, where we can see that the best results are attained by
the organizers WSD system.
3.5</p>
      </sec>
      <sec id="sec-3-5">
        <title>Discussion</title>
        <p>First of all, we would like to mention that the WSD and expansion strategy, which is very simplistic,
degrades the IR performance. This was rather expected, as the IR experiments had an illustration
goal, and are used for comparison with the CLIR experiments. In monolingual IR, expanding the
topics is much less harmful than expanding the documents. Unfortunately the limitation to 50
words in the queries might have limited the expansion of the topics, which make the results rather
unreliable. We plan to fix this for future evaluations.</p>
        <p>Regarding CLIR results, even if none of the WSD systems were able to beat the full-expansion
baseline, the organizers system was very close, which is quite encouraging due to the very simplistic
expansion, indexing and retrieval strategies used.</p>
        <p>In order to better interpret the results, Table 3 shows the amount of words after the expansion
in each case. This data is very important in order to understand the behavior of each of the
systems. Note that UNIBA returns 3 synsets at most, and therefore the wsd50 strategy (select
the 50% senses with best score) leaves a single synset, which is the same as taking the single best
system (wsdbest). Regarding PUTOP, this system returned a single synset, and therefore the
wsd50 figures are the same as the wsdbest figures.</p>
        <p>Comparing the amount of words for the two participant systems, we see that UNIBA has
the least words, closely followed by PUTOP. The organizers WSD system gets far more expanded
words. The explanation is that when the synsets returned by a WSD system all have 0 weights, the
wsdbest expansion strategy expands them all. This was not explicit in the rules for participation,
and might have affected the results.</p>
        <p>A cross analysis of the result tables and the number of words is interesting. For instance,
in the IR exercise, when we expand documents, the results in the third column of Table 1 show
that the ranking for the non-informed baselines is the following: best for no expansion, second for
random WSD, and third for full expansion. These results can be explained because of the amount
of expansion: the more expansion the worst results. When more informed WSD is performed,
documents with more expansion can get better results, and in fact the WSD system of the
organizers is the second best result from all system and baselines, and has more words than the rest
(with exception of wsd50 and full expansion). Still, the no expansion baseline is far from the WSD
results.</p>
        <p>Regarding the CLIR result, the situation is inverted, with the best results for the most
productive expansions (full expansion, random WSD and no expansion, in this order). For the more
informed WSD methods, the best results are again for the organizers WSD system, which is very
close to the full expansion baseline. Even if wsd50 has more expanded words wsdbest is more
effective. Note the very high results attained by random. These high results can be explained by
the fact that many senses get the same translation, and thus for many words with few translation,
the random translation might be valid. Still the wsdbest, 1st sense and wsd50 results get better
results.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Conclusions and future work</title>
      <p>This paper presents the results of a preliminary attempt of an application-driven evaluation
exercise of WSD in CLIR. The expansion, indexing and retrieval strategies proved too simplistic, and
none of the two participant systems and the organizers system were able to beat the full-expansion
baseline. Due to efficiency reasons, the IRION system had some of its features turned off. Still the
results are encouraging, as the organizers system was able to get very close to the full expansion
No WSD
UNIBA
PUTOP
Baseline
WSD</p>
      <p>noexp
fullexp
wsdbest</p>
      <p>wsd50
wsdbest
wsd50</p>
      <p>1st
wsdrand
wsdbest
wsd50</p>
      <p>English
9,900,818
93,551,450
19,436,374
19,436,374
20,101,627
20,101,627
24,842,800
24,904,717
26,403,913
36,128,121
strategy with much less expansion (translation).</p>
      <p>All the resources built will be publicly available for further experimentations. We plan to
propose a special track of CLEF-2008 where the participants will build on the resources (specially
the WSD tagged corpora) in order to use more sophisticated CLIR techniques. We also plan to
extend the WSD annotation to all words in the CLEF English document collection, and to contact
the best performing systems of the SemEval all-words tasks to have better quality annotations.</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgements</title>
      <p>We wish to thank CLEF for allowing us to use their data, and the CLEF coordinator, Carol Peters, for her
help and collaboration. This work has been partially funded by the Spanish education ministry (project
KNOW)</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>E.</given-names>
            <surname>Agirre</surname>
          </string-name>
          , O. Lopez de Lacalle, and
          <string-name>
            <given-names>D.</given-names>
            <surname>Martinez</surname>
          </string-name>
          .
          <article-title>Exploring feature set combinations for WSD</article-title>
          .
          <source>In Proc. of the SEPLN</source>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>J.</given-names>
            <surname>Atserias</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Villarejo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Rigau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Agirre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Carroll</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Magnini</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.</given-names>
            <surname>Vossen. The MEANING Multilingual Central</surname>
          </string-name>
          <article-title>Repository</article-title>
          .
          <source>In Proceedings of the 2.nd Global WordNet Conference, GWC 2004</source>
          , pages
          <fpage>23</fpage>
          -
          <lpage>30</lpage>
          . Masaryk University, Brno, Czech Republic,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>M.</given-names>
            <surname>Carpuat</surname>
          </string-name>
          and
          <string-name>
            <given-names>D.</given-names>
            <surname>Wu</surname>
          </string-name>
          .
          <article-title>Improving Statistical Machine Translation using Word Sense Disambiguation</article-title>
          .
          <source>In Proc. of EMNLP-CoNLL</source>
          , Prague,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Y.S.</given-names>
            <surname>Chan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. T.</given-names>
            <surname>Ng</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Chiang</surname>
          </string-name>
          .
          <article-title>Word Sense Disambiguation Improves Statistical Machine Translation</article-title>
          .
          <source>In Proc. of ACL</source>
          , Prague,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>P.</given-names>
            <surname>Clough</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Stevenson</surname>
          </string-name>
          .
          <article-title>Cross-language information retrieval using EuroWordNet and word sense disambiguation</article-title>
          .
          <source>In Proc. of ECIR</source>
          , Sunderland,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>J.</given-names>
            <surname>Daude</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Padro</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G.</given-names>
            <surname>Rigau. Mapping WordNets Using Structural</surname>
          </string-name>
          <article-title>Information</article-title>
          .
          <source>In Proc. of ACL</source>
          ,
          <string-name>
            <surname>Hong</surname>
            <given-names>Kong</given-names>
          </string-name>
          ,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J.</given-names>
            <surname>Gonzalo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Penas</surname>
          </string-name>
          , and
          <string-name>
            <given-names>F.</given-names>
            <surname>Verdejo</surname>
          </string-name>
          .
          <article-title>Lexical ambiguity and information retrieval revisited</article-title>
          .
          <source>In Proc. of EMNLP</source>
          , Maryland,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>D.</given-names>
            <surname>Harman</surname>
          </string-name>
          . Beyond English. In E. M. Voorhees and D. Harman, editors,
          <source>TREC: Experiment and Evaluation in Information Retrieval</source>
          , pages
          <fpage>153</fpage>
          -
          <lpage>181</lpage>
          . MIT press,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>D.</given-names>
            <surname>Hiemstra</surname>
          </string-name>
          and
          <string-name>
            <given-names>W.</given-names>
            <surname>Kraaij</surname>
          </string-name>
          .
          <article-title>Twenty-One in ad-hoc and CLIR</article-title>
          . In E.M. Voorhees and
          <string-name>
            <surname>D. K</surname>
          </string-name>
          . Harman, editors,
          <source>Proc. of TREC-7</source>
          , pages
          <fpage>500</fpage>
          -
          <lpage>540</lpage>
          . NIST Special Publication,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>B.</given-names>
            <surname>Krovetz</surname>
          </string-name>
          .
          <article-title>Homonymy and polysemy in information retrieval</article-title>
          .
          <source>In Proc. of EACL</source>
          , pages
          <fpage>72</fpage>
          -
          <lpage>79</lpage>
          , Madrid,
          <year>1997</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>B.</given-names>
            <surname>Krovetz</surname>
          </string-name>
          .
          <article-title>On the importance of word sense disambiguation for information retrieval</article-title>
          .
          <source>In Proc. of LREC Workshop on Creating and Using Semantics for Information Retrieval and Filtering</source>
          , Las Palmas,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>M.</given-names>
            <surname>Pasca</surname>
          </string-name>
          and
          <string-name>
            <surname>S. Harabagiu.</surname>
          </string-name>
          <article-title>High performance question answering</article-title>
          .
          <source>In Proc. of ACM SIGIR</source>
          , New Orleans,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>P.</given-names>
            <surname>Resnik</surname>
          </string-name>
          .
          <article-title>Word sense disambiguation in nlp applications</article-title>
          . In E. Agirre and P. Edmonds, editors,
          <source>Word Sense Disambiguation: Algorithms and Applications</source>
          . Springer,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>E. M.</given-names>
            <surname>Voorhees</surname>
          </string-name>
          .
          <article-title>Natural language processing and information retrieval</article-title>
          . In M. T. Pazienza, editor,
          <source>Information Extraction: Towards Scalable, Adaptable Systems</source>
          . Springer-Verlag,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>P.</given-names>
            <surname>Vossen</surname>
          </string-name>
          , G. Rigau,
          <string-name>
            <given-names>I.</given-names>
            <surname>Alegria</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Agirre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Farwell</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Fuentes</surname>
          </string-name>
          .
          <article-title>Meaningful results for Information Retrieval in the MEANING project</article-title>
          .
          <source>In Proc. of the 3rd Global Wordnet Conference</source>
          , pages
          <fpage>22</fpage>
          -
          <lpage>26</lpage>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>