<!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>Nitendra Rajput</string-name>
          <email>rnitendra@in.ibm.com</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Florian Metze</string-name>
          <email>fmetze@cs.cmu.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Carnegie Mellon University</institution>
          ,
          <addr-line>5000 Forbes Ave, Pittsburgh, PA 15213</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>IBM Research</institution>
          ,
          <addr-line>4, Block C, ISID Campus, Vasant Kunj, New Delhi 110070</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this paper, we describe the “Spoken Web Search” Task, which was held as part of the 2011 MediaEval campaign. The purpose of this task was to perform audio search in several languages, with very little resources being available in each language. The data was taken from audio content that was created in live settings and was submitted to the “spoken web” over a mobile connection.</p>
      </abstract>
      <kwd-group>
        <kwd>Spoken Term Detection</kwd>
        <kwd>Web Search</kwd>
        <kwd>Spoken Web</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. INTRODUCTION</title>
      <p>
        The “spoken web search” task of MediaEval 2011 [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] involves
searching for audio content within audio content using an audio
content query. The task required researchers to build a
languageindependent audio search system so that, given an audio query, it
should be able to find the appropriate audio file(s) and the
(approximate) location of query term within the audio file(s).
Evaluation was performed using standard NIST metrics.
As a contrastive condition (i.e. a "general" run in MediaEval’s
terms), participants were asked to run systems not based on an
audio query, as the organizers also provided the search term in
lexical form.
      </p>
      <p>Note that language labels and pronunciation dictionaries were not
provided. The lexical form cannot be used to deduce the language
in the audio-only condition. The goal of the task was primarily to
compare the performance of different methods on this type of
data, not so much a performance comparison geared towards
different sites.</p>
    </sec>
    <sec id="sec-2">
      <title>2. MOTIVATION</title>
      <p>Imagine you want to build a simple speech recognition system, or
at least a spoken term detection (STD) system in a new dialect, for
which only very few audio examples are available. Maybe there
even is no written form for that dialect? Is it possible to do
something useful (i.e. identify the topic of a query) by using only
those very limited resources available?
Copyright is held by the author/ owner(s).</p>
    </sec>
    <sec id="sec-3">
      <title>3. RELATED WORK</title>
      <p>
        This task has been suggested by IBM Research India, and is using
