<!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>Development of an Event Extraction System from Newswires and Social media texts for Malayalam- An Experiment</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Manju K</string-name>
          <email>manju@cectl.ac.in</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sumam Mary Idicula</string-name>
          <email>sumam@cusat.ac.in</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>David Peter S</string-name>
          <email>davidpeter123@gmail.com</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>College of Engineering</institution>
          ,
          <addr-line>Cherthala, Cherthala, Kerala</addr-line>
          ,
          <country country="IN">INDIA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Computer</institution>
          ,
          <addr-line>Science,CUSAT, Kochi</addr-line>
          ,
          <country country="IN">INDIA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In recent years with the advancement in internet technologies and increase of smartphone adoption among youngsters has made information easily accessible in diferent forms such as text, images, audio and videos. Today communication has become very fast, it is very much possible that an event that happens in any part of the world gets communicated in few seconds/minutes to the rest of the world. This demands for a system that can automatically identify events such as bomb blasts, floods, cyclone, fires, political events etc., reported in various Newswires and Social Media text. In this paper we explore the development of an event extraction system for Malayalam Language. This work was done as part of the shared task on Event Extraction from Newswires and Social Media Text in Indian Languages (EventXtract-IL) in Forum for Information Retrieval and Evaluation(FIRE 2017). The experiments were done on the standard data set provided and the results showed that the system was able to give performance comparable to the methods employing more sophisticated procedures.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>CCS CONCEPTS</title>
      <p>Natural Language Processing; Information
Retrieval Event Extraction; Text Summarization;
Event extraction, preprocessing, structured information</p>
    </sec>
    <sec id="sec-2">
      <title>INTRODUCTION</title>
      <p>
        Information on a web is increasing at infinitum. There
exists a plethora of information in electronic and digital form.
This information load demands for some automatic help.
Information extraction (IE) is the task of automatically
extracting structured information from unstructured and/or
semi-structured machine readable documents[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Extracted
structured information can be used for variety of enterprise
or personal level task of varying complexity. Event
extraction is a subproblem of Information Extraction which aims
to extract meaningful information called events from from
diferent sources of information.
      </p>
      <p>The objective of this task is to encourage in development
of systems for the identification of Events in the various
types of text such as Newswire, Facebook, and Twitter etc.,
for Indian languages. This extraction system tries to
identify crisis events such as bomb blasts, floods, cyclone, fires,
political events etc., reported in various Newswires, Social
Media text,etc.. The events are categorised into groups such
as natural disasters(floods, earthquakes etc), man made
disasters (accidents, crime etc), political events (inaugurations by
political leaders, political rallies etc), cultural/social events
(Seminars, Conferences, light music events etc)..
2</p>
    </sec>
    <sec id="sec-3">
      <title>TASK DESCRIPTION</title>
      <p>In this initiative the organizers suggested three Indian
languages Hindi, Malayalam and Tamil and we have chosen
Malayalam Language. For training the model we were
provided with two files, one which is the raw file and another
ifle containing the annotations. The raw file consists of the
twitter obtained from the Twitter API. The second file, the
annotation file, consists of annotation of tweets which are
events. This is a five column file First two columns are the
TweetID and UserID as found in the Original Tweet File.
The third column is the Event phrase of the tweet, Fourth
column is the index where this phrase starts in the tweet
string. Fifth column is the string length of the event phrase.
In some instances full tweet string is considered as Event
Phrase.</p>
      <p>The test data, provided was tweets file similar to the
original Tweets files provided during the training. We were
asked to submit the annotations file similar to the annotations
ifle provided during training.
2.1</p>
    </sec>
    <sec id="sec-4">
      <title>Methodology</title>
      <p>
        When a typical event extraction system processes documents
in a large collection, it primarily uses prior knowledge in the
form of extraction patterns, classifiers trained on annotated
corpora, ontologies, and so on [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>Events extracted in our proposed framework are
represented as a 5-tuple ⟨, , , , ⟩ where U is the userid, T
is the twitterid, S the event string, I the index value and
L the length of the event string. Our proposed framework
consists of three main steps, pre-processing, event extraction
and writing the annotations to an outputfile. The details of
our proposed framework are described below.</p>
      <p>2.1.1 Preprocessing. The preprocessing consists of the
application of some Natural Language Processing (NLP) tools
to the raw text in order to segment it into sentences and
remove the unwanted characters. This is followed by
extracting the userid, twitterid, event phrase and url into respective
variables.</p>
      <p>2.1.2 Event Extraction. From the url using some web
scraping tool such as Beautiful Soup, the tweet string can
be extracted. The Tweet Id can be used to determine the
crisis type of the event. This can me done by maintaining
a hash table. Locate the event phrase in the Tweet string
and extract the sentence as the event string.With the Event
string and Tweet string the start index of the event string in
tweet string as well as the length of the event phrase can be
determined.</p>
      <p>2.1.3 Annotation File. As a last step the value of userid,
twitterid, event phrase, index and length are written into a
ifle.
3</p>
    </sec>
    <sec id="sec-5">
      <title>EXPERIMENTATION AND RESULTS</title>
      <p>We have carried out the evaluation of the proposed system
using the data provided by the shared task.The system was
developed based on the training data provided and the
evaluation was done based on the test data. For analysisng the
performance of the system we have determined their
precision, recall and F-measure. Let  be the set of automatically
annotated events in the test corpus and let ´  be the set of
events annotated by a human expert. We call the latter set
the ground truth. The recall is the ratio of correctly detected
events and all events in the ground truth, i.e. recall =| ∩´´ |
. We define precision as the fraction of events, which were
correctly annotated by the framework as crisis events, i.e.
precision =| ∩´ |. F-measure is defined as the mean of
pre
cision and recall, i.e. Fmeasure = ((2*+* )) presents
the top results obtained for precision, recall and F-measure
separately. Table 1 shows the result obtained interms of
precision, recall and accuracy.
4</p>
    </sec>
    <sec id="sec-6">
      <title>CONCLUSIONS</title>
      <p>In this paper, we have proposed an event extraction system
where in the preprocessing phase we have used NLP Tools to
prepare the data followed by event extraction and annotation.
The framework was evaluated based on the data set provided
by the shared task for event extraction.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>J.</given-names>
            <surname>Graf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Koroteyev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Mikhaylov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Bricker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Levy</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Wong</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>Extracting data from semi-structured text documents</article-title>
          .
          <source>(Oct. 26</source>
          <year>2006</year>
          ). https://www.google.com/patents/US20060242180 US Patent App.
          <volume>10</volume>
          /565,
          <fpage>611</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Peiquan</given-names>
            <surname>Jin</surname>
          </string-name>
          ,
          <string-name>
            <surname>Lin</surname>
            <given-names>Mu</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lizhou Zheng</surname>
            ,
            <given-names>Jie</given-names>
          </string-name>
          <string-name>
            <surname>Zhao</surname>
            ,
            <given-names>and Lihua</given-names>
          </string-name>
          <string-name>
            <surname>Yue</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>News Feature Extraction for Events on Social Network Platforms</article-title>
          .
          <source>In Proceedings of the 26th International Conference on World Wide Web Companion. International World Wide Web Conferences Steering Committee</source>
          ,
          <fpage>69</fpage>
          -
          <lpage>78</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>