<!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>Ad-hoc Mono- and Bilingual Retrieval Experiments 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>
          <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="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Christa Womser-Hacker</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="editor">
          <string-name>Multilingual Retrieval, Fusion</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Measurement</institution>
          ,
          <addr-line>Performance, Experimentation</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Hildesheim</institution>
          ,
          <addr-line>Information Science Marienburger Platz 22 D-31141 Hildesheim</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper reports on our participation in CLEF 2005's ad-hoc multi-lingual retrieval track. The ad-hoc task introduced Bulgarian and Hungarian as new languages. Our experiments focus on the two new languages. Naturally, no relevance assessments are available for these collections yet. Optimization was mainly based on French data from last year. Based on experience from last year, one of our main objectives was to improve and refine the n-gram-based indexing and retrieval algorithms within our system.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        In the CLEF 2004 campaign, we tested an adaptive fusion system based on the MIMOR model
        <xref ref-type="bibr" rid="ref6">(Womser-Hacker
1997)</xref>
        in the multi-lingual ad-hoc track
        <xref ref-type="bibr" rid="ref3">(Hackl et al. 2005)</xref>
        . In 2005, we applied our system based on Lucene1 to
the new multi-lingual collection: We focused on Bulgarian, French and Hungarian.
      </p>
    </sec>
    <sec id="sec-2">
      <title>CLEF Retrieval Experiments with MIMOR</title>
      <p>
        The optimization of the retrieval system parameters was based on the French corpus of last year. The tools
employed this year include Lucene and JavaTM-based snowball2 analyzers as well as the Egothor3 stemmer. In
previous CLEF results it has been pointed out, that a tri-gram index does not produce good results for French
        <xref ref-type="bibr" rid="ref4">(McNamee &amp; Mayfield 2004)</xref>
        . A 4-gram or 5-gram indexing approach seems more promising. Consequently, we
conducted some test runs experimenting with the following parameters:
      </p>
      <p>Document fields: only officially permitted document fields were indexed. These were indexed as they were
as well as in an extra Field FULLTEXT enclosing all the contents from the other fields.</p>
      <p>Origin of query terms: query terms could come from either title or description fields or both.</p>
      <p>Phrase queries of ngram terms: length of phrases, Boolean operators for concatenating terms
•
•
•</p>
      <p>Rigidity of phrase queries: non-exact phrase queries
Blind relevance feedback (BRF): relevant documents/expansion term configuration (with Robertson
Selection Value as term weighting scheme) and origin of expansion terms</p>
      <p>Weighting for all parameters mentioned above
The search field FULLTEXT provided best performance overall. Searching on the other fields by themselves or
in combination and with weighting did not yield as good results as the simple full-text approach. The document
field employed for BRF mattered much more. Here, best results were obtained with the TEXT field. For all runs,
we used the stopword lists made available by the University of Neuchatel and made a few minor changes.
2.1</p>
      <p>Query Construction for N-Gram Indexing
For phrase queries, the approach that worked best was one that constructed queries as follows: Given a query
with 3 grams NG1, NG2, NG3 build the query so that q = “NG1“ OR “NG2“ OR “NG3“ OR “NG1 NG2“ OR
“NG2 NG3“ OR “NG1 NG2 NG3“. Of course, such a query is likely to retrieve a lot of documents. Effectively,
in almost all cases the system retrieved between 80% and 95% of all documents in the database. As Table 1
shows, these results can greatly be improved by applying a more sophisticated configuration on top of the
depicted query construction. One means is to allow phrases to be non-exact match phrases, i.e. allow WITHIN or
NEAR-like operations, denoted by slop in the table. Here, the best setting was five, values started getting visibly
worse from 10 up.
Table 3 gives optimized boost values for the n-gram retrieval experiments. The ratio of these figures has been
determined experimentally. It can be seen that title terms are more important than description terms. Moreover,
longer phrases are better than short ones, limited by the fact that starting with phrases of length 4, performance
began to drop.
The single most important issue though are short terms. Phrase queries with only one term are of course just
plain term queries. If, however, such a term query contains a term that has a smaller word length than the gram
size, and taking into account that stopwords are eliminated, there is strong evidence that that term is highly
important. In fact, most of these terms were acronyms or foreign words, e.g. in 2004 topics “g7“, “sida“ (French
acronym for AIDS), “mir“ (Russian space station), “lady“ (Diana).</p>
      <p>Blind relevance feedback had little impact on n-gram retrieval performance. For some queries, good short
