<!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>ELiRF at MediaEval 2013: Similar Segments in Social Speech Task</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Fernando García</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Emilio Sanchis</string-name>
          <email>esanchis@dsic.upv.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marcos Calvo</string-name>
          <email>mcalvo@dsic.upv.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ferran Pla</string-name>
          <email>fpla@dsic.upv.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Lluís-F. Hurtado</string-name>
          <email>lhurtado@dsic.upv.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Departament de Sistemes Informàtics i Computació Universitat Politècnica de València Camí de Vera</institution>
          <addr-line>s/n, 46020, València</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2013</year>
      </pub-date>
      <fpage>18</fpage>
      <lpage>19</lpage>
      <abstract>
        <p>This paper describes the Natural Language Engineering and Pattern Recognition group (ELiRF) approaches and results towards the Similar Segments of Social Speech Task of MediaEval 2013. The task involves finding segments similar to a query segment in a multimedia collection of informal, unstructured dialogs among members of a small community. Our approach has two phases. In a first phase a preprocess of the sentences is performed based on the morphology and semantics of the words. In a second phase, a searching process based on different distance measures is carried out. This has been done taking the correctly transcribed sentences and the output of an Automatic Speech Recognizer.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>
        The Similar Segments of Social Speech Task of MediaEval
2013 [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] involves searching in social multimedia. The corpus
consists of conversations between students in a university
department. This task is the first exploration of social search
in multimedia, and the first social spoken dialog retrieval
task not assuming term-based search.
      </p>
      <p>The corpus given by the organization consisted of a
5hour collection of dyadic English-language conversations (4
for training and 1 for test), each 5-10 minutes in length, by
members of a semi-cohesive group.</p>
      <p>The input to the systems is a 1-10 second audio/video
region of interest, and the desired output is an ordered list
of regions similar to it, matching as closely as possible the
judgments of human searchers.</p>
    </sec>
    <sec id="sec-2">
      <title>SYSTEM DESCRIPTION</title>
      <p>Our approach consists of two phases: a first one to
obtain an accurate representation of the query segments and
the test segments, and a second one to compare the query
representation with the succesive test segments.</p>
      <p>Figure 1 represents the architecture of the system. Our