data provided by this group, see [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Previous attempts at spoken
web search have mostly focused on searching through the
metadata related to the audio content [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ][
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
    </sec>
    <sec id="sec-4">
      <title>4. TASK DESCRIPTION</title>
      <p>Participants received development and test utterances (audio data)
as well as development and test (audio) queries, described in more
detail below. Only the occurrence of development queries in
development utterances was provided.</p>
      <p>Participants were required to submit the following runs in the
audio-only condition (i.e., without looking at the textual form of
the queries):
•
•
•</p>
      <p>On the test utterances: identify which query (from the
set of development queries) occurs in each utterance
(0n matches per term, i.e. not every term necessarily
occurs, but multiple matches are possible)
On the test utterances: identify which query (from the
set of test queries) occurs in each utterance (0-n
matches)
On the development utterances: identify which test
query occurs in each utterance (0-n matches)
The purpose of requiring these three conditions is to see how
critical tuning is for the different approaches, i.e., we assume that
participants already know their performance for "dev queries" on
"dev utterances", so for evaluation we will evaluate the
performance of unseen "test queries" on previously known "dev
utterances" (which could have been used for unsupervised
adaptation, etc), known queries (for which good classifiers could
have been developed) on unseen data, and unseen queries on
unseen utterances.</p>
      <p>Optionally, participants were asked to submit the same runs also
using the provided lexical form of the query, i.e. they could use
existing speech recognition systems, etc., for comparison
purposes.</p>
      <p>Not every test query occured in the data (that’s why it is “0-n
matches”).</p>
      <p>Participants could submit multiple systems, but had to designate
one primary system. If more then one were submitted as primary,
the last one uploaded was considered "primary".</p>
      <p>Participants were allowed to use any additional resources they
might have available, as long as their use is documented in the
working notes paper.</p>
    </sec>
    <sec id="sec-5">
      <title>4.1 Development Data</title>
      <p>Participants were provided with a data set that has been kindly
made available by the Spoken Web team at IBM Research, India
[6]. The audio content is spontaneous speech that has been created
over phone in a live setting by low-literate users. While most of
the audio content is related to farming practices, there are other
domains as well. The data set comprises audio from four different
Indian languages: English, Hindi, Gujarati and Telugu. Each data
item is ca. 4-30 secs in length. However, the language labels were
intentionally not provided either in the development or the
evaluation data set.</p>
      <p>As already mentioned above, participants were allowed to use any
additional resources they might have available, as long as their
use is documented in the working notes paper.</p>
      <p>The development set contains 400 utterances (100 per language)
and 64 queries (16 per language), all as audio files recorded in
8kHz/ 16bit, as WAV file. For each query and utterance, we also
provided the lexical transcription in UTF8 encoding. The
transcriptions were in a Romanized transliterated form. For each
utterance, the organizers provided 0-n matching queries (but not
the location of the match).</p>
      <p>There are 4 directories in the Spoken Web data. Audio has the
400 audio files in four languages. Transcripts has the
corresponding word level transcriptions in roman characters of the
audio file. QueryAudio has the 64 query audio terms.
QueryTranscripts has the corresponding word level roman
transcription of the QueryAudio files. The file Mapping.txt
shows which query is present in which audio file.</p>
    </sec>
    <sec id="sec-6">
      <title>4.2 Evaluation Data</title>
      <p>The test set consists of 200 utterances (50 per language) and 36
queries (9 per language) as audio files, with the same
characteristics. As with the development data, the lexical form of
the query was provided, but not the matching utterances.
The evaluation data consists of two directories.
EvaluationAudio directory contains 200 audio files that are
the utterance. This has 50 audio files for each of the four
languages. EvaluationQueryAudio contains the 36 audio
files that are the query audio terms. This has 9 audio queries from
each of the four languages.</p>
      <p>The written form of the search queries is also provided in the
directory EvaluationQueryTranscripts
(EvaluationTranscripts may be made available later).
Data was provided as a "termlist" XML file, in which the "termid"
corresponds to the filename of the audio query. This information
was packaged together with the scoring software (see below), for
example:
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;/termlist&gt;</p>
    </sec>
    <sec id="sec-7">
      <title>5. EVALUATION OF RESULTS</title>
      <p>The ground truth was created manually by native speakers, and
provided by the task organizers, following the principles of
NIST's Spoken Term Detection (STD) evaluations.</p>
      <p>
        The primary evaluation metric was ATWV (Average Term
Weighted Value), as used in the NIST 2006 Spoken Term
Detection (STD) evaluation [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>The systems can be scored using the software provided in
me2011-scoring-beta2.tar.bz2 available on the FTP
server. This software allowed participants to verify themselves
that the organizers can process their output for scoring, and
reports the respective figure of merit plus graphs. It also contains
the reference ECF files (these were generated automatically from
the text-only files described above).</p>
      <p>The NIST-compatible files have been generated automatically
from simple files that do not contain time information of the
occurrences. Generous time windows for matches should allow
for correct detections.</p>
    </sec>
    <sec id="sec-8">
      <title>6. OUTLOOK</title>
      <p>Spoken Web is primarily targeted at communities that currently
do not have access to Internet. Most of such target users speak in
non-traditional languages for which good speech recognition
systems do not exist. Low resource speech recognition is currently
receiving a lot of attention, as exhibited by research efforts such
as IARPA’s Babel program. We will discuss future directions at
the evaluation workshop and present the outcome in future
publications.</p>
    </sec>
    <sec id="sec-9">
      <title>7. ACKNOWLEDGMENTS</title>
      <p>The organizers would like to thank Martha Larson for organizing
this event, and the participants for putting in a lot of hard work.
Most of the content is from low-literate farmers across various
parts in India – the organizers would like to thank them for
creating this content. The data was kindly collected and provided
by IBM Research India.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Fiscus</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ajot</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garofolo</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Doddington</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <year>2007</year>
          ,
          <article-title>"Results of the 2006 Spoken Term Detection Evaluation,"</article-title>
          <source>Proceedings of the ACM SIGIR</source>
          <year>2007</year>
          , Workshop in Searching Spontaneous Conversational Speech (SSCS
          <year>2007</year>
          ), pp.
          <fpage>51</fpage>
          -
          <lpage>56</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Kumar</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rajput</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chakraborty</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Agarwal</surname>
            ,
            <given-names>S. K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nanavati</surname>
            ,
            <given-names>A. A.</given-names>
          </string-name>
          ,
          <source>“WWTW: The World Wide Telecom Web,” NSDR 2007 (SIGCOMM workshop)</source>
          , Kyoto, Japan,
          <volume>27</volume>
          August,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>J.</given-names>
            <surname>Ajmera</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Joshi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Mukherjee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Rajput</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sahay</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Shrivastava</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Shrivastava</surname>
          </string-name>
          ,
          <article-title>"Two Stream Indexing for Spoken Web Search,"</article-title>
          <source>20th International World Wide Web Conference, WWW 2011</source>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Mamadou</given-names>
            <surname>Diao</surname>
          </string-name>
          , Sougata Mukherjea, Nitendra Rajput, Kundan Srivastava,
          <article-title>"Faceted Search and Browsing of Audio Content on Spoken Web,"</article-title>
          <source>CIKM</source>
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>[5] http://www.multimediaeval.org/mediaeval2011/index.html</mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>