<!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>Overview of EmoThreat: Emotions and Threat Detection in Urdu at FIRE 2022</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Sabur Butt</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Maaz Amjad</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Fazlourrahman Balouchzahi</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Noman Ashraf</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Rajesh Sharma</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Grigori Sidorov</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alexander Gelbukh</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Dana-Farber Cancer Institute, Harvard Medical School</institution>
          ,
          <country country="US">United States</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Institute of Computer Science, University of Tartu</institution>
          ,
          <country country="EE">Estonia</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Instituto Politécnico Nacional (IPN), Center for Computing Research (CIC)</institution>
          ,
          <country country="MX">Mexico</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>The University of Texas at Austin</institution>
          ,
          <addr-line>Texas</addr-line>
          ,
          <country country="US">United States</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Emotion and targeted abuse detection i.e threat, are problems that have been studied in many rich resource languages. However, when it comes to low-resource languages such as Urdu, we find a dearth of resources and methodologies. Our paper presents the findings of the shared task "EmoThreat: Emotions and Threat detection in Urdu", where we focused on presenting resources for multi-label emotion classification (Task A) and binary threat detection (Task B) in Urdu. Task B was further divided into group and individual threat detection, making it a multi-class problem. The paper presents a summary of the methodologies and findings of the ten diferent participating teams. Each team also presented a thorough error analysis for the best model. The best performing system in Task A achieved a macroF1 score of 0.687, whereas, Task B subtask 1 and subtask 2 achieved 0.716 and 0.539 macro-F1 scores respectively.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Natural Language Processing</kwd>
        <kwd>Emotion Detection</kwd>
        <kwd>Threatening language Detection</kwd>
        <kwd>Group Threats</kwd>
        <kwd>Individual Threats</kwd>
        <kwd>Urdu language</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Every language has diferent expressions, syntax, lexicon and vocabulary. Apart from that,
