<!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>EventXtract-IL: Event Extraction from Newswires and Social Media Text in Indian Languages @ FIRE 2018 - An Overview</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Pattabhi RK Rao, Sobha Lalitha Devi AU-KBC Research Centre, MIT, Anna University</institution>
          ,
          <addr-line>Chromepet, Chennai</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2018</year>
      </pub-date>
      <abstract>
        <p>Today communication has become very fast and is happening in real time. An event that happens in any part of the world gets communicated in few seconds/minutes to the rest of the world. For example the recent twin bomb blasts in Damascus, Syria was known to the world within few minutes. This event was broadcasted in various media channels. . The penetration of smart phones, tabs etc., has significantly changed the way people communicate. The information about events or happenings in real time is very valuable to the administration for disaster management, crowd control, public alerting. These information which is used in the development of recommender systems adds value for the growth of business enterprises. Thus there is a great need to develop systems which can automatically identify various events such as bomb blasts, floods, cyclone, fires, political events etc., reported in various Newswires, Social Media text. This is the 2nd edition of the track. The first edition of this track was conducted last year at FIRE 2017. In that edition the task was to identify only the event and event span given in the data. Thus further going ahead in this track, along with the identification of event and its span, it is necessary to identify the cause and effects of a given event. The actual real time applications will be benefited only if the full information related to the event is identified. For example for a bomb blast, it will be required to know where it has occurred, when it has occurred, who and what all got effected, what are the causalities etc. In this edition of the track we propose to provide data annotated with the cause and effect details of an event and participants are required to identify these details along with event identification. And as in the last year, the focus is on Indian languages text. This paper presents the overview of the task “Event extraction in Indian languages”, a track in FIRE 2018. The task of this track is to extract events and all other associated arguments or information such as locations, cause, and its effects from the text. Though event extraction from Indian language texts is gaining attention among Indian research community, however there is no benchmark data available for testing the systems. Hence we have organized this track in the Forum for Information Retrieval Evaluation (FIRE). The paper describes the corpus created for two Indian languages, viz., Hindi, and Tamil and present the overview of the approaches used by the participants.</p>
      </abstract>
      <kwd-group>
        <kwd>Event Extraction</kwd>
        <kwd>Social Media Text</kwd>
        <kwd>Indian Languages</kwd>
        <kwd>Tamil</kwd>
        <kwd>Hindi</kwd>
        <kwd>Event Annotated Corpora for Indian Language data</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>1</p>
    </sec>
    <sec id="sec-2">
      <title>Introduction</title>
      <p>Over the past decade, Indian language content on various media types such as
websites, blogs, email, chats has increased significantly and it is observed that with the
advent of smart phones more people are using social media such as twitter, facebook
to comment on people, products, services, organizations, governments, etc. Thus it is
seen that content growth is driven by people from non-metros and small cities who
generally are comfortable with their own mother tongue rather than English. The
growth of Indian language content is expected to increase by more than 70% every
year. Hence there is a great need to process these data automatically. This requires
natural language processing software systems which extracts events, entities or the
associations of them. Thus an automatic Event extraction system is required.
The objectives of the evaluation are:

</p>
      <p>Creation of benchmark data for Event Extraction in Indian language Social Media
text.</p>
      <p>To encourage development of Event extraction systems for Indian language Social
Media text.</p>
      <p>
        Event extraction has been actively researched for over last decade. Most of the
research has, however, been focused on resource rich languages, such as English,
French and Spanish. The scope of this work covers the task of event recognition and
extraction in newswire, social media text such as facebook for Indian languages. In
the past there were events such as Workshop on NER for South and South East Asian
Languages [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], Workshop on South and South East Asian Natural Language
Processing [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ][
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] conducted to bring various research works on NER being done on a
single platform. NER-IL tracks at FIRE (Forum for Information Retrieval and
Evaluation) in 2013, 2014, and 2015 [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]; Code Mix Entity Extraction (CMEE-IL) in 2016
have contributed to the development of benchmark data and boosted the research
towards NER for Indian languages. But it is observed that there are very little works
in Indian language event extraction. The user generated texts such as twitter and
facebook texts are diverse and noisy. These texts contain non-standard spellings and
abbreviations, unreliable punctuation styles. Apart from these writing style and language
challenges, another challenge is concept drift [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ][
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] the distribution of language and
topics on Twitter and Facebook is constantly shifting, thus leading to performance
degradation of NLP tools over time.
      </p>
      <p>
        The research in analyzing the social media data is attempted in English through
