<!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>NTU at CLEF 2001: Chinese-English Cross-Lingual Information Retrieval</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Hsin-Hsi Chen</string-name>
          <email>hh_chen@csie.ntu.edu.tw</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Wen-Cheng Lin</string-name>
          <email>denislin@nlg2.csie.ntu.edu.tw</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science and Information Engineering National Taiwan University Taipei</institution>
          ,
          <country country="TW">TAIWAN, R.O.C</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper reports the work of NTU on bilingual-retrieval task at CLEF 2001. We proposed five models. Model 1 used co-occurrence information to disambiguate translation equivalents; Model 2 augmented restriction terms to the original queries; Model 3 used C-E WordNet to translate queries; Model 4 combined Model 3 with Model 2; Model 5 merged the queries constructed by Model 2 and 3. The best one is Model 5. The average precision of Model 5 is 0.1135, which is 53.06% of monolingual information retrieval.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>National Taiwan University (NTU) Natural Language Processing Laboratory (NLPL) participated
bilingual-retrieval task at CLEF 2001. In this experiment, we used Chinese queries to retrieve English
documents and query translation was adopted to unify the language of queries and documents.</p>
      <p>
        In our previous works, several approaches were proposed.
        <xref ref-type="bibr" rid="ref1">Bian and Chen (1998)</xref>
        proposed a hybrid
approach that integrated both lexical and corpus knowledge to translate queries. A bilingual dictionary
provides the translation equivalents of each query term, and the word co-occurrence information trained from a
target language text collection is used to disambiguate the translation. Target polysemy is another problem in
CLIR.
        <xref ref-type="bibr" rid="ref3">Chen , Bian and Lin (1999</xref>
        ) augmented a pseudo context to a query term to restrict its use in the target
language. The contextual information is trained from a source language text collection. Chen, Lin and Lin
(2000) proposed a method to construct a Chinese-English WordNet automatically. We used this C-E WordNet
and a bilingual dictionary to translate queries. In this paper, we propose a combined approach that use C-E
WordNet and augmented restrictions to construct target queries.
      </p>
      <p>Academic Sinica Balanced Corpus (abbreviated as ASBC corpus) is a POS-tagged Chinese balanced
corpus. The major topics include philosophy (10%), science (10%), society (35%), art (5%), life
(20%), and literary (20%). This corpus is composed of five million words.
(3) TREC6 text collection (Harman, 1997)</p>
      <p>The text collection contains 556,077 English documents, and is about 2.2G bytes.
(4) Chinese-English WordNet</p>
      <p>
        In our previous work
        <xref ref-type="bibr" rid="ref2 ref4">(Chen, Lin and Lin, 2000)</xref>
        , we proposed a method to construct a
Chinese-English WordNet automatically. Chinese words in tong2yi4ci2ci2lin2 ("同義詞詞林")
(Mei, et al., 1982) are mapped into WordNet (Fellbaum, 1998). Following the structures of
WordNet, a Chinese WordNet and a Chinese-English WordNet are derived.
      </p>
      <p>The co-occurrence information of Chinese and English words was trained from ASBC corpus and TREC6
text collection respectively. We adopted mutual information (MI) (Church, et al., 1989) to measure its strength.
For each word, we collected its mutual information with other words within a window of size 3.</p>
    </sec>
    <sec id="sec-2">
      <title>3. Query translation</title>
      <p>We adopted query translation to unify the language of queries and documents. The Chinese queries were
translated into English. The translated English queries were used to retrieve English documents using a
monolingual information retrieval system. We proposed four models to translate queries. Model 1 uses
co-occurrence information trained from a text collection in source language to select the best translation
equivalents of source language query terms. Model 2 tries to resolve the target polysemy problem by
augmenting some restriction words. Model 3 uses automatic constructed C-E WordNet to translate queries.
Model 4 combines Model 2 and 3.</p>
    </sec>
    <sec id="sec-3">
      <title>3.1. Model 1 – CO Model</title>
      <p>At first, the Chinese queries were segmented. For each Chinese word, we collected the translation equivalents
by looking up a Chinese-English bilingual dictionary. Then the best translation equivalents were selected by
using the co-occurrence information. The mutual information was trained from a text collection in target
language, i.e. TREC6 text collection. For a query term, we compare the MI values of all the translation
equivalent pairs (x, y), where x is the translation equivalent of this term, and y is the translation equivalent of
another query term within a sentence. The word pair (xi, yj) with the highest MI value is extracted, and the
translation equivalent xi is regarded as the best translation equivalent of this query term. Selection is carried
out based on the order of the query terms.</p>
    </sec>
    <sec id="sec-4">
      <title>3.2. Model 2 – Resolving Target Polysemy Problem</title>
      <p>In order to resolve target polysemy problem, we augmented some words to restrict the use of a translated query
