<!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>HRS-TECHIE@Dravidian-CodeMix and HASOC-FIRE2020: Sentiment Analysis and Hate Speech Identification using Machine Learning, Deep Learning and Ensemble Models</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Sridhar Swaminathan</string-name>
          <email>sridhar.swaminathan@bennett.edu.in</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hari Krishnan Ganesan</string-name>
          <email>harikrishnan12b2@gmail.com</email>
          <email>krishnan1998smart@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Radhakrishnan Pandiyarajan</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science &amp; Engineering, University College of Engineering</institution>
          ,
          <addr-line>Trichy 620024</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Computer Science Engineering, Bennett University</institution>
          ,
          <addr-line>Greater Noida 201310</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Department of Information Technology, University College of Engineering</institution>
          ,
          <addr-line>Trichy 620024</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2020</year>
      </pub-date>
      <abstract>
        <p>In this paper, we (HRS-TECHIE) present our submissions to challenges DravidianCodeMix and HASOC at FIRE 2020. Classification of sentiments from social media posts and comments is essential in this modern digital era. Dravidian-CodeMix (Sentiment analysis for Dravidian Languages in Code-Mixed Text) at FIRE 2020 is a challenge for classification of sentiments of YouTube comments posted in mix of Tamil-English (Task 1) and Malayalam-English (Task 2) languages. Our chosen task is to classify YouTube comments written in Tamil-English into one of five types of sentiment classes. Identification of hate speech, offensive and profane contents from social media posts and comments is essential in this modern digital era for preventing individuals in the digital media from the cyber harassment. HASOC 2020 (Hate Speech and Offensive Content Identification in Multiple Languages) at FIRE 2020 is a challenge of identifying the bullying content from Twitter comments posted in English, German and Hindi (subtask A) languages and further classifying the type of bullying present in that comment for each language (subtask B). We worked on both subtasks A and B for the English language to identify the bullying comment and type of bullying from Twitter comments. As part of these two challenges, we submitted different state-of-the-art machine learning and deep learning models for text classification. The models trained for sentiment classification task in Dravidian-CodeMix are Naïve Bayes, Decision tree, Random Forest, AdaBoost and Long Short Term Memory (LSTM). The models trained for hate speech and offensive content identification are Naïve Bayes, SVM, Decision tree, Random Forest, Long Short Term Memory (LSTM) and Gated Recurrent Unit (GRU). We have also developed an ensemble of Machine Learning classifiers for both challenges. In Dravidian-CodeMix, we have achieved the best weighted F1-score 61% for both Naïve Bayes and LSTM models where weighted average F1-score of 60% was achieved for ensemble approach. In HASOC, we have achieved the best Macro average F1-score of 50.02% from LSTM model for subtask A and Macro average F1-score of 24.26% from ensemble approach for subtask B on the private test data.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Sentiment Analysis</kwd>
        <kwd>Cyber Bullying</kwd>
        <kwd>TF-IDF</kwd>
        <kwd>Word Embedding</kwd>
        <kwd>Naïve Bayes</kwd>
        <kwd>Decision tree</kwd>
        <kwd>Random forest</kwd>
        <kwd>AdaBoost</kwd>
        <kwd>LSTM</kwd>
        <kwd>GRU</kwd>
        <kwd>Ensemble Learning</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        In this era of digital world, people are connected with each other via social media such as Twitter,
