<!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>Meta Embedding for Sentiment Analysis and Detection of Homophobic/Transphobic Content in Code-mixed Dravidian Languages</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Asha Hegde</string-name>
          <email>hegdekasha@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hosahalli Lakshmaiah Shashirekha</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science, Mangalore University</institution>
          ,
          <addr-line>Mangalore</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Dravidian Languages</institution>
          ,
          <addr-line>Code-mixed, Sentiment Analysis, Homophobia, Transphobia, Dynamic Meta</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>Sentiment Analysis (SA) examines people's feelings, opinions, sentiments, views, and attitudes towards entities such as products, movies, services, organizations, and so on, whereas Homophobic/Transphobic (H/T) content identification aims to detect abusive behaviors, such as hate speech, sexism, racism specifically toward Lesbian, Gay, Bisexual, and Transgender (LGBT) people in any text. In parallel with the growth of social media, the code-mixed content for SA and H/T detection is also increasing creating a demand for the tools which eficiently analyze such content. However, SA and H/T content detection tasks in social media text are challenging due to the complex nature of the code-mixed text. To tackle this issue, in this paper, we - team MUCS, describe a learning model submitted to ”Sentiment Analysis and Homophobia Detection of YouTube Comments in Code-Mixed Dravidian Languages” shared task at Forum for Information Retrieval Evaluation (FIRE) 2022. The proposed methodology makes use of Dynamic Meta Embedding (DME) to train the Deep Learning (DL) based Long Short Term Memory (LSTM) model to perform SA and detect H/T content in code-mixed Dravidian languages viz. Kannada, Malayalam, and Tamil. Models submitted to the shared tasks, obtained 6th, 4th, and 9th rank for Tamil, Malayalam, and Kannada in Task A and 1st, 4th, 1st, and 5th rank for Tamil, English, Tamil-English, and Malayalam in Task B respectively.</p>
      </abstract>
      <kwd-group>
        <kwd>Dravidian Languages</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Embedding</p>
    </sec>
    <sec id="sec-2">
      <title>1. Introduction</title>
      <p>The increasing number of social media platforms and the anonymity of users on these platforms
have enabled more people to share their freedom of expression than ever before. This is
increasing the user-generated content such as opinions, sentiments, reviews about products
and movies, likes and dislikes about an event or news, objectionable content such as threats
and remarks directed at individuals, groups or organizations: fake news, abusive language,
hope and motivational words, and so on. SA aims to identify the sentiments of the given text
and categorize them into predefined classes such as positive, negative, neutral, etc., and has
https://mangaloreuniversity.ac.in/dr-h-l-shashirekha (H. L. Shashirekha)</p>
      <p>
        © 2022 Copyright for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0).