term in target language. In this model, the Chinese queries were translated by CO model, and the translation
equivalents of augmented words were added to target language queries. The augmented restriction words of a
source language query term are those words that frequently co-occur with it within a window. The
co-occurrence information was trained from ASBC corpus, and the mutual information was used to measure the
strength. We collected the co-occurred terms that have only one translation as the candidates. Then we apply
CO model to the translations of these candidates and select one term for each original query term.</p>
      <p>The translations of original query terms and augmented restriction terms were assigned different weights.
They were determined by the following formula:
weight(Ei) = ∑kn=1 mk (1)
weight(EWij) = 1
(2)
Where n is number of words in a query Q; Ei is the translation of query term Ci; EWij is the translation of
augmented restriction term CWij and mk is the number of words in a restriction for Ck.</p>
    </sec>
    <sec id="sec-5">
      <title>3.3. Model 3 – Using Chinese-English WordNet</title>
      <p>In this model, Chinese-English WordNet was used to construct English queries. First, a Chinese query was
tagged by a POS tagger. After removing stop words, we looked up the Chinese-English WordNet for the
remaining Chinese words. A set of synsets was retrieved for each Chinese query term. We computed the
mutual information for the sets of synsets, and selected a synset for each Chinese query term. The mutual
information of two synsets is defined as follows. Let synset1 and synset2 be synsets for two query terms.
Assume synset1 and synset2 are composed of m and n English words, respectively.</p>
      <p>m n</p>
      <p>MI (synset1, synset 2 ) = i ∑=1 j∑=1MI (t1i , t2 j ) /(m × n) (3)
Where ti is the English word in synseti. The MI values of any two English words are trained from TREC-6
corpus. All English words in the selected synsets were used to construct the target query. The translation
equivalents in the selected synsets were assigned larger weights. The weights of translation equivalents in the
selected synsets were 3 and that of other words were 1.</p>
      <p>When looked up Chinese-English WordNet , some query terms can’t be found. For these query terms, we
add their translation equivalents to the English query. The weights of these translation equivalents were 1.</p>
    </sec>
    <sec id="sec-6">
      <title>3.4. Model 4 – Combined Approach</title>
      <p>Consider the terms that can’t be found in Chinese-English WordNet in Model 3, we used translations and
restriction terms obtained in Model 2 instead of all translation equivalents retrieved from our bilingual dictionary.
The weights of these translations were 3 and that of restriction terms were 1.</p>
    </sec>
    <sec id="sec-7">
      <title>4. IR system</title>
      <p>Our Information Retrieval system is based on vector space model. The index terms are English words, and the
term weighting function is tf*idf. When a query is submitted to this IR system, it computes the similarities of
this query and all documents, then returns top rank documents. We adopt cosine vector similarity formula to
measure the similarity of a query and a document. Higher score means that the query and the document are
more similar.</p>
    </sec>
    <sec id="sec-8">
      <title>5. Results</title>
      <p>We submitted four runs: NTUco, NTUa1wco, NTUaswtw and NTUtpwn. The English queries of these four
runs were constructed by Model 1, 2, 3 and 4, respectively. In our experiments, only the Title and Description
fields were used to generate queries. The results are shown in Table 1. There were some bugs in our IR
system. Only the documents in January, February and March were indexed. We re-indexed all documents
and did four new runs: CO, A1WCO, ASWTW and TPWN. We also did an unofficial run: MONO, a
monolingual run. The results are shown in Table 2.</p>
      <p>The average precision of run CO is 0.1108, which is 51.8% of monolingual information retrieval. The
performances of some queries were very bad. Word segmentation errors may be one of the reasons. Take “史
特加” as an example. The word “史特加” (Schneider) was segmented into “史”, “特” and “加”, and were
translated into “history”, “unusual” and “recruit” respectively. Dictionary coverage is another problem. Some
proper nouns are not included in our bilingual dictionary. For example, “歐斯基爾肯” (Euskirchen) is not
included in the dictionary. Because the lack of the translation of “歐斯基爾肯”, the relevant document of
query 75 can’t be retrieved.</p>
      <p>The performance of run A1WCO is almost the same as run CO. In Model 2, we add some restriction
terms to the original queries. The augmented restriction terms help us to retrieve more relevant documents, but
the average precision decrease. When we add words to the original queries, we may also introduce noises.
Some augmented restriction terms are related to the query terms that the restriction terms are augmented to, but it
is not relevant to the queries. Thus, these terms become noises.</p>
      <p>When we used C-E WordNet, the performance is not good. While constructing C-E WordNet, some
