<!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>Automatic detection of abusive South African tweets using a semi-supervised learning approach</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science and Informatics, University of the Free State</institution>
          ,
          <addr-line>Bloemfontein</addr-line>
          ,
          <country country="ZA">South Africa</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>OriolaO</institution>
          ,
          <addr-line>kotzeJE</addr-line>
        </aff>
      </contrib-group>
      <fpage>0000</fpage>
      <lpage>0003</lpage>
      <abstract>
        <p>Major setbacks for detection of abusive South African tweets are inadequacy of annotated corpus and high cost of annotation, which semi-supervised learning solves. Semi-supervised learning techniques enhance training data by combining labelled and unlabelled data. However, existing approaches have skewed classification of unlabelled data towards labelled data despite class imbalance of labelled data and unmatched feature distribution between labelled and testing data, that is common in abusive texts. This paper presents a reliable semi-supervised learning approach that reduces the noise in training data by combining features of unlabelled data with varying sizes of important features of labelled data. Chi-square statistics is used for the feature selection, while k-means algorithm is used for clustering of data points. By majority voting rule, reliable labels are assigned to the data points. Classifications with Support Vector Machine and Logistic Regression classifiers show that the proposed approach improves prediction performance.</p>
      </abstract>
      <kwd-group>
        <kwd>South African Tweets</kwd>
        <kwd>Abusive Language</kwd>
        <kwd>Semi-Supervised Machine Learning</kwd>
        <kwd>Clustering</kwd>
        <kwd>Classification</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        The rise in the act of racial and social media conflicts and their negative