various shared tasks. Language identification in tweets (tweetLID) shared task held at
SEPLN 2014 [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] had the task of identifying the tweets from six different languages.
SemEval 2013, 2014 and 2015 [held as shared task track where sentiment analysis in
tweets were focused. They conducted two sub-tasks namely, contextual polarity
disambiguation and message polarity classification. In Indian languages, Amitav et al [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]
had organized a shared task titled 'Sentiment Analysis in Indian languages' as a part of
MIKE 2015, where sentiment analysis in tweets is done for tweets in Hindi, Bengali
and Tamil language.
      </p>
      <p>Named Entity recognition was explored in twitter through shared task organized by
Microsoft as part of 2015 ACL-IJCNLP, a shared task on noisy user-generated text,
where they had two sub-tasks namely, twitter text normalization and named entity
recognition for English. The ESM-IL track at FIRE 2015 came up with the named
entity annotated benchmark data for the social media text. And CMEE-IL Track of
2016 came for named entity annotation detection for code-mixed data. The task of
Event identification in Indian languages is at nascent stage. EventXtraction track at
FIRE 2017 is the first step towards creating benchmark data and boosting the research
in Indian language event extraction. This edition of the EventXtraction track at FIRE
2018 focusses on complete extraction of events and their associated arguments.</p>
      <p>The paper is organized as follows: section 2 describes the challenges in event
extraction on Indian languages. Section 3 describes the corpus annotation, the tag set
and corpus statistics. In section 4 the overview of the approaches used by the
participants are described and section 5 concludes the paper.
2</p>
    </sec>
    <sec id="sec-3">
      <title>General Challenges In Indian Language Event Extraction</title>
      <p>discourse markers in English have explicit words whereas it is not so in
Indian languages, it is expressed as inflection markers.
3</p>
    </sec>
    <sec id="sec-4">
      <title>Corpus Annotation</title>
      <p>The corpus was collected in two different time periods. The training partition of the
corpus was collected during June 2018. And the test partition of the corpus was
collected during Aug 2018. In this present initiative the corpus is available for two Indian
languages Hindi and Tamil along with English.
3.1</p>
      <sec id="sec-4-1">
        <title>Annotation Tagset</title>
      </sec>
      <sec id="sec-4-2">
        <title>Data Format</title>
        <p>Here we have followed HTML style of annotation in this work. The general syntax
for the event tagging is as given below.</p>
        <p>&lt;EVENT ID=”number” TYPE=“abc” SUBTYPE_1=“xyz”
SUBTYPE_2=“def”&gt;Event Trigger&lt;/EVENT&gt;</p>
        <p>Here, this event tag has attributes:
i) ID -- This is a number which will be unique for each event in a given
document.
ii)
iii)</p>
        <p>TYPE – This is the type of the event such as “manmade disaster”
SUBTYPEs – These are the subtype category names of the particular
event.</p>
        <p>Event arguments such as participants, time of occurrence, and location of
occurrence are also annotated using HTML style. For example the “time of occurrence”
attribute of an event will be annotated as follows:
&lt;TIME-ARG REF-ID=”eventID”&gt; abc &lt;/TIME&gt;</p>
        <p>Each argument tag of an event will have the attribute “REF-ID”, which is a number
that refers to the event ID of the event to which the argument belongs.</p>
        <p>The different types of event argument tags are as follows:
a) &lt;TIME-ARG&gt;
b) &lt;CAUSE-ARG&gt;
c) &lt;CAUSUALITIES-ARG&gt;
d) &lt;PLACE-ARG&gt;
e) &lt;EFFECTS-ARG&gt;</p>
        <sec id="sec-4-2-1">
          <title>Example:</title>
        </sec>
      </sec>
      <sec id="sec-4-3">
        <title>RAW TEXT:</title>
        <p>On 29 December 2017 a massive fire broke in Kamala Mills, Mumbai the capital
