<!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>Forum for Information Retrieval Evaluation, December</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Multilingual Sentiment Analysis in Tamil, Malayalam, and Kannada code-mixed social media posts using MBERT</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Adaikkan Kalaivani</string-name>
          <email>kalaivania@ssn.edu.in</email>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Durairaj Thenmozhi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of CSE, Sri Sivasubramaniya Nadar College of Engineering</institution>
          ,
          <addr-line>Kalavakkam, TamilNadu</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Information and Communication Engineering, Anna University</institution>
          ,
          <addr-line>Chennai</addr-line>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Research Centre, Department of CSE, Sri Sivasubramaniya Nadar College of Engineering</institution>
          ,
          <addr-line>Kalavakkam, TamilNadu</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <volume>1</volume>
      <fpage>3</fpage>
      <lpage>17</lpage>
      <abstract>
        <p>This paper presents the submitted runs to Dravidian-CodeMix-FIRE2021: Sentiment Analysis for Dravidian Languages in Code-Mixed Text. The identification of sentiment polarity in code-mixed text from social media has paid much attention in recent studies. Moreover, the sentiment analysis in multilingual posts moves forward in the field of natural language processing multilingual community. We have participated in Tamil-English, Malayalam-English, and Kannada-English languages. The shared task of sentiment analysis is the message-level sentiment polarity text classification from the social media posts. We have adapted and fine-tuned the pre-trained Multilingual BERT models for the three languages. We applied the adaptive transliteration and translation technique to enrich the training data for the three languages. Our team SSN_NLP_MLRG achieved the F1-scores of 0.603, 0.698, and 0.595 in the shared task for the Tamil, Malayalam, and Kannada code-mixed languages, respectively.</p>
      </abstract>
      <kwd-group>
        <kwd>Dravidian language</kwd>
        <kwd>Code-mixed text classification</kwd>
        <kwd>Transfer learning</kwd>
        <kwd>Sentiment Analysis</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        In recent years, there is a continuous growth of online user posts in social network forums