consequences means that improved detection of abusive languages on social networks
cannot be over-emphasised. One of the major setbacks to improvement of
detection of abusive languages in social networks is inadequacy of lexical resources for
many languages [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Abusive language is referred to as an oral or textual
expression that contains dirty words or phrases [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. This expression can be derogatory,
profane, cyber-bullying or hate speech.
      </p>
      <p>
        Over the last decades, South Africa has experienced upsurge in various
degrees of violence such as violent protests and xenophobic attacks, which have
led to loss of human and material resources. Many of these violent incidents
could be attributed to fast spread of inciteful and abusive comments,
perpetrated through social networks. However, there has not been any infrastructural
measure to check the soaring volumes of such communications. Recently, South
African government promulgated laws to address incidents of hate speech [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ],
but it is important for such legal tool to be supported by an active preventive
measure, which abusive language detection will provide.
      </p>
      <p>
        As at January 2019, there was twenty-three million active social media users
in South Africa, out which twenty percent, about five million have subscribed
to Twitter [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. A recent study of hate speech in multi-domain perspectives has
shown that Twitter has been highly used as a medium to propagate racial
communications in South Africa [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. In fact, most of the recent studies on abusive
communication online have focused on Twitter. Therefore, this research explores
Twitter contents called tweets for detection of abusive language in social media.
      </p>
      <p>
        Machine Learning is a reliable technique that has been used for abusive tweet
detection [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Supervised machine learning techniques have been the most widely
used but they perform poorly when there are few labelled data. Unsupervised
machine learning techniques are used to observe the relationship between
features by relying on the similarities among the data and probabilistic approach.
They have been mostly applied to zero resourced problems [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Some works
have combined the two methods as semi-supervised learning, when there are
few labelled data and large unlabelled data [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] but they have all relied on
deep learning techniques, which are computationally expensive and require huge
training data.
      </p>
      <p>
        South Africa is a multilingual society, but English is mostly used to
communicate on the social media. The existing English corpora for abusive language
detection have been labelled using crowd-sourcing tools or by annotators that
are familiar with the contexts of the abusive discourses. However, studies have
shown that language use varies across societies, contexts and individual [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ],
which is very prominent in abusive South African tweets. Tweets written in
English might be code-mixed with profane and non-profane words, in indigenous
language or slangs that are peculiar to South Africa. To our best knowledge,
the only lexical resources for abusive language that is specific to South Africa is
available in Hatebase [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]; however, the resources are very few.
      </p>
      <p>This paper therefore focuses on development of inexpensive and reliable
Semisupervised learning approach, which combines large unlabelled tweets and few
labelled tweets to automatically detect abusive tweets.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Semi-supervised learning techniques</title>
      <p>Semi-supervised learning (SSL) techniques are machine learning techniques that
rely on both labelled and unlabelled data for classification tasks. Here, machines
learn from fewer labelled data points with the help of large number of unlabelled
data points.</p>
      <p>
        Several research works have used unlabelled data to enhance the performance
of classification models. These can be categorised into Self-Learning Approach
and Active Learning Approach. In Self-learning approach, unlabelled data is
automatically annotated and the instances with high confidence are added to
the training datasets iteratively. It can be categorised into Self-training
methods [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] and Generative learning methods [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. Active Learning was
developed to improve the selection process of unlabelled samples and solve class
imbalance problem, but they often relied on manual method [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] or co-training
approach [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ], which are costly.
      </p>
      <p>
        In this work, we are interested in Cluster-then-Label Generative method
because they were developed to address missing data problem. Kumar et al. [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]
applied Cluster-then-Label to cross-domain adaptation problem, in which
unlabelled data in a source domain was merged with unlabelled data in the target
domain and clustered using Fuzzy K-Means algorithm. Labels were assigned to
the clusters using common knowledge from experts, while classification to
predict target dataset was carried out using Dual Margin Binary Hypersphere-based
Support Vector Machine. Albalate et al. [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] applied the labelled samples’ labels
to the clusters of unlabelled data using optimum cluster labelling approach of
Hungarian algorithm and removed uncertainty using Silhoutte Cluster Pruning.
      </p>
      <p>
        Leng et al. [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] proposed Adaptive Semi-supervised clustering algorithm with
label propagation to label unlabelled dataset. The available labels of the labelled
samples were used to assign labels to the unlabelled data based on K-Nearest
Neighbour to core objects defined by adaptive threshold. The adaptive threshold
was estimated by the density of each cluster, which the label data point belonged
to. Also, new cluster was detected by the distance from the clusters core objects.
Peikari et al. [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] clustered labelled and unlabelled datasets and mapped out the
high-density regions in the data space. Fuzzy C-Means was used to assign
labels to the identified clusters, while Support Vector Machine was used to label
the data on the low-density region. Forestier and Wemmert [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] focused on how
multiple clustering algorithms can be combined with a supervised learning
algorithm to achieve better results than classical semi-supervised and supervised
algorithms. They proposed Supervised Learning Ensembles with multiple
clustering. The clustering combined labelled and unlabelled objects and maximized
intra-cluster similarity using multiple observations.
      </p>
      <p>The above semi-supervised learning approaches have relied on the labels
of the labelled data to assign labels to the unlabelled data despite the
classimbalance nature of the labelled data and partially matched features of the
labelled and testing data, which is often the case in real-life.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Proposed method</title>
      <p>In this section, we formalise the approach used to detect South African abusive
tweets.
3.1</p>
      <sec id="sec-3-1">
        <title>Semi-supervised learning approach</title>
        <p>The Semi-supervised learning method proposed in this work is motivated by the
following assumptions which indicate that labelling decision cannot be skewed
towards labelled data, in real-life.</p>
        <p>– Features of the testing data might not match exactly the features of either
labelled or unlabelled data.</p>
        <p>– Datasets of similar contexts share asymmetrical features.</p>
      </sec>
      <sec id="sec-3-2">
        <title>Classification problem</title>
        <p>Let X be set of n tweet samples xi X. Given a binary-class classification
problem with l very low labelled instances and u large unlabelled data such that
U &gt; L; the set of labelled instances L = {(x1, y1), . . . ., (xl, yl)} and the set of
unlabelled instances U = {xl+1, . . . , xl+u}, where y = (0, 1) are the class values
of the data.</p>
        <p>Since the objective of semi-supervised learning is to build a classification
model based on the training dataset, then we define our approach as presented
in equation (1).</p>
        <p>y = CX(x) : y {0, 1}
(1)</p>
        <p>The schematic diagram in Figure 1 depicts the semi-supervised learning
process. This involves three procedures: labelling of unlabelled data as described in
section 3.3 and 3.4, training of merged unlabelled and labelled data, and testing
with test data as described in section 4.3.3.
(3)
3.4</p>
      </sec>
      <sec id="sec-3-3">
        <title>Fusion and Labelling</title>
        <p>n order to assign labels to the unlabelled data, majority vote rule is applied to
every instance of R0 in A such that VT &gt; 0.</p>
        <p>The selected label
yi = Cu(max(Vt))
(4)</p>
        <p>Where R0 = {rl+1, . . . , rl+u} , VT = labels for each instance for all tested
sizes of features.</p>
        <p>The pseudocode is presented below:
Data: Labels for unlabelled data instances, VT
Result: Majority Voting labels, Vm
for T = 1, . . . , t do
max count = Max (AllCounters)
if max count &gt; t/2 then</p>
        <p>Vm =class label corresponding to max count
4
4.1</p>
        <p>end
end</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Experimental steps</title>
      <sec id="sec-4-1">
        <title>Data collection and annotation</title>
        <p>
          Total of 21,350 tweets of South African discourses on Twitter between the period
of May 5, 2019 and May 13, 2019 were collected using Twitter Archival tool, a
Google Sheets plugin, that works based on Twitter Search API. The collection
targeted tweets related to 2019 South African national elections, popular South
Africa individuals and trending issues such as land reclamation, Orania and white
communities. Tweets that contained non-English words were removed, except
names of individuals, towns, people, and organizations. Retweets and repeated
tweets as well as tweets with empty word characters were also removed. Following
these steps, the number of tweets remaining was 10,245. The tweets were divided
into three data samples of labelled, unlabelled and testing data. Total of 1,737
tweets were randomly selected for annotation while the remaining 8,548 tweets
were not annotated. The selected samples were annotated by two annotators as
either ‘abusive’ (A) or ‘non-abusive’ (NA), from which 1,730 tweets were selected
because of agreement on their labels. The Cohen’s Kappa agreement score [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ]
was 0.8490, which indicated almost excellent agreement. The 7 tweets, which
were disagreed upon were added to the unlabelled dataset thus, making it 8,555.
The 1,730 tweets were divided into 338 labelled tweets and 1,352 testing data.
The resulting distribution of the dataset is presented in Table 1.
The samples of the dataset went through various stages of pre-processing so as
to be suitable for text processing. These stages include removal of username,
punctuations, special characters and symbols including emoticons and emojis,
removal of hash symbols in hashtags, removal of English stopwords, stemming
and change of all texts to lower case.
4.3
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>Data processing</title>
        <p>Three major stages of process were involved, which include feature engineering,
clustering and classification.</p>
        <p>
          Feature Engineering The texts in the tweets were transformed into Term
Frequency and Inverse Document Frequency (TF-IDF) feature space, where weights
were created as indicated in equation (5) [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ]. TF-IDF was chosen over Bag of
Words (BoW) because TF-IDF considers the IDF of each term unlike BoW
and performed better than most surface-level feature representations [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ]. The
TF-IDF weights for a given term t in a document d is given as:
        </p>
        <p>
          T F − IDF (t, d) = T F (t, d) ∗ IDF (t)
(5)
when IDF (t) = log[n/(DF (t) + 1] , n = total number of documents in the
document set; DF (t) = document frequency of t We also made use of word and
character n-gram models. The word n-gram include as Unigram (1), combination
of Unigram and Bigram (1, 2) and combination of Unigram, Bigram and Trigram
(1, 2, 3), while character n-gram include character n-gram with length sizes from
2 to 6 (2-to-6), 3 to 7 (3-to-7) and 4 to 8 (4-to-8)
Clustering We employed TF-IDF vectorization on the features of the labelled
and unlabelled data, without over or under-sampling. The important features of
the labelled samples were extracted using the Chi-Square statistics [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ] with K
values of 3, 5, 10, 15, 20, 25 and 30. This was followed by fusion of the features
of labelled and unlabelled samples as described in equation (4). The K-Means
unsupervised learning algorithm (number of clusters = 2) was used to cluster
the fused samples, resulting in seven different cluster samples of two cluster
partitions each. By majority voting rule presented in equation (4), the most reliable
cluster partition was obtained. Abusive label was assigned to cluster partition
with more abusive words, while non-abusive label was assigned to cluster
partition with lesser abusive words.
        </p>
        <p>
          Classification We applied n-gram features weighted by TF-IDF vectorization
on the combination of semi-supervised labelled data and the originally labelled
data samples. They were used because of their effective performance in
previous text classification problems [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ], [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ]. SMOTE oversampling technique [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ]
was applied to reduce class imbalance. The testing data sample was also
transformed in the same manner. Support Vector Machine (kernel=linear kernel) and
Logistic Regression (kernel=liblinear) classifiers were used to train the merged
data samples and detect abusive tweets from the testing data sample using the
n-gram features.
        </p>
        <p>In order to select the best training model, Grid-search Hyperparameter
Tuning approach was implemented over 10-fold Cross Validation. For the Support
Vector Machine classifier (SVM), different C-regularization values ranging from
0.001 to 1000 were tested. For the Logistic Regression (LogReg), both L1 and
L2 penalty functions with np.logspace values over -4, 4 and 20 were tested.
4.4</p>
      </sec>
      <sec id="sec-4-3">
        <title>Performance metrics</title>
        <p>Precision, Recall, F-Measure, Accuracy and Mean Accuracy are metrics used
to evaluate the performance of the proposed Semi-supervised Learning Method.
The performance metrics are defined as presented in equations (6) to (10). The
equations rely on the true positive (TP), which is the number of correctly
predicted abusive tweets; true negative (TN), which is the number of correctly
predicted non-abusive tweets; false positive (FP), which is the number of
incorrectly predicted abusive tweets; false negative (FN), which is the number of
incorrectly predicted non-abusive tweets.</p>
        <p>Precision P =</p>
        <p>Recall R =</p>
        <p>T P
T P + F P</p>
        <p>T P</p>
        <p>T P + F N
F-Measure F1 =</p>
        <p>Accuracy A =
2X(Recall X P recison)
(Recall + P recision)</p>
        <p>T P + T N</p>
        <p>T P + F P + T N + F N
Mean Accuracy =
10
i=1 Ai
10
(6)
(7)
(8)
(9)
(10)
4.5</p>
      </sec>
      <sec id="sec-4-4">
        <title>Performance evaluation</title>
        <p>The proposed semi-supervised learning approach (SSL) was compared with two
supervised learning approaches.</p>
        <p>– Method A: This is a supervised learning method, in which only labelled
data was used for training data.
– Method B: This is a supervised learning method with unmatched
training data distribution consisting of labelled data and unlabelled data, which
pseudo-labels was obtained by K-means clustering of unlabelled data without
the features of the labelled data.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Results</title>
      <p>We evaluated the SSL for word n-gram and character n-gram features with
Support Vector Machine and Logistic Regression classifiers and compared the
performances with method A and method B. The testing results of accuracy and
mean accuracy for SVM and LogReg over 10-fold cross validation are presented
in Table 2 and Table 3, respectively. Also, the results of Precision, Recall and
F-Measure for SVM for word and character n-gram features are presented in
Table 4, while the results of LogReg are presented in Table 5. The comparisons
of accuracy and F-measure of the SSL, method A and method B are presented
in Figure 2.</p>
      <p>The results of the performance of the SSL, method B and method A in Table 2
showed that the SSL recorded the highest accuracy of 0.9585 and 0.9667 for word
n-gram and character n-gram, respectively followed by method A. The difference
in the accuracy of the SSL and method A were 0.0942 (≈0.1) and 0.0968 (≈0.1)
for word and character n-gram, respectively. In Table 3, the SSL recorded the
highest accuracy of 0.9578 and 0.9696 for word n-gram and character n-gram,
respectively followed by method A. The difference in the accuracy of the SSL
and method A were 0.1228 and 0.0924 (≈0.1) for word and character n-gram,
respectively. The same ranges of differences were recorded in mean accuracy,
which showed clearly that the SSL convincingly outperformed method A and
method B, in terms of accuracy. Method B recorded the lowest accurcy in both
Table 2 and Table 3.</p>
      <p>In Table 4, the value of precision, recall and F-Measure for SSL were higher
than both method A and method B. While 0.96 and 0.95 precisions were recorded
by the SSL in word n-gram evaluation for non-abusive and abusive, respectively,
method A recorded 0.80 and 0.80, and method B recorded 0.89 and 0.90. In
character n-gram evaluation, the SSL recorded 0.97 and 0.94, respectively, method
A recorded 0.89 and 0.76, while method B recorded 0.80 and 0.00. In the case
of recall, the highest values of 0.99 and 0.80 were recorded by the SSL for
nonabusive and abusive, respectively, followed by 0.91 and 0.53 for method A. In
character n-gram, the SSL recorded the highest recall of 0.99 and 0.87,
respectively, followed by method A. The 1.00 recall against 0.00 for method B showed
bias against abusive class during training. In the case of F-Measure, the SSL
recorded the higest performance of 0.87 and 0.90 for abusive tweet detection
for word n-gram and character n-gram, respecively followed by method A. The
value of precision, recall and F-Measure for the SSL in Table 5 were also higher
than both method A and method B.</p>
      <p>In character n-gram evaluation, the SSL recorded 0.98 and 0.93, respectively,
method A recorded 0.89 and 0.80, while method B recorded 0.80 and 0.00. For
recall, while 0.97 and 0.89 precision was recorded by proposed SSL for
nonabusive and abusive, respectively, method A recorded 0.92 and 0.49 and method
B recorded 1.00 and 0.00. For character n-gram, the SSL recorded 0.99 and
0.89, respectively, method A recorded 0.96 and 0.52, while method B recorded
1.00 and 0.00. The 1.00 recall against 0.00 for method B, showed bias against
abusive class during training. In terms of F-Measure, the SSL recorded the higest
performance of 0.90 and 0.91 for abusive tweet detection for word n-gram and
character n-gram respecively followed by method A. The lowest F-Measure was
recorded by method B.</p>
      <p>The bar chart in Figure 2(a) showed that there was consistent increase in
the width of the charts from method B through method A to the SSL. There
was also slight increase from word n-gram to character n-gram. In Figure 2(b),
drastic rise was observed from the bar of method B to method A. So also was
drastic rise from method A to proposed SSL. These outcomes indicated that
the proposed SSL addressed the problems of class imbalance and unmatched
distribution.
We have developed a semi-supervised learning approach that combined both
labelled and unlabelled data, without skewness towards labelled data for improved
detection of abusive tweets in binary classification model. The approach reduced
the impact of class imbalance and unmatched distribution among labelled,
unlabelled and testing data features.</p>
      <p>Matrix multiplication was used to fuse the labelled and unlabelled features;
K-Means algorithm was used to cluster the fused features; majority voting rule
was applied to select reliable labels for the unlabelled samples. The labelled and
the previous unlabelled samples were used as training data. The performance of
the approach was evaluated using word n-gram and character n-gram features
as well as support vector machine and logistic regression classifiers. The results
showed that our semi-supervised learning approach performed better than
supervised learning approaches, with few training data or noisy training data. In
future, classification of abusive language will be considered.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>A.</given-names>
            <surname>Søgaard</surname>
          </string-name>
          , I. Vulic,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ruder</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Faruqui</surname>
          </string-name>
          .
          <article-title>Cross-lingual word embeddings</article-title>
          .
          <source>Synth. Lect. Hum. Lang. Technol</source>
          , page
          <volume>132</volume>
          <fpage>1</fpage>
          -
          <lpage>132</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>M.O.</given-names>
            <surname>Ibrohim</surname>
          </string-name>
          and
          <string-name>
            <given-names>I.</given-names>
            <surname>Budi</surname>
          </string-name>
          .
          <article-title>Sciencedirect a dataset dataset and and preliminaries preliminaries study study for for abusive abusive language language detection detection in indonesian social media in indonesian social media</article-title>
          .
          <source>Procedia Comput. Sci</source>
          ,
          <volume>135</volume>
          :
          <fpage>222</fpage>
          -
          <lpage>229</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>R.S.A.</surname>
          </string-name>
          <article-title>Republıc of south afrıca preventıon and combatıng of hate crımes and hate</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>J.</given-names>
            <surname>Clement</surname>
          </string-name>
          .
          <article-title>South africa: digital population as of january 2019</article-title>
          . Statista. Available.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Multilingual</surname>
          </string-name>
          cross
          <article-title>-domain perspectives on online hate speech</article-title>
          .
          <source>Clips tech. rep. series 8</source>
          ,.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>A.</given-names>
            <surname>Schmidt</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Wiegand</surname>
          </string-name>
          .
          <article-title>A survey on hate speech detection using natural language processing</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>H.</given-names>
            <surname>Kamper</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Karen</surname>
          </string-name>
          , and
          <string-name>
            <surname>G. Sharon.</surname>
          </string-name>
          <article-title>An embedded segmental k-means model for unsupervised segmentation and clustering of speech</article-title>
          .
          <source>Comput. Lang</source>
          . arXiv:
          <volume>1703</volume>
          ,.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>C.</given-names>
            <surname>Khatri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Hedayatnia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Goel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Venkatesh</surname>
          </string-name>
          , R. Gabriel, and
          <string-name>
            <given-names>A.</given-names>
            <surname>Mandal</surname>
          </string-name>
          .
          <article-title>Detecting offensive content in open-domain conversations using two stage semisupervision arxiv :</article-title>
          <year>1811</year>
          . 12900v1 [ cs,
          <volume>30</volume>
          (v
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>I.</given-names>
            <surname>Gunasekara</surname>
          </string-name>
          .
          <article-title>A review of standard text classification practices for multi-label toxicity identification of online content</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10. B.language Norton.
          <article-title>Identity and the ownership of english</article-title>
          .
          <source>Language and Identity</source>
          ,
          <volume>31</volume>
          (
          <issue>3</issue>
          ):
          <fpage>409</fpage>
          -
          <lpage>429</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11. HateBase. Hatebase:
          <article-title>The world's largest structured repository of regionalized, multilingual hate speech</article-title>
          .
          <source>Hatebase</source>
          . Available at:.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <given-names>I.E.</given-names>
            <surname>Livieris</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kanavos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Tampakas</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.</given-names>
            <surname>Pintelas</surname>
          </string-name>
          .
          <article-title>An auto-adjustable semisupervised</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <given-names>B.A.</given-names>
            <surname>Hamilton</surname>
          </string-name>
          .
          <article-title>Semi-supervised learning with self-supervised networks</article-title>
          . arXiv:
          <year>1906</year>
          .10343v1.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <given-names>S.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and I.</given-names>
            <surname>Welch</surname>
          </string-name>
          .
          <article-title>Cluster-than-label : Semi-supervised approach for domain adaptation</article-title>
          .
          <source>In 2017 IEEE 31st International Conference on Advanced Information Networking and Applications</source>
          , page
          <volume>704</volume>
          -
          <fpage>711</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <given-names>A.</given-names>
            <surname>Albalate</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Suchindranath</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Suendermann</surname>
          </string-name>
          , and
          <string-name>
            <given-names>W.</given-names>
            <surname>Minker</surname>
          </string-name>
          .
          <article-title>A semisupervised cluster-and-label approach for utterance classification</article-title>
          .
          <source>In Interspeech2010, page 1-4.</source>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Chegini. clustering , and active learning</article-title>
          ,
          <volume>3</volume>
          :
          <fpage>9</fpage>
          -
          <lpage>17</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>D</surname>
          </string-name>
          .
          <string-name>
            <surname>-H. Lee</surname>
          </string-name>
          .
          <article-title>Pseudo-label : The simple and ecient semi-supervised learning method for deep neural networks</article-title>
          .
          <source>In ICML 2013 Workshop : Challenges in Representation Learning (WREPL, page 2-7</source>
          . Atlanta, Georgia, USA.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <given-names>B.</given-names>
            <surname>Miller</surname>
          </string-name>
          .
          <article-title>Active learning approaches for labeling text</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Lv</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Liang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and X.</given-names>
            <surname>Li</surname>
          </string-name>
          .
          <article-title>Cooperative hybrid semisupervised learning for text classification</article-title>
          .
          <source>Symmetry</source>
          ,
          <volume>11</volume>
          (
          <issue>2</issue>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Mingwei</surname>
            <given-names>Leng</given-names>
          </string-name>
          , Jinjin Wang, Jianjun Cheng, and
          <string-name>
            <given-names>X. Hanhai</given-names>
            <surname>Zhou</surname>
          </string-name>
          . C.
          <source>Journal of Software. J. Softw. Eng</source>
          ,
          <volume>22</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>7</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>M. Peikari</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Salama</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <article-title>Nofech-mozes, and</article-title>
          <string-name>
            <given-names>A.L.</given-names>
            <surname>Martel</surname>
          </string-name>
          .
          <article-title>Open a cluster-thenlabel semi- supervised learning approach for pathology image classification</article-title>
          .
          <source>Sci. Rep</source>
          ,
          <volume>1</volume>
          -
          <fpage>13</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22. G. Forestier,
          <string-name>
            <given-names>C.</given-names>
            <surname>Wemmert</surname>
          </string-name>
          , G. Forestier, and
          <string-name>
            <given-names>C.</given-names>
            <surname>Wemmert</surname>
          </string-name>
          .
          <article-title>Semi-supervised learning using multiple clusterings with limited labeled data with limited labeled data</article-title>
          .
          <source>Inf. Sci. Elsevier</source>
          ,
          <volume>361</volume>
          -
          <fpage>362</fpage>
          :
          <fpage>48</fpage>
          -
          <lpage>65</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <given-names>J.</given-names>
            <surname>Cohen</surname>
          </string-name>
          .
          <article-title>A coefficient of agreement for nominal scales</article-title>
          .
          <source>Educ. Psychol. Meas</source>
          ,
          <volume>20</volume>
          :
          <fpage>37</fpage>
          -
          <lpage>46</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Pedregosa</surname>
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Varoquaux</surname>
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gramfort</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Michel</surname>
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thirion</surname>
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>G. O.</surname>
          </string-name>
          , and
          <string-name>
            <surname>D.E.</surname>
          </string-name>
          <article-title>Scikit-learn. Machine learning in python</article-title>
          .
          <source>J. Mach. Learn. Res</source>
          ,
          <volume>12</volume>
          :
          <fpage>2825</fpage>
          -
          <lpage>2830</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <given-names>T.</given-names>
            <surname>Davidson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Warmsley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Macy</surname>
          </string-name>
          ,
          <string-name>
            <surname>and I. Weber.</surname>
          </string-name>
          <article-title>Automated hate speech detection and the problem of offensive language</article-title>
          .
          <source>In Proceedings of the Eleventh International AAAI Conference on Web and Social Media(ICWSM</source>
          , page
          <volume>512</volume>
          -
          <fpage>515</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Marszalek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Lazebnik</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Schmid</surname>
          </string-name>
          .
          <article-title>Local features and kernels for classification of texture and object categories: A comprehensive study</article-title>
          .
          <source>Int. J. Comput. Vis.</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>