<!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>CLEF 2004 Cross-Language Spoken Document Retrieval Track</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Marcello Federico</string-name>
          <email>federico@itc.it</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nicola Bertoldi</string-name>
          <email>bertoldi@itc.it</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gina-Anne Levow</string-name>
          <email>levow@cs.uchicago.edu</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gareth J.F. Jones</string-name>
          <email>gareth.jones@computing.dcu.ie</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>ITC-irst</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Italy</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Dublin City University</institution>
          ,
          <country country="IE">Ireland</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Chicago</institution>
          ,
          <country country="US">U.S.A</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This is a summary report about the Cross-Language Spoken Document Retrieval Track held at CLEF 2004. The report gives brief details of CL-SDR task based again this year on the TREC 8-9 SDR task. This year the CL-SDR task worked with an unknown story boundaries condition. The paper reports results from the participants showing that as expected cross-language results are reduced relative to a monolingual baseline, although the amount to which they are degraded varies for topic languages.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>Queries are based on a collection of 100 English topics in short format for which relevance
assessments are available. For the sake of CLIR, queries were translated by native speakers into
Dutch, Italian, French, German, and Spanish. Retrieval scoring software is available both for the
known and unknown story boundary conditions.</p>
      <p>Of the available 100 topics, the first 50 (topic 074 to topic 123) were intended for system
development, while the latter 50 (topic 124 to topic 173) for testing. Submission format and
evaluation criteria followed the same conventions as the 2000 TREC-9 SDR track1.</p>
      <p>The following evaluation conditions were specified:
• Primary Conditions (mandatory for all participants):
– Monolingual IR on NIST transcripts, no parallel data.</p>
      <p>– Bilingual IR from French/German on NIST transcripts, no parallel data.
• Secondary Conditions (optional):
– Bilingual IR from French/German, on NIST transcripts, with parallel data.</p>
      <p>– Bilingual IR from any language, all transcripts,with parallel data.
3</p>
    </sec>
    <sec id="sec-2">
      <title>Participants</title>
      <p>Two sites participated in the evaluation: University of Chicago (USA) and ITC-irst (Italy). A
brief description of each system is provided.
3.1</p>
      <sec id="sec-2-1">
        <title>CL-SDR System by U. Chicago</title>
        <p>The University of Chicago participated in the CLEF 2004 spoken document retrieval task. Runs
were submitted for both the baseline English monolingual task and the French-English
crosslanguage task, using only the resources provided by CLEF with no external resources.
3.1.1</p>
        <sec id="sec-2-1-1">
          <title>Query Processing</title>
          <p>Query processing aimed to enhance retrieval of the potentially errorful ASR transcriptions through
pseudo-relevance feedback expansion. The baseline conditions required the use of only the CLEF
provided resources. This restriction limited our source of relevance feedback to the ASR
transcriptions, segmented as described below. For both the monolingual English and the English
translations of the original French queries, we performed the same enrichment process. We employed the
INQUERY API to identify enriching terms based on the top 10 ranked retrieved segments and
integrated these terms with the original query forms. Our hope was that this enrichment process
would capture both additional on-topic terminology as well as ASR-specific transcriptions.</p>
          <p>
            For the French-English cross-language condition, we performed dictionary-based term-by-term
translation, as described in [
            <xref ref-type="bibr" rid="ref3">3</xref>
            ]. We employed a freely available bilingual term list (www.freedict.
com). After identifying translatable multi-word units based on greedy longest match in the term
list, we used a stemming backoff translation approach with statistically derived stemming rules[
            <xref ref-type="bibr" rid="ref4">4</xref>
            ],
matching surface forms first and backing off to stemmed form if no surface match was found. All
translation alternatives were integrated through structured query formulation[
            <xref ref-type="bibr" rid="ref5">5</xref>
            ].
3.1.2
          </p>
        </sec>
        <sec id="sec-2-1-2">
          <title>Spoken Document Processing</title>
          <p>
            This year the SDR track focused on the processing of news broadcasts with unknown story
boundaries. This formulation required that sites perform some automatic segmentation of the full
broadcasts into smaller units suitable for retrieval. Using an approach inspired by [
            <xref ref-type="bibr" rid="ref6">6</xref>
            ], we performed
story segmentation as follows. First we created 30 second segments based on the word
recognition time stamps using a 10 second step to create overlapping segment windows. These units
were then indexed using the INQUERY retrieval system version 3.1p1 with both stemming and
standard stopword removal.
          </p>
          <p>1See http://www.nist.gov/speech/tests/sdr/sdr2000/sdr2000.htm.
3.1.3</p>
        </sec>
        <sec id="sec-2-1-3">
          <title>Retrieval Segment Construction</title>
          <p>To produce suitable retrieval segments, we merged the fine-grained segments returned by the base
retrieval process on a per-query basis. For each query, we retrieved 5000 fine-grained segment
windows. We then stepped through the ranked retrieval list merging overlapping segments, assigning
the rank of the higher ranked segment to the newly merged segment. We cycled through the
ranked list until convergence. The top ranked 1000 documents formed the final ranked retrieval
results submitted for evaluation.
3.2</p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>CL-SDR System by ITC-irst</title>
        <p>The ITC-irst system is based on the following three processing steps.</p>
        <p>First, a collection of news segments is automatically created from the continuous stream of
transcripts. Text segments are produced with a shifting time-window of 30 seconds, moved with
steps of 10 seconds. Moreover, segments are also truncated if a silence period longer than 5 seconds
is found.</p>
        <p>
          Second, the resulting overlapping texts are used as target document collection by means of a
