<!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>Emerging News task: Detecting emerging events from social media and news feeds</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Marc Gallofré Ocaña</string-name>
          <email>marc.gallofre@uib.no</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Andreas L. Opdahl</string-name>
          <email>andreas.opdahl@uib.no</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Duc-Tien Dang-Nguyen</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Bergen</institution>
          ,
          <country country="NO">Norway</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <fpage>13</fpage>
      <lpage>15</lpage>
      <abstract>
        <p>The Emerging News task at MediaEval 2021 involves finding emerging events in a real-time stream of news and Twitter messages, and providing relevant insights for journalists like identifying the tweets related to the news stories. Both news texts and tweets are represented as RDF-graphs following the Event Description Ontology. The RDF-graphs describe the named entities identified in the text using Linked Open Data resources from Wikiedata and DBpedia. For news organisations it is critical to identify events and emerging situations as soon as they appear, delays can cause economic and audience losses [13]. Keeping journalists and readers up-to-date is a highly demanding task. News agencies spend a lot of time and human power on continuously monitoring social media, TV programs, radio shows and blogs looking for new events. Artificial Intelligence (AI) and Big Data can assist news agencies and alleviate journalists on this tedious task by distilling events from the diferent media channels and assess their newsworthiness, while keeping journalists in the loop for human judgement. The vast amount of information that is continuously broadcasted on the internet makes it significantly challenging for journalists to distil daily events [8]. For example, Twitter publishes more than 500 million tweets a day (i.e., an average of 5700 tweets per second) [10] and more than 10000 English news articles are published online every day worldwide [9]. Some news agencies already employ software solutions to support events detection and assessing their newsworthiness [6]. Automating the detection of emerging events from social media and news feeds can help news agencies discover new events when they are not the first ones to cover them.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
    </sec>
    <sec id="sec-2">
      <title>TASK DESCRIPTION</title>
      <p>
        The Emerging News task aims to explore novel ways to detect
emerging events from a stream of social media messages and news feeds.
We define emerging events as those newsworthy events [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] that
can potentially be turned into news stories and have not been yet
covered in the current mainstream. Therefore, the emerging events
represent news that have not been widely covered or published yet.
      </p>
      <p>
        Participants are expected to develop a real-time solution that
