<!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>Multilingual Retrieval Experiments with MIMOR at the University of Hildesheim</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>René Hackl</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ralph Kölle</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Thomas Mandl</string-name>
          <email>mandl@uni-hildesheim.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alexandra Ploedt</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jan-Hendrik Scheufen</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Christa Womser-Hacker</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Hildesheim, Information Science</institution>
          ,
          <addr-line>Marienburger Platz 22 D-31141 Hildesheim</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2003</year>
      </pub-date>
      <abstract>
        <p>Fusion and optimization based on relevance judgements have proven to be successful strategies in information retrieval. In this year's CLEF campaign we applied these strategies to multilingual retrieval with four languages. Our fusion experiments were carried out using freely available software. We used the snowball stemmers, internet translation services and Lucene's and the new MySQL's text retrieval tools. In the CLEF 2002 campaign, we tested an adaptive fusion system based on the MIMOR model within the GIRT track (Hackl et al. 2002). For CLEF 2003, we applied the same model to multilingual retrieval with four languages. We chose English as our source language because most of the web based translation services offer translations to and/or from English. Our experiments were carried out fully automatically.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>to evaluate within evaluation initiatives. MIMOR could train an individual or group based optimization of the
fusion. However, in evaluation studies, a standardized notion of relevance exists.
4</p>
    </sec>
    <sec id="sec-2">
      <title>CLEF Retrieval Experiments with MIMOR</title>
      <p>The tools we employed this year include Lucene 1.31, MySQL 4.0.122 and JavaTM-based snowball3 analyzers.
Most of the data pre-processing was carried out by Perl-scripts. In a first step, customized snowball stemmers
were used to stem the collections. Stopwords were also eliminated4. Then, the collections were indexed by
Lucene and MySQL. Lucene needed less than half the time that MySQL needed for indexing the collections of
1321 MB. A second step involved the translation of the English topics into French, German and Spanish. The
translation was carried out with the free internet services FreeTranslation, Reverso and Linguatec5.
The decision to select these tools, was based on a heuristic evaluation of several services. The queries of CLEF
2001 were used to gather data for a comparison of the translations. Examining the different translations, it
became apparent that the quality of the machine translations is certainly not quite satisfying. At the same time,
the translation systems usually exhibited different weaknesses. Because of that, we decided to use more than one
translation system and merge the results. The tools which performed best and showed significantly different
results at our evaluation were chosen.</p>
      <p>The topics were also stemmed with snowball and stopwords were removed. The translated and processed queries
for each language were then merged by joining the three translations while eliminating dublettes. We did not try
to identify any phrases.
Before working on the official runs, both retrieval systems employed were tested. Using the data (collections and
relevance assessments) from 2001 we carried out several runs. Despite their dissimilar stand-alone
performances, the systems were granted equal weights for the fusion process at first (1:1). After four runs, the
weights strongly favoured Lucene and we went on experimenting with the 2002 data. The peak performance of
the fusion was reached at a ratio of 7:1 (= 0.875:0.125) favouring Lucene's results. This suggests that some of
MySQL’s best relevant results helped the overall precision. (cf. table 1). Despite the low retrieval quality of
MySQL, it still contributed to the fusion. Note, however, that we did not include the Italian collections and that
we used the “perfect”, that is, monolingual, queries in our tests, so there may be some bias. Italian was part of
the 2001 and 2002 campaign, but it is not part of the multilingual-4 track in CLEF 2003.
1 Lucene: http://jakarta.apache.org/lucene/docs/index.html
2 MySQL: http://www.mysql.com/
3 Snowball: http://jakarta.apache.org/lucene/docs/lucene-sandbox/snowball/
4 We employed the stopword lists at http://www.unine.ch/Info/clef/ and manually added some words.
5 Linguatec Personal Translator: http://www.linguatec.net/online/ptwebtext/index.shtml</p>
      <p>Reverso: http://www.reverso.net/, Free Translation: http://www.freetranslation.com/
According to our analysis, MySQL’s weak performance can be partly explained by the following factors. When
building a fulltext index, MySQL automatically filters the content of the table column(s) to be indexed, i.e. it
also tries to remove stopwords and words with a length of three or less characters. If not explicitly changed, an
English stopword list is used by default. This signifies that the indices of the English collections might have been
altered slightly compared to the indices of other collections. The removal of very small words might have had a
bigger impact on all collections. Because stemming was carried out separately before importing the data into the
database, it is very likely that several stemmed words did have a length of three characters or less and therefore
were not included in the index. As we later found out, the variable controlling the length of the words to be
discarded can be changed, in which case the indices would have to be rebuild. We estimate that MySQL ignored
approximately 5 to 10 % of the query and document terms due to this setting.</p>
      <p>BLIND
RELEVANCE
FEEDBACK</p>
      <p>
        Multilingual
merged
To further improve retrieval quality, blind relevance feedback (BRF) was implemented. We selected expansion
terms with either the Robertson selection value (RSV) or the Kullback-Leibler (KL) divergence measure
        <xref ref-type="bibr" rid="ref1">(Carpineto et al. 2001)</xref>
        . Results can be seen in Table 2. The precision could be improved and the number of
retrieved documents was boosted (+14.8% compared to the best merged run for KL, +17.1% compared to
Lucene).
      </p>
      <p>Queries</p>
      <p>German