text CLIR system [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ].
        </p>
        <p>Third, entries in the ranking list which correspond to overlapping segments are properly
merged.</p>
        <p>The implemented method works as follows. All retrieved segments of the same news show
are sorted by their start time. The first retrieved segment is assumed as the beginning of a new
story. If the second segment overlaps with the first, the two are merged, and the time extent of
the current story is adjusted, and so on. If a following segment does not overlap with the current
story, the current story is saved in a stack, and a new story begins. Finally, for all stories in the
stack, only the segments with the highest retrieval score are considered. The process is repeated
for all news show files, with at least one entry in the rank list. The resulting list of non overlapping
segments is then sorted according to the original retrieval score.
4</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Results</title>
      <p>Site
ITC-irst
U. Chicago</p>
      <p>Source
Monolingual
French
German
Italian
Spanish
Monolingual
French</p>
      <p>Primary
.3059
.1816
.1584</p>
      <p>
        The results in Table 1 show that, particularly in the primary condition, there is a considerable
loss in retrieval effectiveness for cross-language relative to monolingual retrieval. This reduction in
average precision varies between about 40% and 60%. These figures are larger than those observed
for the known story boundary test condition in the CLEF 2003 CL-SDR task [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. One possible
explanation is the small size of the document segments used for the unknown story boundary
condition. The combination errorfully short topic statements with the inaccurately transcribed
document segments may be responsible for this effect.
      </p>
      <p>As we would expect the use of additional data resources produces an improvement in absolute
retrieval performance figures in all cases, although the relative cross language reduction is still
very large for all conditions except for Spanish topic translation.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>J. S.</given-names>
            <surname>Garafolo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. G. P.</given-names>
            <surname>Auzanne</surname>
          </string-name>
          , and
          <string-name>
            <given-names>E. M.</given-names>
            <surname>Voorhees</surname>
          </string-name>
          .
          <article-title>The TREC Spoken Document Retrieval Track: A Success Story</article-title>
          .
          <source>In Proceedings of the RIAO 2000 Conference: Content-Based Multimedia Information Access</source>
          , pages
          <fpage>1</fpage>
          -
          <lpage>20</lpage>
          , Paris,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M.</given-names>
            <surname>Federico</surname>
          </string-name>
          and
          <string-name>
            <given-names>G. J. F.</given-names>
            <surname>Jones</surname>
          </string-name>
          .
          <article-title>The CLEF 2003 Cross-Language Spoken Document Retrieval Track</article-title>
          .
          <source>In Proceedings of Workshop of the Cross-Language Evaluation Forum (CLEF</source>
          <year>2003</year>
          ), Trondheim, Norway,
          <string-name>
            <given-names>C.</given-names>
            <surname>Peters</surname>
          </string-name>
          et al. editors, Springer-Verlag,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>G.-A.</given-names>
            <surname>Levow</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. W.</given-names>
            <surname>Oard</surname>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Resnik</surname>
          </string-name>
          .
          <article-title>Dictionary-Based Techniques for Cross-Language Information Retrieval</article-title>
          .
          <source>Information Processing and Management .</source>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>D. W.</given-names>
            <surname>Oard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.-A.</given-names>
            <surname>Levow</surname>
          </string-name>
          and
          <string-name>
            <given-names>C.</given-names>
            <surname>Cabezas</surname>
          </string-name>
          , CLEF Experiments at the University of Maryland:
          <article-title>Statistical Stemming and Backoff Translation Strategies</article-title>
          .
          <source>In Proceedings of Workshop of the Cross-Language Evaluation Forum (CLEF</source>
          <year>2000</year>
          ), Lisbon, Portugal, C. Peters editor, pages
          <fpage>176</fpage>
          -
          <lpage>187</lpage>
          , Springer-Verlag,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>Pirkola</surname>
          </string-name>
          .
          <article-title>The Fffects of Query Structure and Dictionary Setups in Dictionary-Based CrossLanguage Information Retrieval</article-title>
          .
          <source>In Proceedings of the 21st Annual International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          , pages
          <fpage>55</fpage>
          -
          <lpage>63</lpage>
          , ACM,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>D.</given-names>
            <surname>Abberley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Renals</surname>
          </string-name>
          , G. Cook and
          <string-name>
            <given-names>T.</given-names>
            <surname>Robinson</surname>
          </string-name>
          .
          <article-title>Retrieval Of Broadcast News Documents With the THISL System</article-title>
          .
          <source>In Proceedings of the Seventh Text REtrieval Conference (TREC7)</source>
          ,
          <string-name>
            <given-names>E.M.</given-names>
            <surname>Voorhees</surname>
          </string-name>
          and D. Harman editors, pages
          <fpage>181</fpage>
          -
          <lpage>190</lpage>
          , NIST Special Publication 500-
          <issue>242</issue>
          ,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Callan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. B.</given-names>
            <surname>Croft</surname>
          </string-name>
          and
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Harding</surname>
          </string-name>
          .
          <article-title>The INQUERY Retrieval System</article-title>
          .
          <source>In Proceedings of the Third International Conference on Database and Expert Systems</source>
          Applications pages
          <fpage>78</fpage>
          -
          <lpage>83</lpage>
          , Spinger Verlag,
          <year>1992</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <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>Statistical Models for Monolingual and Bilingual Information Retrieval</article-title>
          . Information Retrieval, (
          <volume>7</volume>
          ):
          <fpage>51</fpage>
          -
          <lpage>70</lpage>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>