received considerable attention in industries as a means of determining customer fulfillment
with services and products [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. H/T content identification deals with detecting abusive speech
toward LGBT people only because of who they love, how they appear, or who they are. Across
the globe, LGBT people are subjected to violence, inequity, torture, and even execution. Due to
this, LGBT people who seek online support are being targeted, threatened, and abused, resulting
in severe mental health problems. Hence, automatic identification and removal of such content
from social media is the need of the day towards promoting equality, diversity, and inclusion in
society [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>
        SA and identifying H/T content in social media text is challenging because of the complex
nature of code-mixed text available on social media platforms. Usually, social media text is
written by mixing one or more local or regional languages, for instance, Kannada, Malayalam,
Tamil, etc., with English, either at word and/or sentence level [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Additionally, the usage
of short forms for words, (ex. ’g8’ for ’good night’), internet slangs (ex. ’plz’ for ’please’),
words/phrases from other languages, emojis, hashtags, text consisting of recurrent characters
(ex. ’soooooo sad’ for ’so sad’ ), etc., escalates the complexities in processing code-mixed text
[
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Further, the rapid growth of social media users intensifies the problem further necessitating
eficient tools or learning models for SA and H/T content identification. The sample text from
the dataset provided by the organizers of the shared task is given in Table 1.
      </p>
      <p>
        To address the challenges of processing social media text particularly in code-mixed Dravidian
Languages for SA and H/T content identification, in this paper we - team MUCS describe the
models submitted to ”Sentiment Analysis and Homophobia detection of YouTube comments
in Code-Mixed Dravidian Languages” shared task1 at FIRE 2022. The shared task consists of
two subtasks: i) Task A - is a message-level polarity classification task for SA in code-mixed
Dravidian languages viz. Kannada, Tamil, and Malayalam, and ii) Task B - is to identify H/T
content in code-mixed Tamil, Malayalam, and English texts written in their native script and
Tamil-English text written in Latin script [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. The proposed methodology makes use of DME to
1https://codalab.lisn.upsaclay.fr/competitions/5310#learn_the_details
train DL based LSTM models to perform SA and detect H/T content in code-mixed text.
      </p>
      <p>The rest of the paper is structured as follows: Section 2 contains related works and Section 3
explains the methodology. Section 4 describes the experiments, as well as the outcomes, and
the paper concludes in Section 5 with future work.</p>
    </sec>
    <sec id="sec-3">
      <title>2. Related work</title>
      <p>
        Several researchers have explored SA in Dravidian languages and few of the relevant ones are
described below:
Chakravarthi et al. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] created a Tamil-English code mixed corpus of 15,744 YouTube comments
for sentiment classification. Their study uses Machine Learning (ML) models (Random Forest
(RF), Logistic Regression (LR), Support Vector Machine (SVM), Naive Bayes (NB), k-Nearest
Neighbor (kNN)) and DL based 1D Convolutional-Long Short Term Memory (1D-convLSTM)
classifier and transformer-based classifier with multilingual Bidirectional Encoder
Representations from Transformers (mBERT) to classify YouTube comments. Term Frequency-Inverse
Document Frequency (TF-IDF) of n-grams in the range n = (1, 3) is used to train ML classifiers
and Keras embeddings to train 1D-convLSTM classifier. Among all the models, RF classifier
obtained a maximum weighted F1 score of 0.65. Kusampudi et al. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] presents code-mixed
Telugu-English corpus extracted from Twitter and blogs of size 9,657 and 24,404 sentences
respectively to perform SA. The authors developed ML models (SVM, NB, LR, kNN, and RF)
for SA with TF-IDF of character and word n-grams both in the range n = (1, 3) as features.
They also implemented DL based Bidirectional LSTM (BiLSTM) and a hybrid model combining
BiLSTM and Conditional Random Field (BiLSTM+CRF) to perform SA with Keras embeddings as
features. BiLSTM model obtained a better accuracy of 0.98 on the blog dataset and BiLSTM+CRF
model exhibited an accuracy of 0.99 on the Twitter dataset. Chakravarthi et al. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] created a
Malayalam-English code-mixed dataset of 6,738 sentences extracted from YouTube comments
using YouTube comment scraper2 for SA. The authors implemented ML models (LR, SVM, DT,
RF, MNB, and kNN), DL models (1DConvLSTM and LSTM), and a transformer-based classifier
with mBERT to perform SA. They used TF-IDF of word tri-grams and Keras embeddings as
features to train ML and DL models respectively. Among all the models, mBERT outperformed
the other models with an F1 score of 0.75.
      </p>
      <p>
        Several workshops and shared tasks are focusing on H/T content identification in social
media text and prominent among them is the Homophobia/Transphobia Detection shared
task at Language Technology for Equality, Diversity and Inclusion (LT-EDI) - Association for
Computational Linguistics (ACL) 2022 which focuses on detecting H/T content in English and
in code-mixed Dravidian languages viz. Tamil text in the native script and Tamil text in Latin
script3 [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. The following are few of the recent works related to the detection of H/T content
in Dravidian languages:
Swaminathan et al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] developed two SVM classifiers with TF-IDF and GloVe embeddings as
features and a transformer-based classifier with mBERT to detect H/T content.
Transformerbased classifier with mBERT outperformed the SVM classifier with weighted F1 scores of
2https://github.com/philbot9/
3https://competitions.codalab.org/competitions/36394
0.93, 0.75, and 0.87 securing 11th, 9th, and 9th rank for English, Tamil, and Tamil-English
respectively. Transformer-based classifiers proposed by Bhandari and Goyal [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] to detect H/T
content makes use of IndicBERT, cross-lingual language models with Robustly Optimized BERT
(XLM-RoBERTa), and mBERT as features to train transformer-based classifiers. Among all the
models, the transformer-based classifier with mBERT exhibited maximum weighted F1 scores
of 0.42, 0.64, and 0.58 placing 9th, 6th, and 3rd ranks in the shared task for English, Tamil, and
Tamil-English respectively.
      </p>
      <p>From the literature, it is clear that though several works are carried out to perform SA and
