<!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>Knowledge-based Neural Framework for Sexism Detection and Classi cation</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Harika Abburi</string-name>
          <email>harika.a@research.iiit.ac.in</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Shradha Sehgal</string-name>
          <email>shradha.sehgal@students.iiit.ac.in</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Himanshu Maheshwari</string-name>
          <email>himanshu.maheshwari@research.iiit.ac.in</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Vasudeva Varma</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>LTRC</institution>
          ,
          <addr-line>IIIT-Hyderabad</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Sexism, a prejudice that causes enormous su ering, manifests in blatant as well as subtle ways. As sexist content towards women is increasingly spread on social networks, the automatic detection and categorization of these tweets/posts can help social scientists and policymakers in research, thereby combating sexism. In this paper, we explore the problem of detecting whether a Twitter/Gab post is sexist or not. We further discriminate the detected sexist post into one of the ne-grained sexism categories. We propose a neural model for this sexism detection and classi cation that can combine representations obtained using RoBERTa model and linguistic features such as Empath, Hurtlex, and Perspective API by involving recurrent components. We also leverage the unlabeled sexism data to infuse the domain-speci c transformer model into our framework. Our proposed framework also features a knowledge module comprised of emoticon and hashtag representations to infuse the external knowledge-speci c features into the learning process. Several proposed methods outperform various baselines across several standard metrics.</p>
      </abstract>
      <kwd-group>
        <kwd>Sexism detection</kwd>
        <kwd>Sexism classi cation</kwd>
        <kwd>Transformers</kwd>
        <kwd>Knowledge-base</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Sexism encompasses stereotypes, prejudice, or discrimination based on a
person's sex or gender, most often women. It occurs in various subtle and overt
forms, causing immense su ering to women and girls. Inequality and sexism
against women prevalent in society are constantly being mirrored on the
internet. Women are a ected in many aspects of their lives, including domestic and
parental responsibilities, work prospects, sexual appearance, life desires, by the
most nuanced manifestations of sexism. So, the automatic detection and
categorization of sexism into well-de ned categories may help to analyze sexism to
improve sensitization programs and put in place other mechanisms to combat
this oppression. It could also aid in the development, design, propagation of new
equality policies and as well as to promote positive societal action.</p>
      <p>
        The detection of sexism varies from and may supplement the classi cation of
sexism. Sexism detection will be used to identify the sexist posts where instances
of sexism are mixed with other posts unrelated to sexism on which to perform
sexism classi cation. Some hate speech classi cation works [
        <xref ref-type="bibr" rid="ref25 ref4">4, 25</xref>
        ] detect sexism
as a type of hate; however, it does not conduct sexism classi cation. The prior
work on classifying sexism [
        <xref ref-type="bibr" rid="ref11 ref13 ref25 ref3">3, 13, 11, 25</xref>
        ] has identi ed explicit hatred or violence
towards women and classi ed the given tweet into two to ve categories. In this
paper, we examine the problem of detecting and classifying sexism in a broad
context, from overt misogyny to other indirect phrases that include latent sexist
behaviours. More speci cally, we attempt to solve two classi cation problems
using tweets and gab posts in Spanish and English. Firstly, we assign a binary
label to a tweet indicating whether it is sexist or not. Secondly, if the tweet is
classi ed as sexist, we classify it further into ne-grained sexism categories.
      </p>
      <p>
        We develop a novel neural framework for sexism detection and classi