merged
English
merged
French
merged
Spanish
merged
5059
5216
5157
5227</p>
      <sec id="sec-2-1">
        <title>Lucene BRF RSV 5 10 Lucene BRF KL 5 10 7:1 BRF RSV 5 10 7:1 BRF KL 5 10</title>
        <p>Due to time constraints, we could not determine the best parameters for BRF. A sample run without BRF took
4+ hours on our dual Pentium III 800Mhz, 1GB RAM, SCSI 160 HDD machine. A run with BRF taking the top
five documents and adding ten terms commonly took more than twelve hours. Unfortunately, some instabilities
in MySQL-DB caused further delay for our experiments.
0.3017
0.3138
0.3049
0.3127
All our submitted runs apply BRF KL 5 20, on behalf of the multilingual task, R1 uses the 7:1 merging scheme,
yet R2 is a lucene-only run. Both monolingual runs are rather a by-product obtained in the course of our main
(multilingual) task. The processing sequence chosen allowed for a efficient extraction of the monolingual data.
In our test runs, we were able to show that fusion helped raise at least the recall, although the results for 2003
could not confirm this finding. The Lucene-based runs generally outperform the fusion runs, except for a
marginally better recall in the merged monolingual run (Table 3).</p>
      </sec>
      <sec id="sec-2-2">
        <title>UHImlt4R1 UHImlt4R2</title>
      </sec>
      <sec id="sec-2-3">
        <title>UHImnenR1 UHImnenR2</title>
        <p>5</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Outlook</title>
      <p>951 / 1006
945</p>
      <sec id="sec-3-1">
        <title>Average precision</title>
        <p>0.2849
0.3057
As in 2002, we included stand-alone retrieval systems in our MIMOR fusion approach. Again, one system
performed much worse than the other. Next year, we would like to expand to the multilingual-8 track and
continue to work on merging schemes, query expansion and term weighting.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Acknowledgements References</title>
      <p>We would like to thank the Jakarta and Apache projects’ teams for sharing Lucene with a wide community as
well as the providers of MySQL and snowball. Furthermore, we acknowledge the work of several students from
the University of Hildesheim who implemented MIMOR as part of their course work.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Carpineto</surname>
            , C.; de Mori, R.; Romano,
            <given-names>G.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Bigi</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          (
          <year>2001</year>
          )
          <article-title>: An Information-Theoretic Approach to Automatic Query Expansion</article-title>
          .
          <source>In: ACM Transactions on Information Systems</source>
          .
          <volume>19</volume>
          (
          <issue>1</issue>
          ). pp.
          <fpage>1</fpage>
          -
          <lpage>27</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Fuhr</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Großjohann</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          (
          <year>2001</year>
          )
          <article-title>: XIRQL: A Query Language for Information Retrieval in XML Documents</article-title>
          .
          <source>In: 24th Annual Intl Conf on Research and Development in Information Retrieval</source>
          <year>2001</year>
          . pp.
          <fpage>172</fpage>
          -
          <lpage>180</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Hackl</surname>
          </string-name>
          , René; Kölle, Ralph; Mandl, Thomas; Womser-Hacker,
          <source>Christa</source>
          (
          <year>2002</year>
          )
          <article-title>: Domain Specific Retrieval Experiments at the University of Hildesheim with the MIMOR System</article-title>
          . In: Peters, Carol; Braschler, Martin; Gonzalo, Julio; Kluck, Michael (eds.):
          <article-title>Evaluation of Cross-Language Information Retrieval Systems</article-title>
          .
          <source>Proceedings of the CLEF 2002 Workshop</source>
          . Springer [LNCS]
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Henzinger</surname>
          </string-name>
          ,
          <string-name>
            <surname>Monika</surname>
          </string-name>
          (
          <year>2000</year>
          ):
          <article-title>Link Analysis in Web Information Retrieval</article-title>
          .
          <source>In: IEEE Data Engineering Bulletin</source>
          ,
          <volume>23</volume>
          (
          <issue>3</issue>
          ): pp.
          <fpage>3</fpage>
          -
          <lpage>8</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Mandl</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Womser-Hacker</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          (
          <year>2001</year>
          )
          <article-title>: Probability Based Clustering for Document and User Properties</article-title>
          . In: Ojala,
          <string-name>
            <surname>T</surname>
          </string-name>
          . (ed.): Infotech Oulo International Workshop on Information Retrieval (IR
          <year>2001</year>
          ). Oulo, Finnland. Sept 19-21
          <year>2001</year>
          . pp.
          <fpage>100</fpage>
          -
          <lpage>107</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>McCabe</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Catherine; Chowdhury</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Grossmann</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Frieder</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          (
          <year>1999</year>
          )
          <article-title>: A Unified Framework for Fusion of Information Retrieval Approaches</article-title>
          .
          <source>In: Eigth ACM Conference on Information and Knowledge Management (CIKM)</source>
          pp.
          <fpage>330</fpage>
          -
          <lpage>334</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Plachouras</surname>
          </string-name>
          , Vassilis; Ounis,
          <string-name>
            <surname>Iadh</surname>
          </string-name>
          (
          <year>2002</year>
          ):
          <article-title>Query-Based Combination of Evidence on the Web</article-title>
          . In: Workshop on Mathematical/Formal Methods in Information Retrieval, ACM SIGIR Conference, Tampere, Finland.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Womser-Hacker</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          (
          <year>1997</year>
          )
          <article-title>: Das MIMOR-Modell</article-title>
          .
          <article-title>Mehrfachindexierung zur dynamischen Methoden-ObjektRelationierung im Information Retrieval</article-title>
          . Habilitationsschrift. Universität Regensburg, Informationswissenschaft.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>