<!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>
      <journal-title-group>
        <journal-title>International Journal of Advanced Computer
for multi</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.18653/v1/2021.n</article-id>
      <title-group>
        <article-title>sCambiaMenti at ACTI: Ensemble model with majority voting for Automatic Conspiracy Detection</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Selene Bianco</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Daniela Salusso</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>AizoOn Consulting S.r.l</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Turin</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <volume>2</volume>
      <fpage>7</fpage>
      <lpage>9</lpage>
      <abstract>
        <p>English. In this paper we describe the methodology that we have implemented to solve the subtask A of the Automatic Conspiracy Detection (ACTI) task (EVALITA 2023). We have developed diferent classifiers and then used a majority voting approach to obtain the final prediction. The implemented classifiers can be distinguished into three diferent types: Machine Learning models trained on a document-term matrix (Support Vector Machines, Random Forest and Multinomial Näive Bayes), Neural Network models trained on the text sequences (Long Short Term Memory), and Machine Learning models trained on a set of linguistic features derived from the text. While the single models were prone to overfitting, the classification obtained with the voting approach appears to be more stable and showed an adequate performance on the oficial test set of the contest. Italian. In questo articolo descriviamo la metodologia implementata per risolvere il subtask A del task Automatic Conspiracy Detection (ACTI) task (EVALITA 2023). Abbiamo sviluppato diversi classificatori, per poi ottenere una classificazione finale tramite un meccanismo di voto a maggioranza. I classificatori implementati possono essere distinti in tre gruppi: modelli di tipo Machine Learning allenati su una rappresentazione documento-termine del testo (Support Vector Machines, Random Forest and Multinomial Näive Bayes), modelli di tipo Neural Network allenati sulle sequenze di testo (Long Short Term Memory) e modelli di tipo Machine Learning allenati su un insieme di caratteristiche linguistiche ricavate dal testo. Mentre i singoli modelli sono molto suscettibili all'overfitting, la classificazione ottenuta con il meccanismo di voto sembra essere più stabile ed ha mostrato una performance adeguata sul test set uficiale del contest.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Conspiracy Theory</kwd>
        <kwd>Content Moderation</kwd>
        <kwd>Large Language Models</kwd>
        <kwd>Computational Social Science</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <sec id="sec-1-1">
        <title>Moreover, Artificial Neural Network (ANN) models</title>
        <p>
          does not only consider the presence of single words, but
With the proliferation of misinformation across multi- they are also able to estimate patterns and relationships
ple platforms and channels, detecting conspiracy theo- among sequences of tokens in a sentence.
ries and fake news has become a crucial task to ensure ML classifiers can also be trained on sets of linguistic
public safety and preserve democratic discourse. There features that can be predominantly present in fake
conhave been eforts to develop Natural Language Process- tent [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]. In literature, conspiratorial texts tends to display
ing (NLP) techniques to identify whether a given text some particular linguistic properties [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] like both
shortcontains fake news content [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] or not. The Automatic est and longest sentence, higher volume of punctuation
Conspiracy Theory Identification (ACTI) [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] task A in marks, more frequent use of exclamation and question
the EVALITA 2023 competition [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] aims to investigate marks, a prominent use of adverbs [
          <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
          ], predicative and
diferent approaches to detect conspiracy theories from attribute adjectives [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ], capitalization and interjections
messages shared in platforms with lax moderation poli- [
          <xref ref-type="bibr" rid="ref8">8, 9</xref>
          ]. Emoji also seems to be more popular within fake
cies (like Telegram, 4chan, and Parler). news compared to true news [10], since they are used
        </p>
        <p>Diferent kinds of models are able to capture difer- to increase persuasiveness of electronic communication
ent aspects of a text and define suitable predictors for [11].
conspiracy messages. Fake news corpus also tends to display also
grammati</p>
        <p>
          Machine Learning (ML) models based on a matrix rep- cal mistakes and inconsistencies, problems with sentence
