<!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>Conference and Labs of the Evaluation Forum, September</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Team nlpln at PAN 2024: An Approach to Classifying Conspiratorial and Critical Public Health Narratives With Zero-shot and Sequence Labeling</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Biao Liu</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Zhongyuan Han</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>HaoJie Cao</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Foshan University</institution>
          ,
          <addr-line>Foshan</addr-line>
          ,
          <country country="CN">China</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2024</year>
      </pub-date>
      <volume>0</volume>
      <fpage>9</fpage>
      <lpage>12</lpage>
      <abstract>
        <p>The growing prevalence of conspiracy theories poses significant challenges to content moderation on digital platforms. In our team nlpln, we employ a two-pronged approach to tackle distinct classification tasks related to public health narratives. For the first binary classification task, we utilize a Zero-Shot Learning approach with prompt engineering and Large Language Model (LLM). This method enables the model to diferentiate between critical and conspiratorial narratives without extensive labeled data. For the second token-level classification task, we fine-tune a pretrained BERT-based model to identify and classify key elements in the narratives with the sliding windows technique and sequence Labeling. Our experiments demonstrate results; in subtask1, DeepSeek V2 and Baseline models outperform others in classification tasks across both languages, with notably high MCC values; in subtask2, our model demonstrates higher precision in detecting oppositional narrative elements across both languages, but the baseline model achieves better overall performance with higher Span-F1 scores, indicating a superior balance between precision and recall.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Conspiracy Theories</kwd>
        <kwd>Fine-tune</kwd>
        <kwd>LLM</kwd>
        <kwd>Sequence Labeling</kwd>
        <kwd>Prompt engineering</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Conspiracy theories present intricate narratives attributing significant events to secretive groups [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
With the rise of public health narratives and other major societal events, there is an increasing need
for robust classification methods to diferentiate between critical and conspiratorial content. Existing
research often need to efectively distinguish between critical and conspiratorial thinking, creating a
gap that this study aims to address using advanced machine learning techniques. At PAN 2024, the
track on conspiracy theories has introduced tasks that focus on analyzing texts reflecting oppositional
thinking, distinguishing between conspiracy narratives and critical narratives [
        <xref ref-type="bibr" rid="ref2 ref3">2, 3</xref>
        ].
      </p>
      <p>
        Our approach involves two main tasks. First, a binary classification using Zero-Shot Learning [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]
with prompt engineering allows classification without extensive labeled data. Second, token-level
classification with a fine-tuned BERT model enhances precision and context-aware classification. We
preprocess the dataset to convert character-level comments into word-level tags, ensuring alignment with
predefined categories. Our methods focus on distinguishing between critical and conspiratorial texts
and detecting key elements of oppositional narratives, providing insights into the performance and
reliability of the techniques applied. This paper introduces a robust approach combining Zero-Shot
Learning [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] and BERT fine-tuning to classify public health narratives, addressing both binary and
token-level tasks with promising results.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        Previous research has primarily focused on the binary classification of conspiratorial content, with
notable advancements through domain-specific BERT models [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. However, existing models often
need to distinguish between critical and conspiratorial thinking, a gap this paper seeks to address.
For evaluating the performance of our binary classification models, we use the Matthews Correlation
Coeficient (MCC), which has been identified as a more reliable metric for imbalanced datasets [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
Additionally, recent studies emphasize the role of intergroup conflict in conspiratorial narratives [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ],
highlighting the need for nuanced detection methods.
      </p>
      <p>
        A significant contribution to this field comes from Liu et al., who introduced ConspEmoLLM, an
open-source LLM specifically designed for conspiracy theory analysis. Their work is mainly relevant
to our research as it integrates afective information (sentiment and emotions) into the model, enabling
it to perform diverse tasks related to conspiracy theories [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>
        The researchers explored the detection of COVID-19-related conspiracy theories using a
combination of BERT ensembles, GPT-3 augmentation, and graph neural networks, demonstrating the
advantages of ensemble methods in improving classification accuracy [
        <xref ref-type="bibr" rid="ref10 ref9">9, 10, 11, 12</xref>
        ]. Additionally, Phadke
et al. examined the social factors that contribute to individuals joining conspiracy communities,
highlighting the role of social interactions in the spread of conspiratorial thinking [13].
      </p>
      <p>Recent research has also delved into the sociopsychological processes underlying engagement in
conspiracist communities. Wagner-Egger [14] discussed the mechanisms that drive individuals towards
conspiracy theories, including the dynamics of intergroup conflict and the reinforcement of in-group
versus out-group narratives. This perspective aligns with the findings of Böhm, Rusch, and Baron
[15], who reviewed the psychological theories and measures related to intergroup conflict, providing
a comprehensive understanding of the factors that exacerbate conspiratorial beliefs.</p>
    </sec>
    <sec id="sec-3">
      <title>3. A Zero-Shot Learning Based Method for Distinguishing Between</title>
    </sec>
    <sec id="sec-4">
      <title>Critical and Conspiracy Texts</title>
      <sec id="sec-4-1">
        <title>3.1. Method</title>
        <sec id="sec-4-1-1">
          <title>3.1.1. Zero-Shot Learning</title>
          <p>For the subtask1, we compare our zero-shot learning approach using LLMs with a baseline model. The
baseline model is a fine-tuned BERT classifier, evaluated using the Matthews Correlation Coeficient
(MCC). In a zero-shot setting, our approach utilizes various LLMs, including DeepSeek V2, Gemini 1.5
Pro, ZhiPu, Kimi, Claude3-Opus, and GPT-4o.</p>
          <p>• DeepSeek-V21 is a powerful Mixture-of-Experts (MoE) language model characterized by
economical training and eficient inference. It is comprised of 236 billion total parameters, with 21
billion activated for each token, and supports a context length of 128 thousand tokens.
• Gemini 1.5 Pro2 is a large-scale foundational model developed by Google DeepMind that excels
at performing reasoning tasks using text, images, audio, and video inputs. It boasts an impressive
context window size of up to two million tokens, significantly outperforming its predecessors
on various benchmarks.
• ZhiPu AI3 is a Chinese company specializing in developing large-scale pre-training language
models. Their flagship model, GLM-130B, was the only Asian model to be included in the
Stanford Evaluation in 2022.
• Kimi4 is an AI assistant developed by Moonshot, designed to provide users with a
comprehensive suite of intelligent capabilities, including but not limited to information retrieval, data
1https://www.deepseek.com/
2https://deepmind.google/technologies/gemini/pro/
3https://chatglm.cn/
4https://kimi.moonshot.cn/
analysis, and more. While specific technical details regarding Kimi’s architecture and
capabilities are not widely available, it is positioned as a tool to help users ”see a bigger world” through
its intelligent assistance.
• Claude35 is a highly intelligent model ofered by Anthropic, capable of handling complex
analysis tasks involving multiple steps, higher-order mathematical computations, and coding
challenges. As part of the Claude 3 family, Opus represents the most sophisticated model, providing
superior performance for enterprise use cases at a competitive cost compared to other models in
the market.
• GPT-4o6 introduced by OpenAI, represents a significant advancement in multi-modal
generative AI models. It supports a diverse range of input modalities, including text, audio, and images,
enabling it to produce a corresponding variety of outputs. GPT-4o demonstrates exceptional
performance across various benchmarks, particularly in visual and auditory understanding, setting
new standards for real-time response times that approach human levels of interaction.</p>
        </sec>
        <sec id="sec-4-1-2">
          <title>3.1.2. CoT Methodology</title>
          <p>Chain-of-Thought (CoT) methodology is a prompting technique designed to improve the performance
and accuracy of large language models (LLMs) on complex reasoning tasks by incorporating
intermediate reasoning steps into the input prompts [16]. This approach guides the models to generate detailed
reasoning processes, thus enhancing their problem-solving capabilities.</p>
          <p>In our study, CoT prompts were specifically crafted to break down complex tasks into a series of
coherent small steps, with each step building on the results of the previous one 3.1.2. The
step-bystep reasoning methodology inherent in CoT enables LLMs to capture the essence of problems more
accurately and demonstrate stronger performance and higher reliability on complex issues.</p>
          <p>The CoT prompting process involves several key steps:
1. Read the Text: The model is instructed to carefully read the content in the provided field.
2. Identify Key Themes: It identifies key themes, phrases, or claims that may indicate the nature
of the content.
3. Evaluate Evidence: The model assesses whether the claims made in the text are supported by
credible evidence or are speculative.
4. Determine Category: Based on the evaluation, the model categorizes the text appropriately.
5. Output the Result: The final step involves formatting the response as a JSON object with
relevant fields.</p>
          <p>Input
id: 10415,
text: content</p>
          <p>LLM</p>
          <p>Read the Text
Identify Key
Themes
Evaluate
Evidence
Determine
Category</p>
          <p>Output
id: 10415,
category:conspiracy
5https://www.anthropic.com/claude
6https://openai.com/index/hello-gpt-4o/
Criteria:
You are a professional information reviewer tasked with a binary classification task. You
need to diferentiate between:
Detail: I will provide you with a file in JSON format. You need to analyze the content in the text
ifeld and determine whether it is CRITICAL or CONSPIRACY.
• CRITICAL: Messages that question public health decisions, policies, or actions based on
critique, factual information, or legitimate concerns without promoting a conspiracist
mentality.
• CONSPIRACY: Messages that suggest the pandemic or public health decisions are the
result of a malevolent conspiracy by secret, influential groups, often without credible
evidence.</p>
          <p>Step-by-Step Instructions:
1. Read the Text: Carefully read the content in the text field of each JSON object.
2. Identify Key Themes: Identify key themes, phrases, or claims that may indicate whether
the text is questioning public health decisions or promoting a conspiracy theory.
3. Evaluate Evidence: Assess whether the claims made in the text are backed by credible
evidence or whether they are speculative and lack factual support.
4. Determine Category: Based on your evaluation:
• If the text provides reasoned critique, factual information, or raises legitimate concerns
without promoting a conspiracist mentality, categorize it as CRITICAL.
• If the text suggests the pandemic or public health decisions are the result of a
malevolent conspiracy by secret, influential groups, categorize it as CONSPIRACY.</p>
          <p>5. Output the Result: Format your response as a JSON object with the id and category fields.</p>
          <p>Our LLM-based approach instructs the models to output their classifications in JSON format. The
prompt includes specific instructions for formatting the output as a JSON object with ’id’ and ’category’
ifelds. We then use a Python JSON parser to extract the classification results. In cases where the LLM
output does not conform to the expected JSON structure, we implement error handling to extract the
classification based on keyword matching, defaulting to ’CRITICAL’ if the classification cannot be
reliably determined.</p>
        </sec>
      </sec>
      <sec id="sec-4-2">
        <title>3.2. Results</title>
        <p>For subtask1, distinguishing between critical and conspiracy texts, we evaluated the performance of
several prominent large language models (LLMs) using the Matthews Correlation Coeficient (MCC)
scores, based on the oficial train dataset provided by the PAN 2024 competition organizers consisting
of 4000 gold-standard labels. MCC is a statistical metric ranging from -1 to 1, where 1 indicates perfect
classification, 0 indicates performance no better than random guessing, and -1 indicates total
misclassification. It is particularly efective for assessing the accuracy of classification models on imbalanced
datasets.Each model was assessed using the same dataset to ensure comparability and reliability of the
results. Table 1 presents the MCC scores for the diferent LLMs.</p>
        <p>From Table 1, presents the models evaluated, including DeepSeek V2, Gemini 1.5 Pro, Baseline,
ZhiPu, Kimi, Claude3-Opus, and GPT-4o. Among these, DeepSeek V2 and Baseline stand out with
6The baseline model was evaluated on the test set, while the results presented here for the other models are based solely on
their performance on the training data.
notably high MCC values in both languages: 0.668 for MCC-ES and 0.784 for MCC-EN in DeepSeek
V2, and 0.668 for MCC-ES and 0.796 for MCC-EN in Baseline.While competitive, it lags behind the
leading models with MCC values of 0.509 (MCC-ES) and 0.601 (MCC-EN). Models like ZhiPu, Kimi,
Claude3-Opus, and GPT-4o show moderate MCC values ranging between 0.568 to 0.657 (MCC-ES) and
0.631 to 0.721 (MCC-EN), indicating varied levels of efectiveness in classification tasks compared to
DeepSeek V2 and Baseline.</p>
        <p>The MCC values highlight the varying degrees of efectiveness of diferent models incorporating
zero-shot learning to distinguish between critical and conspiracy texts in Spanish and English. The
baseline model establishes a high benchmark, particularly in English, indicating strong generalization
without additional training. DeepSeek V2 stands out due to its high performance in both languages,
suggesting it could be a preferred model for applications requiring robust zero-shot learning.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>4. A Fine-Tuning Based Method for Detecting Elements of the</title>
    </sec>
    <sec id="sec-6">
      <title>Oppositional Narratives</title>
      <sec id="sec-6-1">
        <title>4.1. Dataset</title>
        <p>
          The dataset for this task consists of two text corpora, one in English and one in Spanish, sourced from
the Telegram platform and related to the COVID-19 pandemic [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] and contains 4000 JSON entries. Each
JSON object includes an id, a text field with a paragraph of text, a category label, and an annotations
array. The text field contains content that can vary widely, but in this case, it includes statements
related to conspiracy theories. The category field classifies the overall nature of the text, while the
annotations array identifies specific segments within the text, marking them with diferent categories
(e.g., NEGATIVE_EFFECT, VICTIM, AGENT). Each annotation specifies the exact span of the text it refers
to, with starting and ending character positions.
        </p>
      </sec>
      <sec id="sec-6-2">
        <title>4.2. Method</title>
        <p>On the one hand, we use a sliding window method to handle the problem of long texts. Due to the input
length limitation of the BERT model, when the text length exceeds the model’s maximum input length,
we split the text into multiple overlapping windows, each not exceeding the maximum input length.
This method ensures that the model can process all textual information while preserving contextual
information across windows. On the other hand, we fine-tune the BERT model to adapt it to specific
tasks. We fine-tune a pre-trained BERT model for token-level classification tasks to identify and classify
key elements within the narratives. We will introduce these two parts separately.</p>
      </sec>
      <sec id="sec-6-3">
        <title>4.3. Sliding Window Method</title>
        <p>Due to the limitation of the maximum input length of the BERT model, we employed a sliding window
method to prevent information loss. When the length of the text exceeds the model’s maximum input
length, we split the text into multiple overlapping windows, each not exceeding the maximum input
length. This method ensures the model can process all textual information while preserving contextual
information across windows. In our implementation of the sliding window method, we used a window
size of 512 tokens with a stride of 256 tokens. This configuration allows for a 50% overlap between
adjacent windows, ensuring that no information is lost at the boundaries. For each window, we perform
token-level classification and then aggregate the results, resolving any conflicts at the overlapping
regions by selecting the prediction with the highest confidence score.
For subtask2, detecting elements of the oppositional narratives, we fine-tune a pretrained BERT-based
model to identify and classify key elements within the narratives. The approach we use involves three
main stages:</p>
        <p>We define a preprocessing function that converts character-level comments into word-level tags.
This function iterates over each text and its annotations, assigning the appropriate "B-" (beginning)
or "I-" (inside) tags to the words based on the character position of the annotations, ensuring that
these tags conform to predefined categories. Any tags that do not fit the predefined categories will be
skipped. The processed word segments and tags are converted to numerical format, where tags are
indexed based on their position in the category list.</p>
      </sec>
      <sec id="sec-6-4">
        <title>4.4. Experiment</title>
        <sec id="sec-6-4-1">
          <title>4.4.1. Data Processing</title>
          <p>To balance the dataset, we split it into training and test sets, using 70% of the data for training and 30%
for testing.</p>
          <p>The dataset used for this study was loaded from a JSON file, which contained textual data along
with corresponding annotations. Each entry in the dataset includes a text field and an annotations
ifeld. The annotations field comprises a list of entities, each defined by a start character, end character,
and category label.</p>
          <p>Category
AGENT</p>
          <p>FACILITATOR</p>
          <p>VICTIM</p>
          <p>CAMPAIGNER</p>
          <p>OBJECTIVE</p>
          <p>NEGATIVE_EFFECT
4.4.2. Results
In the task of detecting elements of oppositional narratives, we evaluated the models’ performance on
English (EN) and Spanish (ES) corpora using Span-P, Span-R and Span-F1 metrics.</p>
          <p>From Table 2 presents there performance metrics for detecting elements of oppositional narratives
using fine-tuned BERT models on English (EN) and Spanish (ES) corpora. It compares our model
against the baseline model, Baseline-BETO. For the English corpus, our model achieves a Span-P of
0.527, surpassing the baseline’s 0.468, indicating higher precision. However, the baseline model
performs better in Span-F1 with a score of 0.532 compared to our model’s 0.334, suggesting it balances
precision and recall more efectively.</p>
          <p>In the Spanish corpus, our model also shows superior precision with a Span-P of 0.517 against the
baseline’s 0.453. Nevertheless, the baseline model achieves a slightly higher Span-F1 score (0.49 versus
0.467), demonstrating better overall performance in balancing precision and recall.</p>
          <p>The detailed analysis reveals several key points about the models’ performance. First, our model
demonstrates higher precision across both languages, indicating it is more accurate in identifying
elements of oppositional narratives. However, the considerably lower Span-F1 scores highlight a
substantial issue with recall. The baseline model, on the other hand, maintains a better balance between
precision and recall, as reflected in its higher Span-F1 scores. This suggests that while our model can
make precise predictions, it fails to capture as many relevant instances, reducing its overall
efectiveness.</p>
          <p>Overall, Our Model is more precise in detecting elements of oppositional narratives, with a lower
false positive rate. On the other hand, the Baseline-BETO model maintains a better balance between
precision and recall, especially in the English corpus. This suggests that diferent models may have
distinct advantages depending on the application context. If the task prioritizes precision, Our Model
is more suitable; however, for a balanced performance, the Baseline-BETO model might be the better
choice.
6The data for the evaluation results comes from the test data</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>5. Conclusion</title>
      <p>This study aimed to develop NLP models that distinguish between critical and conspiratorial texts and
identify key elements of oppositional narratives. Our approach combined Zero-Shot Learning with
BERT fine-tuning to address the binary and token-level classification tasks, respectively.</p>
      <p>Several limitations still need to be addressed in our current work. First, the reliance on Zero-Shot
Learning may introduce variability in performance depending on the quality of prompt engineering.
Second, while our fine-tuning process has shown promising results, there is a need to investigate the
impact of diferent preprocessing techniques and model configurations on the final outcomes. Another
open question is how well our models handle evolving narratives, especially as new conspiracy theories
and public health critiques emerge. Addressing these limitations and questions will be crucial for
advancing the efectiveness and reliability of our classification approach.</p>
    </sec>
    <sec id="sec-8">
      <title>Acknowledgments</title>
      <p>This work is supported by the Social Science Foundation of Guangdong Province, China (No.GD24CZY02)
[11] Y. Peskine, P. Papotti, R. Troncy, Detection of covid-19-related conpiracy theories in tweets using
transformer-based models and node embedding techniques, 2023.
[12] Y. Peskine, D. Korenčić, I. Grubišić, P. Papotti, R. Troncy, P. Rosso, Definitions matter: Guiding
gpt for multi-label classification, in: Findings of the Association for Computational Linguistics:
EMNLP 2023, Association for Computational Linguistics, 2023, pp. 4054–4063.
[13] S. Phadke, M. Samory, T. Mitra, What makes people join conspiracy communities? role of social
factors in conspiracy engagement, Proceedings of the ACM on Human-Computer Interaction 4
(2021) 223:1–223:30.
[14] P. Wagner-Egger, A. Bangerter, S. Delouvée, S. Dieguez, Awake together: Sociopsychological
processes of engagement in conspiracist communities, Current Opinion in Psychology 47 (2022)
101417.
[15] R. Böhm, H. Rusch, J. Baron, The psychology of intergroup conflict: A review of theories and
measures, Journal of Economic Behavior Organization 178 (2020) 947–962.
[16] J. Wei, X. Wang, D. Schuurmans, M. Bosma, B. Ichter, F. Xia, E. Chi, Q. Le, D. Zhou,
Chain-ofthought prompting elicits reasoning in large language models (2022). arXiv:2201.11903.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>K. M. Douglas</surname>
            ,
            <given-names>R. M.</given-names>
          </string-name>
          <string-name>
            <surname>Sutton</surname>
          </string-name>
          ,
          <article-title>What are conspiracy theories? a definitional approach to their correlates, consequences, and communication</article-title>
          ,
          <source>Annual Review of Psychology</source>
          <volume>74</volume>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>D.</given-names>
            <surname>Korenčić</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Chulvi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X. Bonet</given-names>
            <surname>Casals</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Taulé</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Rangel</surname>
          </string-name>
          ,
          <article-title>Overview of the oppositional thinking analysis pan task at clef 2024</article-title>
          , in: G. Faggioli,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Galuscakova</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . García Seco de Herrera (Eds.),
          <source>Working Notes of CLEF 2024-Conference and Labs of the Evaluation Forum</source>
          ,
          <year>2024</year>
          . URL: https://doi.org/10.5281/zenodo.10680586.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <article-title>[3] Overview of PAN 2024: Multi-Author Writing Style Analysis, Multilingual Text Detoxification, Oppositional Thinking Analysis</article-title>
          , and
          <string-name>
            <surname>Generative AI Authorship Verification - Condensed Lab Overview</surname>
          </string-name>
          ,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Luo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. P.</given-names>
            <surname>Lim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.-Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <surname>Q. M. J. Wu</surname>
          </string-name>
          ,
          <article-title>Zero-shot learning - the good, the bad and the ugly</article-title>
          , arXiv preprint arXiv:
          <year>2011</year>
          .
          <volume>08641</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>Giachanou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Ghanem</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          ,
          <article-title>Detection of conspiracy propagators using psycho-linguistic characteristics</article-title>
          ,
          <source>Journal of Information Science</source>
          <volume>49</volume>
          (
          <year>2023</year>
          )
          <fpage>3</fpage>
          -
          <lpage>17</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>D.</given-names>
            <surname>Chicco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Tötsch</surname>
          </string-name>
          ,
          <string-name>
            <surname>G. Jurman,</surname>
          </string-name>
          <article-title>The matthews correlation coeficient (MCC) is more reliable than balanced accuracy, bookmaker informedness, and markedness in two-class confusion matrix evaluation</article-title>
          ,
          <source>BioData Mining</source>
          <volume>14</volume>
          (
          <year>2021</year>
          )
          <fpage>13</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>R.</given-names>
            <surname>Böhm</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Rusch</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. Baron,</surname>
          </string-name>
          <article-title>The psychology of intergroup conflict: A review of theories and measures</article-title>
          ,
          <source>Journal of Economic Behavior &amp; Organization</source>
          <volume>178</volume>
          (
          <year>2020</year>
          )
          <fpage>947</fpage>
          -
          <lpage>962</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Zhiwei</given-names>
            <surname>Liu</surname>
          </string-name>
          and Boyang Liu and
          <string-name>
            <given-names>Kailai</given-names>
            <surname>Yang</surname>
          </string-name>
          , Paul Thompson and Sophia Ananiadou, Computer science the university of manchester, manchester, united kingdom, mailto:zhiwei.liu-2@ postgrad.manchester.ac.uk,boyang.liu-2@postgrad.manchester.ac.uk,kailai.yang@postgrad. manchester.ac.uk,paul.thompson@manchester.ac.uk,sophia.ananiadou@manchester.ac.uk, ???? Accessed:
          <fpage>2023</fpage>
          -11-09.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Peskine</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Korenčić</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Grubisic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Papotti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Troncy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          ,
          <article-title>Definitions matter: Guiding GPT for multi-label classification, in: Findings of the Association for Computational Linguistics: EMNLP 2023, Association for Computational Linguistics</article-title>
          , Singapore,
          <year>2023</year>
          , pp.
          <fpage>4054</fpage>
          -
          <lpage>4063</lpage>
          . URL: https://doi.org/10.18653/v1/
          <year>2023</year>
          .findings-emnlp.
          <volume>267</volume>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <year>2023</year>
          . findings- emnlp.267.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Peskine</surname>
          </string-name>
          , G. Alfarano,
          <string-name>
            <surname>I. Harrando</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Papotti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Troncy</surname>
          </string-name>
          , Detecting covid-19-related conspiracy theories in tweets,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>