languages go through a continuous process of evolution. This stands true for Urdu more than
any other language. We know from the history of Urdu, that its foundation is manifested
in evolution. Urdu is an amalgamation of many languages i.e. Turkish, Sanskrit, Arabic and
Persian and continues to absorb words from languages that influence the demographics i.e.
English. Although Urdu is written in a diferent script (Nastalíq) than Hindi (Devanagari), they
have similar grammar and phonology. Urdu’s structural similarity makes it resourceful for
South Asian languages that share the same structure [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Due to the mixture of languages, its
morphology, orthography and script Urdu requires more careful pre-processing and becomes a
challenging language for Natural language processing (NLP) tasks.
      </p>
      <p>
        Although Urdu has more than 230 million speakers worldwide [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], it is still a low-resource
language and needs attention in multiple facets of NLP. Emotion and Threat Detection in
Urdu (EmoThreat) [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] is our earnest attempt to create resources and techniques for the Urdu
language that may provide assistance in understanding human behaviour online. Our first
attempt is towards Emotion detection which is the heart of many NLP applications and aids in
the understanding of critical semantic problems i.e. detection of irony [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], hate [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], rumours [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ],
threats [
        <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
        ], sexism [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] etc. The world acknowledges the problems that comes with the growth
of social media platforms [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], and we see the efect of their misuse become more impactful.
In particular, numerous posts contain threatening language towards certain users and hence
worsen users’ experience from communication via such platforms and potentially put platform
users in danger. Therefore our second attempt is for creating automatic methods for detecting
threats in the Urdu language that can be helpful to avoid violence and outrageous consequences.
      </p>
      <p>The paper attempts to spread awareness and encourage the community to propose more
eficient methods for automated detection of multi-label emotion detection in short texts in
Urdu. We highlight the collection and annotation of the first and largest datasets for detecting
emotions and targeted threat in the Urdu language described in Section 2. Section 5 provides
us with the baseline results for each task. Lastly, an overview and discussion of the submitted
solutions for emotion and threat detection in Urdu are given in Sections 6 and 7.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Task Description</title>
      <sec id="sec-2-1">
        <title>2.1. Task A: Multi-label Emotion Detection</title>
        <p>
          We created a Nastalíq Urdu script dataset for multi-label emotion classification consisting of
tweets and reviews using Ekman’s six basic emotions [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] and “Neutral” sentences. The task
requires you to classify the tweet as one, or more of the six basic emotions which is the best
representation of the emotion or to identify instances void of emotions.
        </p>
        <p>• Anger: also includes annoyance and rage and can be categorized as a response to a
deliberate attempt of anticipated danger, hurt or incitement.
• Disgust: in the text is an innate response of dis-likeness, loathing or rejection to
contagiousness.
• Fear: also including anxiety, panic and horror is an emotion in a text which can be seen
triggered through a potentially cumbersome situation or danger.
• Sadness: also including pensiveness and grief is triggered through hardship, anguish,
feeling of loss, and helplessness.
• Surprise: also including distraction and amazement is an emotion which is prompted by
an unexpected occurrence.
• Happiness: also includes contentment, pride, gratitude and joy is an emotion which is
seen as a response to well-being, a sense of achievement, satisfaction, and pleasure.
• Neutral: void of emotional afect.</p>
        <sec id="sec-2-1-1">
          <title>2.1.1. Dataset Collection and Annotation</title>
          <p>
            The dataset for Task A was taken from two separate sources. The Ekman’s emotions were
published and publicly presented in [
            <xref ref-type="bibr" rid="ref12">12</xref>
            ]. The benchmark dataset used Twitter hashtags for
extracting relevant tweets of a particular emotion. However, since the task was to identify
multiple emotions, the keywords alone were not reliable for annotation. Hence, detailed data
annotation standards were formalised for expert annotators to follow and maintain consistency
throughout the task. The detailed description can be found in the paper [
            <xref ref-type="bibr" rid="ref12">12</xref>
            ]. The neutral
texts were collected from the paper [
            <xref ref-type="bibr" rid="ref13">13</xref>
            ] where a dataset consisting of Nastalíq Urdu texts was
presented.
          </p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Task B: Threatening Language Detection</title>
        <p>This task1 was aimed to detect threat speech using Twitter tweets in the Urdu language without
human intervention. The task was divided into two subtasks. Subtask 1 is a binary-class
classification task in which participating systems are required to classify tweets into two classes,
namely: (i) Threatening, and (ii) Non-Threatening.</p>
        <p>• Threatening - this Twitter post contains any threatening content.</p>
        <p>• Non-Threatening - this Twitter post does not contain any threatening or profane content.</p>
        <p>Once the tweet is classified as “Threatening”, then subtask 2 requires further classification of
the threat into two classes: (i) Group, and (ii) Individual.</p>
        <p>• Group - This Twitter post contains threatening content for targeting a group (s).
• Individual - This Twitter post contains threatening or profane content for threatening
an individual.</p>
        <sec id="sec-2-2-1">
          <title>2.2.1. Dataset Collection and Pre-processing</title>
          <p>To collect the dataset for Task B, we created a dictionary of the most commonly used threatening
words in Urdu. Then, we used those words as keywords on Twitter to extract tweets containing
more threatening words in Urdu, which we manually added to our dictionary of threatening
words. This dictionary is publicly available for research purposes.2 Then, we used these seed
words to further crawl tweets through the Twitter Developer Application Programming Interface
(API)3 using Tweepy library. We collected tweets containing any of these keywords from our
dictionary for a 20-month period from January 1st, 2018 to August 31st, 2022. At this time the
general elections were being held in Pakistan in July 2018. Typically, during the election season,
people tend to be more expressive when supporting as well as opposing political parties. In
total, we crawled 70,000 tweets containing the seed words.</p>
          <p>Since Urdu shared many common words in Persian, Turkish and Arabic, so when we crawled
tweets using our initially collected words, the Twitter API also crawled many non-Urdu tweets.
1https://sites.google.com/view/multi-label-emotionsfire-task/home/task-b
2https://github.com/MaazAmjad/Threatening_Dataset
3https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/api-reference/get-search-tweets
Since this research was primarily focused on the Urdu language, we discarded all the non-Urdu
tweets manually. The threatening dataset 4 contains 9,950 tweets, 1,782 threatening tweets and
the remaining tweets are non-threatening. In this shared task, to make the dataset balanced, we
only randomly chose 1,782 non-threatening tweets from the remaining non-threatening tweets
collected in this dataset.</p>
          <p>It is important to mention that we created a new test set, that contains 935 tweets in total:
628 non-threatening tweets, and 307 threatening tweets. The threatening tweets are further
classified into 56 tweets that target individuals, and 251 tweets that target group(s).</p>
        </sec>
        <sec id="sec-2-2-2">
          <title>2.2.2. Threatening Dataset Annotation</title>
          <p>We defined guidelines to annotate abusive and threatening tweets. To annotate the dataset
annotators were recruited. All of them satisfied the following criteria: (i) country of
originPakistan; (ii) native speakers of Urdu; (iii) were familiar with Twitter; (iv) aged 20–35 years;
(v) detached from any political party or organization; (vi) had prior experience of annotating
data; (vii) educational level was a masters degree or above. We computed Inter-Annotator
Agreement (IAA) using Cohen’s Kappa coeficient ( 71%) as it is a statistical measure to check the
reliability between two annotators. We provided instructions with task definitions. Hierarchical
annotation schema was used and the main dataset was divided into two diferent datasets
to distinguish between whether the language is threatening or non-threatening, abusive or
non-abusive. We followed Twitter’s definition to describe abusive and threatening 5 comments
towards an individual or group to harass, intimidate, or silence someone else’s voice.</p>
          <p>Similarly, the task ofered a dataset of tweets in Urdu annotated as threatening or
nonthreatening split into the training and testing parts, with the annotations of the testing part
hidden from the participants. The annotation procedure for the sub-task 2 dataset followed
Twitter’s definition of threatening tweets 6 as those that are against an individual or group
meant to threaten with violent acts, to kill, inflict serious physical harm, to intimidate, or to use
violent language. The task and the evaluation procedure were identical to sub-task 2.</p>
          <p>Table 1 and 2 show the dataset distribution of both tasks. The dataset for both tasks is publicly
available on the EmoThreat website 7.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Literature Review</title>
      <p>
        Fine-grained emotions have been extensively studied in rich resource languages such as
English [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] where the emotions have been classified in Ekman’s (fear, anger, joy, sadness, disgust
and surprise) [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] or Plutchik’s (anger, anticipation, joy, trust, fear, surprise, sadness and
disgust) [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] distribution of emotions. Similarly, threatening language detection in social media
texts has been one of the most crucial phenomena encompassing behaviour and emotions i.e.
sexism [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], hate speech [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], abuse [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], etc. but, with the element of threat in it.
4https://github.com/MaazAmjad/Threatening_Dataset
5https://help.twitter.com/en/rules-and-policies/glorification-of-violence
6https://help.twitter.com/en/rules-and-policies/violent-threats-glorification
7https://sites.google.com/view/multi-label-emotionsfire-task/dataset
      </p>
      <p>
        Among the notable works of sentiment classification in Urdu, we see [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] a dataset comprised
of reviews in Nastalíq Urdu. The reviews contained information about politics, movies, TV
series and sports etc. The sentences were divided into two labels (4,758 Positive and 4,843
Negative instances) and trained on multiple machine learning and deep learning algorithms.
The study revealed that Logistic Regression (LR) with word n-grams (1-3) produced the best
results with 82.05% F1-score. The dataset lacked neutral tweets which were later presented
in [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] for the multi-class sentiment analyses task. In the newly formed dataset, 9,312 reviews
were distributed among three classes: positive, negative and neutral. The dataset was evaluated
with transformers, machine learning and deep learning techniques, where the mBERT model
with BERT pre-trained word embeddings outperformed all and achieved an F1 score of 81.49%.
Multi-class nature of these datasets does not allow the detection of texts where multiple emotions
are being expressed simultaneously. Multi-label emotion classification becomes even harder
when done on the short informal text. In Urdu, multi-label emotion classification has been
explored in the code-mixed setting [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. English and Roman Urdu are widely used sometimes
on social media and in text messages. Roman Urdu, can also be used for studies in Roman
Hindi because of its similarity. A large dataset comprising 11,914 code-mixed (English and
Roman Urdu) SMS messages was introduced [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] with a set of 12 emotions, including disgust,
anger, fear, sadness, pessimism, anticipation, joy, love, optimism, surprise, trust and neutral
(no emotion). The study also experimented with many diferent deep learning and machine
learning techniques where they found a combination of OVR multi-label and SVC single-label
machine learning algorithms with word uni-gram to be the most efective.
      </p>
      <p>
        Threatening language detection in Urdu was first introduced in [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ], where the authors
presented a benchmark dataset in Nastaliq Urdu. The threatening language was divided to
classify threats, as well as the threat target. The dataset initially consisted of 3,564 tweets, equally
divided into threatening and non-threatening tweets. The authors presented detailed baselines
on word and character n-grams and fastText embeddings. Support Vector Machine (SVM)
classifier using fastText pre-trained word embedding obtained the best results for the target
identification task, whereas, the Multilayer Perceptron (MLP) classifier with the combination of
word n-gram features outperformed other classifiers in detecting threatening tweets. The dataset
was then extended in the “Abusive and Threatening Language Detection Task in Urdu” [
        <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
        ] at
FIRE 2021 with 6,000 tweets in the training set and 3,950 tweets in the test set. The dataset was
later extended to add group and individual threats as explained in Section 2.2.1.
      </p>
    </sec>
    <sec id="sec-4">
      <title>4. Evaluation Metrics</title>
      <p>Task A used multi-label accuracy, micro-averaged F1, weighted F1 and macro-averaged F1.
The ground truth annotations were used to compare the labels predicted by the participants’
classifiers. All the participating teams were allowed to submit up to 3 diferent runs, i.e labels
for the testing set generated by their proposed classifiers. The rankings were made on the
basis of macro-F1 scores. We also gave the Hamming loss scores that computes the average of
incorrect labels of an instance. Lower the value, the higher the performance of the classifier as
this is a loss function. For Task B, we presented accuracy, macro-F1 score and ROC-AUC score.
The ROC-AUC score gives an estimate of the overall quality of the model at the various level
of predicted confidence thresholds and serves as a more holistic evaluator. The rankings were
made on F1 scores.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Baselines</title>
      <p>To get our baseline results, we used four diferent types of features, including character
ngrams, word n-grams, stylometric features and pre-trained word embeddings. Count-based
features are character n-grams and word n-grams and we used uni-, bi-, and trigrams for word
n-grams while trigrams to nine grams were selected for character n-grams. Moreover, we
applied Term frequency-inverse document frequency (TF-IDF) technique to choose the best
count-based features. Stylometric based features contains 47 character-based, 11 word-based
and 6 vocabulary based features. For the pre-trained word embeddings, we used fastText 8
library to extract 300 dimensional vectors since it provides embeddings for the Urdu language.</p>
      <p>
        We approached this problem as a supervised classification task and our aim was to predict
multiple emotions from the six primary emotions. To test the performance of our dataset, we
utilized various machine- and deep-learning algorithms such as RF, J48, DT, SMO, AdaBoostM1,
Bagging, 1D CNN, and LSTM. MEKA 9 software was used to calculate the baseline results for the
machine learning algorithms while Keras 10 library was used to implement deep learning models.
We used multi-label accuracy, micro-averaged F1, macro-averaged F1 and Hamming Loss (HL)
for our model evaluation. Uni-gram features yield the best results on RF with the combination
of a Binary Relevance (BR) transformation method, achieving 51.20% accuracy, 19.40% hamming
loss, 60.20% micro-F1 and 56.10% of macro-F1 scores. The 2nd best results were achieved
using 1-dimensional convolutional neural network (1D CNN) obtaining 45.00% accuracy, 36.00%
8https://fasttext.cc/docs/en/crawl-vectors.html
9http://meka.sourceforge.net
10https://keras.io/
hamming loss, 35.00% micro-F1 and 54.00% of macro-F1 scores. In the EmoThreat Task A, we
have added neutral emotional tweets to make Task A unique and challenging. These neutral
tweets are collected from [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] research article. In the train set, we have 3,014 neutral tweets
while in the test set we have only 753 tweets. We applied word n-gram features and the Random
Forest (RF) model to calculate the baseline results on Task A. We achieved an accuracy of
0.4835%, hamming loss of 0.1281%, micro-F1 of 0.5632% and macro-F1 of 0.3231%.
      </p>
      <p>For Task B, we used Logistic Regression, Support Vector Machine, Adaboost, Decision Tree,
Random Forest, and Naive Bayes with word n-grams (1-3) as features. In Task B subtask 1
we achieved the best results (0.5117 macro-F1, 0.6760 ROC-AUC) with Random Forest, and in
subtask B we got the best results (0.42966 macro-F1, 0.5 ROC-AUC) with Logistic Regression
using word unigrams.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Overview of the Submitted Approaches</title>
      <p>This section gives a brief summary of the methods applied in the competition by the participating
teams. In total 35 teams registered for the competition. Teams were allowed to participate in
both or just one of the given tasks. A total of 10 diferent teams submitted the experimental
results with the distribution of 7 teams in task A and 7 teams in Task B. We report the findings
of 9 teams who submitted their methodologies in the form of technical report papers.
1. FOSU NLP team: The best-performing model for Task A was presented by team FOSU
which used transformers. They used XLM-RoBERTa along with adamW optimizer and
“ReduceLROnPlateau”, a Keras module that reduces the learning rate when a metric has
stopped improving.
2. UMUTeam: UMUteam presented a model for Task A that ranked second in the
competition. The team used language-independent linguistic features, non-contextual
sentence embeddings from fastText, and multilingual contextual embeddings from BERT
and RoBERTa. They conducted multiple experiments leveraging Knowledge
Integration (KI) and Ensemble Learning (EL). The best-performing method used a multi-input
deep-learning model with Knowledge Integration (KI) of all the above-mentioned features.
3. ERTIM: Team ERTIM presented three distinct methods. The first method comprised
transformer models (BERT-large, MuRIL, ALBERT) taken from HuggingFace 11. In Task
A, the participants analyzed the misclassified tweets and created an external dataset with
similar tweets to enhance the model. The second technique comprised of Unsupervised
multiword expressions (MWE), where the team first extracted autonomous chunks of text
using unsupervised text segmentation. Those tokens (character and word) were then used
as features for logistic regression to create a seven versus one multi-output design. Lastly,
a linguistic approach was used in Task B using lexical and syntactic cues fed to machine
learning models (Logistic Regression, LinearSVC, Stochastic Gradient Descent). MWE
approach gave the best results in Task A, while, transformers and linguistic approach
proved to be the best in Task B subtask 1 and 2 respectively.
4. Hate-alert: Team Hate-alert participated in both tasks and worked with many
transformer methods, however, the most successful methods proved to be mBERT (multilingual
BERT) and MuRIL (Multilingual Representations for Indian Languages). For task A and
task B subtask 2, mBERT produced the best results. On the other hand, MuRIL achieved
the best results in Task B subtask 1.
5. MUCS: MUCS participated in both tasks and proposed a transfer learning model with
mDistilBERT (Multilingual Distilled version BERT) and Classifier-chain model with SVM
(linear Support Vector Classifier). The classifier-chain model is used for multi-label
classification and used word n-grams (1-3) features to achieve the 4th rank in Task A. A
ifne-tuned mDistilBERT with LSTM as the final layer was used to achieve the best results
for Task B.
6. Aces: The participants in team Aces experimented with four models for Task A including
Recurrent Neural Network (RNN), Classifier Chains, Long Short-Term Memory (LSTM)
and Multi-label K-nearest neighbours. For the deep learning models, they used fastText
and Word2Vec, while for the machine learning models they used simple TF-IDF features.
The best performing model on the test set was Classifier Chains with TF-IDF features
giving the macro-F1 of 0.381. This approach stood last in the competition for multi-label
emotion classification task.
7. SakshiEmo2022: Team Sakshi participated in both tasks of the challenge. The team
ranked first in Task B subtask one and third in subtask two by using multiple fine-tuned
transformer models. To handle the imbalanced classes in the task, the team used
oversampling and stratified sampling. The authors presented the results with MuRIL,
BERTbase, Multilingual-BERT (mBERT), Distil-BERT and UrduHack. It was seen that MuRIL
outperformed other transformers using the over-sampling method, whereas mBERT
remained the next best method. In task A, team Sakshi experimented with transformers
(UrduHack and mBERT) and machine learning models (Naive-Bayes, LinearSVC, Logistic
Regression). The best results were achieved with LinearSVC using TF-IDF features and
data decomposition (One vs Rest). This method ranked 7th in the oficial rankings.
8. Ttdmnx: The authors utilised pre-trained BERT models available on HuggingFace and
achieved 4th and 5th positions in subtasks 1 and 2 of Task B. They simplified subtask 2
into a binary classification problem after separating the non-threatening tweets from the
threatening tweets and applied the model to detect group vs individual threat tweets.</p>
    </sec>
    <sec id="sec-7">
      <title>7. Results and Discussion</title>
      <p>Table 3, 4 and 5 present the best results of the submitted systems in each task. The results of
the participating team showed a significant increase in the F1 scores compared to the baseline
values of Task A. The best performing team achieved 0.687 macro-F1 with four out of eight
teams having more than 0.6 macro-F1 score. Weighted F1 scores were more competitive with
the top 7 teams getting more than 0.6. The best-performing teams used transformer models
which was a trend most of the teams carried with slight variations.</p>
      <p>Task B comparatively had higher scores in the binary classification challenge, however, we
saw that all teams score less than 0.6 F1 in the multi-class setup. In Task B, it was noticed
that models failed to diferentiate “hate” from “threat” frequently. Examples of such cases are
highlighted in the paper which was the third-best model presented in the shared task. The
paper also highlighted confusion in task A between the labels “sadness” and “surprise” which
was a frequent occurrence.</p>
      <p>Similarly, team ERTIM documented ambiguities among the classes “anger” and “disgust” in
their best model. they divided the errors in Task B into three diferent categories: lexical, phrasal
and deictic. The authors noticed that the subjunctive mode for jussive phrases, second-person
address, and future tense to express consequence was more employed in threat tweets. They
observed the connection of abusive language with both classes of threat and were not able to
identify MWE categories and phrase expressions of “non-threat” class. Team hate-alert made
similar observations and reported that for threatening tweet detection, sometimes the presence
of words such as “killing” made confusion.</p>
    </sec>
    <sec id="sec-8">
      <title>8. Conclusion</title>
      <p>Emotion and targeted abuse detection-based NLP tasks are overlooked frequently, especially in
low-resource languages. This overview paper presents the findings of the shared task
"EmoThreat: Emotions and Threat detection in Urdu". In this shared task, thirty-five diferent teams
registered and ten teams submitted their proposed systems (runs). These teams used various
techniques ranging from feature engineering to ML and DL algorithms. The approaches used
include ensemble methods, deep learning methods and transformers. Mostly, teams used non-Urdu
specialized transformers such as BERT and RoBERTa as well as Urdu-specialized transformers
such as MuRIL, RoBERTa-urdu-small to achieve better results. FOSUNlpTeam outperformed all
the proposed systems by using XLM-RoBERTa for Task A. Team SakshiEmo2022 and ERTIM
produced the best results for Task B subtasks 1 and 2 respectively. These tasks aim to attract
and encourage researchers working in diferent NLP domains to address multi-label emotion
detection and threatening language detection problem in Urdu. It also helps to mitigate the
abusive and threatening content on social media platforms.</p>
    </sec>
    <sec id="sec-9">
      <title>Acknowledgments</title>
      <p>The work was done with partial support from the Mexican Government through the grant
A1S-47854 of CONACYT, Mexico, grants 20220852 and 20220859 of the Secretaría de Investigación
y Posgrado of the Instituto Politécnico Nacional, Mexico. The authors thank the CONACYT
for the computing resources brought to them through the Plataforma de Aprendizaje Profundo
para Tecnologías del Lenguaje of the Laboratorio de Supercómputo of the INAOE, Mexico and
acknowledge the support of Microsoft through the Microsoft Latin America PhD Award.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>F.</given-names>
            <surname>Adeeba</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hussain</surname>
          </string-name>
          ,
          <article-title>Experiences in building urdu wordnet</article-title>
          ,
          <source>in: Proceedings of the 9th workshop on Asian language resources</source>
          ,
          <year>2011</year>
          , pp.
          <fpage>31</fpage>
          -
          <lpage>35</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>D.</given-names>
            <surname>Eberhard</surname>
          </string-name>
          , G. Simons,
          <string-name>
            <given-names>C.</given-names>
            <surname>Fennig</surname>
          </string-name>
          ,
          <article-title>What are the Top 200 Most Spoken Languages, Ethnologue: Languages of the world (</article-title>
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <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="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>S.</given-names>
            <surname>Butt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Balouchzahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sidorov</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. Gelbukh,</surname>
          </string-name>
          <article-title>CIC@ PAN: Simplifying Irony Profiling using Twitter Data</article-title>
          ,
          <source>in: CEUR Workshop Proceedings</source>
          , volume
          <volume>3180</volume>
          ,
          <string-name>
            <surname>CEUR-WS</surname>
          </string-name>
          ,
          <year>2022</year>
          , pp.
          <fpage>2402</fpage>
          -
          <lpage>2410</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>N.</given-names>
            <surname>Ashraf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Rafiq</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Butt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. M. F.</given-names>
            <surname>Shehzad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sidorov</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . Gelbukh,
          <article-title>YouTube based Religious Hate Speech and Extremism Detection Dataset with Machine Learning Baselines</article-title>
          ,
          <source>Journal of Intelligent &amp; Fuzzy Systems</source>
          (
          <year>2022</year>
          )
          <fpage>1</fpage>
          -
          <lpage>9</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>S.</given-names>
            <surname>Butt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sharma</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>
          ,
          <article-title>What goes on inside Rumour and non-rumour Tweets and Their Reactions: A Psycholinguistic Analyses, Computers in Human Behavior (</article-title>
          <year>2022</year>
          )
          <fpage>107345</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>M.</given-names>
            <surname>Amjad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zhila</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sidorov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Labunets</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Butt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. I.</given-names>
            <surname>Amjad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Vitman</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . Gelbukh, UrduThreat@ FIRE2021:
          <article-title>Shared Track on Abusive Threat Identification in Urdu</article-title>
          ,
          <source>in: Forum for Information Retrieval Evaluation</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>9</fpage>
          -
          <lpage>11</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>M.</given-names>
            <surname>Amjad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zhila</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sidorov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Labunets</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Butt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. I.</given-names>
            <surname>Amjad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Vitman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gelbukh</surname>
          </string-name>
          ,
          <source>Overview of the Shared Task on Threatening and Abusive Detection in Urdu at FIRE</source>
          <year>2021</year>
          , in: FIRE (Working Notes),
          <source>CEUR Workshop Proceedings</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>S.</given-names>
            <surname>Butt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ashraf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sidorov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. F.</given-names>
            <surname>Gelbukh</surname>
          </string-name>
          ,
          <article-title>Sexism Identification using BERT and Data Augmentation-EXIST2021</article-title>
          , in: IberLEF@ SEPLN,
          <year>2021</year>
          , pp.
          <fpage>381</fpage>
          -
          <lpage>389</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>A. M. Kaplan</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Haenlein</surname>
          </string-name>
          , Users of the World,
          <source>Unite! The Challenges and Opportunities of Social Media, Business horizons 53</source>
          (
          <year>2010</year>
          )
          <fpage>59</fpage>
          -
          <lpage>68</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>P.</given-names>
            <surname>Ekman</surname>
          </string-name>
          , Basic Emotions,
          <source>Handbook of cognition and emotion 98</source>
          (
          <year>1999</year>
          )
          <fpage>16</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <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="ref13">
        <mixed-citation>
          [13]
          <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="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>I.</given-names>
            <surname>Ameer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Bölücü</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. H. F.</given-names>
            <surname>Siddiqui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Can</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>
          <article-title>, Multi-label Emotion Classification in Texts using Transfer Learning</article-title>
          ,
          <source>Expert Systems with Applications</source>
          <volume>213</volume>
          (
          <year>2023</year>
          )
          <fpage>118534</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>R.</given-names>
            <surname>Plutchik</surname>
          </string-name>
          , The Emotions, University Press of America,
          <year>1991</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>A.</given-names>
            <surname>Chaturvedi</surname>
          </string-name>
          , R. Sharma,
          <article-title>minofense: Inter-agreement hate terms for stable rules, concepts, transitivities, and lattices</article-title>
          ,
          <source>in: IEEE International Conference on Data Science and Advanced Analytics (DSAA)</source>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>V.</given-names>
            <surname>Bansal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Tyagi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Sharma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Gupta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q. X.</given-names>
            <surname>Xin</surname>
          </string-name>
          ,
          <article-title>A transformer based approach for abuse detection in code mixed indic languages</article-title>
          .,
          <source>in: Transactions on Asian and Low-Resource Language Information Processing.</source>
          ,
          <year>2023</year>
          . doi:https://doi.org/10.1145/3571818.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <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="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>I.</given-names>
            <surname>Ameer</surname>
          </string-name>
          , G. Sidorov,
          <string-name>
            <given-names>H.</given-names>
            <surname>Gomez-Adorno</surname>
          </string-name>
          ,
          <string-name>
            <surname>R.</surname>
          </string-name>
          <article-title>M. A. Nawab, Multi-Label Emotion Classification on Code-Mixed Text: Data and Methods</article-title>
          ,
          <source>IEEE Access 10</source>
          (
          <year>2022</year>
          )
          <fpage>8779</fpage>
          -
          <lpage>8789</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>M.</given-names>
            <surname>Amjad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ashraf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zhila</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sidorov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zubiaga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gelbukh</surname>
          </string-name>
          ,
          <article-title>Threatening Language Detection and Target Identification in Urdu Tweets, IEEE Access 9 (</article-title>
          <year>2021</year>
          )
          <fpage>128302</fpage>
          -
          <lpage>128313</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>