resentation of terms in documents (document-term ma- structure and an incorrect use of punctuation [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ].
Howtrix) only "understand" which terms are used in a sen- ever, these latter features are more likely to be detected
tence. Therefore, they are not able to capture all features by a qualitative rather than quantitative analysis.
that can characterize a conspiratorial text.
Moderation of Fringe Communities. Recently,
moderation of online fringe communities has become a
pressing concern for mainstream platforms. Numerous works
focused on the the eficacy of “deplatforming” these on- radial basis function (rbf), Random Forest (RF) with
maxline communities [12, 13] as a way to limit the spread- imum depth equal to 50 and Multinomial Näive Bayes
ing of toxic ideas on mainstream platforms. However, (MNB).
when content moderation policies are applied users often In order to fit ML models, the training data has to be
migrate to alternative fringe platforms, sometimes cre- preprocessed and returned in the form of a
documentated exclusively to host the banned community [14, 15]. term matrix. After cleaning the text from punctuation
Banning, in that context, would not only strengthen and stopwords, we tried to fit each model both on
lemthe infrastructure hosting these fringe platforms [12] matized and original tokens, once with only words and
but allow these communities to become more toxic else- another with emoji too.
where [16]. Indeed, such moderation policies do not
avoid these fringe communities to grow and spread mis- 3.2. ANN model
information, for instance, about conspiratorial content.
        </p>
        <p>Therefore developing automated models to identify the The ANN model implemented is a Long Short-Term
Memspreading of such dangerous ideas is of the utmost im- ory (LSTM) with the structure as described in table 1.
portance.</p>
        <sec id="sec-1-1-1">
          <title>3.3. ML model based on syntactical features</title>
          <p>Automated Methods for Identification of Toxic
Content. Recent advances of natural language processing
[17, 18, 19, 20] provides tools to address questions re- The latter model is trained on a set of syntactical features
lated to the identification of troublesome content online. that have been extracted from the texts. The defined
feaClearly traditional methods utilizing surface level fea- tures were: the number of tokens and the percentages of
tures [21, 22] have opened the path to automatic detec- punctuation, emoji, uppercase words, adjectives, adverbs,
tion of hate speech and fake news. Word embeddings and interjections in the text. All the percentages had as
[23] and recurrent neural networks [24, 25] significantly denominators the sum of the number of tokens,
punctuaincreased the prediction abilities of models to identify tion signs, and emoji. The emoji were identified in the
troublesome content. Finally, more recent systems based text with the emoji library. The Italian flag emoji was not
on transformers architectures [17, 18] have improved recognized which this library and then identified in a
secprediction accuracy among numerous tasks in diferent ond step. The Part Of Speech (POS) tagging used to count
ifelds spanning from politics [ 26, 27], conflict prediction the number of adjectives, adverbs and interjections was
[28], and, of course, hate speech detection [29, 30, 31]. performed with the Spacy’s pipeline "it_core_news_sm".</p>
          <p>We have also tried to identify the percentage of
misspelled words with the phunspell library. However, the
3. Description of the System result was not entirely accurate and we decided to discard
this feature for this reason.</p>
          <p>We have first tested the significance of each feature
with a probit logistic regression model and then used
the significant ones as predictors in a RF model with
maximum depth equal to 13.</p>
          <p>In order to evaluate diferent aspects of the text,
diferent models have to been tested on a training-validation
(70%-30%) split on the labeled training dataset. Since
its dimension for task A is 1842 records, models shown
a high tendency to overfit. Once the more performing
models and their parameters were selected, the final
models were trained again on the entire training set in order 4. Results and Discussion
to predict labels on the test set (460 records).</p>
          <p>In order to limit this problem and build a more sta- The syntactical features used in the RF model are the
ble system, we have defined a voting ensemble machine ones that were significant in the logistic model (see table
learning model combining the predictions from diferent 2).
models able to capture diferent features from the text.</p>
          <p>Therefore, the final ensemble classification represents
