<!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>UFRGS@CLEF2009: Retrieval by Numbers</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Thyago Bohrer Borges</string-name>
          <email>tbborges@inf.ufrgs.br</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Viviane P. Moreira</string-name>
          <email>viviane@inf.ufrgs.br</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Instituto de Informática - Universidade Federal do Rio Grande do Sul (UFRGS) Caixa Postal 15.</institution>
          <addr-line>064 - 91.501-970 - Porto Alegre - RS -</addr-line>
          <country country="BR">Brazil</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>For UFRGS's participation on CLEF's Robust task, our aim was to compare retrieval of plain documents to retrieval using information on word senses. The experimental run which used word-sense disambiguation (WSD) consisted in indexing the synset codes of the senses which had scores higher than a predefined threshold. The documents in both baseline and WSD runs were indexed by Zettair. The metric for comparing queries and documents was OkapiBM25. The results of the experiments show that only 47 topics were helped by the strategy, while 103 had their performances worsened. A statistical t-test has shown that the experimental run which did not use WSD information significantly outperformed the one which did. A deeper analysis of our results and a set of further experiments are now under preparation.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>This paper reports on experiments submitted to CLEF 2009 Robust track. The aim of the task is to assess the
validity of using word-sense disambiguated data for Information Retrieval.
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>Experiments</title>
    </sec>
    <sec id="sec-3">
      <title>Description of Runs and Resources</title>
      <p>We worked on the English news collections composed by LA Times 94 and Glasgow Herald 95. There are
169,477 documents in total. Three versions of the collection were available: a “plain” version, and two versions
with word-sense disambiguation (WSD) data.</p>
      <p>Using the WSD documents (UBC version), we created a document collection composed by the synset
codes of all WordNet senses which exceeded an arbitrary threshold (set to 0.30). WordNet is an lexical base, in
which nouns, verbs, adjectives and adverbs are grouped in sets called “synsets”. Figure 1 shows an example of
an input word found in a document and the result of the processing that extracts the synset codes. If a term did
not have a synset code, or a sense scoring higher than the threshold, we kept the original word form (i.e. the
contents of the &lt;WF&gt; tag.
&lt;TERM ID="C041-27" LEMA="report" POS="VBP"&gt;
&lt;WF&gt;report&lt;/WF&gt;
&lt;SYNSET SCORE="0.393362015980332" CODE="00655029-v"/&gt;
&lt;SYNSET SCORE="0" CODE="00653609-v"/&gt;
&lt;SYNSET SCORE="0" CODE="00653917-v"/&gt;
&lt;SYNSET SCORE="0" CODE="00655324-v"/&gt;
&lt;SYNSET SCORE="0.606637984019668" CODE="00653371-v"/&gt;
&lt;SYNSET SCORE="0" CODE="00653772-v"/&gt;
&lt;/TERM&gt;</p>
      <sec id="sec-3-1">
        <title>Output</title>
        <p>The IR system we used was Zettair (Zettair), which is a compact and fast search engine developed by
RMIT University (Australia) distributed under a BSD-style license. Zettair implements a series of IR metrics for
comparing queries and documents. We used Okapi BM25 as some preliminary tests we performed on other data
collections showed it achieved the best results.</p>
        <p>We have submitted one baseline runs indexing the plain collection and one run using the WSD-annotated
documents. There was a bug in the code that generated our WSD run, so we also report on a third (unofficial) run
(WSD2) which has the correct data. The details of the runs are shown in Table 1.</p>
        <p>The table shows that the number of the total terms in the WSD run was smaller than in the baseline run.
However, the opposite has happened with the number of distinct terms. The average number of terms per
documents was higher on the WSD run as in many cases, more than one sense was kept for a term.
2.2</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Results</title>
      <p>Our results are summarised in Table 2 and Figure 3. The baseline run clearly outperformed the WSD run. A
ttest using the average precision of the 160 queries has yielded a p-value of 0.0045, showing that the baseline was
significantly better than the WSD run. The Recall-Precision curves on Figure 3 also show that the baseline was
better in all recall levels. The superiority of the baseline is also reflected on the number of relevant documents
retrieved and on precision at different cut-off points.</p>
      <p>MAP
0.3160
0.2547</p>
      <sec id="sec-4-1">
        <title>Relevant Retrieved Precision at 10</title>
        <p>A topic-by-topic analysis has shown that ten queries had the same average precision in both runs, 47
improved with WSD information, and 103 were better in the baseline run. Table 3 shows the top ten topics
which were helped by the addition of WSD information and Table 4 shows the ten topics that were most harmed.
A more detailed topic-by-topic analysis will be performed so that we can identify common patterns in the topics
which had their performances improved and the ones which had their results worsened by the addition of WSD
information.
The experiments reported here were a starting point and we plan to investigate some aspects further. First, we
only worked with the UBC data. It would be interesting also to do experiments with the NUS collection to
enable some comparisons.</p>
        <p>We arbitrarily chose a threshold of 0.30 for the synset codes to be maintained. The idea is to try different
thresholds and assess how they impact the results.</p>
        <p>We also plan to investigate different strategies for query expansion using synonyms and related terms
extracted from WordNet.
4</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusions</title>
      <p>This paper described the experiments performed by our group for CLEF 2009 Ad hoc Robust task. We compared
an experimental run in which we indexed the plain documents with an experimental run in which we took WSD
information into consideration. The results have shown that the baseline (plain) run has outperformed the WSD
run.</p>
      <p>We plan to do further experiments as there are many issues which are worthy of a more detailed
investigation.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgements</title>
      <p>This work was partially supported by CNPq.
WordNet. Retrieved 01/03/09, 2009, from http://wordnet.princeton.edu/
Zettair. Retrieved 11/06/07, 2007, from http://www.seg.rmit.edu.au/zettair/</p>
    </sec>
  </body>
  <back>
    <ref-list />
  </back>
</article>