<!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>REINA at CLEF 2007 Robust Task</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Angel F. Zazo</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Carlos G. Figuerola</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jos´e L. Alonso Berrocal</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>General Terms</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="editor">
          <string-name>Measurement, Performance, Experimentation</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>REINA Research Group - University of Salamanca C/ Francisco Vitoria 6-16</institution>
          ,
          <addr-line>37008 Salamanca</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper describes our work at CLEF 2007 Robust Task. We have participated in the monolingual (English, French and Portuguese) and the bilingual (English to French) subtask. At CLEF 2006 our research group obtained very good results applying local query expansion using windows of terms in the robust task. This year we have used the same expansion technique, but taking into account some criteria of robustness: MAP, GMAP, MMR, GS@10, P@10, number of failed topics, number of topics bellow 0.1 MAP, and number of topics with P@10=0. In bilingual retrieval experiments three machine translation programs were used to translate topics. For the target language, translations were merged before performing a monolingual retrieval. We also applied the same local expansion technique. This year the results were disappointing. We think out that the reason is the difficulty to select the best measurement for robustness. Perhaps the problem is that all measurements are average results over all topics, but the hard topics are inherently hard and must be analyze separately. This year all our runs also ends up in good ranking, both base runs and expanded ones. We think that the reason is that we used a good information retrieval system, and the expansion technique is robust because it does not deteriorate significantly the retrieval performance.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Robust retrieval tries to obtain stable performance over all topics by focusing on poorly performing
