<!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>Bilingual and Multilingual experiments with IR-n system</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Information Retrieval</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Elisa Noguera, Fernando Llopis, Rafael Mun ̃oz and Rafael M. Terol Grupo de investigaci ́on en Procesamiento del Lenguaje Natural y Sistemas de Informaci ́on Departamento de Lenguajes y Sistemas Inform ́aticos University of Alicante</institution>
          ,
          <country country="ES">Spain</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Miguel A. Garc ́ıa-Cumbreras, Fernando Mart ́ınez-Santiago and Arturo Montejo-Raez Department of Computer Science. University of Jaen</institution>
          ,
          <addr-line>Jaen</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper describes the participation of IR-n system at CLEF-2005. This year, we have participated in bilingual task (English-French and English-Portuguese) and multilingual task (English, French, Italian, German, Dutch, Finish and Swedish). At present conference, we have introduced the combined passages method for the bilingual task. Futhermore we have applied the method of logic forms in the same task. For the multilingual task we have had a participation University of Alicante and University of Jaen together. We want to emphasize the good score achieved in bilingual task improving a 45% the average.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Information Retrieval (IR) systems [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] have to find the relevant documents to an user query from a
document collection. We can find different kinds of IR systems at the literature. On the one hand,
if the document collection and the user query are written in the same language then the IR system
can be defined like a monolingual IR system. On the other hand, if the document collection and
the user query are written in different languages then the IR system can be defined like a bilingual
(two different languages) or multilingual (more than two languages) IR system. Obviously, the
document collection for multilingual systems is written in two different languages at least. IR-n
system [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] is a monolingual, bilingual and multilingual IR system based on passages.
      </p>
    </sec>
    <sec id="sec-2">
      <title>Language</title>
      <p>French</p>
      <sec id="sec-2-1">
        <title>Portuguese</title>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Collections</title>
      <p>Le Monde 94/95
SDA French 94/95
Pu´blico 94/95
Folha 94/95</p>
    </sec>
    <sec id="sec-4">
      <title>TotalDocs</title>
      <p>177452
210734</p>
    </sec>
    <sec id="sec-5">
      <title>Size</title>
      <p>
        Passage Retrieval (PR) systems [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] are information retrieval systems that determine the
similarity of a document with regard to a user query according to the similarity of fragments of the
document (passages) with regard to the same query.
      </p>
      <p>This paper is organized as follows: next section describes bilingual task and training. Following,
we describe the multilingual task. And finally, we present the archieved results and the conclusions.
2
2.1</p>
      <sec id="sec-5-1">
        <title>Bilingual task</title>
        <p>Description method
The participation of the system IR-n in the bilingual task this year has been focused on the
following languages pairs:
• English-French
• English-Portuguese</p>
        <p>For every language, the stemmers and the stopword lists used were provided by the clef
