<!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>Enhancing Web intelligence with the content of online video fragments</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Lyndon Nixon</string-name>
          <email>lyndon.nixon@modul.ac.at</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Matthias Bauer</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Arno Scharl</string-name>
          <email>scharl@webLyzard.com</email>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>MODUL University</institution>
          ,
          <addr-line>Vienna</addr-line>
          ,
          <country country="AT">Austria</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>webLyzard technology gmbh</institution>
          ,
          <addr-line>Vienna</addr-line>
          ,
          <country country="AT">Austria</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This demo will show work to enhance a Web intelligence platform which crawls and analyses online news and social media content about climate change topics to uncover sentiment and opinions around those topics over time to also incorporate the content within non-textual media, in our case YouTube videos. YouTube contains a lot of organisational and individual opinion about climate change which currently can not be taken into account by the platforms sentiment and opinion mining technology. We describe the approach taken to extract and include the content of YouTube videos and why we believe this can lead to improved Web intelligence capabilities.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Web intelligence refers to use of technologies to extract knowledge from data on
the Web, in particular, the learning of how opinions or sentiment towards speci c
topics or concepts change over time by analyzing the content of time-speci c Web
data such as activity streams on social media platforms, news stories from
trustworthy newsfeeds and press releases from relevant organisations. The webLyzard
Web intelligence platform 3, which has been in development since many years
of university R&amp;D, collects and analyzes big data repositories gathered from a
range of electronic sources and uses state-of-the-art Web intelligence tools to
reveal ows of relevant information between stakeholders through trend analyses,
benchmarks and customized reports. One key domain to which the platform has
been applied is climate change [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], and the insights provided by webLyzard are
being used by the NOAA in the US to inform their online communication.
      </p>
      <p>A public demonstrator \Media Watch on Climate Change" is available at
http://www.ecoresearch.net/climate. This demonstrator analyses news
articles from British and US news sources, social media and the (RSS) PR feeds of
Fortune 1000 companies. For example, for any searched term, the frequency of
mentions of the term over a selected time period can be seen, the level of positive
or negative sentiment expressed around that term, and extent of disagreement
across sources. The individual sources can be explored and the content displayed,
3 http://webLyzard.com
e.g. text of a news article or company press release, or in social media a tweet or
a YouTube video. While mentions of terms within the textual sources is being
used to provide deep analytics on frequency, sentiment and disagreement over
time for that term, any use of the same term within the YouTube videos which
are crawled continually by the platform is disregarded, as details of the video
content is not available to the internal analytics tools of the platform.</p>
      <p>
        In the MediaMixer project http://mediamixer.eu, whose goal was to
promote innovative media technology supporting fragments and semantics to
industry use cases [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], a collaboration with webLyzard led to a prototype platform
where the content of fragments of crawled YouTube videos could be exposed to
the platforms analytics capabilities and hence video fragments could be made
available to platform search and data visualisation components. This demo paper
describes the approach taken and the resulting implementation (under the name
videoLyzard)4 as well as how we believe this work can help lead to improved
Web intelligence capabilities for stakeholders such as the NOAA.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Technical process and work ow</title>
      <p>A new server-side processing pipeline has been created which takes a batch of
