<!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>Variants under Multilabel Classification for Emotion Detection in Urdu Language</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Shresht Bhowmick</string-name>
          <email>bhowmickshresht@gmail.com</email>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sakshi Kalra</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Saransh Goel</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kushank Maheshwari</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Yashvardhan Sharma</string-name>
          <email>yash@pilani.bits-pilani.ac.in</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Workshop Proceedings</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of CSIS, BITS Pilani</institution>
          ,
          <addr-line>333031, Rajasthan</addr-line>
          ,
          <country country="IN">INDIA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Greenwood High International School</institution>
          ,
          <addr-line>Gunjur Village, Varthur, Karnataka 560087</addr-line>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>One vs Rest</institution>
          ,
          <addr-line>Transformers model, Text classification, Tokenizer</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>Nowadays, the use of emojis is very common to show our emotions with just a single image instead of long sentences describing our emotions. Each emoji describes a particular emotion, such as anger, disgust, fear, sadness, surprise, and happiness. Now if we are given a task to identify emotions in a text, that means we have to tag a text with multiple emojis, each pointing to a diferent emotion. This paper aims to check for multiple emotions in an Urdu text, which comes under the category of multi-label classification. We have used pre-trained BERT models to add basic knowledge about a language (Urdu in our case). Over the pre-trained model, we added the classification layer using PyTorch. The output layer has seven nodes, six of which are for six emotions, and the seventh is for neutral. FIRE 2022 provided the Urdu tweet dataset used here as part of the subtask ”Multi-label emotion classification in Urdu” of the main task ”Emothreat: Emotion and Threat detection in Urdu.” With the vast-scale expansion of social media, it is afecting the narrative of the whole country or even the whole world, which could be evidenced by the examples of various country-wide or worldwide campaigns started from social media accounts and spread into the population. The messages or tweets posted by various users online are responsible for all these new efects of social media, so these messages or tweets must be analysed to understand the mindset of the users about diferent topics in the public domain. What is better than an emotional classification of text is to categorise it into multiple emotions like anger, fear, sadness, etc. Emotion classification will help in identifying the mood of the population about a topic. This type of task comes under ”afective computing,” as it was defined in [ ”computing that relates to, arises from, or influences emotions,” or it can be said that ”afective</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        computing” is computing that has to do with emotions. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] Earlier, this was not a famous
