<!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>Misogyny Detection and Classification in English Tweets: The Experience of the ITT Team</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Elena Shushkevich</string-name>
          <email>e.shushkevich@yandex.ru</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>John Cardiff</string-name>
          <email>john.cardiff@it-tallaght.ie</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Social Media Research Group, Institute of Technology Tallaght</institution>
          ,
          <addr-line>Dublin</addr-line>
          ,
          <country country="IE">Ireland</country>
        </aff>
      </contrib-group>
      <fpage>1</fpage>
      <lpage>10</lpage>
      <abstract>
        <p>English. The problem of online misogyny and women-based offending has become increasingly widespread, and the automatic detection of such messages is an urgent priority. In this paper, we present an approach based on an ensemble of Logistic Regression, Support Vector Machines, and Naïve Bayes models for the detection of misogyny in texts extracted from the Twitter platform. Our method has been presented in the framework of the participation in the Automatic Misogyny Identification (AMI) Shared Task in the EVALITA 2018 evaluation campaign.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Italiano. Il problema della misoginia
online e dell'odio diretto verso le donne
si sta diffondendo sempre più, e così il
riconoscimento automatico di tali
messaggi è una priorità importante.
In questo articolo, presentiamo un
approccio basato sui classificatori
Logistic Regression, SVM e Naive Bayes
per il riconoscimento automatico della
misoginia in testi estratti da Twitter.
Il nostro metodo è stato presentato
attraverso la nostra partecipazione allo
shared task AMI presso la campagna di
valutazione EVALITA 2018.
1</p>
    </sec>
    <sec id="sec-2">
      <title>Introduction</title>
      <p>It is hard to miss the fact that an intensive
growth of social networking has led not only
to the rise of personal communication
opportunities, but also to an increase in
aggression on social media. Hate speech can be
aimed at sexual orientation, race, religion as
gender as a whole. In particular, when the
target of hate speech is women, we could say
that this is misogyny. Nowadays, more and
more attention is paid to this problem, and
one of the directions for the hate speech
recognition is the women-oriented aggression
detection in social networks.</p>
      <p>It is important to work with hate speech
and misogyny detection now, because over
the course of time the data from social
networks will grow and this problem will
become more and more serious. It is necessary
to create a range of systems which allow us to
detect and control the number of hate speech
messages, and we need to understand how to
classify this type of information and how we
could reduce the number of it. So, it is a big
challenge to find the way of misogyny data
detection and processing.</p>
      <p>
        This paper describes our participation in
the Automatic Misogyny Identification
(AMI) Shared Task, in EVALITA 2018
        <xref ref-type="bibr" rid="ref3 ref4">(Fersini, Nozza and Rosso, 2018)</xref>
        . The aim of the
task is to identify misogynistic text in tweets.
The task contained two different subtasks:
Subtask A - Misogyny Identification: the
main goal of the task was to separate
misogynous tweets from non-misogynous.
      </p>
      <p>Subtask B - Misogynistic Behavior and
Target Classification: the idea of the target
classification was to define misogynous tweet
which offends a specific person (Active) and
tweets which insult a group of people
(Passive).</p>
      <p>Misogynistic behavior task was intended to
divide misogynous tweets into different
groups:
- Stereotype &amp; Objectification: a widely held
but fixed and oversimplified image or idea of
a woman, description of women’s physical
and/or comparisons to narrow standards.
- Dominance: to assert the superiority of men
over women or to highlight gender
inequality.
- Derailing: to justify abuse of women,
rejecting male responsibility and an attempt to
disrupt the conversation in order to redirect
women’s conversations on something more
comfortable for men.
- Sexual Harassment &amp; Threats of Violence:
to describe actions as sexual advances,
requests for sexual favours, harassment of a
sexual nature, intent to physically assert
power over women through threats of
violence.
- Discredit: slurring of women with no other
larger intention.</p>
      <p>There were two datasets for the task, one
of which contained tweets in the English
language and another containing Italian tweets.
Our team worked with English dataset only.
The English dataset was composed of 4,000
tweets for training and 1,000 tweets for
testing. The results were evaluated using the
accuracy performance for Task A and macro
Fmeasure performance for Task B.</p>
      <p>This paper presents our approach to solve
the above problems. The
main thrust of our approach is to build a
model that allows us to assess the
classification of any tweet to its assigned group.</p>
      <p>The paper is organized as follows.