H/T content identification in Dravidian languages, there is still scope for developing tools and
models in this direction as the results are considerable.</p>
    </sec>
    <sec id="sec-4">
      <title>3. Methodology</title>
      <p>The proposed methodology for SA and detection of H/T content in code-mixed Dravidian
languages includes three major steps: Preprocessing, Text vectorization, and Classifier construction.
The framework of the proposed methodology is shown in Figure 1 and the steps are explained
below:</p>
      <p>Preprocessing - is the process of cleaning text data with the aim of improving the
performance of the classifier. The text is preprocessed by converting emojis into text and removing
digits, punctuation, URLs, and stopwords. English stopwords list available in Natural Language
Toolkit (NLTK)4 library, Kannada stopwords list available at github5, and Tamil stopwords list
available at github6 are used to remove the stopwords from the respective languages.</p>
      <p>
        Text vectorization - aims to transform the text into vector values which are in turn used
to train the learning models. Distributed representation of words, also known as word
embeddings, is a popular word representation technique, where each word is represented by a
low-dimensional vector such that words having the same meaning will have a similar
representation [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. Word2Vec7, fastText8, GloVe9, etc., are some popular word embedding models
with a very large vocabulary available in various dimensions such as 50, 100, 300, etc. However,
selecting the correct embeddings out of the available embedding techniques for specific tasks is
always challenging. Further, the usefulness of word embeddings for downstream tasks, such as
text classification, machine translation, text summarization, natural language understanding,
etc., tends to be hard to predict. Therefore, instead of considering any single embeddings it is
beneficial to combine the strengths of diferent word embeddings. This also increases the lexical
coverage by allowing systems to take the union of the vocabulary of diferent embeddings.
      </p>
      <p>DME is a supervised learning of embedding ensembles where the Neural Network (NN)
decides which embeddings to use. This is achieved by adding the ensembled embedding
layer allowing the network to learn the embeddings it prefers by predicting the weight for
each embedding type. Instead of using a single word embedding, the proposed work utilizes
DME in which the primary word embeddings are ensembled with additional learnable weights
through an LSTM encoder. In this work, Word2Vec10 and fastText11 embeddings are built using
gensim12 library considering the training dataset provided by the shared task organizers and
these embeddings are then ensembled to create the DME. Both the models are trained with a
latent dimension of 100, a window size of 3 followed by a random seed of 33 with 10 epochs. In
the proposed method, maximum sequence length is set to 200 followed by the stacking of two
LSTM layers with a dropout of 0.3. Eventually, the softmax attention is used as the final layer
with adam optimizer.
3.1. Model Construction
The goal of the shared task is to perform SA and detect H/T content in code-mixed Dravidian
languages. To address these tasks, DL based LSTM model is implemented using DME features.
Though the DL based models, namely Recurrent Neural Network and Convolutional Neural
Network produce considerable results, these models sufer from a short-term memory issue
during handling longer sentences that lead to vanishing gradient problems. During
backpropagation, the gradient grows so small that it approaches zero, rendering the neuron useless for
further processing. LSTM which memorizes the important information in the data by assigning
4https://www.nltk.org/nltk_data/
5https://gist.github.com/MSDarshan91
6https://gist.github.com/arulrajnet/
7https://code.google.com/archive/p/word2vec/
8https://fasttext.cc/docs/en/pretrained-vectors.html
9https://nlp.stanford.edu/projects/glove/
10https://radimrehurek.com/gensim/models/word2vec.html
11https://radimrehurek.com/gensim/models/fasttext.html
12https://radimrehurek.com/gensim/</p>
      <p>Languages</p>
      <p>Positive</p>
      <p>Negative
Kannada</p>
      <p>Tamil
Malayalam
Kannada</p>
      <p>Tamil
Malayalam
weights to them can be used to resolve the vanishing gradient problem. Hence, LSTM is helpful
when dealing with longer sentences. With appropriate embedding layers and an LSTM encoder,
the model will be able to produce good results.</p>
    </sec>
    <sec id="sec-5">
      <title>4. Experiments and Results</title>
      <p>
        The statistics of the datasets provided by the shared task organizers for Task A [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] and Task B
[
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] are given in Table 2 and 3 respectively. It is clear that both the datasets are imbalanced
and this may afect the performance of the learning models. The proposed models were used to
predict the class labels of the unlabeled Test sets provided by the organizers and the predictions
were submitted to the organizers for evaluation. The predictions were evaluated and ranked by
the organizers based on the F1 score. As per the results in the leaderboard of the shared task,
the proposed DL based LSTM model with DME obtained considerable accuracy. Performance
of the proposed method for Task A and B along with the ranks obtained in the shared task are
given in Table 4. In Task A, the proposed method exhibited the lowest F1 score of 0.16 for Tamil
language, where 56% comments in the Tamil dataset belong to the ’positive’ class reflecting the
imbalance in the classwise distribution of the dataset. But, the proposed method obtained a
better F1 score of 0.61 for Malayalam, as the Malayalam dataset contains better distribution of
classes compared to that of Tamil dataset. Similarly, in Task B, Malayalam dataset has fairly
      </p>
      <p>Tamil
Malayalam</p>
      <p>English
Tamil-English</p>
      <p>Task A</p>
      <p>F1 score
0.16
0.61
0.44
Task B
0.36
0.74
0.37
0.58
distributed comments over all the classes compared to the other datasets. Hence, the proposed
method obtained better F1 score of 0.74 for Malayalam dataset.</p>
      <p>The proposed method exhibited considerable F1 scores of 0.16, 0.61, and 0.44 securing 6th,
4th, and 9th rank for Tamil, Malayalam, and Kannada respectively in Task A. For Task B, the
models exhibited F1 scores of 0.36, 0.74, 0.58, and 0.37 securing 1st, 4th, 1st, and 5th rank for
Tamil, English, Tamil-English, and Malayalam respectively. Figure 2 and 3 show the comparison
of F1 scores of all the participating teams for Task A and B respectively which illustrate that
the performance of the proposed DL based LSTM model with DME is considerable.</p>
    </sec>
    <sec id="sec-6">
      <title>5. Conclusion and Future work</title>
      <p>This paper describes the models proposed by team MUCS for SA and identification of H/T
content in the social media text, particularly in code-mixed Dravidian languages submitted to
”Sentiment Analysis and Homophobia Detection of YouTube Comments in Code-Mixed
Dravidian Languages” - a shared task at FIRE 2022. In the proposed strategy, DME feature is used to
train DL based LSTM model for SA and identification of H/T in code-mixed Dravidian languages
viz. Kannada, Malayalam, and Tamil. The proposed models have exhibited considerable F1
scores of 0.36, 0.74, and 0.37 for Tamil, English, and Malayalam respectively in Task A and F1
scores of 0.36, 0.74, 0.58, and 0.37 for Tamil, English, Tamil-English, and Malayalam respectively
in Task B. These models secured 6th, 4th, and 9th rank for Tamil, Malayalam, and Kannada
respectively in Task A and 1st, 4th, 1st, and 5th rank for Tamil, English, Tamil-English, and
Malayalam respectively in Task B. Investigation of eficient resampling techniques to handle
imbalanced classes with efective feature extraction will be explored in future work.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <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, Personality, and Emotion's in Social Media</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>54</fpage>
          -
          <lpage>63</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>E. A.</given-names>
            <surname>McConnell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Cliford</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Korpak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Phillips</surname>
          </string-name>
          <string-name>
            <surname>II</surname>
          </string-name>
          , M. Birkett, Identity, Victimization, and
          <article-title>Support: Facebook Experiences and Mental Health among LGBTQ Youth</article-title>
          , in: Computers in Human Behavior, Elsevier,
          <year>2017</year>
          , pp.
          <fpage>237</fpage>
          -
          <lpage>244</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>B. B. KACHRU</given-names>
            ,
            <surname>Toward Structuring</surname>
          </string-name>
          Code-Mixing:
          <article-title>An Indian Perspective</article-title>
          , in: Walter de Gruyter,
          <year>1978</year>
          , pp.
          <fpage>27</fpage>
          -
          <lpage>46</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hegde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. D.</given-names>
            <surname>Anusha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Coelho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. L.</given-names>
            <surname>Shashirekha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <article-title>Corpus Creation for Sentiment Analysis in Code-Mixed Tulu Text</article-title>
          ,
          <source>in: Proceedings of SIGUL 2022 @LREC2022</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>33</fpage>
          -
          <lpage>40</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hegde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. D.</given-names>
            <surname>Anusha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. L.</given-names>
            <surname>Shashirekha</surname>
          </string-name>
          ,
          <article-title>Ensemble Based Machine Learning Models for Hate Speech and Ofensive Content Identification, in: Forum for Information Retrieval Evaluation (Working Notes) (FIRE</article-title>
          ),
          <year>2021</year>
          , pp.
          <fpage>43</fpage>
          -
          <lpage>49</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>K.</given-names>
            <surname>Shumugavadivel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Subramanian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. K.</given-names>
            <surname>Kumaresan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          , B. B,
          <string-name>
            <given-names>S. Chinnaudayar</given-names>
            <surname>Navaneethakrishnan</surname>
          </string-name>
          , L. S.K, T. Mandl,
          <string-name>
            <given-names>R.</given-names>
            <surname>Ponnusamy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Palanikumar</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. Balaji</surname>
            <given-names>J</given-names>
          </string-name>
          ,
          <article-title>Overview of the Shared Task on Sentiment Analysis and Homophobia Detection of YouTube Comments in Code-Mixed Dravidian Languages</article-title>
          , in: Working Notes of FIRE 2022 -
          <article-title>Forum for Information Retrieval Evaluation</article-title>
          ,
          <string-name>
            <surname>CEUR</surname>
          </string-name>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <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>
          , in: arXiv preprint arXiv:
          <year>2006</year>
          .00206,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>S. S. V.</given-names>
            <surname>Kusampudi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Chaluvadi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Mamidi</surname>
          </string-name>
          ,
          <article-title>Corpus Creation and Language Identification in Low-Resource Code-Mixed Telugu-English Text</article-title>
          ,
          <source>in: Proceedings of the International Conference on Recent Advances in Natural Language Processing (RANLP</source>
          <year>2021</year>
          ),
          <year>2021</year>
          , pp.
          <fpage>744</fpage>
          -
          <lpage>752</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <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>
            <given-names>A Sentiment</given-names>
            <surname>Analysis</surname>
          </string-name>
          <article-title>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</article-title>
          ),
          <year>2020</year>
          , pp.
          <fpage>177</fpage>
          -
          <lpage>184</lpage>
          .
        </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>R.</given-names>
            <surname>Priyadharshini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Durairaj</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>McCrae</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Buitelaar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Kumaresan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Ponnusamy</surname>
          </string-name>
          ,
          <article-title>Overview of The Shared Task on Homophobia and Transphobia Detection in Social Media Comments</article-title>
          ,
          <source>in: Proceedings of the Second Workshop on Language Technology for Equality, Diversity and Inclusion</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>369</fpage>
          -
          <lpage>377</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>K.</given-names>
            <surname>Swaminathan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Bharathi</surname>
          </string-name>
          , G. Gayathri,
          <string-name>
            <given-names>H.</given-names>
            <surname>Sampath</surname>
          </string-name>
          , Ssncse_NLP@
          <article-title>LT-EDI-ACL2022: Homophobia/Transphobia Detection in Multiple Languages using SVM Classifiers and Bertbased Transformers</article-title>
          ,
          <source>in: Proceedings of the Second Workshop on Language Technology for Equality, Diversity and Inclusion</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>239</fpage>
          -
          <lpage>244</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>V.</given-names>
            <surname>Bhandari</surname>
          </string-name>
          , P. Goyal,
          <article-title>bitsa_nlp@LT-EDI-ACL2022: Leveraging Pretrained Language Models for Detecting Homophobia and Transphobia in Social Media Comments</article-title>
          ,
          <source>in: Proceedings of the Second Workshop on Language Technology for Equality, Diversity and Inclusion</source>
          , Association for Computational Linguistics,
          <year>2022</year>
          , pp.
          <fpage>149</fpage>
          -
          <lpage>154</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>D. J.</given-names>
            <surname>Chalmers</surname>
          </string-name>
          , Syntactic Transformations on Distributed Representations,
          <source>in: Connectionist natural language processing</source>
          , Springer,
          <year>1992</year>
          , pp.
          <fpage>46</fpage>
          -
          <lpage>55</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <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>
          , 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>
          ,
          <article-title>Dravidiancodemix: Sentiment analysis and ofensive language identification dataset for Dravidian languages in code-mixed text</article-title>
          ,
          <source>in: Language Resources and Evaluation</source>
          , Springer,
          <year>2022</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>42</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <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>R.</given-names>
            <surname>Ponnusamy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. K.</given-names>
            <surname>Kumaresan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Sampath</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Thenmozhi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Thangasamy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Nallathambi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>McCrae</surname>
          </string-name>
          ,
          <article-title>Dataset for Identification of Homophobia and Transophobia in Multilingual YouTube Comments</article-title>
          , in: arXiv preprint
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>