<!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>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Mirna Adriani Department of Computing Science University of Glasgow Glasgow G12 8QQ</institution>
          ,
          <addr-line>Scotland</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>We present a report on our participation in the English-Dutch bilingual task of the 2001 Cross-Language Evaluation Forum (CLEF). We attempted to demonstrate that good cross language query translation results can be obtained by combining a dictionary based and parallel corpus based techniques. A parallel corpus based technique was used to choose the best sense from all possible senses found in the dictionary. However, our results demonstrate that a pure dictionary based technique produces the best query translation than a parallel corpus based and the combined techniques. We also show that improvement in retrieval effectiveness can be obtained using a query expansion technique.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction 1 2</title>
      <p>This year we, the University of Glasgow IR-group, participate in the bilingual 2001 Cross Language Evaluation
Forum (CLEF) task, i.e., the English-Dutch CLIR. We employ a dictionary based query translation technique
using a publicly available dictionary on the Internet. We learned from our previous year's work that this
dictionary does not provide good translation terms, as its vocabulary is very limited. We hoped that we could
improve on the result using other resources. As a parallel corpus was made available for this forum, we opted to
use it for this purpose.
2.1
sentence is worse than incorrectly excluding a sentence. After this clean up process, the parallel corpus contains
62,536 sentences.</p>
      <p>The glossary table entry is created using the following formula:
where</p>
      <p>PT = tfED / ( tfE + tfD - tfED )
PT = the probability that an English term is a translation of a Dutch term
tfED = the frequency of both the English and the Dutch terms occur together
tfE = the occurrence frequency of the English term
tfD = the occurrence frequency of the Dutch term
For each English term in the sentence, we obtain the Dutch translation term from the parallel sentences with the
highest PT. Below are some sample entries in the glossary table and their PT values:
4.5946 find-vind
5.5946 human-humaan
6.6868 indian-indisch
6.7637 russia-rusland
2.2</p>
    </sec>
    <sec id="sec-2">
      <title>Choosing the Best Translation Term</title>
      <p>The dictionary based query translation technique produces one or more translation terms in the target language
for each term in the source language. A sense disambiguation technique is used to choose the best possible
translation term. We perform the sense disambiguation process as follows:
1. Obtain the Dutch translation terms of the given English term from the dictionary.
2. Obtain entries in the glossary table for the same English term.
3. Select the Dutch translation term from terms obtained in step 1 that has the highest PT value in the
entries obtained in step 2.
4. If the English term is not found in the dictionary but has entries in the glossary table then select
the Dutch term from the glossary entries that has the highest PT value.
5. If the English term is not found in either the dictionary or the glossary table then it is taken
without translation.
2.2</p>
    </sec>
    <sec id="sec-3">
      <title>Query Expansion Technique</title>
      <p>
        Expanding translation queries has been shown to improve the CLIR effectiveness. One of the query expansion