terms like those mentioned above were added to the query. However, terms selected by the algorithm received
no special weight, i.e. they received a weight of one. Higher weights worsened the retrieval results. Furthermore,
considering more than the top five documents for blind relevance feedback did not improve performance. Table
4 summarizes the results the best configurations achieved.
Queries that contained terms from both title and description fields from the topic files performed better than
those that were based on only one source. The weighting of these terms, however, was a major impact factor.
Several experiments with different boost values and blind relevance feedback parameters were carried out for
each stemmer. The following tables 6, 7 and 8 show the results for the three stemmers.
The parameters settings optimized with the French collection of CLEF 2004 were applied to the multi-lingual
collection in 2005. We submitted monolingual runs for Bulgarian, French, Hungarian and domain specific
(GIRT), bilingual runs for French and GIRT. For Bulgarian and Hungarian we employed the setting outlined
above for two runs each – 4-gram and 5-gram: searching on full text representations, boosting single terms
which were shorter than the grams length, using BRF (5 docs, 30 terms), and a slop of 5.</p>
      <p>For French, we used the Lucene-stemmer and the settings derived above. Additionally, we carried out a
5gram based run as a comparison to Bulgarian and Hungarian. Both of these monolingual were then reshaped by
4
adding terms tentatively derived from the multilingual European terminology database Eurodicautom . We
extracted additional terms from the top three hits from the database, if they were available. At least one of the
query terms had to be present in the resulting term list, no special subject domain was chosen. These terms were
assigned a weight of one.</p>
      <p>In the ad-hoc task, we submitted two English-to-French runs, one of which was enhanced by additional
Eurodicautom terms, and one Russian-to-French run, all translated by ImTranslator5. The settings were the same
as for the monolingual runs.
4 http://europa.eu.int/eurodicautom/Controller
5 http://freetranslation.paralink.com/
For the participation in CLEF 2005, we could stabilize the n-gram indexing and search. The performance
remains worse than for stemming based runs. We compared three stemmers with different parameter settings.</p>
      <p>
        For future participations in ad-hoc tasks, we intend to apply the RECOIN (REtrieval COmponent
INtegrator)6 framework
        <xref ref-type="bibr" rid="ref5">(Scheufen 2005)</xref>
        . RECOIN is an object oriented JAVA framework for information
retrieval experiments. It allows the integration of heterogeneous components into an experimentation system
where many experiments may be carried out.
      </p>
    </sec>
    <sec id="sec-3">
      <title>Acknowledgements</title>
      <p>We would like to thank Nina Kummer and Sarah Risse for including the Egothor stemmer into our system. We
also acknowledge the work of Viola Barth and Joachim Pfister who ported the trec_eval tool to Java.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Braschler</surname>
          </string-name>
          ,
          <string-name>
            <surname>Martin</surname>
          </string-name>
          (
          <year>2004</year>
          )
          <article-title>: Combination Approaches for Multilingual Text Retrieval, Information Retrieval</article-title>
          .
          <source>In: Information Retrieval</source>
          ,
          <volume>7</volume>
          (
          <issue>1</issue>
          /2) Kluwer pp.
          <fpage>183</fpage>
          -
          <lpage>204</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <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="ref3">
        <mixed-citation>
          <string-name>
            <surname>Hackl</surname>
          </string-name>
          , René; Mandl, Thomas; Womser-Hacker,
          <source>Christa</source>
          (
          <year>2005</year>
          )
          <article-title>: Mono-</article-title>
          and
          <string-name>
            <surname>Cross-lingual Retrieval</surname>
          </string-name>
          Experiments at the University of Hildesheim. In: Peters, Carol; Clough, Paul; Gonzalo, Julio; Kluck, Michael; Jones, Gareth; Magnini, Bernard (eds):
          <article-title>Multilingual Information Access for Text, Speech and Images: Results of the Fifth CLEF Evaluation Campaign</article-title>
          . Berlin et al.: Springer [LNCS 3491] pp.
          <fpage>165</fpage>
          -
          <lpage>169</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>McNamee</surname>
          </string-name>
          , Paul; Mayfield,
          <string-name>
            <surname>James</surname>
          </string-name>
          (
          <year>2004</year>
          )
          <article-title>: Character N-Gram Tokenization for European Language Text Retrieval</article-title>
          .
          <source>In: Information Retrieval</source>
          <volume>7</volume>
          (
          <issue>1</issue>
          /2) pp.
          <fpage>73</fpage>
          -
          <lpage>98</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Scheufen</surname>
          </string-name>
          ,
          <string-name>
            <surname>Jan-Hendrik</surname>
          </string-name>
          (
          <year>2005</year>
          )
          <article-title>: Das RECOIN Framework für Information Retrieval Experimente</article-title>
          . In: Mandl, Thomas; Womser-Hacker, Christa (eds.):
          <source>Effektive Information Retrieval Verfahren in der Praxis: Proceedings Vierter Hildesheimer Information Retrieval und Evaluierungsworkshop (HIER 2005) Hildesheim, 20.7</source>
          .
          <year>2005</year>
          . Konstanz: Universitätsverlag [Schriften zur Informationswissenschaft] to appear.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <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-Objekt-Relationierung im Information Retrieval</article-title>
          . Habilitationsschrift. Universität Regensburg, Informationswissenschaft.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>