lexical/semantic modeling and distance calculations are
based on words, thus, we start from the output of a previous
ASR process that provides a single sentence. It should be
noted that for this kind of tasks the quality of the ASR is
very important, and it must be robust enough to give
reasonable results for open vocabulary tasks. The first phase
of our system is the same for the query segments and for
the test segments. Its goal is to find the words that better
represents the meaning of the segment.To do this we have
performed the following processes: POS-tagging,
morphological processing, stopwords filtering.</p>
      <p>• POS-tagging: We associate a POS tag with each word.</p>
      <p>
        To do this we have used the Stanford POS-tagger [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
This information will be useful to detect relevant words
(nouns, verbs,...) and to help the following
morphological process.
• Morphological process: Given that some
morphological inflections are not relevant for the meaning (gender,
singular, plural, verb inflections,..) it is convenient
to obtain base forms of the words. To achieve this,
once the POS-tagging is performed, the WordNet tool
”Morphy”1 that provides the base form of the words
(considering the POS tag) was used.
• Stopwords filtering: In order to remove the unrelevant
words for the representation of the meaning of the
sentences, a list of stopwords was used. It is a classical
stopwords list enriched with some words that can
typically appear in spontaneous speech.
      </p>
      <p>Then each segment is represented by the bag-of-words
obtained from it. We consider that for this task it can be
necessary to have a generalization mechanism that permits the
detection of similar segments even when they have no words
in common. This is the case of the use of synonyms when
talking about the same things, or different specifical aspects
of a more general topic. In our system, instead of including
this generalization in the sentence representation, we have
used a comparison mechanism in the second phase that takes
into account this kind of lexical/semantic generalization.</p>
      <p>The second phase: Once the bag-of-words for the query
and for the test segments are obtained, the second phase
compares these bag-of-words given and provides as a result
the beginning time of the segments that can be considered
similar to the query (jump-in points). We have used several
similarity measures. The simplest one is just to find the
number of common words in both bag-of-words (w2w).</p>
      <p>∀semgmaxent |query ∩ segment|</p>
      <p>This measure is expected to work well in terms of
Precision, as it detects the segments that share a lot of words,
1http://wordnet.princeton.edu/
but it can not generalize to include the diferents ways of to
talk about similar topics.</p>
      <p>
        In order to have more coverage, we have explored some
measures that take into account lexical and semantic
generalizations. These measures are based in the information
contained in WordNet. We have used the software package
WordNet::Similarity [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] that permits to measure the
semantic similarity and relatedness between a pair of words.
      </p>
      <p>For this experiments the measures we used were: two
similarity measures based on path lengths between concepts:
(lch, wup), other two based on information content (lin,
jcn) and the lesk measure, that uses the text of the
dictionary gloss as a unique representation for the underlying
concept.</p>
      <p>Considering these measures and the previous one we have
defined a new measure that is a linear combination of them
(w2w wn):</p>
      <p>∀semgmaxent λ · |query ∩ segment|+
+(1 − λ) · (lin + lch + wup + jcn + lesk)</p>
    </sec>
    <sec id="sec-3">
      <title>EXPERIMENTS</title>
      <p>The test set consisted in a set of 6 dialogs (68 minutes) and
a set of 21 regions of interest, or seeds. For each seed, the
system should return a list of jump-in points representing
the inferred similar-regions.</p>
      <p>The task data set includes two transcriptions of the
corpus: a manual transcription (Human) and a transcription
obtained by an ASR (ASR). Both of them consist of a
sequence of segments of words and the beginning and ending
time associated with them.</p>
      <p>
        In order to evaluate the output of the systems, the official
metrics for the task are [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]: FA = false alarms, hits = hits,
early = number of exact or early hits, aeo = average early
offset, late = number of late hits, alo = average late offset,
rr = raw recall, rseu = raw searcher utility ratio, nsur =
normalized searcher utility ratio, nr = normalized recall, F
= F-measure.
      </p>
      <p>In Table 1 we show our results for both the human and
the automatically transcribed test set corpora. In the case
of the w2w wn experiments, the value of λ that provides the
best results is 0.7. As Table 1 shows, the results are worse
when WordNet is used to calculate the distances. This can
be due to the over-generalization generated by the
semantic similarities found in WordNet. Furthermore, the results
with the ASR output are not too far from the results
using the human transcription. This could happen because
our similarity measure is strongly based on relevant words
which can be better recognized than many short stopwords,
which are removed by our process.
4.</p>
    </sec>
    <sec id="sec-4">
      <title>ACKNOWLEDGMENTS</title>
      <p>Work funded by the Spanish Government and the E.U.
under the contracts TIN2011-28169-C05 and
TIN2012-38603C02, and FPU Grant AP2010-4193.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>T.</given-names>
            <surname>Pedersen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Patwardhan</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Michelizzi</surname>
          </string-name>
          .
          <article-title>Measuring the Relatedness of Concepts</article-title>
          .
          <source>In Proc. of the Nineteenth National Conference on Artificial Intelligence (AAAI-04)</source>
          , pages
          <fpage>1024</fpage>
          -
          <lpage>1025</lpage>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>K.</given-names>
            <surname>Toutanova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Klein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Manning</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Singer</surname>
          </string-name>
          .
          <article-title>Feature-Rich Part-of-Speech Tagging with a Cyclic Dependency Network</article-title>
          .
          <source>In In Proceedings of HLT-NAACL</source>
          , pages
          <fpage>252</fpage>
          -
          <lpage>259</lpage>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>N. G.</given-names>
            <surname>Ward</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. D.</given-names>
            <surname>Werner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. G.</given-names>
            <surname>Novick</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. E.</given-names>
            <surname>Shriberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Oertel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.-P.</given-names>
            <surname>Morency</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.</given-names>
            <surname>Kawahara</surname>
          </string-name>
          .
          <article-title>The Similar Segments in Social Speech Task</article-title>
          . In MediaEval 2013 Workshop, Barcelona, Spain, October
          <volume>18</volume>
          -19
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>