Some relevant related works in the area are
described in Section 2. Section 3 presents the
way we conducted data preprocessing and the
approach we chose for building the desired
model. In Section 4 the results are described
and analyzed. In Section 5 we summarize our
work.
2</p>
    </sec>
    <sec id="sec-3">
      <title>Related work</title>
      <p>
        There are a number of approaches in the area
of text processing by machine learning
methods which allow us to deal with misogyny and
harassment in texts. Some of these were
presented in the
AMI@IBEREVAL2018 shared task
        <xref ref-type="bibr" rid="ref3 ref4">(Fersini, Anzovino and
Rosso, 2018)</xref>
        . The aim of this challenge was
to detect misogynistic tweets and to create the
model which was able to classify
misogynistic tweets for different groups
depending on the type of misogyny. In particular, it
was demonstrated that, using models based
on Support Vector Machines
        <xref ref-type="bibr" rid="ref10">(Pamungkas et
al., 2018)</xref>
        and ensembles of models
        <xref ref-type="bibr" rid="ref5">(Frenda et
al., 2018)</xref>
        , it is possible and quite successful
in cases where the aim is to make a
classification of tweets for different types and
functions of misogyny. In our work we apply
several of the same techniques - Support Vectors
Machines and ensembles of models - to the
task of misogyny tweets detection.
      </p>
      <p>
        Some works which could help us to
understand the way to hate speech messages
classification were published in recent years. In
        <xref ref-type="bibr" rid="ref11">(Schmidt and Wiegand, 2017)</xref>
        the authors
demonstrated methodologies of hate speech
data processing. In another work
        <xref ref-type="bibr" rid="ref12">(Waseem
and Hovy, 2016)</xref>
        there were presented useful
approaches to detect racial and sexist
offenses. It should be noted that there was a
classification for 3 different groups (hate
speech, derogatory, profanity) with the
understanding that hate speech is a kind of abusive
language.
      </p>
      <p>
        In the research reported in
        <xref ref-type="bibr" rid="ref9">(Nobata et al.,
2016)</xref>
        , it was shown
        <xref ref-type="bibr" rid="ref2">(Bartlett et al., 2014)</xref>
        how
to use NLP to analyse English-language
misogynistic tweets to find the frequencies of
abusive words and the users who used this
type of words more often. In other works
        <xref ref-type="bibr" rid="ref1 ref8">(Alexandrov et al., 2013; Kaurova et al.,
2010)</xref>
        the authors focused on creating
models which could allow the evaluation of the
tone of the text on a scale from very negative
to very positive. They constructed a model for
the groups of 3, 5 and 8 different categories
and were able to achieve the results with a
high accuracy using additional tools like
GMDH Shell and Semantic Orientation
Calculation (So-CAL), which demonstrates
the very high potential of using inductive
modelling for text-mining tasks. We are
planning to use techniques which were mentioned
above to improve the results of our model in
future.
3
      </p>
    </sec>
    <sec id="sec-4">
      <title>System</title>
      <p>In our approach we perform a number of
sequential actions including preprocessing,
model design, and finally embedding the
constructed models in one ensemble.
3.1</p>
      <p>Preprocessing
In the first step, we prepared the data for the
classification. To clean the data we removed
the string punctuation and converted words to
lower case. For the vectorization we
used the tf-idf (term frequency–inverse
document frequency) method which allows us to
reduce the weight of frequently occurring in
many documents words and to increase the
weight of frequently occurring words in the
documents. These were carried out for the
first run. For the subsequent two runs, we
added some extra preprocessing steps:
 the replacement of all links with the
string "URL"
 the replacement of all references to
Twitter users (i.e, terms starting with
the "@" symbol) with the term
"USER".

we marked some combinations of
symbols which were used often in
messages such as "!!! ", "??? " and
other emotional expressions, and
replaced them with the term "emoji".
3.2</p>
      <p>Models
The main idea of the modeling was to create
an ensemble of different models which could
complement each other to achieve the best
results. The final blended model assigns the
tweet to a specific class by majority voting.
We used a number of simple models which
include:</p>
      <p>
        - Logistic regression model. Logistic