such as Twitter, Facebook, YouTube, Instagram, etc. Social Media forums will be the biggest
sources of data available largely in the upcoming years. Sentimental analysis has received
much attention in the research community recently. So, the sentiment analyses of social media
posts are very important to regularize them. Sentiment analysis is the task of determining the
polarity, subjective opinion, target, and valence and of classifying the sentiments in the given
code-mixed text [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>
        Tamil is the Dravidian language that is oficially spoken by the state of Tamil Nadu in India,
Sri Lanka, and Singapore. Malayalam and Kannada are the Dravidian languages spoken by
the state of Kerala and the state of Karnataka in India. Code-mixing is a phenomenon where
native speakers switch between two or more languages and are also written in Roman script in
a single utterance [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. So, analysis of the Code-mixed bilingual [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] or multilingual post [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] from
online social media plays a crucial role in the recent research community. The identification of
sentiments [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] in indirect comments like sarcasm [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], metaphors are challenging to annotate
manually. Therefore, Automatic identification of sentiments in various multilingual languages
is a challenging task.
      </p>
      <p>
        The Dravidian-CodeMix-FIRE2021 [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] competition aims to build systems capable of
identifying sentiment polarity in social networks forum for the Tamil, Malayalam, and Kannada
code-mixed languages [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. The Dravidian-CodeMix-FIRE2020 [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] organizers defined the shared
task of identifying sentiments for the Tamil [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], Malayalam code-mixed languages [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
Furthermore, we classify whether the post into positive, negative, neutral, mixed emotions or not
in the intended language [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. This year, Dravidian-CodeMix-FIRE2021 ofers datasets with
three languages include Tamil-English, Malayalam-English, and Kannada-English.
      </p>
      <p>This article presents our approaches to Dravidian-CodeMix-FIRE2021. We have participated
in the shared task for the three languages. We performed selective transliteration and translation
for these languages. We used the NLTK library for pre-processing the training and test data for
all languages. The goal of the shared task is to determine and categorize if a message is positive,
negative, unknown state, mixed feelings, or not in the intended language. We adapt and
finetune Multilingual BERT (MBERT) pre-trained model with ktrain library for the Tamil-English,
Malayalam-English, and Kannada-English languages1. The outline of the paper is as follows.
Section 2 reviews the work related to sentiment analysis. Section 3 presents the detailed data
description and methodology of our model. In section 4, we analyze the experiment results.
Finally, Section 5 discusses the conclusion of our work and further improvement.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        The researchers used the Bi-LSTM’s model to determine the sentiments in the Hindi-English
posts [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. The goal of the shared task of sentiment analysis is to identify the sentiment scores
and achieved the best results in the Indian languages (SAIL). The sentiments identified in
the code-mixed multilingual language are analyzed based on the linguistic code-switching,
domain-specific and grammatical transition for the Hindi and English languages [
        <xref ref-type="bibr" rid="ref14">14, 15</xref>
        ].
      </p>
      <p>The author used the fastText word embedding, doc2vec features, SVM Classifier, bi-LSTM
model, and Conventional neural network (CNN) to classify sentiments in the Bengali-English,
Hindi-English code-mixed test corpus [16]. The sub-word level LSTM architecture is used to
analyze the sentiments from Hindi-English code-mixed language [17]. The neural network
architecture is used to analyze the sentiments and build the system over LSTM [18]. They used
the sentiment mining approach to classify sentiments in a multilingual environment namely
Hindi, Tamil, Telugu, and Bengali languages [19].</p>
      <p>From the observation, most of the research is going on multilingual community. Still, we
have to face the challenges in the code-mixed bilingual and multilingual languages in the online
social media comments, problems in handling the imbalanced dataset in the low resourced
languages, and detecting the sentiments from sarcastic comments. These problems open to
researchers in the industry and academia in the diferent native low resourced languages
other than high resourced languages. Therefore automation of detecting the sentiments is a
1https://github.com/kalaiwind/Dravidian-2021
crucial task. The organizers of the Dravidian-CodeMix-FIRE2021 provided the resources for the
Dravidian languages.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Data and Methodology</title>
      <p>This section presents the data preprocessing techniques, data descriptions, models experimented
with for the Dravidian code-mixed data.</p>
      <sec id="sec-3-1">
        <title>3.1. Data Description</title>
        <p>Typically the Dravidian-CodeMix-FIRE2021 dataset ofers posts from YouTube social media
forums. The shared dataset involves posts written in Tamil, Malayalam, and Kannada
codemixed languages. For Tamil language, the training data size is 39336 posts and the size of
the test data is 4402 posts. For Malayalam language, the size of the training data is 16970
posts and the test data size is 1962 posts. For Kannada language, the training data size is 6578
comments and the test data size is 768 posts. Table 1 presents the category-wise description
of Tamil, Malayalam, and Kannada languages. The shared task of the sentiment analysis in
Dravidian languages is a Multiclass classification task. It aims to build systems that can classify
the YouTube comments into a positive, negative, unknown state, mixed feelings or (not-Tamil,
not-Malayalam, not-Kannada) not in the intended language.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Data Preprocessing</title>
        <p>The data preprocessing were minimal to make that flexible for all the shared task of the Dravidian
languages. We perform data preprocessing by using NLTK2 for the Tamil, Malayalam, and
Kannada languages. First, the duplication in the training data has been clean because it afects
the performance. The strings start with @ symbols has cleared because it denoted as the author
name or user id. After that, we remove the hashtag, punctuations, URLs, numerals which
don’t have semantic meaning. Finally, we cleared the emoji’s then converted all the upper case
English text and Native language in the Roman script into lower case text.</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Methodology</title>
        <p>We used the pre-trained models MBERT3 (Multilingual Bidirectional Encoder Representations
from Transformers) [20] with the ktrain library for the Tamil, Malayalam, and Kannada
languages. ktrain is a lightweight wrapper of TensorFlow Keras to help build, deploy, and train
neural networks, machine learning models, and deep learning models more accessible. We take
20% of the data from the training set for the validation process.</p>
        <p>We used the Multilingual BERT model to build the system and predict the code-mixed
comments for all the three languages. Firstly, we set the sequence length as 512 and batch size
as 6. We fine-tuned the pre-trained weights to predict the sentiment polarity. The diferent
learning rates like 1e-5, 2e-5, 3e-5, 5e-5, and the epochs as 5, 6, 7, and 10 were analyzed to
improve the performance. Finally, we used the learning rate of 2e-5, 2e-5, 2e-5, and the epochs
of 7, 10, and 10 for the Tamil, Malayalam, and Kannada languages of the MBERT model. We
have performed selectively transliterate the Roman script and translated the other language like
English into particular Tamil, Malayalam, and Kannada code-mixed languages using Google
API. The validation results of the three languages of the MBERT model are present in Table 2.
In the final test results, we got a weighted-average F1-score of 0.603, 0.698, and 0.595 in the
shared task for the Tamil, Malayalam, and Kannada code-mixed languages.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Results</title>
      <p>In this section, we present the evaluation of our model and submitted results for the Tamil,
Malayalam, and Kannada code-mixed languages.</p>
      <sec id="sec-4-1">
        <title>4.1. Experimental Results</title>
        <p>The evaluation metrics like precision, recall, macro averaged F1-score, and weighted average
F1-score are used to analyze the performance of the model. The Dravidian-CodeMix-FIRE2021
organizers provided the test data for the Dravidian languages. Based on the performance of
the validation process, we fine-tuned the MBERT model to build the system and predict the
sentiment polarity for the Tamil-English, Malayalam-English, and Kannada-English languages.
The performance of the test results of the MBERT model for the three languages is presented in
Table 3.</p>
        <p>For Tamil language, the MBERT model achieved an accuracy of 0.61, and Precision, Recall, and
an F1-score for positive comments are 0.74, 0.80, and 0.77 respectively. The Precision, Recall, and
3https://github.com/google-research/bert/blob/master/multilingual.md
F1-score for the negative comments are 0.64, 0.51, and 0.57 respectively. The Precision, Recall,
and F1-score for the mixed-feeling comments are 0.42, 0.42, and 0.42 respectively. The Precision,
Recall, and F1-score for the unknown-state comments are 0.39, 0.29, and 0.33 respectively. The
Precision, Recall, and F1-score for the not-Tamil comments are 0.27, 0.24, and 0.26 respectively.
Comparatively, the positive comments of the Tamil language perform well because the number
of positive comments is more (diference 15,000 comments) than the other comments.</p>
        <p>For Malayalam Language, the MBERT model achieved an accuracy of 0.71, and Precision,
Recall, and an F1-score for positive comments are 0.73, 0.81, and 0.77 respectively. The
Precision, Recall, and F1-score for the negative comments are 0.82, 0.76, and 0.88 respectively.
The Precision, Recall, and F1-score for the mixed-feeling comments are 0.70, 0.72, and 0.71
respectively. The Precision, Recall, and F1-score for the unknown-state comments are 0.60, 0.53,
and 0.56 respectively. The Precision, Recall, and F1-score for the not-Malayalam comments
are 0.54, 0.28, and 0.37 respectively. Comparatively, the negative, positive, not-Malayalam,
unknown-state comments of the Malayalam language perform well even though the number of
negative comments is less than positive comments because it is a balanced training set.</p>
        <p>For Kannada Language, the MBERT model achieved an accuracy of 0.61, and Precision, Recall,
and an F1-score for positive comments are 0.71, 0.71, and 0.71 respectively. The Precision, Recall,
and F1-score for the negative comments are 0.62, 0.66, and 0.64 respectively. The Precision, Recall,
and F1-score for the mixed-feeling comments are 0.26, 0.32, and 0.29 respectively. The Precision,
Recall, and F1-score for the unknown-state comments are 0.62, 0.53, and 0.57 respectively.
The Precision, Recall, and F1-score for the not-Kannada comments are 0.20, 0.20, and 0.20
respectively. Comparatively, the positive, negative, not-Kannada comments of the Kannada
language perform well.</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Submitted Results</title>
        <p>We present the results of the evaluation of our submissions for all the three languages. The
task organizers provided the evaluation report based on weighted-average F1-scores. Our team
SSN_NLP_MLRG submission had a Weighted-average F1-score of 0.603, 0.698, and 0.595 in the
shared task for Tamil, Malayalam, and Kannada code-mixed languages respectively. Our team
SSN_NLP_MLRG submission got the 8ℎ , 7ℎ , 10ℎ rank in the shared task for Tamil, Malayalam,
and Kannada code-mixed languages respectively.</p>
        <p>Furthermore, the F1-scores for the three languages have improved when compared with the
baseline F1-scores. For further analysis, we represent our results of the MBERT model by using
the confusion matrix is shown in the Figure 1 for Tamil language, Figure 2 for the Malayalam
language, and Figure 3 for the Kannada language. From the confusion matrix, we observed that
the positive comments perform well by the MBERT model for all the three languages.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <p>This paper presents the methodology for identifying the sentiment polarities from YouTube
social media comments in Tamil, Malayalam, and Kannada code-mixed languages. Our team
used minimal preprocessing techniques. We experimented with a pre-trained Multilingual
BERT transformer model with the variations of inputs for the shared task in three languages.
According to evaluation, it is clear that fine-tuning MBERT architecture scores well. Our
model MBERT performs well in all the three languages. Our team F1 scores have improved
when compared with the baseline F1 scores. Due to non-language-specific preprocessing,
we applied adaptive transliteration and translation techniques for better performance in the
Tamil, Malayalam, and Kannada code-mixed languages. In future research, we can improve the
performance of code-mixed comments by using diferent deep learning algorithms. Further, we
will extend this work to other languages and improve the performance by handling the indirect
code-mixed comments to avoid misclassification.
Computing, Communication and Networking Technologies (ICCCNT), 2017, pp. 1–6.
[15] B. R. Chakravarthi, Leveraging orthographic information to improve machine translation
of under-resourced languages, Ph.D. thesis, NUI Galway, 2020.
[16] K. Shalini, H. B. Ganesh, M. A. Kumar, K. P. Soman, Sentiment analysis for code-mixed
indian social media text with distributed representation, in: 2018 International
Conference on Advances in Computing, Communications and Informatics (ICACCI), 2018, pp.
1126–1131.
[17] A. Joshi, A. Prabhu, M. Shrivastava, V. Varma, Towards sub-word level compositions
for Sentiment analysis of Hindi-English code mixed text, in: Proceedings of COLING
2016, the 26th International Conference on Computational Linguistics: Technical Papers,
The COLING 2016 Organizing Committee, Osaka, Japan, 2016, pp. 2482–2491. URL: https:
//www.aclweb.org/anthology/C16-1234.
[18] Y. K. Lal, V. Kumar, M. Dhar, M. Shrivastava, P. Koehn, De-mixing sentiment from
code-mixed text, in: Proceedings of the 57th Annual Meeting of the Association for
Computational Linguistics: Student Research Workshop, Association for Computational
Linguistics, Florence, Italy, 2019, pp. 371–377. URL: https://www.aclweb.org/anthology/
P19-2052. doi:1 0 . 1 8 6 5 3 / v 1 / P 1 9 - 2 0 5 2 .
[19] R. Bhargava, Y. Sharma, S. Sharma, Sentiment analysis for mixed script indic sentences,
in: 2016 International Conference on Advances in Computing, Communications and
Informatics (ICACCI), 2016, pp. 524–529.
[20] A. Kalaivani, D. Thenmozhi, C. Aravindan,
SSN_NLP_MLRG@Dravidian-CodeMixHASOC2021: TOLD: Tamil Ofensive Language Detection in Code-Mixed Social Media
Comments, in: Forum for Information Retrieval Evaluation, FIRE 2021, 2021.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Kalaivani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Thenmozhi</surname>
          </string-name>
          ,
          <article-title>Sentimental analysis using deep learning techniques</article-title>
          ,
          <source>International Journal of Recent Technology and Engineering (IJRTE) 7</source>
          (
          <year>2019</year>
          )
          <fpage>600</fpage>
          -
          <lpage>606</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>N.</given-names>
            <surname>Jose</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Suryawanshi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Sherly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>McCrae</surname>
          </string-name>
          ,
          <article-title>A survey of current datasets for code-switching research</article-title>
          ,
          <source>in: 2020 6th International Conference on Advanced Computing and Communication Systems (ICACCS)</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>136</fpage>
          -
          <lpage>141</lpage>
          .
          <source>doi:1 0 . 1 1</source>
          <volume>0</volume>
          <fpage>9</fpage>
          <string-name>
            <surname>/ I C A C C S</surname>
          </string-name>
          <article-title>4 8</article-title>
          <volume>7 0 5 . 2 0 2 0 . 9 0 7 4 2 0 5 .</volume>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>A.</given-names>
            <surname>Kalaivani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Thenmozhi</surname>
          </string-name>
          , SSN_NLP_
          <article-title>MLRG@HASOC-FIRE2020: Multilingual Hate Speech and Ofensive Content Detection in Indo-European Languages using ALBERT</article-title>
          ,
          <source>in: Working Notes of FIRE 2020 - Forum for Information Retrieval Evaluation</source>
          , Hyderabad, India,
          <source>December 16-20</source>
          ,
          <year>2020</year>
          , volume
          <volume>2826</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>188</fpage>
          -
          <lpage>194</lpage>
          . URL: http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2826</volume>
          /
          <fpage>T2</fpage>
          -12.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>A.</given-names>
            <surname>Kalaivani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Thenmozhi</surname>
          </string-name>
          , SSN_NLP_MLRG at SemEval-2020 task 12:
          <article-title>Ofensive language identification in English, Danish, Greek using BERT and machine learning approach</article-title>
          ,
          <source>in: Proceedings of the Fourteenth Workshop on Semantic Evaluation</source>
          , International Committee for Computational Linguistics,
          <source>Barcelona (online)</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>2161</fpage>
          -
          <lpage>2170</lpage>
          . URL: https:// aclanthology.org/
          <year>2020</year>
          .semeval-
          <volume>1</volume>
          .
          <fpage>287</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Priyadharshini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Thavareesan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Chinnappa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Thenmozhi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Sherly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>McCrae</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hande</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Ponnusamy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Banerjee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Vasantharajan</surname>
          </string-name>
          ,
          <article-title>Findings of the Sentiment Analysis of Dravidian Languages in Code-Mixed Text</article-title>
          , in: Working Notes of FIRE 2021 -
          <article-title>Forum for Information Retrieval Evaluation</article-title>
          ,
          <string-name>
            <surname>CEUR</surname>
          </string-name>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>A.</given-names>
            <surname>Kalaivani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Thenmozhi</surname>
          </string-name>
          ,
          <article-title>Sarcasm identification and detection in conversion context using BERT</article-title>
          ,
          <source>in: Proceedings of the Second Workshop on Figurative Language Processing</source>
          , Association for Computational Linguistics, Online,
          <year>2020</year>
          , pp.
          <fpage>72</fpage>
          -
          <lpage>76</lpage>
          . URL: https://www. aclweb.org/anthology/2020.figlang-
          <volume>1</volume>
          .10.
          <article-title>doi:1 0 . 1 8 6 5 3 / v 1 / 2 0 2 0 . f i g l a n g - 1 . 1 0 .</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>R.</given-names>
            <surname>Priyadharshini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Thavareesan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Chinnappa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Durairaj</surname>
          </string-name>
          , E. Sherly,
          <article-title>Overview of the DravidianCodeMix 2021 shared task on Sentiment detection in Tamil, Malayalam, and Kannada, in: Forum for Information Retrieval Evaluation</article-title>
          ,
          <string-name>
            <surname>FIRE</surname>
          </string-name>
          <year>2021</year>
          ,
          <article-title>Association for Computing Machinery</article-title>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hande</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Priyadharshini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <article-title>KanCMD: Kannada CodeMixed dataset for sentiment analysis and ofensive language detection</article-title>
          ,
          <source>in: Proceedings of the Third Workshop on Computational Modeling of People's Opinions</source>
          , Personality, and
          <article-title>Emotion's in Social Media, Association for Computational Linguistics</article-title>
          , Barcelona,
          <source>Spain (Online)</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>54</fpage>
          -
          <lpage>63</lpage>
          . URL: https://aclanthology.org/
          <year>2020</year>
          .peoples-
          <volume>1</volume>
          .6.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Priyadharshini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Muralidaran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Suryawanshi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Jose</surname>
          </string-name>
          , E. Sherly,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>McCrae</surname>
          </string-name>
          ,
          <article-title>Overview of the track on Sentiment analysis for Dravidian languages in code-mixed text, in: Forum for Information Retrieval Evaluation</article-title>
          ,
          <string-name>
            <surname>FIRE</surname>
          </string-name>
          <year>2020</year>
          ,
          <article-title>Association for Computing Machinery</article-title>
          , New York, NY, USA,
          <year>2020</year>
          , p.
          <fpage>21</fpage>
          -
          <lpage>24</lpage>
          . URL: https://doi.org/10. 1145/3441501.3441515.
          <source>doi:1 0 . 1 1</source>
          <volume>4 5 / 3 4 4 1 5 0 1 . 3 4 4 1 5 1 5 .</volume>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Muralidaran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Priyadharshini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>McCrae</surname>
          </string-name>
          ,
          <article-title>Corpus creation for Sentiment analysis in Code-Mixed Tamil-English text</article-title>
          ,
          <source>in: Proceedings of the 1st Joint Workshop on Spoken Language Technologies</source>
          for
          <article-title>Under-resourced languages (SLTU) and Collaboration and Computing for Under-Resourced Languages (CCURL), European Language Resources association</article-title>
          , Marseille, France,
          <year>2020</year>
          , pp.
          <fpage>202</fpage>
          -
          <lpage>210</lpage>
          . URL: https://www. aclweb.org/anthology/2020.sltu-
          <volume>1</volume>
          .
          <fpage>28</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          , N. Jose,
          <string-name>
            <given-names>S.</given-names>
            <surname>Suryawanshi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Sherly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>McCrae</surname>
          </string-name>
          ,
          <string-name>
            <surname>A Sentiment</surname>
          </string-name>
          <article-title>analysis dataset for Code-Mixed Malayalam-English, in: Proceedings of the 1st Joint Workshop on Spoken Language Technologies for Under-resourced languages (SLTU) and Collaboration and Computing for Under-Resourced Languages (CCURL), European Language Resources association</article-title>
          , Marseille, France,
          <year>2020</year>
          , pp.
          <fpage>177</fpage>
          -
          <lpage>184</lpage>
          . URL: https://www.aclweb.org/anthology/ 2020.sltu-
          <volume>1</volume>
          .
          <fpage>25</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>A.</given-names>
            <surname>Kalaivani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Thenmozhi</surname>
          </string-name>
          , SSN_NLP_MLRG@
          <string-name>
            <surname>Dravidian-CodeMix-FIRE2020</surname>
          </string-name>
          :
          <article-title>Sentiment Code-Mixed Text Classification in Tamil and Malayalam using ULMFiT</article-title>
          ,
          <source>in: FIRE (Working Notes)</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>528</fpage>
          -
          <lpage>534</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>N.</given-names>
            <surname>Choudhary</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Bindlish</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Shrivastava</surname>
          </string-name>
          ,
          <article-title>Sentiment analysis of Code-Mixed languages leveraging resource rich languages</article-title>
          , CoRR abs/
          <year>1804</year>
          .00806 (
          <year>2018</year>
          ). URL: http: //arxiv.org/abs/
          <year>1804</year>
          .00806.
          <article-title>a r X i v : 1 8 0 4 . 0 0 8 0 6</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>A.</given-names>
            <surname>Pravalika</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Oza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. P.</given-names>
            <surname>Meghana</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. S.</given-names>
            <surname>Kamath</surname>
          </string-name>
          ,
          <article-title>Domain-specific sentiment analysis approaches for code-mixed social network data</article-title>
          ,
          <source>in: 2017 8th International Conference on</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>