cation that enables a exible combination of text representations generated by
the domain-speci c transformer model with the linguistic and semantic
feature representations through recurrent operations. Our model can be better
equipped to capture the semantic aspects by using general-purpose transformer
models like RoBERTa [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] since it is trained on text data that is much larger
than the domain-speci c labeled data we have. However, in order to
incorporate domain-speci c elements into our model, we further retrain the RoBERTa
model using the unlabeled instances of sexism. The representations from this
domain-speci c model complement the representations built from linguistic and
semantic features such as Empath [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], Hurtlex [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and Google's Perspective API
https://www.perspectiveapi.com/ as a function of end-to-end trainable neural
network parameters. Further, to fully comprehend the style of text, we infuse
external knowledge information into our framework by leveraging the pragmatics
of emojis, smileys, and the speci c context of the hashtags as additional
context representations. Our experimentation has shown that multiple instances of
the proposed framework outperforming several diverse baselines on established
metrics.
      </p>
      <p>Our key contributions are summarized below.
{ We propose a neural framework that can combine post representations built
from di erent linguistic features with those created using the transformer
model through learnable model parameters.
{ Our proposed framework is also aided by external knowledge information by
leveraging the hashtags and emojis present in the Tweets or Gab posts.
{ The proposed methods outperform numerous baselines across established
metrics.</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>In this section, we rst look at work on hate speech detection and classi cation
since some of it is related to our work in some ways, such as detecting sexist
hate. We then explain previous research on sexism classi cation.</p>
      <p>
        The detection of sexism is performed by some hate speech classi cation
approaches that include sexism as a category of hate [
        <xref ref-type="bibr" rid="ref25 ref29 ref4 ref7">25, 4, 7, 29</xref>
        ]. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] presents an
approach for detecting sexism and misogyny from tweets. [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] build a data-driven
model of cyberhate to identify disability, race, and sexual orientation using
bagof-words, dictionary, and text parser to extract typed dependencies. [
        <xref ref-type="bibr" rid="ref24 ref25">25, 24</xref>
        ]
classi ed tweets as sexist, racist, or neither using character n-grams along with
extra-linguistic features. Deep learning algorithms such as fastText, RNN, and
CNN are investigated by [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] to classify the given tweet as racist, sexist, and
neither. [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ] proposed deep learning ensemble techniques on the existing datasets.
[
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] provide a hierarchical Conditional Variational Autoencoder model for
negrained hate speech classi cation. [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ] explored the word embeddings with a
combination of GRU and CNN and skipped CNN to classify tweets as sexism,
racism, both, and non-hate.
      </p>
      <p>
        In [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], tweets are classi ed as benevolent, hostile, or non-sexist using
biLSTM with attention, SVM, and fastText. Using features such as Part of Speech
(POS) identi ers, n-grams, and text embedding, tweets described as misogynist,
are categorized as stereotype and objecti cation, discredit, threats of violence,
sexual harassment, and dominance, or derailing in [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] has investigated deep
learning strategies for classifying tweets of sexual violence but has not directly
focused on developing a comprehensive method to detect recollections of
personal stories of abuse. [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] use ConceptNet and Wikidata to classify the tweets
related to sexual harassment by text augmentation and text generation. The
rst dataset of sexist phrases and attitudes in Spanish on Twitter (MeTwo) is
created [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] and investigates the possibility of using both conventional and novel
deep learning models for automatically detecting various forms of sexist conduct.
      </p>
      <p>
        In [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ], a density matrix encoder inspired by quantum mechanics is used for
the classi cation of personal stories of sexual harassment. [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] explores CNN,
RNN, and a combination of them for categorizing personal experiences of sexual
harassment into one or more of three classes. [
        <xref ref-type="bibr" rid="ref1 ref18">18, 1</xref>
        ] explores multi-label
categorization of accounts reporting any kind(s) of sexism. They developed supervised
and semi-supervised methods for classifying sexism at the ne-grained level using
transformer models such as BERT [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. While their study focuses on what an
incident of sexism entails, where it happens, and who perpetrates it, but our work
focuses on detection and categorization of sexism pertains to how it is stated.
[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] propose a multi-task approach to perform multi-label sexism classi cation.
They use sexism detection as one of the auxiliary tasks in a multi-task setup. In
contrast, our work performs the sexism detection task explicitly. Our work also
makes use of cutting-edge transformer models [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] that have been trained on
vast amounts of data to produce stable and semantically rich embeddings which
can be used for downstream tasks such as sexism detection and classi cation.
      </p>
    </sec>
    <sec id="sec-3">
      <title>Dataset</title>
      <p>In this section, we will explain both labeled and unlabeled datasets that are
used for the sexism detection and classi cation tasks. We also provided the label
distribution across the languages for both the tasks.
3.1</p>
      <sec id="sec-3-1">
        <title>Labeled data</title>
        <p>
          The dataset for the tasks were provided by the organizers of the EXIST shared
task [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ]. The dataset is composed of tweets and gab posts in two languages:
English and Spanish. It consists of 6977 tweets for training and 3386 tweets
for testing. Test set also has 492 gabs in English and 490 in Spanish from the
uncensored Gab social network.
        </p>
        <p>The rst subtask is a binary classi cation, predicting whether the given text
(tweet or gab post) is sexist (i.e., it is sexist itself, describes a sexist situation or
criticizes a sexist behaviour) or non-sexist. Table 1 shows the number of posts
present in each class for both languages. Once a message has been classi ed
as sexist, the second task aims to categorize the given text into ve sexism
categories. The number of posts in each class for both languages is shown in
table 2.
1. Ideological and Inequality: This class includes text that criticises the
feminist movement, condemns gender discrimination, or portrays men as
victims of gender-based oppression.
2. Stereotyping and Dominance: The text presents false views about women,
such as that they are more desirable for certain positions or that they are
inadequate for certain activities, or that men are somehow superior to women.
3. Objecti cation: The text portrays women as subjects separate from their
integrity and personal aspects, or de nes those physical characteristics that
women must have in order to meet conventional gender norms.
4. Sexual Violence: Sexual suggestions, requests for sexual favors or
harassment of a sexual nature (rape or sexual assault) are made.</p>
      </sec>
      <sec id="sec-3-2">
        <title>5. Misogyny and Non-Sexual Violence: The text expresses hatred and</title>
        <p>violence towards women.</p>
        <p>In this work, we converted all Spanish posts to English using the Microsoft
Translator API and use the entire data to perform the experiments.
3.2</p>
      </sec>
      <sec id="sec-3-3">
        <title>Unlabeled data</title>
        <p>
          We also investigate unlabeled data in order to construct the domain-speci c
transformer model. We make use of both unlabelled (crawled) and labeled data
created by [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ]. They crawled over 90,000 unlabeled examples of sexism from
the Everyday Sexism Project, which includes hundreds of thousands of sexism
accounts from witnesses and survivors. Along with these unlabeled instances, we
also use the 13023 labelled data after removing the labels. We used a total of
1,03,023 unlabeled posts in our work.
4
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Proposed Sexism</title>
    </sec>
    <sec id="sec-5">
      <title>Approach</title>
    </sec>
    <sec id="sec-6">
      <title>Detection and Classi cation</title>
      <p>In this section, we detail our approaches for carrying out the detection and
classication of sexist posts. We begin the section with the description of the features
explored. Next, we discuss the proposed neural architecture, which enables
combining di erent post representations by infusing external knowledge information
into the learning process.
4.1</p>
      <sec id="sec-6-1">
        <title>Features Explored</title>
        <p>We investigated linguistic and semantic features to see if they could aid in
detecting and classifying sexist posts.</p>
        <p>Perspective API (Pe): Google's Perspective API is an API that uses
machine learning algorithms to predict the perceived e ect of a text by analysing
di erent emotional concepts. The API provides scores in real numbers between
0 and 1. The API provides the following attributes for English text: toxicity,
severe toxicity, identity attack, insult, profanity, threat, sexual explicit, obscene,
and irtation. For each sentence in a post, we created 9-dimensional feature
vector.</p>
        <p>HurtLex (Hu ): HurtLex is a lexicon of aggressive, o ensive, and hateful
words/phrases. These hateful words are divided into 17 categories. It also has
a 2-level structure named conservative and inclusive. Conservative lemmas are
obtained by translating o ensive senses of the words in the original lexicon.
Inclusive lemmas are obtained by translating all the potentially relevant senses of
the words in the original lexicon.</p>
        <p>We consider nine categories that are relevant to our problem; negative
stereotypes ethnic slurs (PS), professions and occupations (PA), physical disabilities
and diversity (DDF), cognitive disabilities and diversity (DDP), female
genitalia (ASF), words related to prostitution (PR), words related to
homosexuality (OM), with potential negative connotations (QAS), and derogatory words
(CDS). We consider both conservative and inclusive levels results in an
18dimensional feature vector. For each sentence in a post, we check if the lexicon's
phrases/words present in these categories and create a feature vector with a
frequency of each category.</p>
        <p>Empath (Em ): Empath is a tool for analyzing text across lexical categories
(similar to LIWC) and can also generate new lexical categories. Empath draws
connotations between words and phrases by deep learning across more than 1.8
billion words of modern ction.</p>
        <p>We ltered out the built-in human-validated categories relevant to our task.
The categories chosen were sexism, violence, money, valuable, domestic work,
hate, aggression, anticipation, crime, weakness, horror, swearing terms, kill,
sexual, cooking, exasperation, body, ridicule, disgust, anger, and rage result in a 21
dimension feature vector.
4.2</p>
      </sec>
      <sec id="sec-6-2">
        <title>Proposed Architecture</title>
        <p>Figure 1 depicts our proposed architecture. Each tweet or gab post (raw
input text) is passed to the Perspective API, Empath tool, Hurtlex lexicon,
and transformer model to generate the sentence representations. We employ a</p>
        <p>Output
probabilities
Fully connected</p>
        <p>layer
Fully connected
layer
R '</p>
        <p>H '</p>
        <p>E '</p>
        <p>T '
Concatenate tweet representations</p>
        <p>Raw input text</p>
        <p>Knowledge Module
Roberta-t
egmenbeerdadtiionng hSaesghmtaegnst
emoji2vec
generation</p>
        <p>Extract
Hashtags
Extract
Emojis
biLSTM +
Attention
biLSTM +
Attention
biLSTM +
Attention
biLSTM +</p>
        <p>Attention</p>
        <p>Perspective
feature generation</p>
        <p>Hurtlex feature Empath feature
generation generation</p>
        <p>Embedding
generation</p>
        <p>RoBERTa-t</p>
        <p>Re-training Module</p>
        <p>Domain
Specific
retraining</p>
        <p>
          Pre-trained
RoBERTa
Unlabeled
accounts of
sexism
domain-adapted RoBERTa variant named RoBERTa t for generating more
effective sentence representations than those produced by o -the-shelf RoBERTa
models. RoBERTa t is created by further training a pre-trained RoBERTa model
in an unsupervised manner using unlabelled accounts of sexism. We incorporate
RoBERTa t into our end-to-end training and the weights are updated during
the training. Further, these sentence representations are passed to the
bidirectional LSTM and an associated attention mechanism [
          <xref ref-type="bibr" rid="ref28">28</xref>
          ] to generate the entire
text representation. For each sentence in a text, the biLSTM layer produces an
h-dimensional output length. These output lengths are aggregated into a vector
representation by the attention layer. Overall, this results in four di erent text
representations, which are then concatenated to generate the nal post
representation T 0.
        </p>
        <p>
          To improve the e ciency of our model, we add external information to
the current architecture, which includes knowledge of the pragmatics of
emojis and smileys, as well as the context in which those hashtags are used. The
motivation behind this is that the model may not capture the
characteristics and true meaning of emojis and hashtags present in the text. We utilize
emoji2vec [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] to obtain a semantic vector representing the particular emoji.
The hashtags are segment into meaningful tokens using the ekphrasis segmenter
https://github.com/cbaziotis/ekphrasis. We generate the segmented hashtag
embeddings using the RoBERTa t such that the text representations and hashtag
embeddings are grounded in the same latent space. For each input text, to
obtain the centralized emoji representation E0 and hashtag representation H0, we
average the vector representations of all the individual emojis and the segmented
hashtags. Then we concatenate all three representations T 0, E0, and H0 to get
the nal tweet representation R0. This R0 is passed to the fully connected layer.
Finally, a fully connected layer with nonlinearity generates the output
probabilities.
5
        </p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>Experiments</title>
      <p>This section provides the experimental evaluation of the proposed methods
present analysis. Our code, as well as all hyper-parameter values, are available
at GitHub https://github.com/Harikavuppala1a/EXIST_shared-task.</p>
      <p>For sexism detection we reported results on F score (F ) and Accuracy (Acc)
and for sexism classi cation results are reported on F weighted (Fw), F macro
(Fmacro), and Accuracy (Acc).
5.1</p>
      <sec id="sec-7-1">
        <title>Baselines</title>
      </sec>
      <sec id="sec-7-2">
        <title>Random</title>
        <p>For each test sample, labels are selected randomly as per their normalized
frequencies in the training data.</p>
      </sec>
      <sec id="sec-7-3">
        <title>Traditional Machine Learning (TML)</title>
        <p>
          We report the performance using Support Vector Machine (SVM), Logistic
Regression (LR), Gradient Boosted Trees (GBT), and Random Forests (RF),
each applied on three feature sets, namely the word n-grams, character n-grams,
and the average of the ELMo vectors [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ] for a post's words (ELMO).
Deep Learning (DL)
{ biLSTM: The word embeddings correspond to each post are fed through a
bidirectional LSTM.
{ biLSTM-Attention: The biLSTM-Attention is similar to biLSTM, but with
the attention scheme from [
          <xref ref-type="bibr" rid="ref28">28</xref>
          ].
{ C-biLSTM: This architecture is somewhat similar to approach [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ]. After
the convolution operation has been carried out on the word vectors of each
post, the lter dimensions are stacked to create a series of window vectors
that are then transmitted through biLSTM.
{ CNN-Kim: Word vectors of a post are passed through convolutional and
max-over-time pooling layers similar to [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ].
{ BERT and RoBERTa : Sentence embeddings are generated using BERT
via bert-as-service [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ] and RoBERTa and passed through a biLSTM with
attention separately.
We set aside 15% from original labeled data for validation. During the testing
phase, the validation set was merged with the training set. For all the methods,
the mean of the results obtained over three runs is given for each metric. Most
proposed methods outperform all baselines across all metrics.
        </p>
        <p>Table 3 shows results produced using four traditional ML methods (SVM,
LR, GBT, and RF) across three di erent feature sets (word n-grams, character</p>
        <sec id="sec-7-3-1">
          <title>Random</title>
          <p>sebiLSTM
linbiLSTM-Attention
seCNN-Kim
aBC-biLSTM</p>
        </sec>
        <sec id="sec-7-3-2">
          <title>BERT</title>
        </sec>
        <sec id="sec-7-3-3">
          <title>RoBERTa</title>
          <p>biL-att applied on</p>
        </sec>
        <sec id="sec-7-3-4">
          <title>RoBERTa t</title>
        </sec>
        <sec id="sec-7-3-5">
          <title>RoBERTa t</title>
          <p>RoBERTa t
sdRoBERTa t, Em
ohRoBERTa t, Em
teRoBERTa t, Hu
mRoBERTa t, Pe
edRoBERTa t, Pe, Hu
soRoBERTa t, Pe, Hu
opRoBERTa t, Em, Pe
rPRoBERTa t, Em, Pe</p>
        </sec>
        <sec id="sec-7-3-6">
          <title>RoBERTa t, Pe, Em, Hu</title>
        </sec>
        <sec id="sec-7-3-7">
          <title>RoBERTa t, Pe, Em, Hu</title>
        </sec>
        <sec id="sec-7-3-8">
          <title>RoBERTa t, Hu, Em</title>
        </sec>
        <sec id="sec-7-3-9">
          <title>RoBERTa t, Hu, Em</title>
          <p>n-grams, and ELMo average) for both the tasks. For SVM and LR, we apply
class imbalance correction across both tasks. Among these combinations, RF
with word n-grams emerges as the top sexism detection method. SVM with
character n-grams produces the best F scores for sexism classi cation.</p>
          <p>Table 4 and Table 5 provides sexism detection and sexism classi cation
results for random, deep learning and various combinations of proposed framework.
For proposed methods, the sub-columns in each row specify which neural method
or linguistic features are used to generate post representations and the
knowledge information employed. We note that the results are reported for a subset
of the possible outcomes of the proposed neural framework.</p>
          <p>In Table 4, for sexism detection task, the random method performs poorly
as expected. The best deep learning baseline is C-biLSTM based on Acc, and
it outperforms its traditional ML counterpart. Our best method involves bil-att
processing on RoBERTa t, Hu, and Em separately to generate the nal post
representations. When external information such as Emoji and Hashtag
representations are concatenated with this best method, the performance is marginally
reduced. In Table 5, also the random method performs poorly as expected,
reecting the challenging nature of the sexism classi cation. The best deep learning
baseline is biLSTM-Attention based on Fmacro, and it outperforms its traditional
ML counterpart. Among the various combinations of proposed methods, our best</p>
        </sec>
        <sec id="sec-7-3-10">
          <title>Random</title>
          <p>sebiLSTM
linbiLSTM-Attention
seCNN-Kim
aBC-biLSTM</p>
        </sec>
        <sec id="sec-7-3-11">
          <title>BERT</title>
        </sec>
        <sec id="sec-7-3-12">
          <title>RoBERTa</title>
          <p>biL-att applied on</p>
        </sec>
        <sec id="sec-7-3-13">
          <title>RoBERTa t</title>
        </sec>
        <sec id="sec-7-3-14">
          <title>RoBERTa t</title>
          <p>RoBERTa t
sdRoBERTa t
ohRoBERTa t, Em
teRoBERTa t, Em
mRoBERTa t, Pe
edRoBERTa t, Hu
soRoBERTa t, Em, Pe
opRoBERTa t, Em, Pe
rPRoBERTa t, Hu, Em</p>
        </sec>
        <sec id="sec-7-3-15">
          <title>RoBERTa t, Pe, Em, Hu</title>
        </sec>
        <sec id="sec-7-3-16">
          <title>RoBERTa t, Pe, Em, Hu</title>
        </sec>
        <sec id="sec-7-3-17">
          <title>RoBERTa t, Pe, Hu</title>
        </sec>
        <sec id="sec-7-3-18">
          <title>RoBERTa t, Pe, Hu</title>
        </sec>
        <sec id="sec-7-3-19">
          <title>RoBERTa t, Pe, Hu</title>
          <p>External knowledge</p>
        </sec>
        <sec id="sec-7-3-20">
          <title>Emoji</title>
        </sec>
        <sec id="sec-7-3-21">
          <title>Hashtag</title>
        </sec>
        <sec id="sec-7-3-22">
          <title>Emoji, Hashtag</title>
        </sec>
        <sec id="sec-7-3-23">
          <title>Emoji</title>
        </sec>
        <sec id="sec-7-3-24">
          <title>Emoji, Hashtag</title>
        </sec>
        <sec id="sec-7-3-25">
          <title>Hashtag</title>
        </sec>
        <sec id="sec-7-3-26">
          <title>Emoji</title>
        </sec>
        <sec id="sec-7-3-27">
          <title>Hashtag</title>
        </sec>
        <sec id="sec-7-3-28">
          <title>Emoji, Hashtag</title>
        </sec>
        <sec id="sec-7-3-29">
          <title>Emoji, Hashtag</title>
        </sec>
        <sec id="sec-7-3-30">
          <title>Hashtag</title>
        </sec>
        <sec id="sec-7-3-31">
          <title>Emoji, Hashtag</title>
        </sec>
        <sec id="sec-7-3-32">
          <title>Emoji</title>
        </sec>
        <sec id="sec-7-3-33">
          <title>Hashtag</title>
          <p>method uses the biL-att processing on RoBERTa t, Pe, and Em features along
with the external hashtag context vector.</p>
          <p>Overall, we observed that linguistic features, when combined with the
domainspeci c transformer model involving recurrent components, help to improve the
detection and classi cation performance to some extent. It has also been noted
that in most cases, the external knowledge information (Emoji and Hashtag
features) helps to improve the performance even further. Furthermore, several
variants of the proposed framework outperform all baselines across all the
metrics.</p>
          <p>Figure 2 compares the class-wise performance of our best method (Roberta t,
Pe, Hu, Hashtag ) with that of the best baseline (biLSTM-Attention) for sexism
classi cation. For each class, the average of the F scores over three runs are
shown for both methods. For all the classes, the F score of the proposed method
outperforms the baseline F score.</p>
          <p>We analyze the impact of our proposed sexism detection and classi cation
methods on di erent social networks, including Twitter (\with consent control")
and Gab.com (\without content control"). Table 6 shows the total number of
posts present in the test set for each network and the number of correctly
predicted posts by baselines and proposed methods for both tasks. Our proposed
approaches perform e ectively on both social media posts compared to the
baselines with a reasonable margin for both tasks.
In this paper, we explored the sexism detection and ne-grained classi cation of
tweets and Gab posts. We developed a knowledge-based neural framework that
combines representations created using linguistic features and those obtained
using the RoBERTa model trained in an end-to-end manner. We capitalized on
unlabeled data to build the domain-speci c transformer model. Our experiments
show that the external knowledge representations fed into the neural framework
aided in boosting the performance. All the variants of the proposed approach
outperforms several deep learning and traditional machine learning baselines.
Our analysis showed that our proposed approach is also e ective at detecting
and classifying the posts in Gab.com where the abusive content is not restricted.
Directions for future work include developing approaches that conduct sexism
classi cation more accurately as well as exploring the multilingual sexism
detection and classi cation.</p>
        </sec>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Abburi</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parikh</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chhaya</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Varma</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Fine-grained multi-label sexism classi cation using semi-supervised learning</article-title>
          .
          <source>In: International Conference on Web Information Systems Engineering</source>
          . pp.
          <volume>531</volume>
          {
          <fpage>547</fpage>
          . Springer (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Abburi</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parikh</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chhaya</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Varma</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Semi-supervised multi-task learning for multi-label ne-grained sexism classi cation</article-title>
          .
          <source>In: Proceedings of the 28th International Conference on Computational Linguistics</source>
          . pp.
          <volume>5810</volume>
          {
          <fpage>5820</fpage>
          . International Committee on Computational Linguistics, Barcelona, Spain (Online) (
          <year>Dec 2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Anzovino</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fersini</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Automatic identi cation and classi cation of misogynistic language on twitter</article-title>
          .
          <source>In: International Conference on Applications of Natural Language to Information Systems</source>
          . pp.
          <volume>57</volume>
          {
          <fpage>64</fpage>
          . Springer (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Badjatiya</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Varma</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Deep learning for hate speech detection in tweets</article-title>
          .
          <source>In: Proceedings of the 26th International Conference on World Wide Web Companion</source>
          . pp.
          <volume>759</volume>
          {
          <fpage>760</fpage>
          .
          <string-name>
            <surname>International World Wide Web Conferences Steering Committee</surname>
          </string-name>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Bassignana</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Basile</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patti</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Hurtlex: A multilingual lexicon of words to hurt</article-title>
          .
          <source>In: 5th Italian Conference on Computational Linguistics</source>
          , CLiC-it
          <year>2018</year>
          . vol.
          <volume>2253</volume>
          , pp.
          <volume>1</volume>
          {
          <issue>6</issue>
          .
          <string-name>
            <surname>CEUR-WS</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Burnap</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Williams</surname>
            ,
            <given-names>M.L.</given-names>
          </string-name>
          :
          <article-title>Us and them: identifying cyber hate on twitter across multiple protected characteristics</article-title>
          .
          <source>EPJ Data Science</source>
          <volume>5</volume>
          (
          <issue>1</issue>
          ),
          <volume>11</volume>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Davidson</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Warmsley</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Macy</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weber</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Automated hate speech detection and the problem of o ensive language</article-title>
          .
          <source>In: Eleventh international aaai conference on web and social media</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Devlin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chang</surname>
            ,
            <given-names>M.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toutanova</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Bert: 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 id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Eisner</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          , Rocktaschel, T.,
          <string-name>
            <surname>Augenstein</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bosnjak</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Riedel</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>emoji2vec: Learning emoji representations from their description</article-title>
          .
          <source>arXiv preprint arXiv:1609.08359</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Fast</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bernstein</surname>
            ,
            <given-names>M.S.</given-names>
          </string-name>
          : Empath:
          <article-title>Understanding topic signals in largescale text</article-title>
          .
          <source>In: Proceedings of the 2016 CHI conference on human factors in computing systems</source>
          . pp.
          <volume>4647</volume>
          {
          <issue>4657</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Frenda</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ghanem</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montes-y Gomez</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Online hate speech against women: Automatic identi cation of misogyny and sexism on twitter</article-title>
          .
          <source>Journal of Intelligent &amp; Fuzzy Systems</source>
          <volume>36</volume>
          (
          <issue>5</issue>
          ),
          <volume>4743</volume>
          {
          <fpage>4752</fpage>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Jafarpour</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Matwin</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , et al.:
          <article-title>Boosting text classi cation performance on sexist tweets by text augmentation and text generation using a combination of knowledge graphs</article-title>
          .
          <source>In: Proceedings of the 2nd Workshop on Abusive Language Online (ALW2)</source>
          . pp.
          <volume>107</volume>
          {
          <issue>114</issue>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Jha</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mamidi</surname>
          </string-name>
          , R.:
          <article-title>When does a compliment become sexist? analysis and classi cation of ambivalent sexism using twitter data</article-title>
          .
          <source>In: Proceedings of the second workshop on NLP and computational social science</source>
          . pp.
          <volume>7</volume>
          {
          <issue>16</issue>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Karlekar</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bansal</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Safecity: Understanding diverse forms of sexual harassment personal stories</article-title>
          .
          <source>In: Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing (EMNLP)</source>
          . pp.
          <volume>2805</volume>
          {
          <issue>2811</issue>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Khatua</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cambria</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Khatua</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Sounds of silence breakers: Exploring sexual violence on twitter</article-title>
          .
          <source>In: 2018 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining (ASONAM)</source>
          . pp.
          <volume>397</volume>
          {
          <issue>400</issue>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Convolutional neural networks for sentence classi cation</article-title>
          .
          <source>In: Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing (EMNLP)</source>
          . pp.
          <volume>1746</volume>
          {
          <issue>1751</issue>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ott</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goyal</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Du</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joshi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Levy</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lewis</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zettlemoyer</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stoyanov</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Roberta: A robustly optimized bert pretraining approach</article-title>
          . arXiv preprint arXiv:
          <year>1907</year>
          .
          <volume>11692</volume>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Parikh</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Abburi</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Badjatiya</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krishnan</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chhaya</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Varma</surname>
          </string-name>
          , V.
          <article-title>: Multi-label categorization of accounts of sexism using a neural framework</article-title>
          .
          <source>In: Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)</source>
          . pp.
          <volume>1642</volume>
          {
          <issue>1652</issue>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Peters</surname>
            ,
            <given-names>M.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neumann</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Iyyer</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gardner</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Clark</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zettlemoyer</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Deep contextualized word representations</article-title>
          .
          <source>In: Proc. of NAACL</source>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Qian</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , ElSherief,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Belding</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Wang</surname>
          </string-name>
          , W.Y.:
          <article-title>Hierarchical cvae for ne-grained hate speech classi cation</article-title>
          .
          <source>In: Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing</source>
          . pp.
          <volume>3550</volume>
          {
          <issue>3559</issue>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Rodr guez-Sanchez</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Carrillo-de Albornoz</surname>
          </string-name>
          , J.,
          <string-name>
            <surname>Plaza</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Automatic classi cation of sexism in social networks: An empirical study on twitter data</article-title>
          .
          <source>IEEE Access 8</source>
          ,
          <issue>219563</issue>
          {
          <fpage>219576</fpage>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Rodr guez-Sanchez</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>de Albornoz</surname>
            ,
            <given-names>J.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Plaza</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gonzalo</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Comet</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Donoso</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Overview of exist 2021: sexism identi cation in social networks</article-title>
          .
          <source>Procesamiento del Lenguaje Natural</source>
          <volume>67</volume>
          (
          <issue>0</issue>
          ) (
          <year>2021</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Shazeer</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parmar</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uszkoreit</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gomez</surname>
            ,
            <given-names>A.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kaiser</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Polosukhin</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Attention is all you need</article-title>
          .
          <source>Advances in Neural Information Processing Systems</source>
          pp.
          <volume>5998</volume>
          {
          <issue>6008</issue>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Waseem</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>Are you a racist or am i seeing things? annotator in uence on hate speech detection on twitter</article-title>
          .
          <source>In: Proceedings of the rst workshop on NLP and computational social science</source>
          . pp.
          <volume>138</volume>
          {
          <issue>142</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Waseem</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hovy</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Hateful symbols or hateful people? predictive features for hate speech detection on twitter</article-title>
          .
          <source>In: Proceedings of the NAACL student research workshop</source>
          . pp.
          <volume>88</volume>
          {
          <issue>93</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Xiao</surname>
          </string-name>
          , H.:
          <article-title>bert-as-service</article-title>
          . https://github.com/hanxiao/bert-as-service (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Yan</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zeng</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Quantum-inspired density matrix encoder for sexual harassment personal stories classi cation</article-title>
          .
          <source>In: 2019 IEEE International Conference on Intelligence and Security Informatics (ISI)</source>
          . pp.
          <volume>218</volume>
          {
          <fpage>220</fpage>
          .
          <string-name>
            <surname>IEEE</surname>
          </string-name>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dyer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>He</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smola</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hovy</surname>
          </string-name>
          , E.:
          <article-title>Hierarchical attention networks for document classi cation</article-title>
          .
          <source>In: Proceedings of the 2016 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          . pp.
          <volume>1480</volume>
          {
          <issue>1489</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Luo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Hate speech detection: A solved problem? the challenging case of long tail on twitter</article-title>
          .
          <source>Semantic</source>
          Web pp.
          <volume>1</volume>
          {
          <issue>21</issue>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Zimmerman</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kruschwitz</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fox</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Improving hate speech detection with deep learning ensembles</article-title>
          .
          <source>In: Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC</source>
          <year>2018</year>
          )
          <article-title>(</article-title>
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>