organization (http://www.unine.ch/info/clef). Table 1 shows the characteristics collection which we
have worked.</p>
        <p>• SDAvg is the average of sentences in each document.
• WDAvg is the average of words in each document.
• WSAvg is the average of words in each sentence.</p>
        <sec id="sec-5-1-1">
          <title>This year we have used two methods for bilingual task:</title>
          <p>2.1.1</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Method 1: Machine translation</title>
      <p>We use different translator in order to obtain an automatic translation of queries. Three translators
were used for all languages: FreeTranslation, Babel Fish and InterTran. It has been to carry out
several test with CLEF-2004 collections for French and Portuguese.</p>
      <p>Moreover, we have used a one more method merging all translations. It has been performed
merging several translation built by an on-line translator. This strategy is based on the idea
that the words which appears in different translations have more relevancy which those that only
appear in one translation.
2.1.2</p>
    </sec>
    <sec id="sec-7">
      <title>Method 2: Logic Forms</title>
      <p>
        The last release of our IR-n system introduces a set of features that are based in the application
of logic forms to topics and in the increment of the terms weight of the topics according to a set
of syntactic rules. This reason produces that IR-n system includes a new module that increments
the terms weights of the topics applying a set of rules based on the representation of the topics in
the way of logic forms [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
    </sec>
    <sec id="sec-8">
      <title>Task</title>
      <p>English - Portuguese</p>
      <sec id="sec-8-1">
        <title>English - French</title>
      </sec>
    </sec>
    <sec id="sec-9">
      <title>Online tranlator</title>
      <p>Babelfish
FreeTranslation</p>
      <p>InterTran
Merging</p>
      <p>Babelfish
FreeTranslation</p>
      <p>InterTran
Merging</p>
      <p>This process consist in that each one of the terms of the topic in the logic form can modify
its weight term according to the type of assert of the term in the logic form and the relationships
between these asserts of the topic in the logic form. The logic form of a topic (or sentence) is
calculated through the analysis of dependency relationships between the words of the sentence.
2.2</p>
      <p>Experimentation
This section describes the training process which has carried out this year in order to obtain
optimum features to improve the performance of the system. The following subsections explain
the specific experiments which we have carried out.
2.2.1</p>
    </sec>
    <sec id="sec-10">
      <title>Method 1: Machine translation</title>
      <p>
        This year, it has carried out several test with the objetive to establish the translator which obtain
the best results for each task. In monolingual task was developed the combined passages method
[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], for this reason it has also used in bilingual task. In the training test, it has been used the best
input configuration for French and Portuguese.
      </p>
      <p>Table 2 shows the scores achieved for each language in the CLEF-2004 collections. Best
scores were achieved using the merge of translations in English-Portuguese and FreeTranslation
in English-French.
2.2.2</p>
    </sec>
    <sec id="sec-11">
      <title>Method 2: Logic Forms</title>
      <p>
        Several tests were performed applying this method based on logic forms to the release of the
document collection of the year 2004. These tests consisted in to increment the weights of several
terms according to the rules defined in this method [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. The increment of the terms weights were
about 15% of these original scores.
3
      </p>
      <sec id="sec-11-1">
        <title>Multilingual task: Mixed 2-step RSV and IR-n, a passage retrieval merging algorithm</title>
        <p>
          This year we have also made a combination between the fusion algorithm 2-step RSV, developed by
the SINAI group of the University of Ja´en [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ], and the passage retrieval system IR-n, developed by
the group of the University of Alicante. A full detailed description of the experiments is available
in this volume.
        </p>
        <p>IR-n has been used as Information Retrieval system in order to make some experiments in
Multi-8 Two-years-on task. Thus, it has been applied over eight languages: English, Spanish,
French, Italian, German, Dutch, Finnish and Swedish. In this way we have evaluated the
performance of IR-n in several new ways:
• Some of the eight languages are unheard-of. Thus, we have evaluated IR-n with languages
such as Swedish by first time.
• This is a very good opportunity to compare a passage IR system such as IR-n with IR systems
based on document retrieved, such as ZPrise system with OKAPI weighting function.
• Finally, we are interested in the evaluation of IR-n in combination with 2-step RSV merging
algorithm.
3.1</p>
        <p>
          Experimentation
This section depicts the experiments briefly. A description in deep is available in [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]. Firstly,
each monolingual collection is preprocessed as usual(token extraction, stopwords are eliminated
and stemming is applied to the rest of words). In addition, compound words are decompounded
as possible to the German, Swedish, Finnish and Dutch languages. We use the decompounding
algorithm depicted in [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]. The preprocessed collections have been indexed using the passage
retrieval system IR-n and the document retrieval system ZPrise. The IR-n system has been
modified in order to return a list of the retrieved and relevant documents, the documents that
contain the relevant passages. Finally, given a query and its translations into the other languages,
each query is searched in the corresponding monolingual collection.
        </p>
        <p>When the monolingual lists of relevant documents are returned, we apply the 2-step RSV
fusion algorithm. This algorithm deals the terms whose translation is known (aligned terms) in a
different way that those words whose translation is unknown1(non-aligned words) by giving two
scores for each document. The first one is calculated taking into account aligned words, and the
second one only uses non-aligned terms. Thus, both scores are combined into a only RSV per
document and query by using some formulae:
1. Combining the RSV value of the aligned words and not aligned words with the formula:
0.6∗ &lt; RSValigneddoc &gt; +0.4∗ &lt; RSVnotaligned &gt;
2. By using Logistic Regression. The formula: e(alpha∗ &lt; RSValigneddoc &gt; +beta∗ &lt;</p>
        <p>RSVnotaligned &gt;)
3. The last one also uses Logistic Regression but include a new component, the ranking of
the doc. It applies the formula: e(alpha∗ &lt; RSValigneddoc &gt; +beta∗ &lt; RSVnotaligned &gt;
+gamma∗ &lt; rankingdoc &gt;)
Twenty first queries has been used as training and the other forty has been used for evaluation.</p>
        <p>The table 3 shows the bilingual result obtained by using IR-n and ZPrise-OKAPI. The
experimental method (preprocessing of the collections and translation of the queries) is exactly the same
for IR-n a ZPrise. The only difference is just the IR software. The evaluation has been realized
by using CLEF 160-200 queries.
4</p>
      </sec>
      <sec id="sec-11-2">
        <title>Results at CLEF-2005</title>
        <p>IR-n system used in order to participate in CLEF’2005 the best IR-n configuration obtained in
the training process.</p>
        <p>Three different runs have been submitted for each task. The first run IRn-xx-vexp uses
combined passages method and query expansion. The second run IRn-xx-fexp only uses query
expansion. The third run IRn-xx-vnexp uses combined passages method and it do not use query
expansion. Furthermore, a fourth run IRn-xx-fexpfl has been submitted for English-Portuguese
task, it uses the logic forms method.</p>
        <p>Table 4 shows the scores achieved for each run. IR-n system has obtained better results than
the average scores of CLEF 2005 for English-French and English-Portuguese.</p>
        <p>1Note that unknowing the translation of a word is a different thing that an untranslated term. By example,
5</p>
      </sec>
      <sec id="sec-11-3">
        <title>Conclusions and Future Work</title>
        <p>In bilingual task IR-n system has obtained better results merging translations than others
translations. On the other hand, the combined passages method allows to improve the scores in the
bilingual task on the fixed passages method. Like it happens in monolingual task.</p>
        <p>Thus, we conclude that IR-n is a good information retrieval system for CLIR systems. It
overcomes to document-based systems such as OKAPI-ZPrise in bilingual experiments. In
addition, the integration of this system with complex merging algorithms such as 2-step RSV is
straightforward. On the other hand, the improvement of IR-n respect of OKAPI-ZPrise is not
fully exploited by 2-step RSV merging algorithm since this algorithm creates a dynamic index
based on classic document retrieval models (more precisely the dynamic index created by 2-step
RSV uses an OKAPI weighting schema). Possibly, if an IR-nlike system were implemented for the
creation of such dynamic index the multilingual results would be improved in the same way that
the monolingual results are.
6</p>
      </sec>
      <sec id="sec-11-4">
        <title>Acknowledgements</title>
        <p>This research has been partially funded by the Spanish Government under project CICyT number
TIC2003-07158-C04-01 and by the Valencia Government under project numbers GV04B-276 and
GV04B-268</p>
        <p>Machine Translation translates the whole of the phrase better than word by word. Thus, we don’t know which
word is translated for each word. An alignment algorithm at word level is required.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>M.</given-names>
            <surname>Kaskziel</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Zobel</surname>
          </string-name>
          .
          <article-title>Passage retrieval revisited</article-title>
          .
          <source>In Proceedings of the 20th annual International ACM Philadelphia SIGIR</source>
          , pages
          <fpage>178</fpage>
          -
          <lpage>185</lpage>
          ,
          <year>1997</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>F. W.</given-names>
            <surname>Lancaster</surname>
          </string-name>
          .
          <source>Information Retrieval Systems: Characteristics, Testing and Eval</source>
          . John Wiley and Sons, New York,
          <year>1979</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>F.</given-names>
            <surname>Llopis.</surname>
          </string-name>
          IR-n: Un Sistema de Recuperaci´on de Informaci´
          <article-title>on Basado en Pasajes</article-title>
          .
          <source>PhD thesis</source>
          , University of Alicante,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Llopis</surname>
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Noguera</surname>
            <given-names>E.</given-names>
          </string-name>
          <article-title>Combining passages in monolingual experiments with ir-n system</article-title>
          .
          <source>In Workshop of Cross-Language Evaluation Forum (CLEF</source>
          <year>2005</year>
          ), In this volume, Vienna, Austria,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>F.</given-names>
            <surname>Mart</surname>
          </string-name>
          <article-title>´ınez-</article-title>
          <string-name>
            <surname>Santiago</surname>
          </string-name>
          ,
          <article-title>Miguel Garc´ıa-</article-title>
          <string-name>
            <surname>Cumbreras</surname>
            , and
            <given-names>L.A.</given-names>
          </string-name>
          <string-name>
            <surname>Uren</surname>
          </string-name>
          <article-title>˜a. SINAI at CLEF 2004: Using Machine Translation Resources with Mixed 2-Step RSV Merging Algorithm</article-title>
          .
          <source>Advances in Cross-Language Information Retrieval. Lecture Notes in Computer Science</source>
          . Springer Verlag. In press.,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>F.</given-names>
            <surname>Mart</surname>
          </string-name>
          <article-title>´ınez-</article-title>
          <string-name>
            <surname>Santiago</surname>
            ,
            <given-names>L.A.</given-names>
          </string-name>
          <string-name>
            <surname>Uren</surname>
          </string-name>
          <article-title>˜a, and M. Mart´ın. A merging strategy proposal: two step retrieval status value method</article-title>
          .
          <source>Information Retrieval</source>
          . In press,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Rafael</surname>
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Terol</surname>
          </string-name>
          .
          <article-title>The university of alicante at cl-sr track</article-title>
          .
          <source>In Workshop of Cross-Language Evaluation Forum (CLEF</source>
          <year>2005</year>
          ), In this volume, Vienna, Austria,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>