<!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>AmritaCEN_NLP @ FIRE 2015 Language Identification for Indian Languages in Social Media Text</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>CCS Concepts</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Anand Kumar M</string-name>
          <email>m_anandkumar@cb.amrita.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Soman KP</string-name>
          <email>kp_soman@amrita.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Centre for Excellence in Computational Engineering and Networking Amrita Vishwa Vidyapeetham</institution>
          ,
          <addr-line>Coimbatore</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Rahul Venkatesh Kumar RM Centre for Excellence in Computational Engineering and Networking Amrita Vishwa Vidyapeetham</institution>
          ,
          <addr-line>Coimbatore</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
      </contrib-group>
      <fpage>26</fpage>
      <lpage>28</lpage>
      <abstract>
        <p>The progression of social media contents, similar like Twitter and Facebook messages and blog post, has created, many new opportunities for language technology. The user generated contents such as tweets and blogs in most of the languages are written using Roman script due to distinct social culture and technology. Some of them using own language script and mixed script. The primary challenges in process the short message is identifying languages. Therefore, the language identification is not restricted to a language but also to multiple languages. The task is to label the words with the following categories L1, L2, Named Entities, Mixed, Punctuation and Others This paper presents the AmritaCen_NLP team participation in FIRE2015-Shared Task on Mixed Script Information Retrieval Subtask 1: Query Word Labeling on language identification of each word in text, Named Entities, Mixed, Punctuation and Others which uses sequence level query labelling with Support Vector Machine. • Theory of computation~Support vector machines • Computing methodologies~Natural language Processing • Information systems~Information extraction • Humancentered computing~Social tagging systems</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1.INTRODUCTION</title>
      <p>
        This paper describes our system for FIRE 2015 Shared