identifies emerging events and relates social media messages to
them. The solution must read from a stream of news-related items
and output those stories that could be considered emerging events.
These news-related items are semantically represented using RDF
graphs following the Event Description Ontology [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. We used
DBpedia Spotlight [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] to identify the named entities from the items
text and Linked Open Data (LOD) resources from Wikiedata and
DBpedia to describe these entities [
        <xref ref-type="bibr" rid="ref2 ref4">2, 4</xref>
        ]. The expected solutions
must work with these semantic representations to identify and
provide the potential emerging events.
      </p>
      <p>
        This task is proposed in context with the News Angler project [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]
which uses AI and Big Data techniques to exploit social media and
online sources. The project’s purpose is to support journalists in
ifnding new and unexpected angles and unfolding news stories,
along with suitable background information. Central AI techniques
so far are knowledge graphs, ontologies, LOD, natural language
processing (NLP) and machine learning (ML). Knowledge graphs,
ontologies and LOD ofer a standard form for representing
information and knowledge. In this way, the collected information can
be analysed, retrieved, and shared more easily and precisely.
      </p>
      <p>
        As part of the News Angler project, we developed an evolving
big-data platform that harvests potentially news-related
information in real time from textual sources, such as social media,
websites, commercial news aggregators, and open reference sources [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
These news-related items are semantically annotated using a NLP
pipeline inspired by [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] that outputs RDF graphs following the
Event Description Ontology [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. As a result, the News Angler
platform provides an real-time stream of RDF-graph representing
news-related items. We want to extend the platform with new
components for analysing news items representations and providing
newsworthy information to journalists.
      </p>
      <p>Participants at the Emerging News task have access to the
RDFgraph stream of social media messages and news feeds produced
by the News Angler platform. The data stream can be accessed
through an API from where participants can get JSON-LD objects
that contain semantic metadata along with strings representing the
RDF graphs serialised in TURTLE. We expect participants to use the
JSON-LD stream as input of their proposed solutions. Participants
can choose to use either a continuous stream or time-windowed
batches of, for example, 5, 10, 15, 20 minutes. We expect
participants to discuss the most suitable set-up for their solutions. As an
output, participants’ solutions must provide a group of JSON-LD
items that belongs to the emerging event or a single JSON-LD item
that is an emerging event (we leave it to the participants’ decision
too). Optionally, participants can provide a user interface to better
interpret and evaluate the results.
3</p>
    </sec>
    <sec id="sec-3">
      <title>DATA DESCRIPTION</title>
      <p>Data is accessed trough an API that returns one JSON-LD object
from the current real-time stream on every call. The real-time
stream provides tweets and news as soon as they are published. It
outputs tweets from more than 70 accounts comprising diferent
news agencies and journalists accounts, and a sample news articles
(i.e., between 100 and 500 articles every 15 minutes) from news
sources and blogs over the web.</p>
      <p>
        Each returned JSON-LD objects has an URI for the news-related
item and a string representing one RDF graph in TURTLE notation.
The URI contains an MD5 hash of the original news or tweet URL.
Because the News Angler platform harvests news from news
aggregators as well as from original sources, it may contain duplicates,
hence, the URI can be employed to remove those duplicates. The
RDF graph representing the news-related item is described
following the Event Description Ontology [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] and annotated with the
named entities found in the text. The RDF graph also contains the
source text, to help participants and evaluators understand them.
4
      </p>
    </sec>
    <sec id="sec-4">
      <title>EVALUATION AND RESULTS</title>
      <p>In order to improve and facilitate the replication and dissemination
of the results, we ask participants to (a) publish the proposed
solution, associated files, AI/ML models and documentation files using
the MIT copyright licence; (b) release the proposed solution as a
dockerized API with its associated Dockerfile, and instructions on
how to run it (optionally, it can be accompanied by another code or
docker image that simulates the data ingestion); and (c) design a
solution that does not require more than 16GB RAM and a quad-core
CPU to run. We believe these constraints promote the accessibility
of the proposed solutions increasing the research dissemination
and contribution to a large audience, as well as facilitating the
evaluation of the proposed solutions.</p>
      <p>The proposed solutions will be evaluated based on their relevance
by a panel of experts with relevant background in journalism and
media. The experts will use the developed solution to judge if the
information provided by the solutions can be considered as an
emerging event or not and how useful the information is. The
panel will focus on (a) the newsworthiness and completeness of
the reported event, if the information related to the event provides
enough insights to conform a news story; and (b) the relevance, if
the emerging event reports a new aspect of an existing story or a
new story. During the evaluation, all participants will use the same
data set. Participants must not assume experts know RDF, therefore
experts will base their decisions on the source text.
5</p>
    </sec>
    <sec id="sec-5">
      <title>DISCUSSION</title>
      <p>This was the first edition of News Emerging task and it lacked a
well-established standard data-set for evaluation. Because of this,
we designed an evaluation method based on experts to judge the
quality of the outputs. At the same time, it forced participants to
explore solutions that work on real-time data, instead of being
tuned to particular data-set characteristics.</p>
      <p>The Emerging News task is focused on RDF-graph
representations instead of using text-based approaches. While this decision
reduces information from text, it also reduces ambiguities,
facilitates data enrichment from external sources and enables reasoning
and structural marching. The resulting solutions can perhaps be
applicable to other types of news-related items like images, where
there is no implicit text.</p>
    </sec>
    <sec id="sec-6">
      <title>ACKNOWLEDGMENTS</title>
      <p>Supported by the News Angler project funded by the Norwegian
Research Council’s IKTPLUSS programme as project 275872.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Tareq</given-names>
            <surname>Al-Moslmi</surname>
          </string-name>
          and
          <string-name>
            <given-names>Marc Gallofré</given-names>
            <surname>Ocaña</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Lifting News into a Journalistic Knowledge Platform</article-title>
          .
          <source>In Proceedings of the CIKM 2020 Workshops. Galway</source>
          , Ireland.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Tareq</given-names>
            <surname>Al-Moslmi</surname>
          </string-name>
          , Marc Gallofré Ocaña, Andreas L.
          <string-name>
            <surname>Opdahl</surname>
            , and
            <given-names>Csaba</given-names>
          </string-name>
          <string-name>
            <surname>Veres</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Named Entity Extraction for Knowledge Graphs: A Literature Overview</article-title>
          .
          <source>IEEE Access</source>
          <volume>8</volume>
          (
          <year>2020</year>
          ),
          <fpage>32862</fpage>
          -
          <lpage>32881</lpage>
          . https: //doi.org/10.1109/ACCESS.
          <year>2020</year>
          .2973928
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Tareq</given-names>
            <surname>Abdo Abdullah Al-Moslmi</surname>
          </string-name>
          , Marc Gallofré Ocaña, Andreas Lothe Opdahl, and
          <string-name>
            <given-names>Bjørnar</given-names>
            <surname>Tessem</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Detecting Newsworthy Events in a Journalistic Platform</article-title>
          .
          <source>In The 3rd European Data and Computational Journalism Conference.</source>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Mohammed</given-names>
            <surname>Albared</surname>
          </string-name>
          , Marc Gallofré Ocaña, Abdullah Ghareb, and
          <string-name>
            <surname>Tareq</surname>
          </string-name>
          Al-Moslmi.
          <year>2019</year>
          .
          <article-title>Recent Progress of Named Entity Recognition over the Most Popular Datasets</article-title>
          .
          <source>In 2019 First International Conference of Intelligent Computing and Engineering</source>
          (ICOICE). https://doi.org/10. 1109/ICOICE48418.
          <year>2019</year>
          .9035170
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Marc</given-names>
            <surname>Gallofré</surname>
          </string-name>
          <string-name>
            <surname>Ocaña</surname>
          </string-name>
          , Lars Nyre, Andreas L Opdahl, Bjørnar Tessem, Christoph Trattner, and
          <string-name>
            <given-names>Csaba</given-names>
            <surname>Veres</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Towards a Big Data Platform for News Angles</article-title>
          .
          <article-title>In 4th Norwegian Big Data Symposium (NOBIDS) 2018 (Tondheim, Norway)</article-title>
          . http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2316</volume>
          /paper1.pdf
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Marc</given-names>
            <surname>Gallofré</surname>
          </string-name>
          Ocaña and Andreas Lothe Opdahl.
          <year>2020</year>
          .
          <article-title>Challenges and Opportunities for Journalistic Knowledge Platforms</article-title>
          . In Conference on Information and
          <article-title>Knowledge Management (CIKM 2020 Workshops)</article-title>
          . http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2699</volume>
          /paper43.pdf
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Marc</given-names>
            <surname>Gallofré Ocaña and Andreas L. Opdahl</surname>
          </string-name>
          . To appear.
          <article-title>Developing a Software Reference Architecture for Journalistic Knowledge Platforms</article-title>
          .
          <source>In European Conference on Software Architecture (ECSA2021</source>
          Companion Volume).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Ulrich</given-names>
            <surname>Germann</surname>
          </string-name>
          , Rena¯rs Liepins, Guntis Barzdins, Didzis Gosko, Sebastião Miranda, and
          <string-name>
            <given-names>David</given-names>
            <surname>Nogueira</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>The SUMMA Platform: A Scalable Infrastructure for Multi-lingual Multi-media Monitoring</article-title>
          .
          <source>In Proceedings of ACL</source>
          <year>2018</year>
          ,
          <string-name>
            <given-names>System</given-names>
            <surname>Demonstrations</surname>
          </string-name>
          .
          <article-title>Association for Computational Linguistics</article-title>
          . https://doi.org/10.18653/v1/
          <fpage>P18</fpage>
          -4017
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Felix</given-names>
            <surname>Hamborg</surname>
          </string-name>
          , Norman Meuschke, and
          <string-name>
            <given-names>Bela</given-names>
            <surname>Gipp</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Bias-aware news analysis using matrix-based news aggregation</article-title>
          .
          <source>International Journal on Digital Libraries</source>
          <volume>21</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Rafi</given-names>
            <surname>Krikorian</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>New Tweets per second record</article-title>
          , and how! (
          <year>2013</year>
          ).
          <source>Retrieved September 16</source>
          ,
          <year>2021</year>
          from https://blog.twitter.com/ engineering/en_us/a/2013/
          <article-title>new-tweets-per-second-record-and-how</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Pablo</surname>
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Mendes</surname>
            , Max Jakob, Andrés García-Silva, and
            <given-names>Christian</given-names>
          </string-name>
          <string-name>
            <surname>Bizer</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>DBpedia Spotlight: Shedding Light on the Web of Documents</article-title>
          .
          <source>In Proceedings of the 7th International Conference on Semantic Systems (I-Semantics '11)</source>
          .
          <source>Association for Computing Machinery</source>
          ,
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          . https: //doi.org/10.1145/2063518.2063519
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Andreas L Opdahl and Bjørnar Tessem</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Ontologies for finding journalistic angles</article-title>
          .
          <source>Software and Systems Modeling</source>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>Jorge</given-names>
            <surname>Vázquez-Herrero</surname>
          </string-name>
          ,
          <article-title>Sabela Direito-Rebollal, Alba Silva-Rodríguez,</article-title>
          and
          <string-name>
            <surname>Xosé</surname>
          </string-name>
          López-García.
          <year>2020</year>
          .
          <article-title>Journalistic Metamorphosis: Media Transformation in the Digital Age</article-title>
          . Springer, Cham. https://doi.org/10.1007/ 978-3-
          <fpage>030</fpage>
          -36315-4
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>