of Maharastra, killed at least 14 people and injured several.</p>
      </sec>
      <sec id="sec-4-4">
        <title>ANNOTATED TEXT:</title>
        <p>On &lt;TIME-ARG REF-ID=”1”&gt;19 JULY 2018&lt;/TIME-ARG&gt;, a massive
&lt;EVENT TYPE= “Manmade Disaster” ID=”1” SUBTYPE_1= “Accident”
SUBTYPE_1.1= “Fire Accident”&gt;fire broke&lt;/EVENT&gt; in &lt;PLACE-ARG
REFID=”1”&gt;Kamala Mills, Mumbai the capital of Maharastra&lt;/PLACE-ARG&gt;, killed
&lt;CAUSALITIES-ARG REF-ID=”1”&gt;at least 14 people and injured several&lt;/
CAUSALITIES-ARG&gt;.</p>
        <p>The participants were provided the data with the above explained annotation
markup in a separate file called annotation file. The participants were also instructed
to provide the test file annotations in the same format as given for the training data.
The dataset statistics is as follows:</p>
      </sec>
      <sec id="sec-4-5">
        <title>Language</title>
        <sec id="sec-4-5-1">
          <title>English Hindi Tamil Table 1. Corpus Statistics</title>
          <p>The data has events from different types such as cyclones, floods, accidents, disease
outbreak and political events. And the majority of the types were the disasters and
political events such inaugurations/opening ceremonies by political leaders. Also the
data had events on movie or audio release functions.
4</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Submission Overviews</title>
      <p>A total of 10 teams registered for participating in the track. The final submissions
were done by 2 teams among the 10 teams. They submitted their test runs for
evaluation. A total of 5 test runs were submitted for evaluation. Only 1 team had participated
for all the three languages. Another team had participated for English and Hindi.</p>
      <p>We had developed a base system without using any pre-processing and lexical
resources. The base line system was developed using a CRF classifier which will mark
if a phrase is an event phrase or not. The baseline system performed with a Precision
of 0.4521 and Recall of 0.6522 for event identification. The different methodologies
used by the teams are summarized in Table 2.</p>
      <p>Team
cleaning and
Tokenization</p>
      <p>NIL</p>
      <p>NLTK
Tool kit
Evaluation metrics used are the well measures precision, recall and f-measure. All the
systems have been evaluated automatically by comparing with the gold data. We
define:</p>
      <p>Precision, P= (No. Correctly identified Events by the system)/ (Total No. of
Events identified by the system)</p>
      <p>Recall, R= (No. Correctly identified Events by the system)/ (Total No. of Events
identified in the Gold)</p>
      <p>F-measure= (2*P*R)/ (P+R)</p>
      <p>The methodology for calculating the Precision and Recall will be field based
average score. For example, for an Event E1, if there are 6 fields such as Event Type,
Event Location, Event Date, Event Actors/Participants, Causes, Effects. Then for that
event E1, if all these fields are identified correctly then the system gets full score of
7/7 else according to the identified fields the score will be modified. And finally
micro and macro-average of the Precision and Recall will be calculated and final score is
arrived at. The results obtained for the system runs is presented in Table 3.
5</p>
    </sec>
    <sec id="sec-6">
      <title>Conclusion</title>
      <p>The main objective of creating benchmark data representing a few of the popular
Indian languages has been achieved. And this data has been made available to
research community for free for research purposes. The data is user generated data and
online Newswire data. Efforts are still going on to standardize this data and make it
perfect data set for future researchers. We observe that the results obtained are
encouraging but scores are low and need lots of improvement for real time use. We aim
to provide a more standard and corrected data for these languages. We hope to see
more publications in this area in the coming days from these different research groups
who could not submit their results. Also we expect more groups would start using this
data for their research work.</p>
      <p>This EventXtract-IL track is one of the first efforts towards creation of Event
annotated user generated data for Indian languages. In this edition of the track we have
provided data which can be used to develop a complete Event extraction engine, so
that real time systems can be developed in near future. We plan to add few more other
languages data.</p>
      <p>Team</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgements References</title>
      <p>We thank the FIRE 2018 organizers for giving us the opportunity to conduct the