regression involves the construction of a
discriminant model, which calculates the
probability from a function of a weighted set of
observation features and assigns a class to each
observation. The classifier based on logistic
regression applies an exponential function to a
linear combination of objects obtained from
the input data
        <xref ref-type="bibr" rid="ref13">(Wang et al., 2012; Wright,
1995)</xref>
        .
      </p>
      <p>
        - Support Vector Machines classifier. As it
was shown in
        <xref ref-type="bibr" rid="ref7">(Joachims et al., 2002)</xref>
        , this
method is very useful in work with texts. The
idea of this method is to translate the source
vectors into a higher dimension space and
search for such a separating hyperplane so
that the gap in this space is maximal. There
are two parallel hyperplanes on both sides of
the hyperplane that are constructed to separate
the classes, and one hyperplane that will
maximize the distance to two parallel ones is
sought.
      </p>
      <p>
        - Naive Bayes classifier. One of the
advantages of this method is the high speed of
calculations
        <xref ref-type="bibr" rid="ref14">(Zhang and Di Li, 2007)</xref>
        , and
another one is the number of the data which is
needed to train the model - in this case it is not
necessary to have a big training dataset to
achieve a high level of classification
parameter estimation.
      </p>
      <p>
        In the next step we combined the Naive
Bayes approach and Logistic regression
approach in one model, as presented in the work
        <xref ref-type="bibr" rid="ref6">(Genkin et al., 2007)</xref>
        ,which produced quite
good results.
      </p>
      <p>In the final step we combined the models
we have mentioned, Logistic regression (LR),
Support Vector Machines (SVM), Naive
Bayes and Logistic Regression (NB+LR),
into one ensemble. In this blended model the
probabilities of belonging to different classes
from the simple models were summed and
averaged. We marked as a final choice the class
which had the highest average probability.
4</p>
    </sec>
    <sec id="sec-5">
      <title>Results</title>
      <p>We chose three different runs for the
evaluation: one of them was implemented by
using the simplest type of preprocessing (we
just deleted punctuation symbols and changed
all letters to the low case) and this variant
supposed that we marked a tweet as misogynistic
one in case that two of three types of
classification marked this tweet as misogynous
(Misogyny+Target or
Misogyny+Misogynistic Behavior or Target+Misogynistic
Behavior).</p>
      <p>In the next step, we carried out a more
intricate preprocessing as described in Section
3.1 and applied the type of tweets labeling
such a way as we detected a tweet as
misogynistic each time when at least one
classifier worked.</p>
      <p>The last run was implemented by using the
most complicated preprocessing and the type
of tweets labeling such as at the first run.</p>
      <p>Table 1 shows the results of all three
classification types. As can be seen, the fourth
type of selection was the most successful. It
could be concluded that the blended model
which contained more simple models
(Logistic Regression, Naive Bayes + Logistic
Regression and Support Vector Machines)
allows us to achieve the best results for all
classification types: Misogyny Identification,
Target Classification and Misogynistic
Behavior classification.</p>
      <p>It should be noted that we used the
F-Measure for the results’ evaluation because this
assessment allows bringing together both recall
and precision and because of the imbalance
within both the Misogynistic Category
Classification and the Target Classification.</p>
      <p>Task</p>
      <p>Classifier</p>
      <p>F1-score</p>
      <p>Misogyny
Identification</p>
      <p>Target
Classification
Misogynistic</p>
      <p>Behavior</p>
      <p>LR
NB+LR</p>
      <p>SVM
Blend</p>
      <p>LR
NB+LR</p>
      <p>SVM
Blend</p>
      <p>LR
NB+LR</p>
      <p>SVM
Blend
0.78
0.72
0.71</p>
      <p>Also note that the results of our model
increase when the number of different classes
decreases, thus an efficiency of the blended
model is reduced from the Misogyny
Identification classification results to the
Misogynistic Behavior classification ones.</p>
      <p>The results of all 3 runs for the blended
model with the testing dataset are presented in
Table 2.</p>
      <p>Rank
8
9
10</p>
      <p>Subtask A - English</p>
      <p>Team
ITT.c.run2.tsv
ITT.c.run3.tsv
ITT.c.run1.tsv</p>
      <p>Accuracy
0.638
0.636
0.636</p>
      <p>It can be concluded by the results on the
test data, the best run is the one with the most
complicated preprocessing and the type of
labelling, when we mark tweet as misogynistic
every time when at least one of
classifiers worked.
5</p>
    </sec>
    <sec id="sec-6">
      <title>Conclusion</title>
      <p>A negative aspect of the increased usage of