YouTube video URLs from the webLyzard crawl component and processes them
by getting transcripts of each YouTube video, performing Named Entity
Recognition (NER) over the transcripts, and generating on that basis an annotation
for each YouTube video which identi es the temporal fragments of the video and
the entities which occur in each fragment. These annotations are exported back
into the webLyzard platform and on that basis access to video fragments
matching search terms is made possible. videoLyzard makes use of di erent semantic
and multimedia technologies to:
{ split videos into distinct temporal fragments (generally corresponding with
the sentence level in the accompanying speech), using the Media Fragment
URI speci cation to refer to the fragments by URL 5
{ extract distinct entities from the textual transcript of the video, using the
aggregation of Named Entity Recognition, or NER, Web services called NERD
6, and attaching entity annotations to a temporal fragment of the video
{ normalizing entity identi cations to DBPedia URIs, thus using Linked Data
to provide a Web-wide unique identi cation for each concept, disambiguating
terms which are ambiguous in natural langauge and connecting annotations
to additional metadata about each entity
{ create machine-processable annotations of the video in RDF, using the LinkedTV
Ontology 7 which follows the Open Annotation Model 8 with speci c
extensions for multimedia annotation
4 http://webLyzard.com/video
5 http://www.w3.org/TR/media-frags/
6 http://nerd.eurecom.fr
7 http://linkedtv.eu/ontology
8 http://www.openannotation.org/
{ enabling the computer-aided `semantic search' over video at the fragment
level by storing the generated RDF in a triple store (Sesame) where it can
be queried using SPARQL in combination with queries to complementary
Linked Data repositories.</p>
    </sec>
    <sec id="sec-3">
      <title>3 Implementation and results</title>
      <p>The public demonstrator 9 initially incorporated 297 annotated YouTube videos
(the videos crawled by MediaWatch in September and October 2013). Now more
YouTube videos are returned for a search (listed in the Documents tab) based
on locating the search term within the video transcript, and the search can be
expanded to show each video fragment containing the search term (listed in
the Quotes tab). For the purpose of easily browsing through transcribed videos,
a new Video Tab (cf. top right corner, Figure 1) plays back the entire video
(from the Documents tab) or just the fragment which matched the search (from
the Quotes tab). An administrator interface is also available to allow admins to
launch new video processing batches via videoLyzard as well as monitor running
processes through to the successful export of the generated video annotations.
Considering the small video dataset which has already been analyzed, which
is much lower than the total number of YouTube videos in webLyzards crawl
index, it is noteworthy how much new relevant content can be uncovered now
that the platform search is able to include video fragments in its search index.
For example, the search term \hydroelectricity" in the live site returns a total
of 3 YouTube videos for the period November 2013 to July 2014. On the other
hand, the prototype with videoLyzard annotations nds 6 YouTube video
fragment matches for the 2 month period alone, all matched against semantically
similar terms (hydropower, hydro geothermal, hydro-electric) which have been
normalized to the DBPedia term for hydroelectricity in the NER step.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Future work and conclusion</title>
      <p>Our next step is that the number of annotated YouTube videos will be scaled
up, with the goal to reach to near real time accessibility to annotated YouTube
content. Based on knowledge of common terms in the speci c domain (climate
change), we also plan to research means to clean up YouTube's automatic
transcriptions prior to performing a more domain-speci c NER over them. Since a
video fragment at sentence level typically does not contain enough context for
viewer understanding, we also want to explore less granular fragmentation of
the videos for playback, as well as use of semantic and sentiment information
attached to fragments to drive exploration of related (or opposing) fragments
around a topic. In conclusion, given the growing use of audiovisual content to
9 Available at http://link.weblyzard.com/video-showcase with an increasing
number of annotated videos.
communicate about topics online as opposed to just text, Web intelligence
platforms miss out on signi cant amounts of information when they do not consider
video material such as that being shared by organisations and individuals on
YouTube. The videoLyzard prototype shows that even a small amount of video
analysis can uncover additional intelligence for stakeholders, with semantic
technologies playing a key role in associating content to distinct entities.</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgments</title>
      <p>This work is supported by the EU FP7 funded Support Action MediaMixer
(www.mediamixer.eu)</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <article-title>"Media Watch on Climate Change - Visual Analytics for Aggregating and Managing Environmental Knowledge from Online Sources"</article-title>
          . A
          <string-name>
            <surname>Scharl</surname>
            ,
            <given-names>A</given-names>
          </string-name>
          <string-name>
            <surname>Hubmann-Haidvogel</surname>
            ,
            <given-names>A</given-names>
          </string-name>
          <string-name>
            <surname>Weichselbraun</surname>
          </string-name>
          ,
          <string-name>
            <surname>H-P Lang and M Sabou</surname>
          </string-name>
          .
          <source>In 46th Hawaii International Conference on Systems Sciences (HICSS-46)</source>
          , Maui, USA,
          <year>January 2013</year>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <article-title>"Second Demonstrators"</article-title>
          ,
          <string-name>
            <given-names>L</given-names>
            <surname>Nixon</surname>
          </string-name>
          et al.,
          <source>MediaMixer Deliverable D2.2</source>
          .3,
          <string-name>
            <surname>April</surname>
            <given-names>2014</given-names>
          </string-name>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>