techniques is called the pseudo relevance feedback. This technique is based on an assumption that the top few
documents retrieved are indeed relevant to the query, and so they must contain other terms that are also relevant
to the query. The query expansion technique adds such terms into the translated queries. We applied this
technique in this work. In choosing the good terms from the top ranked documents, we use the tf*idf term
weighting formula [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. We add a certain number of terms that have the highest weight values.
3
      </p>
    </sec>
    <sec id="sec-4">
      <title>Experiment</title>
      <p>The Dutch document collection contains 190,604 documents from two Dutch newspapers, the Algemeen
Dagblad and the NRC Handelsblad. We participate in the bilingual task using the English topics. We opted to
use the query title and the description for all of the available 50 topics. In addition to the combined dictionary
and parallel corpus based technique we also conducted an experiment using a pure dictionary based query
translation technique, and an experiment using a pure parallel corpus based query translation.
The query translation process is performed fully automatic. Stopwords are removed from the English queries and
the remaining terms are stemmed using the Porter stemmer. For the pure dictionary based translation technique,
we simply include all possible translation terms found in the dictionary, i.e., without any sense disambiguation.
If phrases in the queries are not found in the dictionary, they are translated by translating the individual
constituent terms. For the pure parallel corpus based translation technique, we simply select the translation term
in the glossary entry that has the highest PT value. In these two techniques, English terms that are not found in
the dictionary or in the glossary table are taken without translation.</p>
      <p>We use a machine-readable dictionary downloaded from the Internet at http://www.freedict.com. This dictionary
contains short translations of English words in a number of languages. We realized that the dictionary is not
ideal for our purpose, as most of its entries contain only one or two senses. However, its free availability
outweighs its limitation. We reformatted the dictionary files so that our query translator program can read them.
The dictionary contains 9,972 entries.</p>
      <p>Then we apply the pseudo relevance feedback query expansion technique to the combined dictionary and parallel
corpus based technique. We used the top 20 and 30 documents to extract the expansion terms.
In these experiments, we used the INQUERY information retrieval system to index and retrieve the documents.
Terms in the Dutch queries and documents are stemmed using the Dutch stemmer from the Muscat system.
4</p>
    </sec>
    <sec id="sec-5">
      <title>Results</title>
      <p>Our work concentrates on the bilingual task using English queries to retrieve documents from the Dutch
collections. The result that we submitted (code-named glaenl) is the one from the combined dictionary and
parallel corpus based technique. Table 1 shows the result of our experiments. The retrieval performance of the
translation queries obtained using the dictionary based technique falls 34.55% below that of the monolingual
query (see Table 1). The performance of the query translation using parallel corpus only is the worst, i.e.,
60.46% below that of the monolingual query. The retrieval performance of the combined method is 40.80%
below the monolingual performance. This indicates that the parallel corpus based sense disambiguation
technique drops the performance of the dictionary based translation queries by 5.25%.</p>
      <sec id="sec-5-1">
        <title>Task</title>
      </sec>
      <sec id="sec-5-2">
        <title>Monolingual</title>
      </sec>
      <sec id="sec-5-3">
        <title>Dictionary</title>
      </sec>
      <sec id="sec-5-4">
        <title>Parallel corpus</title>
      </sec>
      <sec id="sec-5-5">
        <title>Dictionary &amp; P corpus P/R</title>
        <p>0.3238
0.2119
0.1280
0.1917
% Change</p>
        <p>-34.55
-60.46
-40.80</p>
        <p>The performance of the translated queries using only the dictionary is better than that of using only the glossary
table. This correlates with the number of Dutch query terms that are not found the dictionary and the glossary
table. Out of 569 English terms, there are 135 terms that are not found in the dictionary and 260 terms that are
not found in the glossary table.</p>
        <p>
          Dutch is a language that contains compound words as German. It has been shown that applying a
compoundword splitter results in better retrieval performance [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]. Unfortunately, we do not have any Dutch
compoundword splitter which could have improved the entries of our glossary table. In our previous work [
          <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
          ], we
showed that German queries can be better translated to English than Spanish queries because German compound
words have exact meanings in English as compared to Spanish phrases which have to be translated word by
word using a dictionary. In other words, the degree of ambiguity of the German queries is less than that of the
Spanish queries. On the other hand, translating queries from English to German is a difficult task as it involves
translating multi-word terms into single-word compound terms is a very difficult task. Such is also the
difficulty in translating English queries to Dutch.
4
        </p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Summary</title>
      <p>Our results demonstrate that using freely available bilingual dictionaries can produce superior cross-language
retrieval performance as compared to using more expensive parallel corpora. However, this also depends on the
breadth of topic coverage of the dictionary and the parallel corpus used. Given more sophisticated linguistic
tools such as compound-word splitter and part of speech taggers, a parallel corpus based technique is likely to
perform as effective, if not more, than the dictionary based approach.
5</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Adriani</surname>
            , M. and
            <given-names>C.J. van Rijsbergen. Term</given-names>
          </string-name>
          <string-name>
            <surname>Similarity</surname>
          </string-name>
          <article-title>Based Query Expansion for Cross Language Information Retrieval</article-title>
          .
          <source>In Proceedings of Research and Advanced Technology for Digital Libraries, Third European Conference (ECDL'99)</source>
          , p.
          <fpage>311</fpage>
          -
          <lpage>322</lpage>
          . Springer Verlag: Paris,
          <year>September 1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Adriani</surname>
            ,
            <given-names>M. Ambiguity</given-names>
          </string-name>
          <article-title>Problem in Multilingual Information Retrieval</article-title>
          .
          <source>In CLEF 2000 Working Note Workshop</source>
          . Portugal,
          <year>September 2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Hiemstra</surname>
            , Djoerd, Wessel Kraaij, Renee Pohlmann, and
            <given-names>Thijs</given-names>
          </string-name>
          <string-name>
            <surname>Westerveld</surname>
          </string-name>
          . Twenty-One at CLEF-2000:
          <article-title>Translation resources, merging strategies and relevance feedback</article-title>
          .
          <source>In CLEF 2000 Working Note Workshop</source>
          . Portugal,
          <year>September 2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Salton</surname>
          </string-name>
          , Gerard, and
          <string-name>
            <surname>McGill</surname>
            ,
            <given-names>Michael J</given-names>
          </string-name>
          . Introduction to Modern Information Retrieval, New York: McGrawHill,
          <year>1983</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>