topics. Robust tracks were carried out at TREC 2003, 2004 and 2005 for monolingual retrieval [
        <xref ref-type="bibr" rid="ref3 ref4 ref5">3,
4, 5</xref>
        ], and at CLEF 2006, including monolingual, bilingual and multilingual retrieval [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. This year
only monolingual (English, French and Portuguese) and bilingual (English to French) subtask were
carried out. Our research group has participated in all the subtasks. For a complete description
of this task, please, see the CLEF 2007 Ad-hoc Track Overview, also published in this volume.
      </p>
      <p>
        The system’s robustness ensures that all topics obtain minimum effectiveness levels. In
information retrieval the mean of the average precision (MAP) is used to measure systems’
performance. But, poorly performing topics have little influence on MAP. At TREC, geometric average
(GMAP), rather than MAP, turned out to be the most stable evaluation method for robustness
[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. The GMAP has the desired effect of emphasizing scores close to 0.0 (the poor performers)
while minimizing differences between higher scores. Nevertheless, at the CLEF 2006 Workshop
the submitted runs showed high correlations between MAP and GMAP, so at CLEF 2007 other
criteria of robustness have been suggested: MAP, GMAP, P@10, number of failed topics,
number of topics bellow 0.1 MAP, and number of topics with P@10=0. In our experiments we have
also considered other two user-related measurements: the Generalized Success@10 (GS@10) [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ],
and the mean reciprocal rank (MRR). Both ones indicate the rank of the top retrieved relevant
document.
      </p>
      <p>Our main focus was monolingual retrieval. The steps followed are explained below. For
bilingual retrieval experiments we used machine translation (MT) programs to translate topics into
document language, and then we performed a monolingual retrieval.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Experiments</title>
      <p>For the monolingual experiments we used the well-known vector space model, using the dnu-ntc
term weighting scheme. For documents, letter u stands for the pivoted document
normalization: we adjusted pivot to the average document length and slope set to 0.1 for all the
collections. We decided to remove the terms present in more than 25 percent of documents. For
the English and French languages we verified that stemming improve retrieval. Last year we
saw that stemming does not deteriorate the retrieval performance of hard topics, so we also
decided to apply stemming for the Portuguese language. For English we used the Porter stemmer,
and for French and Portuguese the stemmers from the University of Neuchatel in the web page
http://www.unine.ch/info/clef/. From the descriptions and narratives of the topics we
automatically removed certain phrases such as “Find documents that . . . ”, “Les documents pertinents
relatent . . . ” or “Encontrar documentos sobre . . . ”.</p>
      <p>
        At CLEF 2006 Robust Task our research group obtained very good results applying local query
expansion using windows of terms [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. This year we have used the same expansion technique, but
taking into account the new criteria. This technique uses co-occurrence relations in windows of
terms from the first retrieved documents to build a thesaurus to expand the original query. Our
interest was to use sort and long queries in our experiments, i.e., use the title field of the topics
for sort queries, and title and description fields for long ones. A lot of tests were carried out to
obtain the best performance using the training collections, but we found no settings that improve
retrieval for all measurements. Then we decided to select the settings that improve the greatest
number of measurements for both sort and long queries. For English the highest improvement
achieved with this expansion technique was by using a distance value of 1, taking the first 15
retrieved documents to build the thesauri, and adding about 10 terms to the original query. For
French, the highest improvement achieved was by using a distance value of 1, taking the first 20
retrieved documents, and adding 40 terms to the original query.
      </p>
      <p>For Portuguese we decided to use the best combination obtained last year for the Spanish
experiments, due two reasons. First, the Portuguese language is more similar to Spanish than
English or French are. Second, the average number of terms per sentence in the Portuguese
collection is very similar to the Spanish one. We use a distance value of 2, taking the first 10
documents, and adding 30 terms to the original query.</p>
      <p>For the bilingual experiments the CLIR system was the same as that used in monolingual
retrieval. A previous step was carried out before searching, to translate English topics into French.
We used three MT programs: L&amp;H Power Translator Pro 7.0, Systran1 and Reverso2. For each
topic we combined the terms of the translations in a single topic: this is another expansion process,
1http://www.systransoft.com
2http://www.reverso.net</p>
      <p>Basis</p>
      <p>t
0.3226
0.1190
0.5602
0.7613
0.3200
5
16
16
0.3382
0.0940
0.5749
0.7555
0.3710
9
18
23
0.3387
0.0825
0.5711
0.7307
0.3013
15
28
36
0.3035
0.0821
0.5819
0.7555
0.3242
9
16
22
although in most cases the three translations were identical. Finally, a monolingual retrieval was
performed. The local query expansion using co-occurrence based thesauri built with terms windows
was also applied.</p>
      <p>For each subtask and topic language five runs were submitted for the test and training topics.
The name of the run begins with “reina”, follows the abbreviation of the language (EN, FR or
PT for the monolingual runs, and E2F to indicate the English to French bilingual runs), follows
the fields of the topics used in the run (t: title, td: title and description, tdn: title, description
and narrative), follows with the letter “e” to indicate if expansion of terms was used and/or the
letter “T” to indicate if the run is a test run. For example, the run “reinaENtdeT” stands for the
test run submitted for the English collection using the title and descriptions fields of the topics,
and applying term expansion. We send the “tdn” runs only for internal testing purposes.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Results</title>
      <p>We only analyze results of our test runs, i.e., for the test topics of the robust task. Table 1
shows the results of the runs. We can see that term expansion no improves performance for all
measurements.
At CLEF 2006 Robust Task our research group obtained very good results applying local query
expansion using windows of terms in the robust task. This year at CLEF 2007 the results were
disappointing. We think out that the reason is the difficulty to select the best measurement for
robustness. Perhaps the problem is that all measurements are average results over all topics, but
the hard topics are inherently hard and must be analyse separately. When a topic becomes hard
depends on the document collection, the topic collection, the information retrieval system and the
topic itself. Therefore general directives to improve performance of hard topics are difficult to
suggest.</p>
      <p>This year all our runs also ends up in good ranking, both base runs and expanded ones. We
think that the reason is that we used a good information retrieval system, and the expansion
technique is robust because it does not deteriorate significantly the retrieval performance.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>G. M.</given-names>
            <surname>Di Nunzio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Mandl</surname>
          </string-name>
          , and
          <string-name>
            <surname>C. Peters. CLEF</surname>
          </string-name>
          <year>2006</year>
          :
          <article-title>Ad hoc track overview</article-title>
          .
          <source>CLEF</source>
          <year>2006</year>
          , LNCS,
          <volume>4730</volume>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>S.</given-names>
            <surname>Tomlinson</surname>
          </string-name>
          .
          <article-title>Comparing the robustness of expansion techniques and retrieval measures</article-title>
          . In A. Nardi,
          <string-name>
            <given-names>C.</given-names>
            <surname>Peters</surname>
          </string-name>
          , and J. Vicedo, editors,
          <source>ABSTRACTS CLEF 2006 Workshop</source>
          ,
          <fpage>20</fpage>
          -
          <lpage>22</lpage>
          September, Alicante, Spain. Results of the CLEF 2006
          <string-name>
            <surname>Cross-Language System Evaluation Campaign</surname>
          </string-name>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>E. M.</given-names>
            <surname>Voorhees</surname>
          </string-name>
          .
          <article-title>Overview of the TREC 2003 robust retrieval track</article-title>
          .
          <source>In The Twelfth Text REtrieval Conference (TREC</source>
          <year>2003</year>
          ), pages
          <fpage>69</fpage>
          -
          <lpage>77</lpage>
          . NIST Special Publication 500-
          <issue>255</issue>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>E. M.</given-names>
            <surname>Voorhees</surname>
          </string-name>
          .
          <article-title>Overview of the TREC 2004 robust retrieval track</article-title>
          .
          <source>In The Thirteen Text REtrieval Conference (TREC</source>
          <year>2004</year>
          ), Gaithersburg, Maryland, November
          <volume>16</volume>
          -
          <fpage>19</fpage>
          . NIST Special Publication 500-
          <issue>261</issue>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>E. M.</given-names>
            <surname>Voorhees</surname>
          </string-name>
          .
          <article-title>Overview of the TREC 2005 robust retrieval track</article-title>
          .
          <source>In The Fourteenth Text REtrieval Conference (TREC</source>
          <year>2005</year>
          ), Gaithersburg, Maryland, November
          <volume>15</volume>
          -
          <fpage>18</fpage>
          . NIST,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>A. F.</given-names>
            <surname>Zazo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. L. Alonso</given-names>
            <surname>Berrocal</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C. G.</given-names>
            <surname>Figuerola</surname>
          </string-name>
          .
          <article-title>Local query expansion using terms windows for robust retrieval</article-title>
          .
          <source>CLEF</source>
          <year>2006</year>
          , LNCS,
          <volume>4730</volume>
          :
          <fpage>145</fpage>
          -
          <lpage>152</lpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>