<!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>
        <contrib contrib-type="author">
          <string-name>Software R</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>D Group</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>RICOH CO.</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Koishikawa</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Bunkyo-ku</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tokyo</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>JAPAN ykoji@src.ricoh.co.jp</string-name>
        </contrib>
      </contrib-group>
      <pub-date>
        <year>2004</year>
      </pub-date>
      <abstract>
        <p>This paper describes the participation of RICOH in the monolingual and cross-lingual information retrieval tasks on German Indexing and Retrieval Testdatabase (GIRT) in the Cross-Language Evaluation Forum (CLEF) 2004. We used a morphological analyzer for word decompounding and parallel corpora for cross-lingual information retrieval. The performance of cross-lingual information retrieval was poor and that of monolingual information retrieval was not good. We need to check our modules and procedures. We are enhancing our information retrieval system for some languages [1, 2]. Our approach to the enhancement is to use same basic system and modify language depend modules. Our system showed reasonable performance for some European languages and the importance of word decompounding for the compound rich languages such as German in the participation in CLEF 2003 tasks [2]. This is our second participation in CLEF tasks. We used a commercial morphological analyzer for word decompounding and participated in GIRT tasks. Our focuses for this year were: 1. to confirm the performance of word decompounding 2. to find the problems in applying our approach to cross-lingual information retrieval Section 2 of this paper outlines our system, section 3 describes the modifications made for the experiments, section 4 gives the results, and section 5 contains some conclusions.</p>
      </abstract>
      <kwd-group>
        <kwd>f t</kwd>
        <kwd>d wt sq</kwd>
        <kwd>d = ∑ t∈q K + f t</kwd>
        <kwd>d k 4 • N +1 • '</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
    </sec>
    <sec id="sec-2">
      <title>2.1 Query term extraction</title>
      <p>We used “title” and “description” fields of each topic. An input topic string is transformed into a sequence of
stemmed tokens using a tokenizer and stemmer. Stop words are eliminated using a stopword dictionary. Two kinds
of terms are extracted from stemmed tokens for initial retrieval: a “single term” is each stemmed token and a
“phrasal term” consists of two adjacent tokens in a stemmed query string.</p>
    </sec>
    <sec id="sec-3">
      <title>2.2 Initial retrieval</title>
      <p>
        (
        <xref ref-type="bibr" rid="ref1">1</xref>
        )
(
        <xref ref-type="bibr" rid="ref2">2</xref>
        )
(3)
where N is the number of documents in the collection, nt is the document frequency of the term t, ft,d is the
in-document frequency of the term, ld is the document length, lave is the average document length, and k'4, k1 and b
are parameters.
      </p>
      <p>Weights for phrasal terms are set lower than those for single terms.</p>
    </sec>
    <sec id="sec-4">
      <title>2.3 Query expansion</title>
      <p>As a result of the initial retrieval, the top 10 documents are assumed to be relevant (pseudo-relevance) to the
query and selected as a “seed” for query expansion. Candidates for expansion terms are extracted from the seed
documents in the same way as for the query term extraction mentioned above. Phrasal terms are not used for query
expansion. The candidates are ranked on the Robertson's Selection Value [7], or RSVt and the top ranked terms are
selected as expansion terms. The weight is re-calculated as w2t using the Robertson/Sparck-Jones formula [8].</p>
      <p>
        RSVt = w2t •  rt R − nt N  (
        <xref ref-type="bibr" rid="ref3">4</xref>
        )
w2 t = α • wt + (1 −α ) • log
      </p>
    </sec>
    <sec id="sec-5">
      <title>2.5 Cross-lingual retrieval</title>
      <p>Using the initial query and expansion terms, the ranking module performs a second retrieval to produce the final
result.</p>
      <p>We performed English-to-German retrieval using well-known strategy and parallel corpora [9]. In the
cross-lingual retrieval process, the English query is submitted against the English database and top-n documents
are obtained. Their counterparts in the German database are exploited as seed documents to extract German query
terms. The extraction can be performed using completely same mechanism for query expansion in
pseudo-relevance feedback.</p>
    </sec>
    <sec id="sec-6">
      <title>3 Experiments</title>
      <p>There are five items in the system which needs adjustments depending on the language, 1) the tokenizer, 2) the
stemmer, 3) the stopword dictionary, 4) the training data and 5) the parallel corpora.</p>
      <p>We used mostly the same modules as last year and a commercial morphological analyzer which can tokenize a
sentence, decompose a compound word, and stem a word.</p>
      <p>Details of the items in the system are as follows:</p>
    </sec>
    <sec id="sec-7">
      <title>3.1 Stemming and tokenizing</title>
      <p>We had a selection of possible combinations of the stemmers and the tokenizers. The system can use Snowball
stemmer [10] and simple tokenizer which were used for the last year’s CLEF experiments, and the morphological
analyzer which is imported into the system this year.</p>
      <p>The possible combinations are limited by the behavior of the analyzer. It decomposes a compound word into its
single words and stems each single word in the same procedure. So there is no selection of word decompounding
without the stemming in the analyzer.</p>
      <p>After some experiments, we selected the combination of 1) word decompounding and 2) a two step stemming