platforms like Twitter is that incidents of
aggression and related activities like harassment
and misogyny have increased significantly.
Nowadays it is an urgent problem to deal with
such type of text information and messages,
and there are a lot of challenges that have a
connection with this task. In this article
we have described our approach to misogyny
detection and classification of tweets. The
method was presented for evaluation in the
framework of the Automatic Misogyny
Identification (AMI) Shared Task at EVALITA
2018. We built an ensemble of models that
includes Logistic regression, Naive Bayes and
Support Vector Machines approaches, which
classified the data taking into account the
probabilities of belonging to classes
calculated by simpler models. It was shown that it
is possible to achieve quite good results using
the final blended model and our model
showed the best results for the binary
classification of misogynistic tweets and
non-misogynistic ones.</p>
      <p>We observed preprocessing to be a very
important part of the data handling and it has
a high impact on the results of all models.
From our results it could be concluded that the
highest accuracy has been produced with
maximum additional work at the
preprocessing stage. It was important to pay
attention to the replacement of links and references
with special symbols, because the run with
this type of alteration demonstrated the best
results. Also, the best type of labelling
misogynistic tweets was to mark the message as
misogyny if any one of the type of
classification worked. At first we had an idea that it
could be more reliably if we mark tweet when
2 of 3 classifications mark it, but the real
results disproved that hypothesis. We are
currently investigating the addition of more
features and models for the blended model to
improve our results in the future.</p>
      <p>Shushkevich E., Cardiff J. 2018. Classifying
