<!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>EXETER at CLEF 2003: Cross-Language Spoken Document Retrieval Experiments</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Adenike Lam-Adesina</string-name>
          <email>A.M.Lam-Adesina@ex.ac.uk</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gareth J. F. Jones</string-name>
          <email>G.J.F.Jones@ex.ac.uk</email>
          <email>Gareth.Jones@computing.dcu.ie</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science, University of Exeter</institution>
          ,
          <addr-line>EX4 4QF</addr-line>
          ,
          <country country="UK">U.K</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Cross-Language Spoken Document Retrieval (CLSDR) combines both the complexities of retrieval from collections characterized by speech transcription errors and language translation issues between search requests and documents. Thus achieving effective retrieval in this domain is potentially very challenging. For the CLEF 2003 SDR task we adopted a standard query translation strategy using commercial machine translation tools. Both Cross-Language Information Retrieval (CLIR) and Spoken Document Retrieval (SDR) are affected by limitations in language processing technologies. In the case of the former this relates to translation between the languages of the document collection and in the latter to the difficulties encountered in transcription of spoken data. These issues are analyzed in more details in [1]. Spoken Document Retrieval (CLSDR) combines both the difficulties of both CLIR and SDR. Thus retrieval in this domain is very challenging. For CLEF 2003 CLSDR task we adopted a query translation strategy and investigated the use of a large text collection to augmented the spoken document test set. All query statements were translated from the source language into English using two machine translation tools: Systran Version:3.0 (SYS) and Globalink Power Translation Pro Version 6.4 (PRO) Machine Translator (MT) systems. The remainder of this paper summarizes are retrieval system and gives results and initial analysis of our experimental results.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
    </sec>
    <sec id="sec-2">
      <title>2 System Setup</title>
    </sec>
    <sec id="sec-3">
      <title>3 Merged collections</title>
      <p>
        The basis of the experimental system was the same as that used for our submissions to the monolingual, bilingual and
multilingual tasks for CLEF 2003. The system combines Okapi BM25 term weighting with pseudo relevance feedback
(PRF), and standard procedures of stop word removal and Porter stemming. Full details are given in [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. The parameters
of the PRF system were set identically to those for the text retrieval system given in [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. The Okapi parameters K1 and b
were optimized for the SDR test collection.
      </p>
      <p>
        In our experiments for the CLSDR pilot track held at CLEF 2002 we experimented with the combination of the test
collection with a small contemporaneous text document collection for term weight estimation [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. This method aims to
improve retrieval performance for the test set by better estimated of term weights. Our results for CLEF 2002 indicated
that the method can give improvements in retrieval performance even when using only a small number of additional
documents. Results for ITC-irst however showed that large improvements can be realized if a much larger number of
contemporaneous documents is used [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. However, this large collection of truly contemporaneous documents was not
available to us. This led us to investigate the use of an alternative large text document collection. In this case we used
the document set from the TREC-8 and TREC-9 ad hoc retrieval tasks. This consists of around 500,000 text documents.
In addition, we used again used the two small collections of truly contemporaneous text documents. These sources are
taken from New York Times Newswire Service (excluding non-NYT sources) and Associated Press Worldstream
Service (English content only), totaling about 20,000 news stories, and are taken from exactly the same period as the
spoken document test collection. These three text collections were merged collection into a single collection which was
used as the pilot collection from which initial query statements are expanded in experiments reported in the next
section.
      </p>
    </sec>
    <sec id="sec-4">
      <title>4 Experimental Results</title>
      <p>
        SYS MT
exebase
exepl
Rel_ret
% chg
exeprn1.5
Rel_ret
% chg
exeprn3.5
Rel_ret
% chg
PRO MT
Exebase
exeprn1.5
Rel_ret
% chg
exeprn3.5
Rel_ret
% chg
Results for out CLSDR runs are shown in Tables 1 and 2 for Systran and Power Translator Pro MT respectively. It can
be seen that as expected the monolingual English result is the best in all cases with respect to both average precision and
number of relevant documents retrieved. CLSDR performance is comparable for the French, Italian and Spanish topic
statements with lower results for the German topics. This result is a little surprising for Systran French topic translation
which has previously been shown to be more effective than other topic translations in our CLEF bilingual text retrieval
experiments [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. PRF using only the test collection is observed to be effective for query expansion in all cases. Results
for query expansion using the pilot strategy are more mixed. In the case of Italian and Spanish topics this approach
clearly outperforms test collection only query expansion. However, there is little difference between the results for these
methods when using French and German topics.
      </p>
    </sec>
    <sec id="sec-5">
      <title>5 Conclusions and Further Work</title>
      <p>
        The results for the CLEF 2003 CLSDR task reported in this paper establish baseline performance figures against which
the exploration of techniques for CLSDR can be measured. The experiments reported here show that PRF is effective
for this task, as would be expected since it is generally a useful techniques for text CLIR and SDR. The use of large
additional test collections for parameter estimation for query expansion can produce improvements in performance over
test collection only based expansion, but cannot be relied upon to do so. While there is clearly scope to develop a more
detailed investigation of the interaction of translation and indexing errors, an initial further set of experiments is planned
using the pilot collection weights in the final retrieval phase. This technique was observed to be effective for our small
pilot collection in previous experiments [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>G.J.F.</given-names>
            <surname>Jones</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Federico</surname>
          </string-name>
          , CLEF 2002
          <string-name>
            <surname>Cross-Language Spoken Document Retrieval Pilot Track Report</surname>
          </string-name>
          ,
          <source>In Proceedings of the CLEF 2002: Workshop on Cross-Language Information Retrieval and Evaluation</source>
          , Rome,
          <year>September 2002</year>
          . Springer Verlag.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>A.M.</given-names>
            <surname>Lam-Adesina</surname>
          </string-name>
          and
          <string-name>
            <given-names>G.J.F.</given-names>
            <surname>Jones</surname>
          </string-name>
          , EXETER AT CLEF 2003:
          <article-title>Experiments with Machine Translation for Monolingual, Bilingual and Multilingual Retrieval</article-title>
          ,
          <source>In Proceedings of the CLEF 2003: Workshop on Cross-Language Information Retrieval and Evaluation</source>
          , Trondheim,
          <year>August 2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>G.J.F.</given-names>
            <surname>Jones</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.M.</given-names>
            <surname>Lam-Adesina</surname>
          </string-name>
          , Exeter at CLEF 2002:
          <article-title>Cross-Language Spoken Document Retrieval Experiments</article-title>
          ,
          <source>In Proceedings of the CLEF 2002: Workshop on Cross-Language Information Retrieval and Evaluation</source>
          , Rome,
          <year>September 2002</year>
          . Springer Verlag.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>N.</given-names>
            <surname>Bertoldi</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Federico</surname>
          </string-name>
          ,
          <article-title>Cross-Language Spoken Document Retrieval on the TREC SDR Collection</article-title>
          .
          <source>In Proceedings of the CLEF 2002: Workshop on Cross-Language Information Retrieval and Evaluation</source>
          , Rome,
          <year>September 2002</year>
          . Springer Verlag.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>G.J.F.</given-names>
            <surname>Jones</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.M.</given-names>
            <surname>Lam-Adesina</surname>
          </string-name>
          . Exeter at CLEF 2001:
          <article-title>Experiments with Machine Translation for Bilingual Retrieval</article-title>
          .
          <source>In Proceedings of the CLEF 2001: Workshop on Cross-Language Information Retrieval and Evaluation</source>
          , pages
          <fpage>59</fpage>
          -
          <lpage>77</lpage>
          , Darmstadt, Germany,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>