YouTube, Instagram, etc. History of Natural Language Processing (NLP) dates back to 1950s
however research on people’s opinion or sentiments were not given much attention till 2005s [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
________________________
      </p>
      <p>
        Sentiment analysis uses the concept of the Natural Language Processing and Text Analysis to
identify the type of the comment or review based on their emotions i.e. sentiments. Generally,
sentiment analysis algorithms can be categorized into two broad categories such as knowledge based
(language dependent) and statistics-based (language independent) approaches [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. While there is a lot
of research work for sentiment analysis for English language, only in the recent times researchers
started working on regional languages of their countries. Recently many sentiment analyses
approaches [
        <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
        ] have been proposed for Indian languages also.
      </p>
      <p>
        Dravidian-CodeMix challenge [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] at FIRE2020 [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] presents two sentiment analysis datasets based
on Tamil-English [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] and Malayalam-English [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] languages. In this challenge, we focus on sentiment
analysis of Tamil-English sentences (called as “Tanglish”) written by social media users. Existing
work [
        <xref ref-type="bibr" rid="ref10 ref9">9,10</xref>
        ] on the Tamil-English sentiment analysis are based on language specific as well as
language independent approaches.
      </p>
      <p>
        Social media has become one of the major ways of social interaction. In order to prevent users
from the cyber bullying or cyber harassment (i.e. harassment using electronic medium), we must
identify the comments in the social media whether it is harmful, hateful or offensive to any person or
organization in the real life [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Hate speech and offensive content identification uses the concept of
the Natural Language Processing and Text Analysis to identify the offensiveness of the comments
[
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Recently considerable amount of research work is going on to avoid Cyber Bullying or Hate
Speech and Offensive Content Identification for English language [
        <xref ref-type="bibr" rid="ref13 ref14">13,14</xref>
        ].
      </p>
      <p>
        HASOC 2020 challenge at FIRE2020 presents three Hate Speech and Offensive Content
Identification [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] datasets based on English, German and Hindi languages [
        <xref ref-type="bibr" rid="ref15 ref16">15,16</xref>
        ]. In this challenge,
we focused on Hate Speech and Offensive Content Identification of English sentences written by
social media users [
        <xref ref-type="bibr" rid="ref17 ref18">17,18</xref>
        ]. In this paper, we present our submissions to the Dravidian-CodeMix and
HASOC 2020 challenges at FIRE 2020 event.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work 2.1.</title>
    </sec>
    <sec id="sec-3">
      <title>Sentiment Analysis</title>
      <p>In this section, we will discuss about some related works for the sentiment analysis of Tamil
language and hate speech detection.</p>
      <p>
        Veena P V, et al.,[
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] presented the techniques for language identification for code-mixed data i.e.
Tamil-English, collected from Facebook. They used the word-embedding via character-embedding,
then that word embedding features are converted into n-gram models like trigram and 5-gram. After
this, SVM classifier is used to identify the language from the comments. Initially, they trained the
SVM model by 10-fold cross validation technique to acquire the best model. They achieved 94%
F1score for both trigram and 5-gram model.
      </p>
      <p>
        Rajat Singh, et al., [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] gives the idea of leverage the contextual property of the code-mixed data by
giving them into Word2Vec model with skip-gram which used to extract the candidate words and
their related variations using clustering. Additionally, these words are converted into unigram,
bigram, TF-IDF vectors. Then these preprocessed texts will be fed into machine learning models like
Naïve Bayes, SVM for the sentiment analysis and they achieved 63% and 53% F1-scores.
      </p>
      <p>
        B. R. Chakravarthi, et al., [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] developed the state of art machine learning algorithms like Naïve
Bayes, SVM, k-NN, Decision tree, Random forest, Logistic Regression with TF-IDF vectors,1D
Conv-LSTM with embedding for the sentiment analysis of Tamil-English mixed data. They achieved
the 65% F1-score for Random Forest classifier.
2.2.
      </p>
    </sec>
    <sec id="sec-4">
      <title>Hate Speech Detection</title>
      <p>
        Thomas, et al., [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] used the logistic regression, naïve Bayes, decision trees, random forests, and
linear SVM model for the automated hate speech detection. They tested each model using 5-fold cross
validation method to prevent over fitting and select the best dataset. Also they used grid-search
method to repeat all of the models and parameters to find the best model with best parameter. Logistic
Regression and Linear SVM performs considerably better than other models. The authors used the
logistic regression with L2 regularization for the final model.
      </p>
      <p>
        Marcos, et al., [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] used the OLID dataset for the offensive content identification problem. They
designed the multi-level model in three levels. In first level SVM algorithm is used for the offensive
content identification, then Bi-LSTM is used for categorizing the offensive content and at last, CNN
is used for identifying the victim/target. They achieved the 80%, 66% and 47% of F1-macro score on
each level respectively.
      </p>
      <p>
        Bashar, et al., [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] also developed the multi-level model in three levels for the hate speech &amp;
offensive content classification. They used the Hindi language dataset where data collected from
social media like Twitter. They used DNN, SVM, k-NN, Boosting, CNN for the offensive content
identification of Hindi language. They achieved the F1-macro scores 80%, 56%, 51% for each level
of identification, respectively.
      </p>
    </sec>
    <sec id="sec-5">
      <title>3. Dataset Description</title>
      <p>The Dravidian-CodeMix Dataset was collected from YouTube comments written in combination
of Tamil and English languages (Task 1). Each comment belongs to one of 5 types of sentiment
classes such as Positive, Negative, Mixed Feelings, Unknown State and Non-Tamil. “Thalivaaa….
nee vera level massss…” is a sample comment with positive sentiment written majorly in Tamil
language with few English words. Number of comments in Training, Validation and Testing sets
depicted in the table 1. It can be seen that majority of comments are having positive sentiment in the
dataset. It should be noted that this class imbalance problem should be handled while training a text
classification model.</p>
      <p>
        The HASOC 2020 Dataset was collected from Twitter comments written in English language.
Each comment has two results with respect to the subtasks A and B. Subtask A has two labels named
as HOF and NOT (binary classification) [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] and subtask B has four labels named as HATE, OFFN,
PRFN and NONE [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ].
      </p>
      <p>Number of comments in Training and Testing sets depicted in the table 2 and 3. It can be seen that
majority of comments are not hate and offensive in the subtask B. It should be noted that this class
imbalance problem should be handled while training a text classification model. Figure 2 shows the
word cloud of top 100 most frequent words from the dataset.</p>
    </sec>
    <sec id="sec-6">
      <title>4. Proposed Approach</title>
      <p>This section presents the approaches and their strategies for our submissions to the sentiment
classification and the Hate Speech and Offensive Content Identification tasks.
4.1.</p>
    </sec>
    <sec id="sec-7">
      <title>Text pre-processing</title>
      <p>
        Since the social media opinions are text comments from users in natural language, they tend to
have lot of linguistic and grammatical errors. Pre-processing of text is considered an essential step
when handling large scale social media text data [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. One of the main objectives of pre-processing is
to eliminate errors and to reduce the dimension of corpus or dictionary.
      </p>
      <p>Removal of punctuations and special characters: Punctuations and special characters such
as {@ , ! , $ , % , ^ , ’ , ” ,} were removed from the comments.</p>
      <p>Tokenization: Words in the comments were tokenized based on space character.</p>
      <p>
        Stop word removal: We eliminated very few of English stop-words such as and, this, above,
he, she and so on. However Dravidian language specific stops words are not considered in
this case.
[
        <xref ref-type="bibr" rid="ref23">23</xref>
        ].
      </p>
      <p>Stemming: Snow-Ball Stemmer technique was used to stem the words in the comments. We
have used this stemming method only for HASOC dataset.</p>
      <p>Spelling error correction: In</p>
      <p>Dravidian-Codemix dataset, words with
more than 3
consecutive redundant characters were cleaned by removing repetitive characters for e.g.
“Thalivaaaaa…” word is converted into “Thaliva”.</p>
      <p>Others: Usually, Twitter comments having hash tags(#), usernames (starts with @ and end
with colon ‘ : ’), URL’s (starts with “https://”) and ‘RT’ were eliminated from the comments
4.2.</p>
    </sec>
    <sec id="sec-8">
      <title>Feature Representation</title>
      <p>After preprocessing we ended up with 27986 and 8974 unique words in the Dravidian-Codemix
and HASOC datasets correspondingly. Due to lack of standard NLP lexicon for the given Dravidian
languages, we have directly processed the preprocessed text for feature extraction without performing
high-level operations such as stemming or lemmatization. Feature representation is the process of
converting textual data into meaningful numerical features to give as input into a learning algorithm.
Here, two main approaches used for the feature representation are TF-IDF (for Machine Learning
models) and</p>
      <p>Word Embedding (for Deep Learning
models). Both of these representations are
considered generic in nature where no language specific representation was utilized for this step.
4.2.1. TF-IDF
 
=   ∗</p>
      <p />
      <p>TF-IDF representation is generally used for training machine learning models. TF-IDF scheme is
used to represent statistical frequency of the
words in a sentence based on a corpus. If
  ,   ,,   , …</p>
      <p>is represents the unique set of n tokenized words in the entire dataset, vector
 
,  ,</p>
      <p>,  , . . represents the TF-IDF vector corresponding comment i, where   is the statistical
weight of word   for comment ‘i’ .
where   = Term frequency of the jth term in comment ‘i’ and  
 = Inverse document frequency
of the jth word. TF-IDF representation balances between both frequency of a word/term in a comment
as well as importance or rarity of the terms in the entire dataset. To keep the feature representation in
manageable high dimension we have used only unigram text representation. Since vocabulary of size
(27986 words for Dravidian-Codemix and 8974 words for HASOC datasets correspondingly) is
considered high-dimensional, we constructed TF-IDF matrix with top important 3000 and 2000 words
from the Dravidian-Codemix and HASOC corpuses correspondingly.</p>
    </sec>
    <sec id="sec-9">
      <title>4.2.2. Word Embedding</title>
      <p>
        Word Embedding is yet another powerful text presentation strategy widely used in the recent
times after the success of Deep Learning approaches. In word embedding, high-dimensional tokenized
words from the corpus or dictionary are mapped into low-dimensional vectors of real numbers [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ].
      </p>
      <p>Dravidian-Codemix: Using our custom word embedding (supported by Keras python package) of
256 dimensions, which is learned using neural networks, every word in the corpus is represented
using a fixed sized vector (256-dim).</p>
      <p>
        HASOC: We are using the Glove Twitter Word Embedding [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] for the word representation.
Glove is one of the pre-trained word-embedding for the twitter comments developed by Stanford NLP
group in Stanford University. Glove model generally comes with dimensions such as 25, 50, 100 and
200. We used embedding model of 200 dimensions, which is learned using neural networks, every
word in the corpus is represented using a fixed sized vector (200-dim). The 200-dimensional
embedding model contains 1193515 word vectors. These word-level embeddings are further used in
the Recurrent Neural Networks as input token while training them.
4.3.
      </p>
    </sec>
    <sec id="sec-10">
      <title>Text Classifiers</title>
      <p>Following are the machine learning and deep leaning models used for text classification. Since
both the datasets were imbalanced in terms of distribution of class labels, it was resolved by using
class weightage when training a model. This is achieved by applying the weights of each class (i.e.
distribution of each class in datasets) during training. For e.g. Positive class was assigned a weight as
68% or 0.68. For Dravidian-Codemix dataset, the final class weights were set as {0.11, 0.13, 0.68,
0.03, 0.05} for the classes Mixed feelings, Negative, Positive, Not-Tamil, Unknown-state
correspondingly. In HASOC dataset, final class weights for subtask B were set as {0.50, 0.365, 0.09
and 0.045} for the classes NONE, PRFN, OFFN and HATE correspondingly</p>
      <sec id="sec-10-1">
        <title>Decision Trees</title>
        <p>Decision tree classifier is a rule-based learning model in which leaf nodes represent labels and
other intermediate nodes represents a binary rule involving TF-IDF features. We have used entropy as
a criterion for splitting nodes. The model was trained using without any regularization or pruning
parameters. The model was trained using without any regularization or pruning parameters. For
Dravidian-Codemix dataset, we ended up with a decision tree with depth of 851 and 6298 number of
leave nodes. Decision tree trained for subtask A in HASOC dataset ended up with depth of 131 and
374 number of leaf nodes, respectively. Similarly, depth and number of leaf nodes obtained for the
task B are 161 and 638 accordingly.</p>
      </sec>
      <sec id="sec-10-2">
        <title>Random Forest</title>
        <p>Random forest is one of the top performing models in Machine Learning and is a classic example
of ensemble learning. Collection of randomly generated decision trees create a Random Forest where
the final decision or labelling is based on voting of individual decision trees. Each tree utilizes the
TFIDF features for learning the rules. Here random forests with 10 (for Dravidian-Codemix) and 100
(for HASOC) decision trees were trained with Gini as a criterion for splitting nodes.</p>
      </sec>
      <sec id="sec-10-3">
        <title>AdaBoost</title>
        <p>AdaBoost is an acronym of Adaptive Boosting which is also one of the ensemble classifiers. It is
mainly used for boosting the performance of a weak decision tree classifier. For Dravidian-Codemix,
random forest with 100 decision trees were trained based on adaptive boosting with entropy as a
criterion for splitting nodes. Learning rate of the model was kept as 1.0. values of minimum samples
per leaf and minimum samples per split were set as 1 and 2, respectively. For all decision tree based
models such as Decision trees, Random Forest and AdaBoost, minimum samples per leaf and
minimum samples per split are set as default values of 1 and 2 correspondingly. Also, the parameters
for maximum values of depth, features, samples, and leaf nodes in the trees were not restricted during
the training of all these models. That is these models are indirectly encouraged to fit the training data
well without any regularization.</p>
      </sec>
      <sec id="sec-10-4">
        <title>Naïve Bayes</title>
        <p>Naïve Bayes classifier is a probabilistic model which works based on the naïve assumptions i.e.
strong independent assumptions between the features of sentences and sentiments. In general, Naïve
Bayes works with discrete features such as word counts of a dataset, however in practical it can also
be used with TF-IDF features. This model gives the probability of sentiment classes based on the
TFIDF vectors of the dataset. We have used Multinomial Naïve Bayes and Bernoulli Naïve Bayes
models for Dravidian-Codemix and HASOC datasets correspondingly.</p>
      </sec>
      <sec id="sec-10-5">
        <title>Long Short Term Memory</title>
        <p>
          Long Short Term Memory (LSTM) [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ] is a type of deep learning model which is also popular
variant of Recurrent Neural Network (RNN) modeling. LSTM has feed-back connections as well as
feed-forward connections within. RNNs are mainly used for processing the sequential data such as
speech, video, text etc. Unlike other RNN models, LSTM cells have their own memory to carry
information even for lengthy sequence of tokens. Here for text classification, input to the model is
sequence of embedding vector either from our custom word embedding (for Dravidian-Codemix) or
from 200 dimensional Glove word embedding (for HASOC). Further we used one layer of
Bidirectional LSTM with 128 nodes (64 nodes for HASOC) connected to final dense layers with 5
nodes (2 nodes for HASOC) having SoftMax optimization. We have compiled the model (Embedding
layer + Bidirectional LSTM layer + Dense output layer) with cross entropy loss function and trained
network with RMSProp optimizer (Adam optimizer for HASOC) for 50 epochs.
        </p>
      </sec>
      <sec id="sec-10-6">
        <title>Gated Recurrent Unit</title>
        <p>
          Gated Recurrent Unit (GRU) is a type of deep learning model which is another popular variant of
Recurrent Neural Network (RNN) modeling which has a gating mechanism in RNN. GRU is also
having feed-back connections as well as feed-forward connections like LSTM along with a forget
gate. GRUs are mainly used for polyphonic music modeling, modeling of speech signal, etc. GRU
gives better performance on tiny and less common data [
          <xref ref-type="bibr" rid="ref28">28</xref>
          ]. Here for hate speech identification, we
input the model with sequence of embedding vectors from our Glove word embedding. Further we
used Bi-directional GRU layer with 128 nodes connected with further two dense layers with 128 and
4 nodes having Relu and SoftMax activations accordingly. We have compiled the model with cross
entropy loss function and trained network with Adam optimizer for 50 epochs.
        </p>
        <p>Dravidian-Codemix: Aforementioned models have achieved accuracy more than 97% in the
training set. In addition, we have also trained SVM and Bernoulli Naïve Bayes models which were
not able to achieve good fitting to the training set.</p>
        <p>HASOC: The machine learning models have achieved training set accuracies more than 90% and
80% for subtasks A and B respectively. In addition, we have also trained AdaBoost, simple RNN
models which were not able to achieve good fitting for the two tasks.</p>
      </sec>
      <sec id="sec-10-7">
        <title>Ensemble model</title>
        <p>Finally, we have constructed an ensemble model by the maximum voting technique of previously
generated four machine learning classifiers. Models such as Decision tree, Random Forest,
Multinomial Naïve Bayes and AdaBoost were used in the Dravidian-Codemix task. Sample
architecture of our ensemble approach used in Dravidian-CodeMix was shown in Figure 3. We can
assume that SVM model is used instead of Adaboost in the figure 3.</p>
      </sec>
    </sec>
    <sec id="sec-11">
      <title>5. Experimental Results and Discussion</title>
      <p>Testing set submissions of Dravidian Code-Mix were evaluated using weighted average precision,
recall and F1-score. HASOC’s testing set submissions were evaluated using macro average F1-score.
For implementations, we have utilized Python language and its packages such as Sklearn for
preprocessing and training machine learning models and Keras for training deep learning models. The
implementations of our submissions are available at
https://github.com/Harikrishnancse/DravidianCodeMix-FIRE-2020 and https://github.com/Harikrishnancse/HASOC-2020 for Dravidian-Codemix
and HASOC respectively.
5.1.</p>
    </sec>
    <sec id="sec-12">
      <title>Results of Dravidian-Codemix</title>
      <p>Performance of our developed classifiers on testing dataset is depicted in table 4.</p>
      <p>Our submission Multinomial Naïve Bayes classifier was ranked 5th at the leaderboard of
Dravidian-CodeMix-FIRE2020 challenge. The model was selected based on weighted average F1
score, precision, and recall, where the model gives 61% F1-score on test data. We can see that our
simple bidirectional LSTM model top precision and recall. Ensemble model also gives good results
compared to other machine learning classifiers i.e. 60% F1-score and achieving same precision score
as Naïve Bayes. On the other hand, LSTM model achieves overall best accuracy of 68% compared to
other machine learning and ensemble models. Figure 4 depicts the confusion matrix of top performing
models i.e. Naïve Bayes, Ensemble and LSTM for the testing set. Overall, we can see that the class
“mixed feeling” is often confused with classes “positive” and “negative” by almost all models. This
happens since the mixed feeling sentiment is closely similar to both positive and negative opinion. We
can also see that less frequent classes “Non-Tamil” and “unknow-state” are confused with highly
frequent class “positive”. This is evidently showing the possible existence of class imbalance problem
despite the measures taken for tacking them.
5.2.</p>
    </sec>
    <sec id="sec-13">
      <title>Results of HASOC</title>
      <p>Performance of our developed classifiers on testing dataset is depicted in table 5.</p>
      <p>We can see that our simple LSTM model has achieved top precision and recall for subtask A i.e.
88% F1-score. Also, Ensemble model gives top score, precision and recall compared to other machine
learning and deep learning classifiers i.e. 51% F1-score for subtask B. Next, Random Forest and SVM
models give better score of 84% and 79% for both subtasks. Despite Bi-directional GRU gives high
accuracy, it gives low F1-score and precision.</p>
    </sec>
    <sec id="sec-14">
      <title>6. Conclusion and Future Work</title>
      <p>We presented our proposed text classification approaches based on Machine Learning and Deep
Learning for the sentiment analysis of Tamil-English codemix and Hate Speech and Offensive
Content Identification of English language. We processed and represented the raw comments using
traditional language independent text preprocessing and document representation approaches. Based
on the text representation we further exploited state-of-the-art machine learning algorithms such as
Naïve Bayes, Decision tree, Random forest, AdaBoost, and deep Learning approaches such as
bidirectional LSTM and bidirectional GRU. We have also made an ensemble model i.e. max voting of
Machine learning classifiers. For Dravidian-CodeMix, we have achieved better results for Naïve
Bayes, LSTM and Ensemble approach where these results are showing the difficulty of the sentiment
analysis for Tamil-English codemix language. For HASOC, we have achieved better results for
LSTM and Ensemble approach.</p>
      <p>In future, we aim to develop language specific preprocessing techniques to eliminate the ambiguity
and redundancy of words in the Dravidian Language codemix. We will also try to develop a custom
multilingual pretrained Tamil-English Word Embeddings which uses external data to acquire better
results. For hate speech detection, we aim to develop domain specific preprocessing techniques to
eliminate the more ambiguity and redundancy in the English Language. Also, we will try to get the
features from the hash tags and username annotations to develop the multi-level classification for
identifying the victim. We will also try to use other popular Word Embedding such as Word2Vec and
Sentence Embedding such as BERT, Doc2Vec to acquire better results.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>L.</given-names>
            <surname>Yue</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zuo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Yin</surname>
          </string-name>
          ,
          <article-title>A survey of sentiment analysis in social media</article-title>
          .
          <source>Knowledge and Information Systems</source>
          ,
          <volume>1</volume>
          -
          <fpage>47</fpage>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>I.</given-names>
            <surname>Chaturvedi</surname>
          </string-name>
          , E. Cambria,
          <string-name>
            <given-names>R. E.</given-names>
            <surname>Welsch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Herrera</surname>
          </string-name>
          ,
          <article-title>Distinguishing between facts and opinions for sentiment analysis: Survey and challenges</article-title>
          .
          <source>Information Fusion</source>
          ,
          <volume>44</volume>
          (
          <year>2018</year>
          )
          <fpage>65</fpage>
          -
          <lpage>77</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>S.</given-names>
            <surname>Phani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Lahiri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Biswas</surname>
          </string-name>
          ,
          <article-title>Sentiment analysis of tweets in three Indian languages</article-title>
          .
          <source>In Proceedings of the 6th Workshop on South and Southeast Asian Natural Language Processing (WSSANLP2016)</source>
          ,
          <year>2016</year>
          , pp.
          <fpage>93</fpage>
          -
          <lpage>102</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>S.</given-names>
            <surname>Seshadri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.K.</given-names>
            <surname>Madasamy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.K.</given-names>
            <surname>Padannayil</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.A.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <article-title>Analyzing sentiment in Indian languages micro text using recurrent neural network</article-title>
          .
          <source>IIOAB J</source>
          ,
          <volume>7</volume>
          ,
          <year>2016</year>
          , pp.
          <fpage>313</fpage>
          -
          <lpage>318</lpage>
          .
        </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>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 Davidian Languages in Code-Mixed Text" In Proceedings of the 12th Forum for Information Retrieval Evaluation</article-title>
          ,
          <source>FIRE'20</source>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <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 Davidian Languages in Code-Mixed Text" In Working Notes of the Forum for Information Retrieval Evaluation (FIRE</article-title>
          <year>2020</year>
          ), CEUR Workshop Proceedings, In CEUR-WS.org, Hyderabad, India,
          <year>2020</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 1st Joint Workshop on Spoken Language
          <article-title>Technologies for Under-resourced languages (SLTU) and Collaboration and Computing for Under-Resourced Languages (CCURL</article-title>
          ),
          <year>2020</year>
          , pp.
          <fpage>202</fpage>
          -
          <lpage>210</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <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>
          ,
          <article-title>A sentiment analysis dataset for code-mixed Malayalam-English, In 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="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>V.</given-names>
            <surname>Uma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Kausikaa</surname>
          </string-name>
          ,
          <article-title>Sentiment analysis of English and Tamil tweets using path length similarity based word sense disambiguation</article-title>
          .
          <source>IOSR J.(IOSR J. Comput. Eng.)</source>
          ,
          <volume>1</volume>
          ,
          <year>2016</year>
          , pp.
          <fpage>82</fpage>
          -
          <lpage>89</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>N.</given-names>
            <surname>Ravishankar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Shriram</surname>
          </string-name>
          ,
          <article-title>Grammar rule-based sentiment categorization model for classification of Tamil tweets</article-title>
          .
          <source>International Journal of Intelligent Systems Technologies and Applications</source>
          ,
          <volume>17</volume>
          (
          <issue>1-2</issue>
          ) (
          <year>2018</year>
          )
          <fpage>89</fpage>
          -
          <lpage>97</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Waseem</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Hovy</surname>
          </string-name>
          ,
          <article-title>Hateful symbols or hateful people? predictive features for hate speech detection on twitter</article-title>
          ,
          <source>In Proceedings of NAACL student research workshop</source>
          ,
          <year>2016</year>
          , pp.
          <fpage>88</fpage>
          -
          <lpage>93</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>T.</given-names>
            <surname>Davidson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Warmsley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Macy</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Weber</surname>
          </string-name>
          ,
          <article-title>Automated hate speech detection and the problem of offensive language</article-title>
          ,
          <source>arXiv preprint arXiv:1703.04009</source>
          , (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>T.</given-names>
            <surname>Mandl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Modha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.K.</given-names>
            <surname>Shahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.K.</given-names>
            <surname>Jaiswal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Nandini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Patel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Majumder</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. Schäfer</surname>
          </string-name>
          ,(
          <year>2020</year>
          , December).
          <source>Overview of the HASOC track at FIRE</source>
          <year>2020</year>
          :
          <article-title>Hate Speech and Offensive Content Identification in Indo-European Languages</article-title>
          . Working Notes of FIRE 2020 -
          <article-title>Forum for Information Retrieval Evaluation</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>M.</given-names>
            <surname>Zampieri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Malmasi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Rosenthal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Farra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <article-title>Predicting the type and target of offensive posts in social media</article-title>
          , arXiv preprint arXiv:
          <year>1902</year>
          .09666,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>N.</given-names>
            <surname>Ousidhoum</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Song</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.Y.</given-names>
            <surname>Yeung</surname>
          </string-name>
          ,
          <article-title>Multilingual and multi-aspect hate speech analysis, arXiv preprint</article-title>
          , arXiv:
          <year>1908</year>
          .
          <volume>11049</volume>
          , (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>M.A.</given-names>
            <surname>Bashar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Nayak</surname>
          </string-name>
          ,
          <string-name>
            <surname>R</surname>
          </string-name>
          , QutNocturnalHASOC'19:
          <article-title>CNN for Hate Speech and Offensive Content Identification in Hindi Language</article-title>
          ,
          <source>In Proceedings of the 11th annual meeting of the Forum for Information Retrieval Evaluation</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>V.</given-names>
            <surname>Basile</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bosco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Fersini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Debora</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Patti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.M.</given-names>
            <surname>Pardo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sanguinetti</surname>
          </string-name>
          , Semeval
          <article-title>-2019 task 5: Multilingual detection of hate speech against immigrants and women in twitter</article-title>
          ,
          <source>In 13th International Workshop on Semantic Evaluation</source>
          <year>2019</year>
          , pp.
          <fpage>54</fpage>
          -
          <lpage>63</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Schmidt</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Wiegand</surname>
          </string-name>
          ,
          <article-title>A survey on hate speech detection using natural language processing</article-title>
          ,
          <source>In Proceedings of the Fifth International workshop on natural language processing for social media</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Veena</surname>
            <given-names>PV</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kumar</surname>
            <given-names>MA</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soman</surname>
            <given-names>KP</given-names>
          </string-name>
          .
          <article-title>An effective way of word-level language identification for code-mixed facebook comments using word-embedding via characterembedding</article-title>
          .
          <source>In2017 International Conference on Advances in Computing, Communications and Informatics (ICACCI) 2017 Sep</source>
          <volume>13</volume>
          (pp.
          <fpage>1552</fpage>
          -
          <lpage>1556</lpage>
          ). IEEE.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Singh</surname>
            <given-names>R</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Choudhary</surname>
            <given-names>N</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shrivastava</surname>
            <given-names>M.</given-names>
          </string-name>
          <article-title>Automatic normalization of word variations in code-mixed social media text</article-title>
          .
          <source>arXiv preprint arXiv:1804.00804. 2018 Apr</source>
          <volume>3</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>A.H.</given-names>
            <surname>Razavi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Inkpen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Uritsky</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Matwin</surname>
          </string-name>
          ,
          <article-title>Offensive language detection using multilevel classification</article-title>
          ,
          <source>In Canadian Conference on Artificial Intelligence</source>
          ,
          <year>2010</year>
          , pp.
          <fpage>16</fpage>
          -
          <lpage>27</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>M.</given-names>
            <surname>Anandarajan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Hill</surname>
          </string-name>
          , T. Nolan, Text Preprocessing.
          <source>In Practical Text Analytics</source>
          ,
          <year>2019</year>
          ,pp.
          <fpage>45</fpage>
          -
          <lpage>59</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>P.L.</given-names>
            <surname>Teh</surname>
          </string-name>
          , C.B. Cheng, W.M.
          <article-title>Chee, Identifying and categorising profane words in hate speech</article-title>
          ,
          <source>In Proceedings of the 2nd International Conference on Compute and Data Analysis</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>65</fpage>
          -
          <lpage>69</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>B.R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <article-title>Leveraging orthographic information to improve machine translation of under-resourced languages (Doctoral dissertation</article-title>
          ,
          <source>NUI Galway)</source>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>Mishra</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Pal</surname>
          </string-name>
          , IIT Varanasi at HASOC 2019:
          <article-title>Hate Speech and Offensive Content Identification in Indo-European Languages</article-title>
          ,
          <source>In FIRE (Working Notes)</source>
          <year>2019</year>
          , pp.
          <fpage>344</fpage>
          -
          <lpage>351</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>S.</given-names>
            <surname>Hochreiter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Schmidhuber</surname>
          </string-name>
          ,
          <article-title>Long short-term memory</article-title>
          .
          <source>Neural computation</source>
          ,
          <volume>9</volume>
          (
          <issue>8</issue>
          ) (
          <year>1997</year>
          )
          <fpage>1735</fpage>
          -
          <lpage>1780</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>R.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.K.</given-names>
            <surname>Ojha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Malmasi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zampieri</surname>
          </string-name>
          ,
          <article-title>Benchmarking aggression identification in social media</article-title>
          ,
          <source>In Proceedings of the First Workshop on Trolling, Aggression and Cyberbullying (TRAC-2018)</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>11</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Robinson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Tepper</surname>
          </string-name>
          ,
          <article-title>Detecting hate speech on twitter using a convolutiongru based deep neural network</article-title>
          ,
          <source>In European semantic web conference</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>745</fpage>
          -
          <lpage>760</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>