the majority voting of the single predictions from each
model.</p>
        </sec>
        <sec id="sec-1-1-2">
          <title>3.1. ML models</title>
        </sec>
      </sec>
      <sec id="sec-1-2">
        <title>Several ML models have been tested. The ones that per</title>
        <p>
          formed better and have been selected as part of the
voting approach were: Support Vector Machines (SVM) with
The logistic regression showed that a rise in the
number of tokens and the proportion of punctuation and of
uppercase words in the text is slightly increasing the
probability of the text being of conspiracy type. These
associations were in line with what was found in the
literature [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]. On the contrary, the negative association of
the proportion of emojis [10], adjectives [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ], adverbs [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]
and interjections [9] seems to be in contrast with what
previously found for fake news in the English language.
        </p>
      </sec>
      <sec id="sec-1-3">
        <title>Fitting the model on the text containing the emojis</title>
        <p>does not seem to give better results than fitting the model
on the text alone. SVM and MNB models gave better
results with the original tokens, while RF works better
with lemmatized tokens. On the train-validation split,
RF and SVM obtained higher precisions, whereas MNB
higher recall.</p>
        <p>The LSTM model was highly prone to overfitting
starting from the second epoch. The f-1 scores of the tested
models on the final test set are reported in table 3.</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>Limitations and further developments</title>
      <sec id="sec-2-1">
        <title>Although multilingual frameworks for fake news detection are starting to be developed, a significant eficiency gap in modeling exists between English and languages other than English [32].</title>
        <p>The model based on linguistic features should be
improved by further detailing of the POS categories
(adjectives, adverbs and interjections) in subcategories to
better identify key predictors for fake news. A deeper
analysis should be performed on emojis too, since they
are known to play a role in the spread of misinformation
by appealing to emotions [10]. The proportion of emojis
in the text seems to be associated with an increased
probability of the text not being of conspiracy type probably
because emoji can express diferent kinds of feelings and
should be divided into subtypes too.</p>
        <p>Moreover, explainable AI (XAI) techniques could be
further identified to underline specific tokens or other
elements in the text influencing the model to classify a
text as conspiracy or not.</p>
        <p>The corpus provided for the ACTI task would have
benefited from a data augmentation technique [ 33] or an
integration from other corpora. However, we have not
worked on this side, nor tested techniques of bootstrap
or boosting. In addition, we have not tried to use more
sophisticated models like the ones exploiting attention
mechanism, both because of the size of the training set
and because the fine-tuning of large language models
would have required large GPU resources.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Ethics Statement</title>
      <p>As we explore the potential benefits and limitations of