Task on Query Word Labeling on Mixed Script
Information Retrieval. The faster growth of internet in
current period the Webpages are not limited to English,
social media content in other languages increasing rapidly
[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Now a day’s webpages can be found in every popular
      </p>
    </sec>
    <sec id="sec-2">
      <title>2.RELATED WORKS</title>
      <p>
        The problem of language identification is researched for
half century (Gold,1967) and code switching for several
decades. But there has been less work on automatic
language identification for mixed script analysis in social
media websites and forums. Research showed that the
predominant language used in Twitter and Face book in
their earlier days was English [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ][
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. With the worldwide
growth social media, people started to write in their own
language with the help of roman script. Number of people
who using mixed script in social media commutation has
increased tremendously. According to the report 45% of
users using mixed script in facebook,40% of people using
English for communicating and 15% people used their
native language [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ][
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Identification of the language in
social media content and their analysis is essential for
extracting information which can be further used in aiding
search engines and monitoring online behavior so as to
ensure security [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ][
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Few years back documents were
written only in a single language. With the emergence of
social media these day’s documents were written in mixed
script [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
      </p>
    </sec>
    <sec id="sec-3">
      <title>3.DATA SET DESCRIPTION</title>
      <p>In training data set, input query is constructed and
annotated with their label. The query is written in roman
script. Input query and annotated set are given as a part of
the Subtask. The training data contains annotation and
input file each have 2908 sentences (Tokens 54,088). The
test data contains 792 sentences (Tokens 11,999). Tokens
are person name, location, organization and abbreviation
comes under NER label.</p>
      <p>Tokens which constructed two parts, each coming from a
different language are labelled as MIX, Emoticons, hash
and punctuation are labelled as MIX. Foreign languages are
labelled as O. There is no extra data set is used in this task.
Input query many contain mixture of 1 or 2 languages,
named entities, mixed, punctuation and others. Table 1
contains the counts for mixed, punctuation and others with
overall token count. The languages token count is
mentioned in Table 2. Named Entities have nine different
tag set and total count of the NER tokens are mentioned in
the Table 3.</p>
    </sec>
    <sec id="sec-4">
      <title>4.METHODOLOGY AND FEATURE</title>
    </sec>
    <sec id="sec-5">
      <title>DESCRIPTION</title>
      <p>We participated in the Query Word Labeling task which is
described very briefly as follows: Suppose that q: w₁ w₂ w₃
is a query which is written in Roman script. The words, w₁
w₂ etc., could be standard English words or transliterated
from another language L = {Bengali (Bn), Gujarati (Gu),
Hindi (Hi), Kannada (Ka), Malayalam (Ml), Marathi (Mr),
Tamil (Ta), Telugu (Te)}. The task is labeling the words as
En or L. In Query word labeling we used Support Vector
Machine classifier to predict language of a particular word
which belong to either Indian language or English. As the
training corpus is very huge, the words from the corpus are
taken as features. As a method of preprocessing, the input
raw data taken as token per sequence is annotated with
corresponding tag set. This annotated data set is assigned as
input for the machine from which the features are extracted.
Various features are taken for better labelling of language.
The three prefixes and suffixes of the current word, length
of the present token, position of current word are taken as
features. Punctuation, comma, colon/Semi Colon, dot and
word starting with ‘@’ and ‘#’ are taken as binary features.
This set of feature has been mainly used to identify Indian
languages. They constitute checks on token endings in
terms of presence of certain characters. Along with the
features machine also learns from the training data set
which is already labelled. When it comes to test data, same
preprocessing step is carried out. Annotated test data is
given as input for Support Vector Machine Classifier and
classified output is taken. Sample output is given in Table
4.
The query and corresponding tag set is given as a training
data of the shared task and these are annotated as
preprocessing procedure. Flow of the proposed system is
illustrated in Fig 1. From the annotated data the features are
extracted. Along with the extracted feature sequence of
lines are given as an input for the Support vector machine
classifier in which in creates a module file. The test data
and module file is given to the classifier and output is
extracted. Further the output is processed in which the
utterance id is properly paired with test data.</p>
      <p>Fig 1: Proposed system flow diagram.</p>
    </sec>
    <sec id="sec-6">
      <title>6.RESULT AND CONCLUSION</title>
      <p>In this paper, we described our system for Subtask 1 in
FIRE 2015 - Query Word Labelling on Mixed Script
Information Retrieval. The query word labelling is very
useful in search engines. We used SVM classifier to
identify languages, Punctuations, NEs, Mixed and Other.
SVM uses set of features guaranteeing reasonable accuracy
for mixed languages query and other tags. In proposed
language identification system, the word sequences are
divided into tokens which are trained using SVM classifier
and the system is evaluated against the given test data.
System is elevated separately for each tag in language pair,
Mixed and Named Entities using Recall, Precision and
F1Score.Concentration is required more on Mixed Script and
NEs. As a future work words from the language dictionary
and word as distributed vector can also be included as
feature which will improve the accuracy of the system.
Overall scores for tags set is mentioned in Table 5.
Average F -Measure
Weighted F-Measure
8.3333
36.3964
76.6231</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Irshad</given-names>
            <surname>Ahmad Bhat(IIT-H)</surname>
          </string-name>
          , Vandan
          <string-name>
            <surname>Mujadia(IIT-H)</surname>
          </string-name>
          ,
          <article-title>Aniruddha Tammewar(IIT-H)</article-title>
          .
          <article-title>IIT-H System Submission for FIRE2014 Shared Task on Transliterated Search</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>P</given-names>
            <surname>Gupta</surname>
          </string-name>
          , Kalika Bali,
          <string-name>
            <given-names>R E</given-names>
            <surname>Banchs</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M</given-names>
            <surname>Choudhury</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P</given-names>
            <surname>Rosso</surname>
          </string-name>
          .
          <article-title>Query Expansion for Mixed-Script Information Retrieval</article-title>
          .
          <source>In Processing's of the 37th international ACM SIGIR conference on Research &amp; development in information retrieval2014.</source>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Dinesh</given-names>
            <surname>Kumar</surname>
          </string-name>
          <string-name>
            <surname>Prabhakar</surname>
          </string-name>
          ,
          <article-title>Sukomal Pal (Indian School Of Mines) ISM@FIRE-2014: Shared task on Transliterated Search FIRE</article-title>
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Channa</given-names>
            <surname>Bankapur</surname>
          </string-name>
          , Adithya Abraham Philip,
          <article-title>Saimadhav A Heblikar (PES University)</article-title>
          .
          <source>Query Word Labeling using Supervised Machine Learning: Shared task report by PESIT</source>
          team
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Utsab</given-names>
            <surname>Barman</surname>
          </string-name>
          ,
          <string-name>
            <surname>Amitava Das</surname>
          </string-name>
          ,
          <article-title>Code Challenge for Language Identification in the Language of Social Media. Joachim Waanger and Jennifer Foster CNGL Center for Global Intelligent Content National Center for Language Identification 2014</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Induja</surname>
          </string-name>
          ,
          <string-name>
            <surname>Indu</surname>
            <given-names>M</given-names>
          </string-name>
          ,
          <string-name>
            <surname>P.C Reghu</surname>
          </string-name>
          <article-title>Raj</article-title>
          .
          <article-title>Text Based Language Identification System for Indian Languages Following Devanagari</article-title>
          .
          <source>International Journal of Engineering Research &amp; Technology (</source>
          <year>2014</year>
          )
          <article-title>(IJERT) IJERTIJERT</article-title>
          ISSN:
          <fpage>2278</fpage>
          -
          <lpage>0181</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Abinaya.N</given-names>
            ,
            <surname>Neethu</surname>
          </string-name>
          <string-name>
            <given-names>John</given-names>
            , Dr.M. Anand Kumar and
            <surname>Dr.K.P. P Soman - Amrita University</surname>
          </string-name>
          .AMRITA@FIRE-2014:
          <article-title>Named Entity Recognition for Indian Languages FIRE</article-title>
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Kalika</given-names>
            <surname>Bali</surname>
          </string-name>
          , Yogarshi Vyas, Monojit ChoudhuryMicrosoft India and University of Maryland.
          <article-title>POS Tagging of English-Hindi Code-Mixed Social Media Content</article-title>
          .
          <source>Proceedings of the 2014</source>
          EMNLP pages
          <fpage>974</fpage>
          -
          <lpage>979</lpage>
          , October 25-
          <fpage>29</fpage>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Supriya</given-names>
            <surname>Anand</surname>
          </string-name>
          , Bangalore. India. FIRE
          <article-title>-2015 Language identification for transliterated forms of Indian Languages queries</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Anupam</surname>
            <given-names>Jamatia</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amitava Das</surname>
          </string-name>
          .
          <article-title>Part-of-Speech Tagging System for Indian Social Media Text on Twitter</article-title>
          .
          <source>Proceedings Workshop on Language Technologies For Indian Social Media(SOCIAL-INDIA)</source>
          , Pages
          <fpage>21</fpage>
          -
          <lpage>28</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Yogarshi</surname>
            <given-names>Vysas</given-names>
          </string-name>
          , Spandana Gella,Jatin sharma,Kalika Bali, Monojit Choudary.
          <source>POS Tagging of EnglishHindi Code-Mixed Social Media Content. (EMNLP) Conference on Empirical Methods in Natural Language Processing-2014, Pages</source>
          <volume>974</volume>
          -
          <fpage>979</fpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>