<!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>
      <journal-title-group>
        <journal-title>FIRE</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>KCE_DAlab @ EventXtract-IL-FIRE2017: Event Extraction using Support Vector Machines</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>SharmilaDevi V, Kannimuthu S</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Safeeq G</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Anand Kumar M</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Center for Computational, Engineering and Networking (CEN), Amrita School of Engineering</institution>
          ,
          <addr-line>Coimbatore, Amrita Vishwa, Vidyapeetham</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Information, Technology, Karpagam College of Engineering</institution>
          ,
          <addr-line>Coimbatore</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Department of Information, Technology, Sri Ramakrishna Institute of, Technology</institution>
          ,
          <addr-line>Coimbatore</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2017</year>
      </pub-date>
      <volume>8</volume>
      <abstract>
        <p>Nowadays, Social media has become a major part to transfer the message that must be shared with the people ideas and express the information globally in our day-to-day life. Through social media can able to connect the people together, they are vulnerable to crimes like Identity thefts, false information, and identity masking etc. Identifying the event from the social media messages and news headlines are the important area of research in the current era. This paper illustrates work done on Event Extraction for Indian language shared task which is conducted in Forum for Information Retrieval Evaluation (FIRE) 2017. For this Event extraction task, organizers release the dataset with three languages Tamil, Hindi, and Malayalam. Each language dataset consists of two files Original Tweet file and Annotation files. We only participated in the Tamil event extraction task. In this task, we converted the original tweet ifle into Bio-format to apply the machine learning directly. Then analyzing each chunk of the word is an event is said to [B] beginner and the other events will be given as Intermediate and the others are assigned as O tag. Each word or chunk should be trained whether it is the event or not an event with the help of rich features and SVM classifier. Here we also find out the Cross- Validation accuracy using Natural language techniques.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>CCS CONCEPTS</title>
      <p>• Computing methodologies → Natural language
processing; Language resources; Feature selection;</p>
    </sec>
    <sec id="sec-2">
      <title>INTRODUCTION</title>
      <p>Natural Language Processing (NLP) is a field that covers computer
understanding and manipulation of human languages. It focuses
on the interaction between human language and computer is called
Natural language processing. Event Extraction is an important
stream of information extracted it has greatly gained in popularity
due to the advent of big data and the developments in the related
ifelds of text mining in Natural Language Processing. One common
application of text mining is event extraction which encompasses
deducing specific knowledge concerning incidents referred to in
texts. Most of the data is initially unstructured. Using NLP
techniques, information is extracted from texts from various sources
such as new messages and blogs that must be stored in a structured
way eg. Databases. The event can be useful in some applications
like risk analysis, monitoring systems and decision making
supporting tools. The event must be used in three methods that is data
to driven knowledge, extract knowledge through representation
and exploitation of expert knowledge and hybrid event extraction.</p>
      <p>
        With the enormous content of data and the impact of digital data