using artificial intelligence (AI) to detect and categorize
online conspiracy theories, it is important to consider
the broader implications and risks involved in this area
of research. While AI holds great promise for helping us
better understand the spread of misinformation online
and assist human moderators in identifying problematic
content, it must not be deployed without considering its
limitations in terms of accuracy of the results. Moreover,
we need to remember that models trained on textual data
can be potentially at risk of privacy leakage by adversarial
attacks [34].
Model
RF
MNB
SVM rbf
LSTM
RF with linguistic features
Majority voting</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>R.</given-names>
            <surname>Oshikawa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Qian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <article-title>A survey on natural language processing for fake news detection</article-title>
          ,
          <source>in: Proceedings of the Twelfth Language Resources and Evaluation Conference</source>
          , European Language Resources Association, Marseille, France,
          <year>2020</year>
          , pp.
          <fpage>6086</fpage>
          -
          <lpage>6093</lpage>
          . URL: https://aclanthology.org/
          <year>2020</year>
          .lrec URL: https://aclanthology.org/
          <year>2022</year>
          .coling-
          <volume>1</volume>
          .
          <fpage>573</fpage>
          . -
          <lpage>1</lpage>
          .
          <fpage>747</fpage>
          . [9]
          <string-name>
            <given-names>H.</given-names>
            <surname>Allcott</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Gentzkow</surname>
          </string-name>
          ,
          <article-title>Social media</article-title>
          and fake
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>G.</given-names>
            <surname>Russo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Stoehr</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. H.</given-names>
            <surname>Ribeiro</surname>
          </string-name>
          ,
          <article-title>Acti at evalita news in the 2016 election</article-title>
          ,
          <source>Journal of Economic</source>
          <year>2023</year>
          :
          <article-title>Overview of the conspiracy theory identifica-</article-title>
          <source>Perspectives</source>
          <volume>31</volume>
          (
          <year>2017</year>
          )
          <fpage>211</fpage>
          -
          <lpage>36</lpage>
          . URL: https://ww tion task,
          <year>2023</year>
          . arXiv:
          <volume>2307</volume>
          .06954. w.aeaweb.org/articles?id=
          <volume>10</volume>
          .1257/jep.31.2.211.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>M.</given-names>
            <surname>Lai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Menini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Polignano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Russo</surname>
          </string-name>
          , R. Sprug- doi:10.1257/jep.31.2.211. noli, G. Venturi,
          <year>Evalita 2023</year>
          :
          <article-title>Overview of the 8th</article-title>
          [10]
          <string-name>
            <given-names>S.</given-names>
            <surname>Suntwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Brandimarte</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. A.</given-names>
            <surname>Brown</surname>
          </string-name>
          ,
          <article-title>Underevaluation campaign of natural language process- standing the role of nonverbal tokens in the spread ing and speech tools for italian</article-title>
          ,
          <source>in: Proceedings of online information, Proceedings of the 56th of the Eighth Evaluation Campaign of Natural Lan- Hawaii International Conference on System Sciguage Processing and Speech Tools for Italian. Final ences</source>
          (
          <year>2023</year>
          )
          <fpage>5484</fpage>
          -
          <lpage>5493</lpage>
          . URL: https://hdl.handle.
          <source>n Workshop (EVALITA</source>
          <year>2023</year>
          ), CEUR.org, Parma, Italy, et/10125/103303.
          <year>2023</year>
          . [11]
          <string-name>
            <given-names>T.</given-names>
            <surname>Maiberger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Schindler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Koschate-Fischer</surname>
          </string-name>
          ,
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>V.</given-names>
            <surname>Pérez-Rosas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Kleinberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lefevre</surname>
          </string-name>
          ,
          <string-name>
            <surname>R.</surname>
          </string-name>
          <article-title>Mihal- Let's face it: When and how facial emojis increase cea, Automatic detection of fake news, in: Pro- the persuasiveness of electronic word of mouth</article-title>
          ,
          <source>ceedings of the 27th International Conference on Journal of the Academy of Marketing Science</source>
          (
          <year>2023</year>
          ). Computational Linguistics, Association for Com- doi:10.1007/s11747-023-00932-8. putational Linguistics, Santa Fe, New Mexico, USA, [12]
          <string-name>
            <given-names>E.</given-names>
            <surname>Zuckerman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Rajendra-Nicolucci</surname>
          </string-name>
          ,
          <year>Deplatform2018</year>
          , pp.
          <fpage>3391</fpage>
          -
          <lpage>3401</lpage>
          . URL: https://aclanthology.org
          <article-title>ing our way to the alt-tech ecosystem</article-title>
          , Knight First /
          <fpage>C18</fpage>
          -1287. Amendment Institute at Columbia University, Jan-
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>R.</given-names>
            <surname>Sousa-Silva</surname>
          </string-name>
          ,
          <article-title>Fighting the fake: A forensic linguis</article-title>
          - uary
          <volume>11</volume>
          (
          <year>2021</year>
          ).
          <article-title>tic analysis to fake news detection</article-title>
          , International [13]
          <string-name>
            <given-names>G.</given-names>
            <surname>Russo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Verginer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. H.</given-names>
            <surname>Ribeiro</surname>
          </string-name>
          , G. Casiraghi,
          <article-title>Journal for the Semiotics of Law - Revue interna- Spillover of antisocial behavior from fringe plattionale de Sémiotique juridique 35 (</article-title>
          <year>2022</year>
          ) 2409
          <article-title>- forms: The unintended consequences of commu2433</article-title>
          .
          <source>doi:10.1145/322234</source>
          .322243. nity banning,
          <source>in: Proceedings of the International</source>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>H.</given-names>
            <surname>Rashkin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Choi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. Y.</given-names>
            <surname>Jang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Volkova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Choi</surname>
          </string-name>
          ,
          <source>AAAI Conference on Web and Social Media, volTruth of varying shades: Analyzing language in ume 17</source>
          ,
          <year>2023</year>
          , pp.
          <fpage>742</fpage>
          -
          <lpage>753</lpage>
          .
          <article-title>fake news and political fact-checking</article-title>
          , in: Proceed- [14]
          <string-name>
            <given-names>C.</given-names>
            <surname>Dewey</surname>
          </string-name>
          , Washington Post -
          <article-title>These are the 5 subings of the 2017 Conference on Empirical Methods reddits Reddit banned under its game-changing in Natural Language Processing, Association for anti-harassment policy, and why it banned them</article-title>
          ,
          <source>Computational Linguistics</source>
          , Copenhagen, Denmark, https://wapo.st/3AO7pbl,
          <year>2016</year>
          .
          <year>2017</year>
          , pp.
          <fpage>2931</fpage>
          -
          <lpage>2937</lpage>
          . URL: https://aclanthology.org [15]
          <string-name>
            <given-names>G.</given-names>
            <surname>Russo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. Horta</given-names>
            <surname>Ribeiro</surname>
          </string-name>
          , G. Casiraghi, /
          <fpage>D17</fpage>
          -1317. doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>D17</fpage>
          -1317. L.
          <string-name>
            <surname>Verginer</surname>
          </string-name>
          , Understanding online migration
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J.</given-names>
            <surname>Grieve</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Woodfield</surname>
          </string-name>
          ,
          <article-title>The Language of Fake News, decisions following the banning of radical Elements in Forensic Linguistics</article-title>
          , Cambridge Uni- communities, in
          <source>: Proceedings of the 15th versity Press</source>
          ,
          <year>2023</year>
          . doi:
          <volume>10</volume>
          .1017/978100934916 ACM Web Science Conference 2023,
          <article-title>WebSci 1</article-title>
          . '23,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery,
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>A.</given-names>
            <surname>Aich</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Bhattacharya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Parde</surname>
          </string-name>
          , Demystifying New York, NY, USA,
          <year>2023</year>
          , p.
          <fpage>251</fpage>
          -
          <lpage>259</lpage>
          . URL:
          <article-title>neural fake news via linguistic feature-based inter- h t t p s : / / d o i</article-title>
          .
          <source>o r g / 1 0 . 1 1</source>
          <volume>4 5 / 3 5 7 8 5 0 3 . 3 5 8 3 6 0 8</volume>
          . pretation,
          <source>in: Proceedings of the 29th International doi:10.1145/3578503</source>
          .3583608. Conference on Computational Linguistics, Inter- [16]
          <string-name>
            <given-names>M.</given-names>
            <surname>Horta Ribeiro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Jhaver</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zannettou</surname>
          </string-name>
          , J.
          <source>Blacknational Committee on Computational Linguistics</source>
          , burn, G. Stringhini, E. De Cristofaro,
          <string-name>
            <given-names>R.</given-names>
            <surname>West</surname>
          </string-name>
          , Do Gyeongju,
          <source>Republic of Korea</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>6586</fpage>
          -
          <lpage>6599</lpage>
          .
          <article-title>platform migrations compromise content moder-</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>