which consists of the first stemming step of the decompounding and the second stemming step using snowball
stemmer.</p>
      <p>Table 1 shows the summary of our experiments.</p>
    </sec>
    <sec id="sec-8">
      <title>3.2 Stopword dictionary</title>
    </sec>
    <sec id="sec-9">
      <title>3.3 Parallel corpora</title>
      <p>This year, we used stopword dictionaries at Snowball site.</p>
      <p>We prepared additional two document databases using English and German GIRT corpus. First database was
made from the English corpus by extracting each tagged entity (TITLE, AUTHOR and ABSTRACT) as a
document and used for making lists of seed documents. Second database was made from the German corpus by the
same method and used for making German queries from the lists of seed documents.</p>
      <p>Each document was tokenized and stemmed depend on its language using the method mentioned above.</p>
      <p>Although we cannot expect all of corpus to be parallel in the real situation, we used all parallel corpora because
we could not get average score even using them.</p>
    </sec>
    <sec id="sec-10">
      <title>3.4 Training</title>
      <p>We searched the parameters of the system by the hill-climbing method, using average precision values of search
results with query expansion for the monolingual and cross-lingual retrieval task.</p>
      <p>Table 2 shows the average precision values after training.</p>
    </sec>
    <sec id="sec-11">
      <title>5 Conclusions</title>
      <p>We tested our new module for word decompounding and checked problems in applying our approach to
cross-lingual retrieval. According to our experiments, word decompounding is effective. But the result of the
official experiment was not good. We need check of our procedure to make data for submission. On the other hand,
we could not achieve the average score in cross-lingual retrieval tasks (both our experiment and official
experiment). We will check modules and the procedure for cross-lingual retrieval.</p>
      <p>Further analysis with additional experiments will be shown in the CLEF workshop.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Kojima</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Itoh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Mano</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ogawa</surname>
          </string-name>
          . Ricoh at CLEF 2003. At http://clef.iei.pi.cnr.it:2002/2003/WN_web/26.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Kojima</surname>
          </string-name>
          and
          <string-name>
            <given-names>H.</given-names>
            <surname>Itoh</surname>
          </string-name>
          .
          <article-title>Ricoh in the NTCIR-4 CLIR Tasks</article-title>
          . At http://research.nii.ac.jp/ntcir-ws4/
          <fpage>NTCIR4</fpage>
          -WN/CLIR/NTCIR4WN-CLIR-KojimaY.pdf [3]
          <string-name>
            <given-names>S. E.</given-names>
            <surname>Robertson</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Walker</surname>
          </string-name>
          .
          <article-title>On relevance weights with little relevance information</article-title>
          .
          <source>In Proceedings of the 20th Annual International ACM SIGIR Conference (SIGIR '97)</source>
          , pages
          <fpage>16</fpage>
          -
          <lpage>24</lpage>
          ,
          <year>1997</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ogawa</surname>
          </string-name>
          and
          <string-name>
            <given-names>H.</given-names>
            <surname>Mano</surname>
          </string-name>
          .
          <article-title>RICOH at NTCIR-2</article-title>
          .
          <source>In Proceedings of the Second NTCIR Workshop Meeting</source>
          , pages
          <fpage>121</fpage>
          -
          <lpage>123</lpage>
          ,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>H.</given-names>
            <surname>Itoh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Mano</surname>
          </string-name>
          and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ogawa</surname>
          </string-name>
          .
          <source>RICOH at TREC-10. In the Tenth Text Retrieval Conference (TREC-2001), page 457-464</source>
          ,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>M.</given-names>
            <surname>Toyoda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kitsuregawa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Mano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Itoh</surname>
          </string-name>
          and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ogawa</surname>
          </string-name>
          . University of Tokyo/RICOH at NTCIR-3
          <string-name>
            <surname>Web</surname>
            <given-names>Retrieval</given-names>
          </string-name>
          <string-name>
            <surname>Task</surname>
            . At http://research.nii.ac.jp/ntcir/workshop/OnlineProceedings3/NTCIR3-WEB-ToyodaM.pdf [7]
            <given-names>S. E.</given-names>
          </string-name>
          <string-name>
            <surname>Robertson</surname>
          </string-name>
          .
          <article-title>On term selection for query expansion</article-title>
          .
          <source>Journal of Documentation</source>
          ,
          <volume>46</volume>
          (
          <issue>4</issue>
          ):
          <fpage>359</fpage>
          -
          <lpage>364</lpage>
          ,
          <year>1990</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>S. E.</given-names>
            <surname>Robertson</surname>
          </string-name>
          and
          <string-name>
            <given-names>K.</given-names>
            <surname>Spark-Jones</surname>
          </string-name>
          .
          <article-title>Relevance weighting of search terms</article-title>
          .
          <source>Journal of ASIS</source>
          ,
          <volume>27</volume>
          :
          <fpage>129</fpage>
          -
          <lpage>146</lpage>
          ,
          <year>1976</year>
          [9]
          <string-name>
            <given-names>H.</given-names>
            <surname>Itoh</surname>
          </string-name>
          . NTCIR-4
          <string-name>
            <given-names>Patent</given-names>
            <surname>Retrieval</surname>
          </string-name>
          <article-title>Experiments at RICOH</article-title>
          . At http://research.nii.ac.jp/ntcir-ws4/
          <fpage>NTCIR4</fpage>
          -WN/PATENT/NTCIR4WN-PATENT-ItohH.pdf [10]
          <article-title>Snowball web site</article-title>
          . At http://snowball.tartarus.
          <source>org/ visited 7th November</source>
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>