research field, but nowadays there are hundreds of companies and researchers working on
it. Humans express their emotions through a variety of means, including facial expressions,
text, audio, body gestures, and movements.Even though our body also physically responds to
diferent emotions by changing heart rate, breathing, etc., for the given dataset, the proposed
model is expected to do multi-label emotion detection for text data only. Detecting emotion in
text data is not a direct task of identifying some keywords for each type of emotion, sometimes
emotion is interpreted through the meaning of the concept and context in a sentence and the
interaction between various concepts [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. The proposed model is based on the same concept of
categorising text among diferent emotions. Text can also contain more than one emotion; for
example, someone could be sad and angry at the same time, so this classification becomes a
multi-label classification.
      </p>
      <p>The following sections are included in the paper: Section 2 describes the related work; Section
3 describes the dataset and the challenges that go along with it and their solutions; Section 4
describes our model design and techniques; and Section 5 describes the evaluation and result of
our model over the data.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        Several authors have participated in the hate speech detection tasks, such as [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]
and [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Many methods for multi-label classification are used in machine learning, as explained
in [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. The first method is the ranking method. The data is ranked for all classes, and higher
ranked classes can be chosen as labels for data points. This is the old method used in machine
learning. Other methods include the problem transformation method, in which the multi-label
classification is transformed into multiple single-level classifications. This method includes the
following steps: (1) randomly select one of the labels for each multi-label instance, (2) discard
those instances having multiple labels, (3) consider each diferent set of labels as a new label,
and (4) transform the dataset such that if for a given instance there are three labels, the new
dataset will contain three instances of the same data point, making it a multi-class classification
problem. One other method is called the algorithm adaptation method; this method includes the
custom entropy loss function for multi-label data, the same thing implemented in this paper, and
the proposed custom loss function also includes the imbalance part of multi-label classification.
[
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] describes how we can use the BERT model for text classification. This paper describes
the structure of the BERT model, which takes tokenized text as input along with an attention
mask and is trained over a large corpus of multilingual data. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] gives a wholesome survey on
emotion detection, finding multi-modal systems to be best for emotion detection tasks. This is
the same as humans identifying each other, which is also a multi-modal approach; thus, humans
analyse each other’s face, audio, body posture, etc. [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] focuses on emotion detection in text data.
The method the paper introduces is called the ”keyword spotting technique” which involves
ifnding some particular keywords as sub-strings from a sentence; each keyword is associated
with one or more emotions and can help identify emotion in a sentence. The shortcomings of
the keyword spotting technique explained in [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] are that the meaning of a keyword changes
with context, such as with the word ”accident,” which is generally associated with a negative
sense, but in this sentence: ”I found my life partner by accident,” the meaning of ”accident” is in
a positive sense, so the keyword spotting technique fails in this type of case. [12] experiments
with diferent machine learning based techniques for abusive language detection in Urdu text
and achieved an accuracy of 93.6% by using soft voting techniques on three BERT variants
(urduhack, BERT and XLM-RoBERTa). The authors in [13] proposed a model for detection of
threatening posts using deep learning based models on transformers,they essentially employed
the pretrained BERT model (RoBERTa) for classifying text as threatening and non-threatening
and obtained an F1 score of 53.46% and ROC AUC of 81.99%.
      </p>
      <p>Another work in[14] fine tuned monolingual and multilingual transformers over Urdu text and
used ensembling techniques to combine the results of RoBERTa-urdu-small, XLM-RoBERTa,
bert-based-multilingual-case and Alberta-urdu-large and get the accuracy of 0.596 and F1 score
of 0.449. The author of [15] got the highest F1 score of 0.7993 by using pre-trained BERT models
+ fine tuning classification layer over them. They also used data augmentation to make the
models generalise better and used both machine learning and deep learning techniques for
the task of recognising hate and ofensive speech. The efectiveness of several pre-trained
multilingual BERT models in the detection of threats and hate speech, which are also types
of emotions, is discussed in [14] and [15]. [16] surveys the concept of emotion detection by
exploring various methods of categorising emotions one is Direct Emotion Detection, which
considers 6 or more basic emotions, believes that all other emotions are a combination of these
basic emotions and considers each basic emotion to be independent, whereas Dimensional
Emotion Detection, which does not consider emotions to be independent, defines a 2-D or 3-D
space for emotion categorisation. The X-axis represents valency, while the Y-axis represents
arousal. Each area in the 2-D space shows a certain kind of emotion, and you can also add a
Z-axis showing the person’s control over that emotion.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Dataset</title>
      <p>The dataset is provided by FIRE 2022, under the sub-task A(Multi-label emotion classification in
Urdu) of main Task: EmoThreat: Emotion and Threat detection in Urdu. The training dataset
contains sentences in Urdu and seven labels for each sentence in one-hot encoding, which is
multi-label (0 or 1). the code for this task is available on this1 github repository. The distribution
statistics for each label is as depicted in Table 1 for training data. Each label corresponds
towards a particular emotion like anger, disgust, fear, sadness, surprise, happiness, or neutral.
The pictorial depiction of training data is as in Figure 1, which on analysis brings about a
problem of unbalanced data that could afect the training model parameters in a way that is
biased towards labels that have a high number of sentences labelled for it. for example, in the
dataset, the label ”neutral data” has a higher count than all others; this problem of unbalanced
data is taken care of in further sections by using the method of calculating positive and negative
weights for each label.</p>
      <p>1https://github.com/saransh-goel/emotion .
4. Proposed Techniques and Algorithms
4.1. Multi-label classification
[17]For a d-dimensional input data,  ∈   and  = {1, 2, ..., } set of labels where q is the
number of labels. Each instance  ∈  can be associated with the subset of labels  ∈ 2  which
are called as relevant labels for x and the set of labels in complement of L, i.e  =̄  ⧵  are
called as irrelevant labels for x. Training dataset for multi-label classification of size l, will be a
set of elements (  2  ).</p>
      <p>.., {( 1,  1), ...., (  ,   ), ...(  ,   )}
Multi-label classification would be learning a function  () ∶  → 2
methods for multi-label classification:
1. Data decomposition method
2. Algorithm extension method
 . There are two main</p>
      <sec id="sec-3-1">
        <title>4.1.1. Data decomposition method</title>
        <p>This method includes binary classifiers, One vs Rest method, One vs One method etc. The widely
used trick used by this method is to define a function for each class i.e   () ∶  → ,  = 1, 2, .., 
such that   () &gt;   (),  ≠    ∈   .
which means that relevant label should have ranked higher than irrelevant labels.
..,   () &gt;   (),  ∈ ,  ∈</p>
        <p>̄
 () = {, . 
 () ≥ ,  = 1, 2, .., }
(1)
(2)
Further a threshold can be set for relevant labels, now the methods like one vs rest that the
proposed model used came in picture to set this threshold along with the help of binary classifiers
like Naive Bayes, SVC and Logistic regression. [17]One vs Rest method divides a q-class
multilabel data set into q binary subsets, here the  ℎ subset consists of positive instances with the  ℎ
label and negative ones with the all other labels. This method helps in identifying the threshold
t in eq 2.</p>
      </sec>
      <sec id="sec-3-2">
        <title>4.1.2. Algorithm extention method</title>
        <p>This method includes using multi-class classifiers and dealing with multi-label classification in
one function only, like in the proposed model, which uses the BERT pre-trained model with a
classification head over it for the multi-label classification.</p>
        <p>
          The BERT variants used as base models are UrduHack and distil-BERT, which can work with
multilingual data as the dataset contains sentences in Urdu. For multi-label classification, as
shown in figure 2, in the proposed model there are seven parallel feed forward dense layer
networks for each class. Each gives a two-node output and works as a binary classifier for its
own class.The training process begins with data tokenization and padding with the required
[CLS] and [SEP] tokens, followed by passing the tokenized text as input to the Bert model and
using the output from the Bert model corresponding to the [CLS] token as input to classification
layers as described in [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. Table 2 lists the various hyperparameters used while training the
proposed model.
        </p>
        <p>Learning Rate 1e-05
Number of Epochs 4</p>
        <p>Batch Size 2
Figure 2: The Proposed Architecture for BERT</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>5. Evaluation and Results</title>
      <p>
        [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]As this is multi-label classification, so the formula for calculation of accuracy, precision and
recall will change and the modified formulas are as follows: If D is the dataset, H is the model,
Y are the real labels, Z are the predicted labels(Z=H(D))
   ( , ) =
  ( , ) =
 ( , ) =
1 ∑|| |  ∩   |
|| =1 |  ∪   |
1 ∑|| |  ∩   |
|| =1 |  |
1 ∑|| |  ∩   |
|| =1 |  |
 1( , ) =
2 ∗  ( , ) ∗   ( , )
 ( , ) +   ( , )
(7)
(8)
(9)
(10)
The performance of each model is evaluated using various evaluation metrics. Table 3 lists
the accuracy, precision, recall, and F1-measure using the TF-IDF model. Table 4 lists BERT
variants. In the TF-IDF feature extraction method, linear SVC performed best for emotion
detection, followed by logistic regression as the second-best method, and Naive Bayes as the
worst. Among BERT variants, UrduHack performs better than multilingual BERT.
      </p>
    </sec>
    <sec id="sec-5">
      <title>6. Conclusion and Future Work</title>
      <p>The proposed results demonstrate that the TF-IDF feature extraction model works better than
the BERT model. This is because in emotion detection, keywords are found to be more important
than context, as each emotion has its own set of keywords that help a lot with classification.
This paper only deals with emotion detection in text data, but as explained in one of the earlier
sections, a multi-modal approach to emotion detection is very efective as other features other
than text, such as audio pitch and facial expression, more clearly explain an emotion. For
image data, an expression detection model could help identify diferent emotions, and just
as each emotion has its own set of expressions, sometimes the same sentence has diferent
meanings with diferent expressions, such as ”he is very intelligent.” This sentence with a good
expression will come in the category of happiness and praise, but with an expression of sarcasm,
it will come under the category of jealousy. The same is true for audio, where pitch can help
distinguish between anger, excitement, and a lazy tone.
[12] S. Kalraa, Y. Bansala, Y. Sharmaa, Detection of abusive records by analyzing the tweets in
urdu language exploring transformer based models (2021).
[13] S. Kalraa, M. Agrawala, Y. Sharmaa, Detection of threat records by analyzing the tweets in
urdu language exploring deep learning transformer-based models (2021).
[14] S. Kalraa, P. Vermaa, Y. Sharmaa, G. S. Chauhanb, Ensembling of various transformer
based models for the fake news detection task in the urdu language (2021).
[15] S. Kalraa, K. N. Inania, Y. Sharmaa, G. S. Chauhanb, Applying transfer learning using
bert-based models for hate speech detection (2020).
[16] F. A. Acheampong, C. Wenyu, H. Nunoo-Mensah, Text-based emotion detection: Advances,
challenges, and opportunities, Engineering Reports 2 (2020) e12189.
[17] J. Xu, An extended one-versus-rest support vector machine for multi-label classification,
Neurocomputing 74 (2011) 3114–3124.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>J.</given-names>
            <surname>Oliver</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>García-Zapirain</surname>
          </string-name>
          ,
          <article-title>Afective computing and education</article-title>
          ,
          <source>in: INTED2017 Proceedings</source>
          , IATED,
          <year>2017</year>
          , pp.
          <fpage>1334</fpage>
          -
          <lpage>1338</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Garcia-Garcia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V. M.</given-names>
            <surname>Penichet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. D.</given-names>
            <surname>Lozano</surname>
          </string-name>
          ,
          <article-title>Emotion detection: a technology review</article-title>
          ,
          <source>in: Proceedings of the XVIII international conference on human computer interaction</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>S. N.</given-names>
            <surname>Shivhare</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Khethawat</surname>
          </string-name>
          ,
          <article-title>Emotion detection from text</article-title>
          ,
          <source>arXiv preprint arXiv:1205.4944</source>
          (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>S.</given-names>
            <surname>Butt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Amjad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Balouchzahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ashraf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Sharma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sidorov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gelbukh</surname>
          </string-name>
          ,
          <source>Overview of EmoThreat: Emotions and Threat Detection in Urdu at FIRE</source>
          <year>2022</year>
          , in: CEUR Workshop Proceedings,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>S.</given-names>
            <surname>Butt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Amjad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Balouchzahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ashraf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Sharma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sidorov</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . Gelbukh, EmoThreat@FIRE2022:
          <article-title>Shared Track on Emotions and Threat Detection in Urdu, in: Forum for Information Retrieval Evaluation</article-title>
          ,
          <string-name>
            <surname>FIRE</surname>
          </string-name>
          <year>2022</year>
          ,
          <article-title>Association for Computing Machinery</article-title>
          , New York, NY, USA,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>N.</given-names>
            <surname>Ashraf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Khan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Butt</surname>
          </string-name>
          , H.-T. Chang,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sidorov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gelbukh</surname>
          </string-name>
          <article-title>, Multi-label emotion classification of urdu tweets</article-title>
          ,
          <source>PeerJ Computer Science</source>
          <volume>8</volume>
          (
          <year>2022</year>
          )
          <article-title>e896</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>L.</given-names>
            <surname>Khan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Amjad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ashraf</surname>
          </string-name>
          , H.-
          <string-name>
            <given-names>T.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gelbukh</surname>
          </string-name>
          ,
          <article-title>Urdu sentiment analysis with deep learning methods</article-title>
          ,
          <source>IEEE Access 9</source>
          (
          <year>2021</year>
          )
          <fpage>97803</fpage>
          -
          <lpage>97812</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>I.</given-names>
            <surname>Ameer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ashraf</surname>
          </string-name>
          , G. Sidorov,
          <string-name>
            <surname>H.</surname>
          </string-name>
          <article-title>Gómez Adorno, Multi-label emotion classification using content-based features in twitter</article-title>
          ,
          <source>Computación y Sistemas</source>
          <volume>24</volume>
          (
          <year>2020</year>
          )
          <fpage>1159</fpage>
          -
          <lpage>1164</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>L.</given-names>
            <surname>Khan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Amjad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ashraf</surname>
          </string-name>
          , H.-
          <article-title>T. Chang, Multi-class sentiment analysis of urdu text using multilingual bert</article-title>
          ,
          <source>Scientific Reports</source>
          <volume>12</volume>
          (
          <year>2022</year>
          )
          <fpage>1</fpage>
          -
          <lpage>17</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>G.</given-names>
            <surname>Tsoumakas</surname>
          </string-name>
          ,
          <string-name>
            <surname>I.</surname>
          </string-name>
          <article-title>Katakis, Multi-label classification: An overview</article-title>
          ,
          <source>International Journal of Data Warehousing and Mining (IJDWM) 3</source>
          (
          <issue>2007</issue>
          )
          <fpage>1</fpage>
          -
          <lpage>13</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>J.</given-names>
            <surname>Devlin</surname>
          </string-name>
          , M.-
          <string-name>
            <given-names>W.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Toutanova</surname>
          </string-name>
          , Bert:
          <article-title>Pre-training of deep bidirectional transformers for language understanding</article-title>
          , arXiv preprint arXiv:
          <year>1810</year>
          .
          <volume>04805</volume>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>