evaluation exercise. We also thank the Language Editors in our CLRG lab, AU-KBC
Research Centre for annotating the data.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Amitava</surname>
            <given-names>Das</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dipankar Das</surname>
          </string-name>
          ,
          <string-name>
            <surname>Manish Shrivastava</surname>
            ,
            <given-names>Rajendra</given-names>
          </string-name>
          <string-name>
            <surname>Prasath</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Shared Task on Sentiment Analysis in Indian Languages Tweets in MIKE 2015 (SAIL 2015)</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>Arkaitz</given-names>
            <surname>Zubiaga</surname>
          </string-name>
          , Iñaki San Vicente, Pablo Gamallo, José Ramom Pichel Campos, Iñaki Alegría Loinaz, Nora Aranberri, Aitzol Ezeiza,
          <string-name>
            <given-names>Víctor</given-names>
            <surname>Fresno</surname>
          </string-name>
          .
          <source>2014 TweetLID@SEPLN</source>
          <year>2014</year>
          , Girona, Spain,
          <year>September 16th</year>
          ,
          <year>2014</year>
          . CEUR Workshop Proceedings 1228, CEURWS.org
          <year>2014</year>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>Mark</given-names>
            <surname>Dredze</surname>
          </string-name>
          , Tim Oates, and
          <string-name>
            <given-names>Christine</given-names>
            <surname>Piatko</surname>
          </string-name>
          .
          <year>2010</year>
          . “
          <article-title>We're not in kansas anymore: detecting domainchanges in streams”</article-title>
          .
          <source>In Proceedings of the 2010 Conferenceon Empirical Methods in Natural LanguageProcessing</source>
          , pages
          <fpage>585</fpage>
          -
          <lpage>595</lpage>
          . Association for ComputationalLinguistics.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>Hege</given-names>
            <surname>Fromreide</surname>
          </string-name>
          , Dirk Hovy, and
          <string-name>
            <given-names>Anders</given-names>
            <surname>Søgaard</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>“Crowdsourcing and annotating ner for twitter#drift”</article-title>
          .
          <source>European language resources distributionagency.</source>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>Preslav</given-names>
            <surname>Nakov</surname>
          </string-name>
          and Torsten Zesch and
          <string-name>
            <given-names>Daniel</given-names>
            <surname>Cer</surname>
          </string-name>
          and
          <string-name>
            <given-names>David</given-names>
            <surname>Jurgens</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <source>Proceedings of the 9th International Workshop on Semantic Evaluation (SemEval</source>
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Nakov</surname>
          </string-name>
          , Preslav and Rosenthal, Sara and Kozareva, Zornitsa and Stoyanov, Veselin and Ritter, Alan and Wilson, Theresa.
          <year>2013</year>
          . SemEval
          <article-title>-2013 Task 2: Sentiment Analysis in Twitter</article-title>
          .
          <source>Second Joint Conference on Lexical and Computational Semantics (*SEM)</source>
          , Volume
          <volume>2</volume>
          :
          <source>Proceedings of the Seventh International Workshop on Semantic Evaluation (SemEval</source>
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>Rajeev</given-names>
            <surname>Sangal</surname>
          </string-name>
          and
          <string-name>
            <given-names>M. G. Abbas</given-names>
            <surname>Malik</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <source>Proceedings of the 1st Workshop on South and Southeast Asian Natural Language Processing (SANLP)</source>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Aravind</surname>
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Joshi and M. G. Abbas Malik</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <source>Proceedings of the 1st Workshop on South and Southeast Asian Natural Language Processing (SANLP)</source>
          . (http://www.aclweb.org/anthology/W10-36)
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>Rajeev</given-names>
            <surname>Sangal</surname>
          </string-name>
          ,
          <source>Dipti Misra Sharma and Anil Kumar Singh</source>
          .
          <year>2008</year>
          .
          <source>Proceedings of the IJCNLP-08 Workshop on Named Entity Recognition for South and South East Asian Languages</source>
          . (http://www.aclweb.org/anthology/I/I08/I08-03)
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Pattabhi</surname>
            <given-names>RK</given-names>
          </string-name>
          Rao,
          <source>CS Malarkodi, Vijay Sundar R and Sobha Lalitha Devi</source>
          .
          <year>2014</year>
          .
          <source>Proceedings of Named-Entity Recognition Indian Languages track at FIRE</source>
          <year>2014</year>
          . http://aukbc.org/nlp/NER-FIRE2014/
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>