<!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>Domain-Speci c Cross Language Retrieval: Comparing and Merging Structured and Unstructured Indices</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Jens Kursten &amp; Maximilian Eibl Chemnitz, University of Technology Faculty of Computer Science</institution>
          ,
          <addr-line>Chair Media Informatics Stra e der Nationen 62 09111 Chemnitz</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This year, we participated in all Monolingual, Bilingual and Multilingual tasks of the DomainSpeci c track. We used a redesigned version of our retrieval system prototype from 2006, which is based on the Lucene API [1]. A plugin to access the online translation services Google Translate [2] and PROMT [3] was implemented for the cross-language experiments. Furthermore, we tried to gure out the di erences between plain and structured indices and also applied a data fusion approach for both index schemes. In comparison to the median of all participants of the Monolingual tasks we achieved average performance for our german and english and strong performance for our russian runs. The results of the cross-language tasks were robust compared to our own monolingual experiments and better than the average of the results submitted by all participants.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction and outline</title>
      <p>2.1</p>
      <sec id="sec-1-1">
        <title>English 2.2</title>
      </sec>
      <sec id="sec-1-2">
        <title>German 2.3</title>
      </sec>
      <sec id="sec-1-3">
        <title>Russian</title>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>Monolingual con gurations</title>
      <p>
        In our experiments, we tried to improve the basic retrieval performance by combining di erent index schemes