Chinese words may have been mapped to wrong synsets. For example, “中國” (China) was mapped to the
synset that only contain “Kyushu”. Thus we can’t find any document that relevant to “Chinese Currency
Devaluation”. In Model 3, we used all translation equivalents of the words that are not included in C-E
WordNet. In this way, some inappropriate translations were also added to the target queries. In Model 4, we
used the translations and restriction terms that obtained from Model 2. The result shows that the performance is
improved. The average precision of run TPWN is 0.1080, which is 50.49% of monolingual information
retrieval. It is better than run ASWTW, but still worse than other runs. We try another combination method.
We simply merge the target queries that constructed by Model 2 and 3. The last row of Table 2 shows the result.
The average precision of run TPWN2 is 0.1135.</p>
    </sec>
    <sec id="sec-9">
      <title>6. Conclusions</title>
      <p>In CLEF 2001, we proposed five models. Model 1 used a hybrid approach that integrated both lexical and
corpus knowledge to translate queries. The word co-occurrence information is used to disambiguate translation
equivalents; Model 2 augmented some restriction terms to the original queries to deal with target polysemy
problem; Model 3 used C-E WordNet to translate queries; Model 4 combined Model 3 with Model 2; Model 5
merged the queries constructed by Model 2 and 3. The best one is Model 5. The average precision of Model
5 is 0.1135, which is 53.06% of monolingual information retrieval.</p>
      <p>Dictionary coverage is a problem while translating queries. Since the important words of some queries are
not included in our bilingual dictionary, the performances of these queries were bad. Word segmentation error
is another problem. If a word is not segmented correctly, we can’t find it’s correct translation. In Model 3, we
found that the C-E WordNet has errors. Some Chinese words may have been mapped to wrong synsets. In
the future, we will refine the bilingual dictionary and C-E WordNet and conduct more precise error analysis.</p>
      <p>Church, K.W., et al. (1989). “Parsing, Word Associations and Typical Predicate-Argument Relations.” In</p>
      <p>Proceedings of International Workshop on Parsing Technologies, 389-398.</p>
      <p>Fellbaum, C. (Ed.). (1998). WordNet: An Electronic Lexical Database. Cambridge, MA: MIT Press.
Harman, D.K. (1997) TREC-6 Proceedings, Gaithersburg, Maryland.</p>
      <p>Huang, C.R., et al. (1995) “Introduction to Academia Sinica Balanced Corpus.” In Proceedings of ROCLING</p>
      <p>VIII, Taiwan, 81-99.</p>
      <p>Mei, J., et al. (1982). tong2yi4ci2ci2lin2. Shanghai Dictionary Press.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Bian</surname>
            ,
            <given-names>G.W.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>H.H.</given-names>
          </string-name>
          (
          <year>1998</year>
          )
          <article-title>“Integrating Query Translation and Document Translation in a Cross-Language Information Retrieval System</article-title>
          .
          <source>” Machine Translation and Information Soup, Lecture Notes in Computer Science</source>
          , No.
          <volume>1529</volume>
          , Spring-Verlag,
          <fpage>250</fpage>
          -
          <lpage>265</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Bian</surname>
            ,
            <given-names>G.W.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>H.H.</given-names>
          </string-name>
          (
          <year>2000</year>
          ).
          <article-title>“Cross language information access to multilingual collections on the Internet</article-title>
          .
          <source>” Journal of American Society for Information Science</source>
          ,
          <volume>51</volume>
          (
          <issue>3</issue>
          ),
          <fpage>281</fpage>
          -
          <lpage>296</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>H.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bian</surname>
            ,
            <given-names>G.W.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>W.C.</given-names>
          </string-name>
          (
          <year>1999</year>
          )
          <article-title>“Resolving Translation Ambiguity and Target Polysemy in Cross-Language Information Retrieval</article-title>
          .”
          <source>In Proceedings of 37th Annual Meeting of the Association for Computational Linguistics</source>
          ,
          <fpage>215</fpage>
          -
          <lpage>222</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>H.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>C.C.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>W.C.</given-names>
          </string-name>
          (
          <year>2000</year>
          ).
          <article-title>“Construction of a Chinese-English WordNet</article-title>
          and Its Application to CLIR.”
          <source>In Proceedings of the Fifth International Workshop on Information Retrieval with Asian Languages</source>
          ,
          <fpage>189</fpage>
          -
          <lpage>196</lpage>
          . Hong Kong: ACM.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>