sources are easily extracted. Most of the data is in an unstructured
format that is human can easily understand the language.The data
that are given here is to be converted to machine understandable
language. The application that is mainly used in Information
retrieval and Information Extraction Methods. Information Extraction
is the method of automatically extracting structured information
from the unstructured or semi-structured machine-readable
documents. In related work, the open dataset for event extraction for
the English language is explored in [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Here the corpus raises two
main issues. It was annotated with templates describing all events
with the same set of slots. The methodology used in this type is
Annotation and ASTRE corpus. In this paper, the ASTRE corpus, a
new corpus dedicated to the evaluation of event schema induction.
Template-based Information Extraction without template is
discussed in [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. The template defines a specific type of event with
a set of semantic roles for the typical entities involved in such an
event. The methodology in this paper is learning templates from
raw text and clustering on event distance.
      </p>
      <p>
        Distant supervision approach to template-based event extraction,
focusing on the extraction of passenger counts, aircraft types, and
other facts concerning airplane crash events is explored in [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. They
also presented a publicly available dataset and event extraction
task in the plane crash domain based on Wikipedia infoboxes and
newswire text.
      </p>
      <p>
        Event extraction is treated as an dependency parsing in [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Here,
authors proposed a simple approach for the extraction of such
structures by taking the tree of event-argument relation. This gives
the better performance in the extraction of a biomedical event.
      </p>
      <p>
        In [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], Event Extraction from unstructured text data was
explained. Authors extended the bootstrapping method that was
initially developed for extracting relations from web pages to the
problem of content extraction from short unstructured text. The
event extraction method proposed in this paper attained less
accuracy for the Twitter dataset as compared to the enterprise dataset.
      </p>
      <p>
        An overview of event extraction from text was described in [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
This literature survey discussed the text mining techniques that are
employed for various event extraction purposes. Here knowledge
driven event extraction and Hybrid driven even extraction methods
are discussed elaborately.
      </p>
      <p>The rest of the paper is organized as follows. Section 2 presents
the overview of the shared task and the details regarding the dataset.
Section 3 describes the proposed system developed for the event
extraction task while Section 4 shows the evaluation results of three
submissions for Tamil event extraction shared task. Finally, Section
5 concludes the paper.
2</p>
    </sec>
    <sec id="sec-3">
      <title>DATASET DETAILS</title>
      <p>The task contains two files such as Original tweet file and
Annotation files. The first two column must contain Tweet ID and user
ID. The third column must represent the event phrase of the ID.
The Fourth column will mention the index where this phrase starts
in the tweet string and the fifth column is the string length of the
event phrase. The events are given as Natural disasters, Man-made
disasters, political events and cultural /social events.
3</p>
    </sec>
    <sec id="sec-4">
      <title>EVENT EXTRACTION FOR TAMIL</title>
    </sec>
    <sec id="sec-5">
      <title>LANGUAGE</title>
      <p>
        Normally, for Text mining and Information Extraction,
preprocessing is the mandatory step and it is necessary for the Twitter dataset.
The methodology which is followed in the entity extraction is
followed in the event extraction too [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] . The preprocessing step
encompass Normalization and Tokenisation methods. In
Tokenisation, based on the white spaces, sentences are partitioned into
tokens. These tokens are further normalized where superficial
variations are extracted. However, normalization of Twitter messages
is desired to prevailing the non-standard words, spelling digression,
lengthen the unconstrained abbreviations (eg., tmrw for tomorrow),
and prevailing the phonetic alternation. For English language, case
folding is a relevant one where case variations must be obtained but
it does not feel necessary for Indian language where no such
variation exists.The methodology of the proposed system is illustrated
in Figure 1. The training dataset consists of two files such as raw
tweets and extracted type annotated entities. The tweet file will be
expressed by "Tweet ID","User ID" and tweets. The entity file must
be expressed of "Tweet ID","User ID", Entity type, entity, starting
index and length. We have merged these files and converted into
conventional BIO formatted text in which B-XXX tag refers the
Beginning word of the entity type and I-XXX is needed for the
following chunks of an entity. The tag other than the event is
represented as O. In tokenization the tweets are further partitioned into
small chunks called as tokens. Training and testing tweets must
be tokenized properly in one token-per line format. Annotated
events and tokenized training tweets are combined to create the
BIO format. Features are extracted in Tamil and train the system
with support vector machine-based classifier, SVMLight [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Finally,
the BIO format tokens are converted into the given annotation
format and the event is extracted.
In this work, feature extraction is essential as this decides the
accuracy of the machine learning based system. The traditional features
like words, prefixes, and sufixes of the word, binary feature, shape
features are used in the feature extraction step. Binary feature and
shape feature is binary features where if it is present in the tweet
then it is marked as ’1’ or else ’0’. For prefix and sufix feature
maximum up to five characters before and after the current character
are taken as features. The punctuation mark such as question mark,
exclamatory marks, comma, and full stop are also used as features.
4
      </p>
    </sec>
    <sec id="sec-6">
      <title>RESULTS</title>
      <p>This section explains the submission details and the results obtained.
The results are shown in Table.2, Submission-2, is the baseline
system and submission-1 undergone the C-parameter tuning of
SVM. In, submission-3 the parameters are fixed based on 10-fold
cross-validation.
5</p>
    </sec>
    <sec id="sec-7">
      <title>CONCLUSION AND FUTURE SCOPE</title>
      <p>The work is submitted as a part of Shared Task on Event Extraction
for the Tamil Language in FIRE 2017. The task organizer provided
the twitter file and annotation file. Three submissions were
submitted for the task using the traditional features. The system was
trained and tested using SVM classifier. In future, POS tagging
and the NER features along with word embedding can be added to
improve the performance of the event extraction system.</p>
      <p>KCE_DAlab @ EventXtract-IL-FIRE2017: Event Extraction using SupFpIRoErt2V0e1c7t,o8rthM-a1ch0tinheDs ecember, Indian Institute of Science, Bangalore</p>
    </sec>
    <sec id="sec-8">
      <title>ACKNOWLEDGEMENT</title>
      <p>We would like to thank organizers of Forum for Information
Retrieval Evaluation 2017 for providing the shared task platform to
the researchers. We would also like to thank the organizers of the
EventXtract-IL task.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>M.</given-names>
            <surname>Anand Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Se</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K.</given-names>
            <surname>Soman.</surname>
          </string-name>
          Amrita-cen@fire
          <year>2015</year>
          :
          <article-title>Extracting entities for social media texts in indian languages</article-title>
          . volume
          <volume>1587</volume>
          , pages
          <fpage>85</fpage>
          -
          <lpage>88</lpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>N.</given-names>
            <surname>Chambers</surname>
          </string-name>
          and
          <string-name>
            <given-names>D.</given-names>
            <surname>Jurafsky</surname>
          </string-name>
          .
          <article-title>Template-based information extraction without the templates</article-title>
          .
          <source>In Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies-Volume</source>
          <volume>1</volume>
          , pages
          <fpage>976</fpage>
          -
          <lpage>986</lpage>
          . Association for Computational Linguistics,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>F.</given-names>
            <surname>Hogenboom</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Frasincar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>U.</given-names>
            <surname>Kaymak</surname>
          </string-name>
          , and F. De Jong.
          <article-title>An overview of event extraction from text</article-title>
          . In Workshop on Detection, Representation, and
          <article-title>Exploitation of Events in the Semantic Web (DeRiVE</article-title>
          <year>2011</year>
          ) at Tenth International Semantic Web Conference (ISWC
          <year>2011</year>
          ), volume
          <volume>779</volume>
          , pages
          <fpage>48</fpage>
          -
          <lpage>57</lpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>T.</given-names>
            <surname>Joachims</surname>
          </string-name>
          .
          <article-title>Making large-scale SVM learning practical</article-title>
          . In B.
          <string-name>
            <surname>Schölkopf</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Burges</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <surname>A</surname>
          </string-name>
          . Smola, editors,
          <source>Advances in Kernel Methods - Support Vector Learning</source>
          , chapter
          <volume>11</volume>
          , pages
          <fpage>169</fpage>
          -
          <lpage>184</lpage>
          . MIT Press, Cambridge, MA,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>D.</given-names>
            <surname>McClosky</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Surdeanu</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C. D.</given-names>
            <surname>Manning</surname>
          </string-name>
          .
          <article-title>Event extraction as dependency parsing</article-title>
          .
          <source>In Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies-Volume</source>
          <volume>1</volume>
          , pages
          <fpage>1626</fpage>
          -
          <lpage>1635</lpage>
          . Association for Computational Linguistics,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>K.-H. Nguyen</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          <string-name>
            <surname>Tannier</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          <string-name>
            <surname>Ferret</surname>
            , and
            <given-names>R.</given-names>
          </string-name>
          <article-title>BesanÃ¨ ğon. A dataset for open event extraction in english</article-title>
          .
          <source>In Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC</source>
          <year>2016</year>
          ), pages
          <fpage>1939</fpage>
          -
          <lpage>1943</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>G.</given-names>
            <surname>Remmiya Devi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Veena</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. Anand</given-names>
            <surname>Kumar</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K.</given-names>
            <surname>Soman.</surname>
          </string-name>
          Amrita-cen@fire
          <year>2016</year>
          :
          <article-title>Code-mix entity extraction for hindi-english and tamil-english tweets</article-title>
          . volume
          <volume>1737</volume>
          , pages
          <fpage>304</fpage>
          -
          <lpage>308</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>K.</given-names>
            <surname>Reschke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Jankowiak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Surdeanu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. D.</given-names>
            <surname>Manning</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Jurafsky</surname>
          </string-name>
          .
          <article-title>Event extraction using distant supervision</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>C.</given-names>
            <surname>Shang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Panangadan</surname>
          </string-name>
          , and
          <string-name>
            <given-names>V. K.</given-names>
            <surname>Prasanna</surname>
          </string-name>
          .
          <article-title>Event extraction from unstructured text data</article-title>
          .
          <source>In International Conference on Database and Expert Systems Applications</source>
          , pages
          <fpage>543</fpage>
          -
          <lpage>557</lpage>
          . Springer,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>