in a multi-index. Therefore, we created two di erent indices for each of the three languages of the task. We
used the structure of the corresponding corpus for one index. For the creation of the other index we simply
threw away the complete structure of the documents from the collection. We submitted one run using the
structured index, another one using the plain index and nally a multi-index run combining both of them.
That was the main setup for all Monolingual tasks. The data fusion of the multi-index con gurations was
realized with the z-score operator, which had been introduced in [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>
        The general con guration of our system was as follows. We used a classic language processing chain for
processing the topics, i.e. a stopword lter with the stopword lists provided by [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] and a stemming algorithm
depending on the language (see the following subsections) as well as a standard tokenizer. A standard
pseudo-relevance feedback approach has been used to improve retrieval performance. We also used our
frequency-based topic pre-processor from last year.
      </p>
      <p>
        For this task, we merged a number of indices in each run. The main di erence between the con gurations
is the structure of the data in the indices, as mentioned above. Additionally, two di erent english stemming
approaches were combined with data fusion in each of the submitted runs. The rst was the Porter stemmer
from the Snowball Project [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and the second the Krovetz stemmer, which is described in [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
For the Monolingual German task we only used the German2 stemmer from the Snowball Project [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. We
did not use any decompounding algorithm or decompounding stemmer as we had done last year, since we
run short on time for the adaptation of the code to work within our new retrieval framework. Furthermore,
we were not able to use the thesaurus for query expansion for the same reason. We did some additional
experiments after the submission deadline. The results are also shown in the section 4.
In our experiments for the Monolingual Russian task we used an analyzer and a stemmer, which are part of
an outdated version of the Lucene API [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Again, we combined the two di erent index schemes that were
mentioned before.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Cross-lingual con gurations</title>
      <p>
        We developed a plug-in that is capable to access an online translation service to receive translations for
the cross-lingual experiments. Namely, Google Translate [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] and PROMT [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] had been used, because they
performed best in some preliminary runs. Additionaly, we used the bilingual thesauri that were provided for
the tasks. The con guration of the cross-lingual runs is based on the combination of the monolingual runs
on the corresponding target collection.
3.1
      </p>
      <sec id="sec-3-1">
        <title>Bilingual con gurations</title>
        <p>The con gurations we submitted for the Bilingual task are summarized in table 1. The merged monolingual
run of the corresponding target collection is the basis of each of the con gurations.
CUT DS BILI RU2EN MERGED
CUT DS BILI DE2EN MERGED
CUT DS BILI DE2EN MERGED THES
CUT DS BILI RU2DE MERGED
CUT DS BILI RU2DE MERGED THES
CUT DS BILI EN2DE MERGED
CUT DS BILI EN2DE MERGED THES
CUT DS BILI EN2RU MERGED
CUT DS BILI DE2RU MERGED
CUT DS BILI DE2RU MERGED THES</p>
        <p>RU-EN
DE-EN
DE-EN
RU-DE
RU-DE
EN-DE
EN-DE
EN-RU
DE-RU
DE-RU</p>
        <p>Google Translate
Google Translate
Google Translate + thesaurus
PROMT
PROMT + thesaurus
Google Translate
Google Translate + thesaurus
Google Translate
PROMT</p>
        <p>PROMT + thesaurus</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Results</title>
      <p>4.1</p>
      <sec id="sec-4-1">
        <title>Monolingual</title>
        <p>This section summarizes the results of our experiments according to the corresponding task of the
DomainSpeci c track.</p>
        <p>The results for the Monolingual English task are shown in table 3. As we expected, the merged run performed
best. An interesting observation is that the experiment based on the structured index performs very bad.
Whether this is due to an unbalanced weighting scheme or to an inappropriate structure of the collection is
currently under investigation. Interestingly the merged run performes only slightly better than the plain one.</p>
        <p>Concerning the performance of the structured index, the same conclusions as for the Monolingual English
task can be drawn.</p>
        <p>
          We also submitted experiments for the Monolingual Russian task. The results are shown in table 5. Again,
the merged run performs best and the experiment with the structured index worst. The general performance
of the runs is worse compared to the other monolingual tasks. But the evaluation results of the past years
share this observation, which can be seen in [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] and [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ].
        </p>
        <p>The results show that the russian source topics performed best for the english target collection. The
robustness of our cross-lingual retrieval is approved by the small decrease of 12.36% in performance (in
comparison to our best monolingual run). One can also see that using the provided bilingual thesaurus
enhances the performance.
1not o cially submitted experiment</p>
        <p>For the german target collection the english source topics achieved the best results in our experiments.
Again, the use of the provided bilingual thesauri improves performance in all cases and the small gap (9.03%)
between the best monolingual and bilingual experiments shows the robustness of the cross-language retrieval.</p>
        <p>The bilingual experiments on the russian target collection perform not that good, but compared to our
monolingual runs the results are acceptable. Again, the gap of 12.96% to the best monolingual run is very
small. In contrast to the runs on the other target collections, the utilization of the thesaurus for translation
does not improve retrieval performance here.
The results of our multilingual experiments are summarized in table 9. It can be seen that the multilingual
retrieval is still a hard task for scienti c data collections. We show the performance of an additional
experiment, which was not o cially submitted. The performance of this experiment is best, because we changed
the data fusion approach from z-score to simple sum-score merging.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusions and future work</title>
      <p>In our experiments we achieved fairly robust cross-lingual retrieval results. Nevertheless, our monolingual
retrieval experiments did not meet our expectations and performed signi cantly worse than last year. This
was mainly due to major changes in the system architecture: Some of the language processing algorithms
were not ready this year. Additional experiments next to the o cial runs included thesaurus-based query
expansion. Here, a slight increase in performance for the Monolingual tasks could be achieved.
In the future we will improve the system and implement some language processing algorithms that we already
used last year. Furthermore, we have to investigate our weighting scheme to use the collection structure and
implement some kind of adaptive weighting, for example. Besides, we will do some work on our translation
scheme to achieve better performance in the cross-lingual tasks. Especially for the Multilingual task, we will
focus our research on more e cient data fusion approaches.
2not o cially submitted experiment</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>The</given-names>
            <surname>Apache Software Foundation</surname>
          </string-name>
          (
          <year>1998</year>
          -
          <fpage>2007</fpage>
          ).
          <source>Lucene. Retrieved August 16</source>
          ,
          <year>2007</year>
          , from Lucene Web site: http://lucene.apache.org
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Google</surname>
          </string-name>
          (
          <year>2007</year>
          ).
          <article-title>Google Translate BETA</article-title>
          .
          <source>Retrieved August 16</source>
          ,
          <year>2007</year>
          , from Google Web site: http://www.google.com/translate_t
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>PROMT</given-names>
            ,
            <surname>Ltd.</surname>
          </string-name>
          (
          <year>2003</year>
          -
          <fpage>2007</fpage>
          ).
          <article-title>PROMT online-translator</article-title>
          .
          <source>Retrieved August 16</source>
          ,
          <year>2007</year>
          , from PROMT Web site: http://www.online-translator.com/text.asp
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4] Kursten,
          <string-name>
            <given-names>J.</given-names>
            &amp;
            <surname>Eibl</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          (
          <year>2006</year>
          ).
          <article-title>Monolingual Retrieval Experiments with a Domain-Speci c Document Corpus at the Chemnitz Technical University</article-title>
          .
          <source>In Working Notes for the CLEF 2006 Workshop</source>
          ,
          <fpage>20</fpage>
          -
          <lpage>22</lpage>
          September, Alicante, Spain.
          <source>Retrieved August 16</source>
          ,
          <year>2007</year>
          , from CLEF Web site: http://www.clef-campaign.org/2006/working_notes/workingnotes2006/kuerstenCLEF2006.pdf
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Overture</given-names>
            <surname>Services</surname>
          </string-name>
          , Inc. (
          <year>2006</year>
          ).
          <article-title>Babel Fish online-translator</article-title>
          .
          <source>Retrieved August 16</source>
          ,
          <year>2007</year>
          , from Altavista Web site: http://babelfish.altavista.com/babelfish/tr
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Softissimo</surname>
          </string-name>
          (
          <year>2007</year>
          ).
          <article-title>Reverso online-translator</article-title>
          .
          <source>Retrieved August 16</source>
          ,
          <year>2007</year>
          , from Reverso Web site: http://www.reverso.net/text_translation.asp
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Savoy</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2004</year>
          ).
          <article-title>Data Fusion for E ective European Monolingual Information Retrieval</article-title>
          .
          <source>In Working Notes for the CLEF 2004 Workshop</source>
          ,
          <fpage>15</fpage>
          -
          <lpage>17</lpage>
          September, Bath, UK.
          <source>Retrieved August 16</source>
          ,
          <year>2007</year>
          , from CLEF Web site: http://www.clef-campaign.org/2004/working_notes/WorkingNotes2004/22.pdf
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8] University of Neuch^atel, IIUN - computer science department (
          <year>2007</year>
          ).
          <article-title>CLEF and Multilingual information retrieval</article-title>
          .
          <source>Retrieved August 16</source>
          ,
          <year>2007</year>
          , from IIUN Web site: http://members.unine.ch/jacques.savoy/clef/index.html
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Porter</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2001</year>
          -
          <fpage>2007</fpage>
          ).
          <article-title>The Snowball Project</article-title>
          .
          <source>Retrieved August 16</source>
          ,
          <year>2007</year>
          , from Snowball Web site: http://snowball.tartarus.org
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Krovetz</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          (
          <year>1993</year>
          ).
          <article-title>Viewing morphology as an inference process</article-title>
          .
          <source>In Proceedings of the 16th Annual International ACM SIGIR Conference</source>
          , pages
          <fpage>191</fpage>
          -
          <lpage>202</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>The</given-names>
            <surname>Apache Software Foundation</surname>
          </string-name>
          (
          <year>1998</year>
          -
          <fpage>2007</fpage>
          ).
          <source>Lucene. Retrieved August 16</source>
          ,
          <year>2007</year>
          , from Lucene Web site: http://svn.apache.org/viewvc/lucene/java/branches/lucene_1_
          <issue>4</issue>
          _2_dev/
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Di</given-names>
            <surname>Nunzio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. M.</given-names>
            &amp;
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <surname>N.</surname>
          </string-name>
          (
          <year>2005</year>
          ).
          <article-title>Appendix A - Results of the Core Tracks and Domain-Speci c Tracks</article-title>
          .
          <source>In Working Notes for the CLEF 2005 Workshop</source>
          ,
          <fpage>21</fpage>
          -
          <lpage>23</lpage>
          September, Vienna, Austria.
          <source>Retrieved August 16</source>
          ,
          <year>2007</year>
          , from CLEF Web site: http://www.clef-campaign.org/2005/working_notes/workingnotes2005/appendix_a.pdf
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>Di</given-names>
            <surname>Nunzio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. M.</given-names>
            &amp;
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <surname>N.</surname>
          </string-name>
          (
          <year>2006</year>
          ).
          <article-title>Appendix C - Results of the Domain Speci c Track</article-title>
          .
          <source>In Working Notes for the CLEF 2006 Workshop</source>
          ,
          <fpage>20</fpage>
          -
          <lpage>22</lpage>
          September, Alicante, Spain.
          <source>Retrieved August 16</source>
          ,
          <year>2007</year>
          , from CLEF Web site: http://www.clef-campaign.org/2006/working_notes/workingnotes2006/Appendix_Domain% 20Specific.pdf
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>