<!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>Using N-grams to detect Fake News Spreaders on Twitter</article-title>
      </title-group>
      <abstract>
        <p>This paper synthesizes our participation in the CLEF conference 2020 regarding the Pro ling Fake News Spreaders on Twitter task, organized at the PAN lab on digital text forensics and stylometry. The models that we suggested obtained one of the two best results, based on an average accuracy of 0.7775 {0.7350 for English and 0.8200 for Spanish. In summary, we propose a Support Vector Machine (SVM) classi er with character and word n-gram features to determine whether the author of a Twitter feed is keen to be a spreader of fake news.</p>
      </abstract>
      <kwd-group>
        <kwd>Author Pro ling Fake News Twitter Spanish English</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>In the past few years, social media has been changing how people communicate
and interact. Currently, we use these platforms daily for a variety of purposes
{searching for information, buying products, reaching out to bank
representatives, or as a marketing and commercialization channel. For example, in the rst
quarter of 2019, Twitter reported an average of 330 million monthly active users
[22].</p>
      <p>As well as social media platforms have reached popularity, they have become
tools that directly in uence the perception of events, people, or products. Certain
people and organizations have been reaching this goal through the spread of fake
news, rumors, and misinformation.</p>
      <p>
        This paper presents our participation in the Author Pro ling task at PAN.
That work aims to identify users in two categories: faker user (fake news spreader)
and legitimate user (real news spreader) [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] [17]. Our method follows the one
presented in 2019 [15], focused on comparing n-grams of chars and words as features,
and an SVM as a classi er. However, this year we intend to explore the use of
di erent preprocessing strategies for a speci c classi er.
      </p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Author Pro ling distinguishes between classes of authors by studying shared
language among people. Therefore, through this perspective, it is possible to
address fake news by studying stylistic deviations of users that tend to spread
them [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>
        As follows, a brief timeline regarding Author Pro ling research achievements.
In 2002, the use of function words and part of speech tagging served to identify
the author's gender on a corpus consisting of 920 labeled documents [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
Additionally, uni-grams and bi-grams, Naive Bayes, maximum entropy classi cation,
and support vector machines helped to classify the sentiment around movie-data
[
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. In 2004, a support vector machine and Naive Bayes were used to determine
if movie reviews were positive or negative [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <p>
        In 2006, an accuracy of 0.80 was obtained in the task of gender identi
cation in a corpus of 85:000 blogs using style and content words [19]. During the
2010 U.S. midterm elections, primitive social bots played the part of
supporters of some candidates and attacked their opponents [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] [23]. In 2014, the
problem of identifying bots on all of Twitter was studied, and 19 of the 25 top
features they use were identi ed as sentiment-related [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. A grid search was used
to nd the best hyper-parameters for each of the classi ers. In 2016, social bots
were found generating a large amount of content, possibly distorting online
conversations. They noted that bots tweeting about Donald Trump generated the
most positive tweets [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] [23].
      </p>
      <p>
        More recently, in 2018, it was reported a case of political manipulation on
social media that used sentiment analysis [20]. Finally, in 2019, the use of a variety
of di erent semantic and stylistic features, and a neural recurrent model helped
to detect fake news on Twitter's accounts [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Regarding this discovery, word
embeddings and style features served to pro le fake news in di erent accounts.
On the contrary, information such as hashtags was not useful.
      </p>
      <p>
        Related to Author Pro ling task at PAN in CLEF 2017, the gender
identication task obtained an accuracy of 0.8233 for English and 0.8321 in Spanish
[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Besides, an SVM classi er was trainded with combination of characters
ngrams and TF-IDF. For the Author Pro ling task in PAN at CLEF 2018, the
result showed an accuracy of 0.8221 for English and 0.82 for Spanish [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. In this
case, they used char and word n-grams as features and an SVM as a classi er.
By applying similar strategies, the method presented in [21] obtained 0.8121 for
English and 0.8005 for Spanish. In 2019, di erent classi ers were evaluated using
characteristics similar to those applied in previous years. N-grams of chars and
words were used, and the best results were obtained using also SVM [15].
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Our Method</title>
      <p>The following section presents our method.
Name Description
pres-case whether to maintain letter case or</p>
      <p>downcase for everything except for emoticons
red-len whether to replace repeated character sequences
rpl-dgt whether to replace numbers by xxdgt
demojify whether to replace emojis by</p>
      <p>word representations
rpl-anon whether to replace anonymized tags
#URL# by xxurl
#USER# by xxusr
#HASHTAG# by xxhst
The corpus considers the text of tweets whose authors qualify as fake news
spreaders or legitimate users. At rst, each author's tweet groups together on a
long chain. Subsequently, a preprocessing strategy applies to them.</p>
      <p>A preprocessing strategy consists of a stack of text transformations that
creates a complete list of preprocessing options. For example, emoji1 replaces
emojis, xxdgt instead of numbers, and lower case for speci c cases. Table 1 shows
a complete list of the preprocessing options.
N-grams of characters and words are generated with di erent n-gram orders.
Each document, composed by each set of tweets per author, portraits the use
of Term Frequency { Inverse Document Frequency (TF-IDF). Afterward, the
n-grams vectors group together to obtain one feature vector per author.
Linear Support Vector Machine operates as a classi er due to the positive results
obtained in the previous years.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Experimental Work</title>
      <p>
        This section presents the dataset and the experimental setup. To accomplish our
method goals, we choose to use nltk[
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], sklearn[14], and hyperopt[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] to implement
it.
1 Emoji for Python https://github.com/carpedm20/emoji/
In Table 2 can be seen that the corpus consists of the text of 60.000 tweets
whose authors qualify as fake news spreaders or legitimate users. The 100 tweets
of each author balance in terms of the types previously described and their
language {30.000 tweets are in English and 30.000 in Spanish.
The hyper-parameters used for the feature representation are shown in Table 3,
for the preprocessor strategy are shown in Table 4 and for the classi er are shown
in Table 5.
5
      </p>
    </sec>
    <sec id="sec-5">
      <title>Results</title>
      <p>A TIRA [16] account is given in order to evaluate our models and get the results
in a hidden test set. Additionally, task organizers permit to evaluate models in
an early bird software submission phase that enables the con guration
environment subjected to veri ed and provides an early approximation of the model's
accuracy.</p>
      <p>During the training phase, the 5-fold cross-validation strategy supported the
choice of the best model. Nevertheless, as shown in Table 6, the results of our
best models in the early bird software submission phase di er from the training.
For that reason, the experiments evaluated during the training changed to the
10-fold cross-validation method.</p>
      <p>For English, our model uses the v2 1 1 preprocessing strategy {for both char
and word n-grams. We apply a variety of replacement strategies, such as
exchanging digits for custom tags, emojis for words, anonymous tags for custom
tags without the character #, and downcasting letters. As well, we use char
ngrams of orders between 1 and 6, and unigrams and bigrams for word n-grams.</p>
      <p>For Spanish, our model uses the v3 1 preprocessing strategy {for both char
and word n-grams. However, the di erence regarding the English's model is that
custom tags do not replace digits in Spanish. Furthermore, we use chars n-grams
of orders between 2 and 6, and unigrams, bigrams, and trigrams for words
ngrams.</p>
      <p>The models that we suggested obtained one of the two best results on the
Pro ling Fake News Spreaders on Twitter task at the 8th Author Pro ling Task
at PAN 2020 [18], based on an average accuracy of 0.7775 {0.7350 for English
and 0.8200 for Spanish.
6</p>
    </sec>
    <sec id="sec-6">
      <title>Conclusions</title>
      <p>In this paper, we described the submitted models for the Pro ling Fake News
Spreaders on Twitter task at PAN 2020. These consist of SVM as a classi er,
and TF-IDF of char and word n-grams as features.</p>
      <p>Similar to previous editions of the Author Pro ling task in PAN's conferences,
2020 research shows that SVM classi ers with n-grams and TF-IDF features
performed positively as our proposed models achieved one of the two best average
accuracies.</p>
      <p>Therefore, despite the similarity of the methods applied to the Author
Proling task in previous years, the best results for 2020 are for Spanish tweets.</p>
      <p>The accuracy obtained by our models in the early bird dataset di ers from
the accuracy obtained during training. Consequently, to get a more accurate
estimation of the model's performance, we shifted from 5-fold cross-validation
to 10-fold cross-validation for the training.</p>
      <p>Finally, the use of hyperparameter tuning tools was a crucial step to obtain
positive results during the model construction process.
14. Pedregosa, F., Varoquaux, G., Gramfort, A., Michel, V., Thirion, B., Grisel, O.,
Blondel, M., Prettenhofer, P., Weiss, R., Dubourg, V., Vanderplas, J., Passos, A.,
Cournapeau, D., Brucher, M., Perrot, M., Duchesnay, E.: Scikit-learn: Machine
learning in Python. Journal of Machine Learning Research 12, 2825{2830 (2011)
15. Pizarro, J.: Using N-grams to detect Bots on Twitter. In: Cappellato, L., Ferro,
N., Losada, D., Muller, H. (eds.) CLEF 2019 Labs and Workshops, Notebook
Papers. CEUR Workshop Proceedings, CEUR-WS.org (Sep 2019),
http://ceur-ws.org/Vol-2380/
16. Potthast, M., Gollub, T., Wiegmann, M., Stein, B.: TIRA Integrated Research
Architecture. In: Ferro, N., Peters, C. (eds.) Information Retrieval Evaluation in
a Changing World. Springer (Sep 2019)
17. Rangel, F., Giachanou, A., Ghanem, B., Rosso, P.: Overview of the 8th Author
Pro ling Task at PAN 2020: Pro ling Fake News Spreaders on Twitter. In:
Cappellato, L., Eickho , C., Ferro, N., Neveol, A. (eds.) CLEF 2020 Labs and
Workshops, Notebook Papers. CEUR Workshop Proceedings (Sep 2020),
CEUR-WS.org
18. Rangel, F., Giachanou, A., Ghanem, B., Rosso, P.: Overview of the 8th Author
Pro ling Task at PAN 2020: Pro ling Fake News Spreaders on Twitter. In:
Cappellato, L., Eickho , C., Ferro, N., Neveol, A. (eds.) CLEF 2020 Labs and
Workshops, Notebook Papers. CEUR-WS.org (Sep 2020)
19. Schler, J., Koppel, M., Argamon, S., Pennebaker, J.W.: E ects of age and gender
on blogging. In: AAAI spring symposium: Computational approaches to
analyzing weblogs. vol. 6, pp. 199{205 (2006)
20. Stella, M., Ferrara, E., De Domenico, M.: Bots increase exposure to negative and
in ammatory content in online social systems. Proceedings of the National
Academy of Sciences 115(49), 12435{12440 (2018).
https://doi.org/10.1073/pnas.1803470115,
https://www.pnas.org/content/115/49/12435
21. Tellez, E.S., Miranda-Jimenez, S., Moctezuma, D., Gra , M., Salgado, V.,
Ortiz-Bejar, J.: Gender identi cation through multi-modal tweet analysis using
microtc and bag of visual words. In: Proceedings of the Ninth International
Conference of the CLEF Association (CLEF 2018) (2018)
22. Twitter, Inc.: Q1 2019 Selected Company Metrics and Financials (2019),
https://s22.q4cdn.com/826641620/ les/doc nancials/2019/q1/</p>
      <p>Q1-2019-Selected-Company-Metrics-and-Financials.pdf
23. Yang, K.C., Varol, O., Davis, C.A., Ferrara, E., Flammini, A., Menczer, F.:
Arming the public with arti cial intelligence to counter social bots. Human
Behavior and Emerging Technologies 1(1), 48{61 (2019).
https://doi.org/10.1002/hbe2.115,
https://onlinelibrary.wiley.com/doi/abs/10.1002/hbe2.115</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Basile</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dwyer</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Medvedeva</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rawee</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Haagsma</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nissim</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>N-gram: New groningen author-pro ling model</article-title>
          .
          <source>arXiv preprint arXiv:1707.03764</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Bergstra</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yamins</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cox</surname>
            ,
            <given-names>D.D.</given-names>
          </string-name>
          :
          <article-title>Making a science of model search: Hyperparameter optimization in hundreds of dimensions for vision architectures (</article-title>
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Bessi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferrara</surname>
          </string-name>
          , E.:
          <article-title>Social bots distort the 2016 us presidential election online discussion (</article-title>
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Bevendor</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ghanem</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Giachanou</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kestemont</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manjavacas</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Specht</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stamatatos</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wiegmann</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zangerle</surname>
          </string-name>
          , E.:
          <article-title>Shared tasks on authorship analysis at pan 2020</article-title>
          . In: Jose,
          <string-name>
            <given-names>J.M.</given-names>
            ,
            <surname>Yilmaz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            , Magalha~es, J.,
            <surname>Castells</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Silva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.J.</given-names>
            ,
            <surname>Martins</surname>
          </string-name>
          ,
          <string-name>
            <surname>F</surname>
          </string-name>
          . (eds.) Advances in Information Retrieval. pp.
          <volume>508</volume>
          {
          <fpage>516</fpage>
          . Springer International Publishing,
          <string-name>
            <surname>Cham</surname>
          </string-name>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Bird</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klein</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Loper</surname>
          </string-name>
          , E.:
          <article-title>Natural language processing with Python: analyzing text with the natural language toolkit. "</article-title>
          <string-name>
            <surname>O'Reilly Media</surname>
          </string-name>
          ,
          <source>Inc."</source>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Daneshvar</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Inkpen</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Gender Identi cation in Twitter using N-grams and LSA|Notebook for PAN at CLEF 2018</article-title>
          . In: Cappellato,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Nie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.Y.</given-names>
            ,
            <surname>Soulier</surname>
          </string-name>
          ,
          <string-name>
            <surname>L</surname>
          </string-name>
          . (eds.)
          <article-title>CLEF 2018 Evaluation Labs</article-title>
          and Workshop { Working Notes Papers,
          <volume>10</volume>
          -
          <fpage>14</fpage>
          September, Avignon, France. CEUR Workshop Proceedings, CEUR-WS.
          <source>org (Sep</source>
          <year>2018</year>
          ), http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2125</volume>
          /
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Dickerson</surname>
            ,
            <given-names>J.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kagan</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Subrahmanian</surname>
            ,
            <given-names>V.S.:</given-names>
          </string-name>
          <article-title>Using sentiment to detect bots on twitter: Are humans more opinionated than bots?</article-title>
          <source>In: 2014 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining (ASONAM</source>
          <year>2014</year>
          ). pp.
          <volume>620</volume>
          {
          <issue>627</issue>
          (Aug
          <year>2014</year>
          ). https://doi.org/10.1109/ASONAM.
          <year>2014</year>
          .6921650
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Ghanem</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ponzetto</surname>
            ,
            <given-names>S.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          : Factweet:
          <article-title>Pro ling fake news twitter accounts (</article-title>
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Koppel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Argamon</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shimoni</surname>
            ,
            <given-names>A.R.</given-names>
          </string-name>
          :
          <article-title>Automatically categorizing written texts by author gender</article-title>
          .
          <source>Literary and linguistic computing 17(4)</source>
          ,
          <volume>401</volume>
          {
          <fpage>412</fpage>
          (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Metaxas</surname>
          </string-name>
          , P.T.,
          <string-name>
            <surname>Mustafaraj</surname>
          </string-name>
          , E.:
          <article-title>Social media and the elections</article-title>
          .
          <source>Science</source>
          <volume>338</volume>
          (
          <issue>6106</issue>
          ),
          <volume>472</volume>
          {
          <fpage>473</fpage>
          (
          <year>2012</year>
          ). https://doi.org/10.1126/science.1230456, https://science.sciencemag.org/content/338/6106/472
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Mustafaraj</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Metaxas</surname>
          </string-name>
          , P.T.:
          <article-title>From obscurity to prominence in minutes: Political speech and real-time search (</article-title>
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Pang</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>A sentimental education: Sentiment analysis using subjectivity summarization based on minimum cuts</article-title>
          .
          <source>In: Proceedings of the 42Nd Annual Meeting on Association for Computational Linguistics. ACL '04</source>
          ,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computational Linguistics, Stroudsburg, PA, USA (
          <year>2004</year>
          ). https://doi.org/10.3115/1218955.1218990, https://doi.org/10.3115/1218955.1218990
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Pang</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vaithyanathan</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Thumbs up?: Sentiment classi cation using machine learning techniques</article-title>
          .
          <source>In: Proceedings of the ACL-02 Conference on Empirical Methods in Natural Language Processing -</source>
          Volume
          <volume>10</volume>
          . pp.
          <volume>79</volume>
          {
          <fpage>86</fpage>
          . EMNLP '
          <volume>02</volume>
          ,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computational Linguistics, Stroudsburg, PA, USA (
          <year>2002</year>
          ). https://doi.org/10.3115/1118693.1118704, https://doi.org/10.3115/1118693.1118704
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>