Misogynistic Tweets Using a Blended Model: The AMI
Shared Task in IBEREVAL 2018. CEUR Workshop
Proceedings. CEUR-WS.org.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Alexandrov</surname>
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Danilova</surname>
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koshulko</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tejada</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <year>2013</year>
          .
          <article-title>Models for opinion classication of blogs taken from Peruvian Facebook</article-title>
          .
          <source>Proceedings of 4th International Conference on Inductive Modeling (ICIM-2013)</source>
          , pp.
          <fpage>241</fpage>
          -
          <lpage>246</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <given-names>Bartlett J.</given-names>
            ,
            <surname>Norrie</surname>
          </string-name>
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Patel</surname>
          </string-name>
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Rumpel</surname>
          </string-name>
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Wibberley</surname>
          </string-name>
          <string-name>
            <surname>S.</surname>
          </string-name>
          <year>2014</year>
          . Misogyny on twitter, http://www.demos.co.uk/, 05.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Fersini</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Anzovino</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
          </string-name>
          . P.
          <year>2018</year>
          .
          <article-title>Overview of the Task on Automatic Misogyny Identification at IberEval</article-title>
          .
          <source>Proceedings of the Third Workshop on Evaluation of Human Language Technologies for Iberian Languages (IberEval</source>
          <year>2018</year>
          ),
          <article-title>co-located with 34th Conference of the Spanish Society for Natural Language Processing (SEPLN</article-title>
          <year>2018</year>
          ).
          <source>CEUR Workshop Proceedings. CEUR-WS.org</source>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <given-names>Fersini E.</given-names>
            ,
            <surname>Nozza</surname>
          </string-name>
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Rosso</surname>
          </string-name>
          <string-name>
            <surname>P.</surname>
          </string-name>
          <year>2018</year>
          .
          <article-title>Overview of the Evalita 2018 Task on Automatic Misogyny Identification (AMI)</article-title>
          .
          <article-title>Proceedings of the 6th evaluation campaign of Natural Language Processing and Speech tools for Italian (EVALITA'18). Caselli, Tommaso and Novielli, Nicole and Patti, Viviana and Rosso, Paolo CEUR</article-title>
          .org, Turin, Italy
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <given-names>Frenda S.</given-names>
            ,
            <surname>Ghanem</surname>
          </string-name>
          <string-name>
            <surname>B.</surname>
          </string-name>
          <year>2018</year>
          .
          <article-title>Montes-y-Gómez M. Exploration of Misogyny in Spanish and English tweets</article-title>
          .
          <source>CEUR Workshop Proceedings. CEURWS.org.</source>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <given-names>Genkin A.</given-names>
            ,
            <surname>Lewis</surname>
          </string-name>
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Madigan</surname>
          </string-name>
          <string-name>
            <surname>D.</surname>
          </string-name>
          <year>2007</year>
          .
          <article-title>Largescale bayesian logistic regression for text categorization</article-title>
          .
          <source>Technometrics</source>
          ,
          <volume>49</volume>
          (
          <issue>3</issue>
          ):
          <fpage>291</fpage>
          -
          <lpage>304</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Joachims</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <year>2002</year>
          .
          <article-title>Learning to classify text using support vector machines: Methods, theory and algorithms</article-title>
          . Kluwer Academic Publishers.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <given-names>Kaurova O.</given-names>
            ,
            <surname>Alexandrov</surname>
          </string-name>
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Ponomareva</surname>
          </string-name>
          <string-name>
            <surname>N.</surname>
          </string-name>
          <year>2010</year>
          .
          <article-title>The Study of Sentiment Word Granularity for Opinion Analysis (a Comparison with Maite Taboada Works)</article-title>
          .
          <source>International Journal on Social Media. MMM: Monitoring, Measurement, and Mining</source>
          <volume>1</volume>
          (
          <issue>1</issue>
          ),
          <fpage>45</fpage>
          -
          <lpage>57</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <given-names>Nobata C.</given-names>
            ,
            <surname>Tetreault</surname>
          </string-name>
          <string-name>
            <given-names>J</given-names>
            .,
            <surname>Thomas</surname>
          </string-name>
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Mehdad</surname>
          </string-name>
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Chang</surname>
          </string-name>
          <string-name>
            <surname>Y.</surname>
          </string-name>
          <year>2016</year>
          .
          <article-title>Abusive language detection in online user content</article-title>
          .
          <source>Proceedings of the 25th International Conference on World Wide Web</source>
          , pp.
          <fpage>145</fpage>
          -
          <lpage>153</lpage>
          . International World Wide Web Conferences Steering Committee.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <given-names>Pamungkas E.W.</given-names>
            ,
            <surname>Cignarella</surname>
          </string-name>
          <string-name>
            <given-names>A.T.</given-names>
            ,
            <surname>Basile</surname>
          </string-name>
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Patti</surname>
          </string-name>
          <string-name>
            <surname>V.</surname>
          </string-name>
          <year>2018</year>
          . 14-ExLab@
          <article-title>UniTo for AMI at IberEval2018: Exploiting Lexical Knowledge for Detecting Misogyny in English and Spanish Tweets</article-title>
          .
          <source>CEUR Workshop Proceedings. CEUR-WS.org.</source>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Schmidt</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wiegand</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <year>2017</year>
          .
          <article-title>A survey on hate speech detection using natural language processing</article-title>
          .
          <source>Proceedings of the Fifth International Wang S.</source>
          ,
          <string-name>
            <surname>Manning</surname>
            <given-names>C.D.</given-names>
          </string-name>
          <year>2012</year>
          .
          <article-title>Baselines and bigrams: simple, good sentiment and topic classification</article-title>
          .
          <source>Proceedings of the 50th Annual Meeting of the Association for Computational Linguistics: Short Papers, ACL</source>
          <year>2012</year>
          , vol. 2, pp.
          <fpage>90</fpage>
          -
          <lpage>94</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Waseem</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hovy</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <year>2016</year>
          .
          <article-title>Hateful symbols or hateful people? predictive features for hate speech detection on Twitter</article-title>
          .
          <source>SRW@ HLT-NAACL</source>
          , pp.
          <fpage>88</fpage>
          -
          <lpage>93</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Wright R.</surname>
          </string-name>
          <year>1995</year>
          .
          <article-title>Logistic regression</article-title>
          . L.
          <string-name>
            <surname>C. Grimm &amp; P.R. Yarnold</surname>
          </string-name>
          (Eds.) Reading and understanding multivariate statistics. Washington, DC: American Psychological Association,
          <fpage>217</fpage>
          -
          <lpage>244</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Zhang H.</surname>
          </string-name>
          and
          <string-name>
            <given-names>Di</given-names>
            <surname>Li</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Naıve bayes text classifier</article-title>
          .
          <source>Granular Computing. GRC</source>
          <year>2007</year>
          . IEEE International Conference on, pages
          <fpage>708</fpage>
          -
          <lpage>708</lpage>
          . IEEE.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>