<!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>CLEF 2009 Ad Hoc Track Overview: Robust-WSD Task</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Eneko Agirre</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Giorgio Maria Di Nunzio</string-name>
          <email>fdinunziog@dei.unipd.it</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Thomas Mandl</string-name>
          <email>mandl@uni-hildesheim.de</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Arantxa Otegi</string-name>
          <email>arantza.otegig@ehu.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Computer Science Department, University of the Basque Country</institution>
          ,
          <country country="ES">Spain</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Information Engineering, University of Padua</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Information Science, University of Hildesheim</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The Robust-WSD at CLEF 2009 aims at exploring the contribution of Word Sense Disambiguation to monolingual and multilingual Information Retrieval. The organizers of the task provide documents and topics which have been automatically tagged with Word Senses from WordNet using several state-of-the-art Word Sense Disambiguation systems. The Robust-WSD exercise follows the same design as in 2008. It uses two languages often used in previous CLEF campaigns (English, Spanish). Documents were in English, and topics in both English and Spanish. The document collections are based on the widely used LA94 and GH95 news collections. All instructions and datasets required to replicate the experiment are available from the organizers website (http://ixa2.si.ehu.es/clirwsd/). The results show that some top-scoring systems improve their IR and CLIR results with the use of WSD tags, but the best scoring runs do not use WSD.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>The Robust-WSD task at CLEF 2009 aims at exploring the contribution of
Word Sense Disambiguation to monolingual and multilingual Information
Retrieval. The organizers of the task provide documents and topics which have
been automatically tagged with Word Senses from WordNet using several
stateof-the-art Word Sense Disambiguation systems. The task follows the same design
as in 2008.</p>
      <p>
        The robust task ran for the fourth time at CLEF 2009. It is an Ad-Hoc
retrieval task based on data of previous CLEF campaigns. The robust task
emphasizes the di cult topics by a non-linear integration of the results of individual
topics into one result for a system, using the geometric mean of the average
precision for all topics (GMAP) as an additional evaluation measure [
        <xref ref-type="bibr" rid="ref13 ref14">13,14</xref>
        ]. Given
the di culty of the task, training data including topics and relevance assessments
was provided for the participants to tune their systems to the collection.
      </p>
      <p>
        For the second year, the robust task also incorporated word sense
disambiguation information provided by the organizers to the participants. The task follows
the 2007 joint SemEval-CLEF task [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] and the 2008 Robust-WSD exercise [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ],
and has the aim of exploring the contribution of word sense disambiguation to
monolingual and cross-language information retrieval. The goal of the task is
to test whether WSD can be used bene cially for retrieval systems, and thus
participants were required to submit at least one baseline run without WSD and
one run using the WSD annotations. Participants could also submit four further
baseline runs without WSD and four runs using WSD.
      </p>
      <p>
        The experiment involved both monolingual (topics and documents in
English) and bilingual experiments (topics in Spanish and documents in English).
In addition to the original documents and topics, the organizers of the task
provided both documents and topics which had been automatically tagged with
word senses from WordNet version 1.6 using two state-of-the-art word sense
disambiguation systems, UBC [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] and NUS [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. These systems provided weighted
word sense tags for each of the nouns, verbs, adjectives and adverbs that they
could disambiguate.
      </p>
      <p>In addition, the participants could use publicly available data from the
English and Spanish wordnets in order to test di erent expansion strategies. Note
that given the tight alignment of the Spanish and English wordnets, the wordnets
could also be used to translate directly from one sense to another, and perform
expansion to terms in another language.</p>
      <p>The datasets used in this task can be used in the future to run further
experiments. Check http://ixa2.si.ehu.es/clirwsd for information of how
to access the datasets. Topics and relevance judgements are freely available.
The document collection can be obtained from ELDA purchasing the CLEF
Test Suite for the CLEF 2000-2003 Campaigns { Evaluation Package. As an
alternative, the website o ers the unordered set of words in each document,
that is, the full set of documents where the positional information has been
eliminated to avoid replications of the originals. Lucene indexes for the later are
also available from the website.</p>
      <p>In this paper, we rst present the task setup, the evaluation methodology and
the participation in the di erent tasks (Section 2). We then describe the main
features of each task and show the results (Sections 3 - 5). The nal section
provides a brief summing up. For information on the various approaches and
resources used by the groups participating in this task and the issues they focused
on, we refer the reader to the rest of the papers in the Robust-WSD part of the
Ad Hoc section of these Proceedings.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Task Setup</title>
      <p>
        The Ad Hoc task in CLEF adopts a corpus-based, automatic scoring method
for the assessment of system performance, based on ideas rst introduced in
the Cran eld experiments in the late 1960s [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. The tasks o ered are studied
in order to e ectively measure textual document retrieval under speci c
conditions. The test collections are made up of documents, topics and relevance
assessments. The topics consist of a set of statements simulating information
needs from which the systems derive the queries to search the document
collections. Evaluation of system performance is then done by judging the documents
retrieved in response to a topic with respect to their relevance, and computing
the recall and precision measures.
2.1
      </p>
      <sec id="sec-2-1">
        <title>Test Collections</title>
        <p>
          The Documents. The robust task used existing CLEF news collections but
with word sense disambiguation (WSD) information added. The word sense
disambiguation data was automatically added by systems from two leading research
laboratories, UBC [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] and NUS [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]. Both systems returned word senses from the
English WordNet, version 1.6.
        </p>
        <p>The document collections were o ered both with and without WSD, and
included the following1:
{ LA Times 94 (with word sense disambiguated data); ca 113,000 documents,
425 MB without WSD, 1,448 MB (UBC) or 2,151 MB (NUS) with WSD;
{ Glasgow Herald 95 (with word sense disambiguated data); ca 56,500
documents, 154 MB without WSD, 626 MB (UBC) or 904 MB (NUS) with
WSD.</p>
        <p>
          The Topics. Topics are structured statements representing information needs.
Each topic typically consists of three parts: a brief title statement; a one-sentence
description; a more complex narrative the relevance assessment criteria. Topics
are prepared in xml format and identi ed by means of a Digital Object Identi er
(DOI)2 of the experiment [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] which allows us to reference and cite them.
        </p>
        <p>The WSD robust task used existing CLEF topics in English and Spanish as
follows:
{ CLEF 2001; Topics 10.2452/41-AH { 10.2452/90-AH; LA Times 94
{ CLEF 2002; Topics 10.2452/91-AH { 10.2452/140-AH; LA Times 94
{ CLEF 2003; Topics 10.2452/141-AH { 10.2452/200-AH; LA Times 94,
Glasgow Herald 95
{ CLEF 2004; Topics 10.2452/201-AH { 10.2452/250-AH; Glasgow Herald 95
{ CLEF 2005; Topics 10.2452/251-AH { 10.2452/300-AH; LA Times 94,
Glasgow Herald 95
{ CLEF 2006; Topics 10.2452/301-AH { 10.2452/350-AH; LA Times 94,
Glasgow Herald 95</p>
        <p>Topics from years 2001, 2002 and 2004 were used as training topics (relevance
assessments were o ered to participants), and topics from years 2003, 2005 and
2006 were used for the test.</p>
        <p>
          All topics were o ered both with and without WSD. Topics in English were
disambiguated by both UBC [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] and NUS [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] systems, yielding word senses from
1 A sample document and dtd are available at http://ixa2.si.ehu.es/clirwsd/
2 http://www.doi.org/
1/1
file:/Users/fer o/Documents/Pubblicazioni/2008/CLEF/WN/ad-hoc/figures/topic_141-WSD-AH.xml
&lt;top&gt;
&lt;num&gt;10.2452/141-WSD-AH&lt;/num&gt;
&lt;EN-title&gt;
&lt;TERM ID="10.2452/141-WSD-AH-1" LEMA="letter" POS="NNP"&gt;
&lt;WF&gt;Letter&lt;/WF&gt;
&lt;SYNSET SCORE="0" CODE="05115901-n"/&gt;
&lt;SYNSET SCORE="0" CODE="05362432-n"/&gt;
&lt;SYNSET SCORE="0" CODE="05029514-n"/&gt;
&lt;SYNSET SCORE="1" CODE="04968965-n"/&gt;
&lt;/TERM&gt;
&lt;TERM ID="10.2452/141-WSD-AH-2" LEMA="bomb" POS="NNP"&gt;
&lt;WF&gt;Bomb&lt;/WF&gt;
&lt;SYNSET SCORE="0.888888888888889" CODE="02310834-n"/&gt;
&lt;SYNSET SCORE="0" CODE="05484679-n"/&gt;
&lt;SYNSET SCORE="0.111111111111111" CODE="02311368-n"/&gt;
&lt;/TERM&gt;
&lt;TERM ID="10.2452/141-WSD-AH-3" LEMA="for" POS="IN"&gt;
        </p>
        <p>&lt;WF&gt;for&lt;/WF&gt;
&lt;/TERM&gt;
&lt;EN-desc&gt;
&lt;TERM ID="10.2452/141-WSD-AH-5" LEMA="find" POS="VBP"&gt;
&lt;WF&gt;Find&lt;/WF&gt;
&lt;SYNSET SCORE="0" CODE="00658116-v"/&gt;
...
&lt;/EN-title&gt;</p>
        <p>WordNet version 1.6. A large-scale disambiguation system for Spanish was not
available, so we used the rst-sense heuristic, yielding senses from the Spanish
wordnet, which is tightly aligned to the English WordNet version 1.6 (i.e., they
share synset numbers or sense codes). An excerpt from a topic is shown in Figure
1, where each term in the topic is followed by its senses with their respective
scores as assigned buy the automatic WSD system3.</p>
        <p>Relevance Assessment. The number of documents in large test collections
such as CLEF makes it impractical to judge every document for relevance.
Instead approximate recall values are calculated using pooling techniques. The
robust WSD task used existing relevance assessments from previous years. The
3 Full sample and dtd are available at http://ixa2.si.ehu.es/clirwsd/
relevance assessments regarding the training topics were provided to participants
before competition time.</p>
        <p>The total number of assessments was 66,441 documents of which 4,327 were
relevant. The distribution of the pool according to each year was the following:
{ CLEF 2003: 23,674 documents, 1,006 relevant;
{ CLEF 2005: 19,790 document, 2,063 relevant;
{ CLEF 2006: 21,247 document, 1,258 relevant;</p>
        <p>Seven topics had no relevant documents at all: 10.2452/149-AH,
10.2452/161AH, 10.2452/166-AH, 10.2452/186-AH, 10.2452/191-AH, 10.2452/195-AH,
10.2452/321-AH. Each topic had an average of about 28 relevant documents and a
standard deviation of 34, a minimum of 1 relevant document and a maximum
of 229 relevant documents per topic.
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Result Calculation</title>
        <p>
          Evaluation campaigns such as TREC and CLEF are based on the belief that
the e ectiveness of Information Retrieval Systems (IRSs) can be objectively
evaluated by an analysis of a representative set of sample search results. For
this, e ectiveness measures are calculated based on the results submitted by the
participants and the relevance assessments. Popular measures usually adopted
for exercises of this type are Recall and Precision. Details on how they are
calculated for CLEF are given in [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ].
        </p>
        <p>
          The robust task emphasizes the di cult topics by a non-linear integration of
the results of individual topics into one result for a system, using the geometric
mean of the average precision for all topics (GMAP) as an additional evaluation
measure [
          <xref ref-type="bibr" rid="ref13 ref14">13,14</xref>
          ].
        </p>
        <p>
          The individual results for all o cial Ad Hoc experiments in CLEF 2009 are
given in the one of the Appendices of the CLEF 2009 Working Notes [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ].
2.3
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>Participants and Experiments</title>
        <p>As shown in Table 1, 10 groups submitted 89 runs for the Robust tasks:
{ 8 groups submitted monolingual non-WSD runs (25 runs out of 89);
{ 5 groups also submitted bilingual non-WSD runs (13 runs out of 89).
All groups submitted WSD runs (51 out of 89 runs):
{ 10 groups submitted monolingual WSD runs (33 out of 89 runs)
{ 5 groups submitted bilingual WSD runs (18 out of 89 runs)</p>
        <p>Table 2 provides a breakdown of the number of participants and submitted
runs by task. Note that jaen submitted a monolingual non-WSD run as if it was
a WSD run, and that alicante missed to send their non-WSD run on time. The
gures below are the o cial gures.
participant task
alicante AH-ROBUST-WSD-MONO-EN-TEST-CLEF2009
darmstadt AH-ROBUST-MONO-EN-TEST-CLEF2009
darmstadt AH-ROBUST-WSD-MONO-EN-TEST-CLEF2009
geneva AH-ROBUST-MONO-EN-TEST-CLEF2009
geneva AH-ROBUST-WSD-BILI-X2EN-TEST-CLEF2009
geneva AH-ROBUST-WSD-MONO-EN-TEST-CLEF2009
ixa AH-ROBUST-BILI-X2EN-TEST-CLEF2009
ixa AH-ROBUST-MONO-EN-TEST-CLEF2009
ixa AH-ROBUST-WSD-BILI-X2EN-TEST-CLEF2009
ixa AH-ROBUST-WSD-MONO-EN-TEST-CLEF2009
jaen AH-ROBUST-WSD-MONO-EN-TEST-CLEF2009
know-center AH-ROBUST-BILI-X2EN-TEST-CLEF2009
know-center AH-ROBUST-MONO-EN-TEST-CLEF2009
know-center AH-ROBUST-WSD-BILI-X2EN-TEST-CLEF2009
know-center AH-ROBUST-WSD-MONO-EN-TEST-CLEF2009
reina AH-ROBUST-BILI-X2EN-TEST-CLEF2009
reina AH-ROBUST-MONO-EN-TEST-CLEF2009
reina AH-ROBUST-WSD-BILI-X2EN-TEST-CLEF2009
reina AH-ROBUST-WSD-MONO-EN-TEST-CLEF2009
ufrgs AH-ROBUST-BILI-X2EN-TEST-CLEF2009
ufrgs AH-ROBUST-MONO-EN-TEST-CLEF2009
ufrgs AH-ROBUST-WSD-MONO-EN-TEST-CLEF2009
uniba AH-ROBUST-BILI-X2EN-TEST-CLEF2009
uniba AH-ROBUST-MONO-EN-TEST-CLEF2009
uniba AH-ROBUST-WSD-BILI-X2EN-TEST-CLEF2009
uniba AH-ROBUST-WSD-MONO-EN-TEST-CLEF2009
valencia AH-ROBUST-MONO-EN-TEST-CLEF2009
valencia AH-ROBUST-WSD-MONO-EN-TEST-CLEF2009</p>
      </sec>
      <sec id="sec-2-4">
        <title>3.1 Statistical Testing</title>
        <p>When the goal is to validate how well results can be expected to hold beyond
a particular set of queries, statistical testing can help to determine what di
erences between runs appear to be real as opposed to di erences that are due to
sampling issues. We aim to identify whether the results of the runs of a task
are signi cantly di erent from the results of other tasks. In particular, we want
to test whether there is any di erence between applying WSD techniques or
not. Signi cantly di erent in this context means that the di erence between the
performance scores for the runs in question appears greater than what might
be expected by pure chance. As with all statistical testing, conclusions will be
quali ed by an error probability, which was chosen to be 0.05 in the following.
90%
80%
70%
60%</p>
        <p>We have designed our analysis to follow closely the methodology used by similar
analyses carried out for Text REtrieval Conference (TREC) [23].</p>
        <p>We used the MATLAB Statistics Toolbox, which provides the necessary
functionality plus some additional functions and utilities.</p>
        <p>Two tests for goodness of t to a normal distribution were chosen using the
MATLAB statistical toolbox: the Lilliefors test and the Jarque-Bera test. In the
case of the CLEF tasks under analysis, both tests indicate that the assumption
of normality is not violated for most of the data samples (in this case the runs
for each participant).</p>
        <p>The two tests were:
{ Robust Monolingual vs Robust WSD Monolingual;
{ Robust Bilingual vs Robust WSD Bilingual.</p>
        <p>In both cases, the t-test con rmed that the mean of the two distributions are
di erent and, in particular, the mean of the monolingual distribution is greater
than the mean of the robust monolingual WSD, and the same happens for the
bilingual. This suggests some loss of performances due to the e ect of the word
sense disambiguation in both monolingual and bilingual tasks. However, there
90%
80%
70%
60%
0%0%
10%
20%
30%
40%
are a few topics where the WSD techniques signi cantly improve the e ectiveness
of the retrieval; these are the cases worth studying from a WSD point of view.
In this section we focus on the comparison between WSD and non-WSD runs.
Overall, the best MAP and GMAP results in the monolingual system were for
two distinct runs which did not use WSD information. Several participants were
able to obtain their best MAP and GMAP scores using WSD information. In
the bilingual experiments, the best results in MAP was for non-WSD runs, but
two participants were able to pro t from the WSD annotations. As it is di cult
to summarize the behavior of all participants below, we will only mention the
performance of the best teams, as given in Tables 3 and 4. The interested reader
is directed to the working notes of each participant for additional details.</p>
        <p>
          In the monolingual experiments, cf. Table 3, the best results overall in MAP
was for darmstadt. Their WSD runs scored very similar to the non-WSD runs,
with a slight decrease of MAP (0.09 percentage points) and a slight increase
of GMAP (0.07 percentage points) [15]. The second best MAP score and best
GMAP was attained by reina [16] without WSD, with their WSD systems
show90%
80%
70%
60%
0%0%
10%
20%
30%
40%
ing a considerable performance drop. The third best MAP and second GMAP
where obtained by uniba [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] using WSD. This team showed a 0.94 increase in
MAP and 1.67 increase in GMAP with respect to their best non-WSD run.
Another team showing high MAP and GMAP values was know-center [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ], which
attained 0.52 improvements in MAP and 0.83 increase in GMAP with the use
of WSD. Finally, geneva [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] also attained good results, but their WSD system
also had a considerable drop in both MAP and GMAP. All in all, regarding the
use of WSD in the monolingual task, two teams exhibited modest gains, two
teams had quite large performance drops, and the teams reporting best results
had very similar results.
        </p>
        <p>
          In the bilingual experiments, cf. Table 4, the best results overall in MAP
were for reina with a system which did not use WSD annotations [16]. The
best GMAP was for geneva using WSD [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. Unfortunately, they did not submit
any non-WSD run. Uniba [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] got the second best MAP, with better MAP for
the non-WSD run and better GMAP for the WSD run. The di erences were
small in both cases (0.56 in MAP, 0.71 in GMAP). Those three teams had the
highest results, well over 35% MAP, and the rest got more modest performances.
know-center [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] reported better results using WSD information (0.66 MAP, 0.26
90%
80%
70%
60%
0%0%
10%
20%
30%
40%
        </p>
        <p>
          GMAP). Ufrgs [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] only submitted the WSD result. Finally ixa got low results,
with small improvements using WSD information (0.33 MAP, 0.08 GMAP).
        </p>
        <p>All in all, the exercise showed that some teams did improve results using
WSD (close to 1 MAP point and more than 1 GMAP point in monolingual,
and below 1 MAP/GMAP point in bilingual), but the best results for both
monolingual and bilingual tasks were for systems which did not use WSD.
4</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Conclusions</title>
      <p>This new edition of the robust WSD exercise has measured to what extent IR
systems could pro t from automatic word sense disambiguation information.
The conclusions on the monolingual subtask are similar to the conclusions of
2008. The evidence for using WSD in monolingual IR is mixed, with some top
scoring groups reporting small improvements in MAP and GMAP, but with the
best overall scores for systems not using WSD.</p>
      <p>Regarding the cross-lingual task, the situation is very similar, but the
improvements reported by using WSD are smaller.</p>
      <p>Instructions and datasets to replicate the results (including Lucene indexes)
are available from http://ixa.si.ehu.es/clirwsd.</p>
    </sec>
    <sec id="sec-4">
      <title>Acknowledgements</title>
      <p>The robust task was partially funded by the Ministry of Education (project
KNOW TIN2006-15049) and the European Commission (project KYOTO
ICT2007-211423). We want to thank Oier Lopez de Lacalle, who runs the UBC WSD
system, and Yee Seng Chan, Hwee Tou Ng and Zhi Zhong, who run the NUS
WSD system. Their generous contribution was invaluable to run this exercise.
15. Wolf, E., Bernhard, D., Gurevych, I.: Combining Probabilistic and
TranslationBased Models for Information Retrieval based on Word Sense Annotations
Information Retrieval. In this volume.
16. Zazo, A., Figuerola, C.G., Alonso Berrocal, J.L., Gomez, R.: REINA at CLEF
2009 Robust-WSD Task: Partial Use of WSD Information for Retrieval. In this
volume.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Agirre</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          , Lopez de Lacalle, O.:
          <article-title>UBC-ALM: Combining k-NN with SVD for WSD</article-title>
          .
          <source>In Proceedings of the 4th International Workshop on Semantic Evaluations (SemEval</source>
          <year>2007</year>
          ), Prague, Czech Republic (
          <year>2007</year>
          )
          <volume>341</volume>
          {
          <fpage>345</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Agirre</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Magnini</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lopez de Lacalle</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Otegi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rigau</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vossen</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          : SemEval-2007 Task01:
          <article-title>Evaluating WSD on Cross-Language Information Retrieval</article-title>
          .
          <source>In Proceedings of CLEF 2007 Workshop</source>
          , Budapest, Hungary (
          <year>2007</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Agirre</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Di Nunzio</surname>
            ,
            <given-names>G.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferro</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peters</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mandl</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>CLEF 2008: Ad Hoc Track Overview</article-title>
          . In
          <string-name>
            <surname>Borri</surname>
          </string-name>
          , F.,
          <string-name>
            <surname>Nardi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peters</surname>
          </string-name>
          , C., eds.
          <source>: Working Notes for the CLEF 2009 Workshop</source>
          , http://www.clef-campaign.org/
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Basile</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Caputo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Semeraro</surname>
          </string-name>
          , G.:
          <article-title>UNIBA-SENSE at CLEF 2009: Robust WSD task</article-title>
          . In this volume.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Borges</surname>
            ,
            <given-names>T.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moreira</surname>
            ,
            <given-names>V.P.</given-names>
          </string-name>
          : UFRGS@
          <article-title>CLEF2009: Retrieval by Numbers In this volume</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Braschler</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peters</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>CLEF 2003 Methodology and Metrics</article-title>
          . In Peters,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Braschler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Gonzalo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Kluck</surname>
          </string-name>
          , M., eds.:
          <source>Comparative Evaluation of Multilingual Information Access Systems: Fourth Workshop of the Cross{Language Evaluation Forum (CLEF 2003) Revised Selected Papers, Lecture Notes in Computer Science (LNCS) 3237</source>
          , Springer, Heidelberg, Germany (
          <year>2004</year>
          )
          <volume>7</volume>
          {
          <fpage>20</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Chan</surname>
            ,
            <given-names>Y. S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ng</surname>
            ,
            <given-names>H. T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhong</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>NUS-PT: Exploiting Parallel Texts for Word Sense Disambiguation in the English All-Words Tasks</article-title>
          .
          <source>In Proceedings of the 4th International Workshop on Semantic Evaluations (SemEval</source>
          <year>2007</year>
          ), Prague, Czech Republic (
          <year>2007</year>
          )
          <volume>253</volume>
          {
          <fpage>256</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Cleverdon</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>The Cran eld Tests on Index Language Devices</article-title>
          . In Sparck Jones,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Willett</surname>
          </string-name>
          , P., eds.: Readings in Information Retrieval, Morgan Kaufmann Publisher, Inc., San Francisco, California, USA (
          <year>1997</year>
          )
          <volume>47</volume>
          {
          <fpage>59</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>Di</given-names>
            <surname>Nunzio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.M.</given-names>
            ,
            <surname>Ferro</surname>
          </string-name>
          , N.:
          <string-name>
            <surname>Appendix</surname>
            <given-names>C</given-names>
          </string-name>
          :
          <article-title>Results of the Robust Task</article-title>
          . In
          <string-name>
            <surname>Borri</surname>
          </string-name>
          , F.,
          <string-name>
            <surname>Nardi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peters</surname>
          </string-name>
          , C., eds.
          <source>: Working Notes for the CLEF 2009 Workshop</source>
          , http: //www.clef-campaign.org/ (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Guyot</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Falquet</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Radhouani</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>UniGe at CLEF 2009 Robust WSD Task</article-title>
          . In this volume.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Kern</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , Ju nger, A.,
          <string-name>
            <surname>Granitzer</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Application of Axiomatic Approaches to Crosslanguage Retrieval</article-title>
          . In this volume.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Paskin</surname>
          </string-name>
          , N., ed.:
          <source>The DOI Handbook { Edition 4.4</source>
          .1.
          <string-name>
            <surname>International</surname>
            <given-names>DOI</given-names>
          </string-name>
          Foundation (IDF). http://dx.doi.org/10.1000/186 (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Robertson</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <string-name>
            <surname>On</surname>
            <given-names>GMAP</given-names>
          </string-name>
          : and
          <string-name>
            <given-names>Other</given-names>
            <surname>Transformations</surname>
          </string-name>
          . In Yu,
          <string-name>
            <given-names>P.S.</given-names>
            ,
            <surname>Tsotras</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Fox</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.A.</given-names>
            ,
            <surname>Liu</surname>
          </string-name>
          , C.B., eds.
          <source>: Proc. 15th International Conference on Information and Knowledge Management (CIKM</source>
          <year>2006</year>
          ), ACM Press, New York, USA (
          <year>2006</year>
          )
          <volume>78</volume>
          {
          <fpage>83</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Voorhees</surname>
            ,
            <given-names>E.M.:</given-names>
          </string-name>
          <article-title>The TREC Robust Retrieval Track</article-title>
          .
          <source>SIGIR Forum</source>
          <volume>39</volume>
          (
          <year>2005</year>
          )
          <volume>11</volume>
          {
          <fpage>20</fpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>