<!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>CLaC-2 at CheckThat! 2024: A Zero-Shot Model for Check-Worthiness and Subjectivity Classification</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Shayne Gruman</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Leila Kosseim</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Computational Linguistics at Concordia (CLaC) Laboratory Department of Computer Science and Software Engineering Concordia University</institution>
          ,
          <addr-line>Montréal, Québec</addr-line>
          ,
          <country country="CA">Canada</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2024</year>
      </pub-date>
      <abstract>
        <p>In this paper, we describe our approach to CLEF 2024 Lab 2 CheckThat! Task 1 (Check-worthiness) and Task 2 (Subjectivity), which aims to evaluate how consistent Large Language Models (LLMs) can distinguish between objective truths worth fact checking and subjective opinions. Our approach was based on prompt engineering utilizing Google's pre-trained LLM Gemini. To optimize performance, we including a random subset of the training data in the input prompt while also augmenting the test data through paraphrasing. We achieved and F1 score of 0.564 for Task 1 and 0.445 for Task 2 which ranked us 24th and 14th respectively. This work contributes to understanding the limitation of LLMs and highlights one of their major pitfalls, subjective reasoning.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Subjectivity Detection</kwd>
        <kwd>Large Language Models (LLM)</kwd>
        <kwd>Prompt Engineering</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Since the dawn of the internet, news sources have become abundant and hence personalized to their
target demographic [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Automated methods to accurately interpret whether a claim is subjective have
been an area of research far many years [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. This paper describes a more modern approach leveraging
LLMs natural language processing capabilities.
      </p>
      <p>
        CLEF-2024 Task 1 [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] challenged participants to develop a model that could binary classify if a
claim is worth fact checking or not 1. This task is inherently objective as the sentence in question will
exclusively contain a verifiable factual claim, or not be worthy of fact checking. Task 1 proposed three
languages, out of which we participated in only English.
      </p>
      <p>
        The CLEF-2024 Task 2 is also a binary classification task aimed at distinguishing whether a sentence
in a news article reflects the author’s subjective opinion or presents objective information 2. Subjectivity
in natural language refers to the aspects of language used to express personal opinions. However, this
task faces an inevitable issue as the perception of subjectivity can be influenced by personal biases [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
Task 2 proposed six languages, out of which we participated in only English.
      </p>
      <p>
        With the recent surge in LLMs, we were motivated to test the subjectivity classification capabilities
of such models. To do so, we used Google’s LLM Gemini because of its access to the information on
Google’s search engine [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
      <p>Section 2 summarizes the data and presents an overview of the English corpus distribution. Section 3
presents an overview of our model’s methodology, while Section 4 describes the outcome of our
approach. Finally, Section 5 analyses the results of our model. The code of the models presented in this
paper is available on GitHub. 3</p>
    </sec>
    <sec id="sec-2">
      <title>2. Background</title>
      <sec id="sec-2-1">
        <title>2.1. Datasets</title>
        <p>
          CLEF 2024 CheckThat! lab proposed 6 shared tasks: Check-worthiness, Subjectivity, Persuasion, Roles,
Authorities, and Adversarial Robustness [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]. This paper describes the system we developed for Task 1
and Task 2 [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ].
        </p>
        <p>
          Organisers of the CLEF CheckThat! Task 1 and Task 2 provided two diferent datasets. The data for
Task 1 was based of on debates and political speeches [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ], whereas in Task 2, it was extracted from
news articles [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ].
        </p>
        <sec id="sec-2-1-1">
          <title>2.1.1. Datasets: Task 1 - Check-worthiness</title>
          <p>CLEF 2024 Task 1 - Check-worthiness ofered datasets in Arabic, Dutch, and English, out of which we
only participated in English. As shown in Table 1, the data set consisted of three features:
1. Sentence ID: A unique identifier for each sentence.
2. Sentence: The sentence itself, which is either worthy of fact checking or not.</p>
          <p>3. Label: A binary label: "No" if a fact check is not necessary, or "Yes" if it is.</p>
          <p>Each instance was extracted from debates and political speeches. The English corpus consisted of a
total of 23,851 instances with 22,851 for training, 1,032 for development and only 318 for testing. As
shown in Table 2, the data sets were not balanced with 76% of the Train set being not worthy of a fact
check versus 24% being worthy of a fact check. The Dev-Test set had a slightly diferent distribution
with 66% being not worthy of a fact check versus 34% being worthy of a fact check.</p>
        </sec>
        <sec id="sec-2-1-2">
          <title>2.1.2. Datasets: Task 2 - Subjectivity</title>
          <p>CLEF 2024 Task 2 - Subjectivity provided datasets in Arabic, Bulgarian, English, German, and Italian,
out of which we participated in only English. As shown in Table 3, the data set consisted of 3 features:
1. Sentence ID: A unique identifier for each sentence.
2. Sentence: The sentence itself, which is either subjective or objective.
3. Label: A binary label, "OBJ" for objective, or "SUBJ" for subjective.</p>
          <p>Each sentence was an objective or subjective extract from a news article. The English corpus
consisted of a total of 1,049 instances.</p>
          <p>As shown in Table 4, the Train set was not balanced with 64% instances from the training set being
objective versus 36% being subjective, whereas the Dev-Test set had a distribution of 61% as objective
39% as subjective.</p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Related Work</title>
        <p>
          LLMs have demonstrated a general ability to understand natural language [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. Vijayan [11] proposed
a solution that leverages LLMs for binary classification. In this experiment, the Sarcasm dataset from
OpenAI evals 4 (created from News Headlines Dataset For Sarcasm Detection) was tested on a multitude
of LLMs [11]. Their result show that gpt-3.5 preformed the best with and F1 score of 0.9, while Cohere
and j2-ulltra preforming worse with F1 scores 0.79 and 0.68 respectively [11].
        </p>
        <p>Each of the LLMs involved in Vijayan experiment was fine tuned to the specific task using EasyLLM
5. The aim of their experiment was to evaluate the performance of the LLMs without changing any
default hyperparameters [11]. Therefore, no hyperparameters were modified.</p>
        <p>In terms of subjectivity detection, previous research has followed two main approaches: lexicon-based
[12], and machine-learning methods (ML)[13]. In the former, researchers use a list of subjective words,
and the frequency of these words determines a document’s subjectivity score. The list of words is
manually compiled and is static. Alternatively, machine-learning methods also rely on the idea that
certain words are inherently subjective, however, these models utilize ML algorithms to dynamically
determine the list of subjective words [14].</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Methodology</title>
      <p>To participate in both Task 1 and Task 2, our approach was based on three key components:</p>
      <p>
        Leveraging LLMs: LLMs provide an extensive understanding of general language patterns as they
are trained on massive data sets. Because of modern processing power and transformers, LLMs are now
able to grasp a larger context window [15]. We used Gemini because of its access to information on
Google’s search engine [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] . Given Gemini’s free API available on Google AI Studio 6, we were able to
perform binary classification on the corpus.
4https://github.com/openai/evals/tree/main/evals/registry/data/sarcasm
5https://www.easyllm.tech/
6https://ai.google.dev/aistudio
      </p>
      <p>Paraphrasing: In an attempt to ensure the LLM has confidence in it’s classification, we asked Gemini
to generate two semantically identical paraphrases of each instance in the test set. The prompt we used
to paraphrase the test set can be seen in Table 5.</p>
      <p>Prompt
"Paraphrase this sentence into two semantically identical sentences &lt;sentence&gt;"</p>
      <p>Prompt Engineering: We engineered the prompt to optimize accuracy by including a random
subset of the training set, the initial test sentence and its two paraphrased test sentences. We asked
Gemini to classify each of these three test sentences: for task 1, as "Yes" or No"; for task 2, as "Objective"
or "Subjective". The final label for the original sentence was determined by a majority vote from the
three sentences (1 original sentence + 2 paraphrased sentences). Additionally, we included a random
subset of 600 training instances in the input prompt to give the model an idea on how to classify the
test sentence. The exact prompts we used can be seen in Table 6 and 7.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Results</title>
      <p>We experimented with three main methods in the development process of the model. Method 1 used
Gemini solely for sentence classification. Method 2 included a random subset of the training set in
the input prompt to feed the model context. To optimize accuracy, the input prompt token limit was
maximized by including 600 random training sentences, along with the test sentence. Method 3 was
an ensemble combining method 2 along with data set augmentation through paraphrasing. Each test
sentence was paraphrased into two additional sentences using Gemini. Classification for method 3
was performed by a majority vote from the original test sentence and its respective two paraphrased
sentences.</p>
      <sec id="sec-4-1">
        <title>4.1. Error Analysis</title>
        <p>With the abundance of biases on the internet, and hence in LLM training sets, it is of utmost priority
that LLM parent corporations take necessary precautions to produce ethical AI. To do so, the model’s
output is often filtered to safeguard against misinformation. This practice is efective yet results in
overly cautious models that do not engage in complex ethical opinions and will inadvertently hinder
the model’s capacity for subjective reasoning. This pitfall is evident in the disparity between results
shown in Table 9.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <p>Many issues come to light when deciphering subjectivity and check-worthiness in text. This paper
describes our approach using Googles pre-trained LLMs, Gemini, which show a significant improvement
in classification when including context in the input prompt. However, dataset augmentation did not
seem to improve results.</p>
      <p>Although our model was able to classify Task 1 with an F1 score of 0.564, the model still struggled on
Task 2 with a F1 score of 0.445. We speculate that Task 1 (check-worthiness classification) is inherently
more objective than Task 2 (subjectivity classification), which would explain the higher scores on Task
1.</p>
      <p>This work is just scratching the surface of LLM intricacies. Future iterations of this project can
implement more concise prompts as well experimenting with other LLMs.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgements</title>
      <p>The authors would like to thank the organisers of the CLEF-2024 CheckThat! shared task and the
anonymous reviewers for their comments on the previous version of this paper.
[11] K. Vijayan, Finetuning Large Language Modles for Binary
Classiifcation, EasyLLM (2023). URL: https://www.easyllm.tech/docs/blog/
ifnetuning-large-language-models-for-binary-classification.html.
[12] B. Liu, Sentiment Analysis and Subjectivity, Handbook of Natural Language Processing (2010). URL:
https://www.researchgate.net/profile/Bing-Liu-120/publication/228667268_Sentiment_analysis_
and_subjectivity/links/5472bbea0cf24bc8ea199f7c/Sentiment-analysis-and-subjectivity.pdf.
[13] A. S. Samaneh Karimi, A language-model-based approach for subjectivity detection , Sage Journals
(2016). URL: https://journals.sagepub.com/doi/10.1177/0165551516641818.
[14] D. M. P. Kushal Dave, Steve Lawrence, Mining the peanut gallery: Opinion extraction and
semantic classification of product reviews, Handbook of Natural Language Processing (2003). URL:
https://dl.acm.org/doi/proceedings/10.1145/775152.
[15] A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A. N. Gomez, Kaiserłukasz, I. Polosukhin,
Attention is all you need, Advances in neural information processing systems 30 (2017). URL:
http://arxiv.org/pdf/2307.06435.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>J.</given-names>
            <surname>Kavanagh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Marcellino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. S.</given-names>
            <surname>Blake</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Smith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Davenport</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Gizaw</surname>
          </string-name>
          ,
          <article-title>News in a Digital Age: Comparing the Presentation of News Information over Time and Across Media Platforms</article-title>
          ,
          <source>Technical Report</source>
          , RAND Corporation, Santa Monica, CA, USA,
          <year>2019</year>
          . URL: https://www.rand.org/ pubs/research_reports/RR2960.html.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>R.</given-names>
            <surname>Ellen</surname>
          </string-name>
          ,
          <article-title>Learning subjective nouns using extraction pattern bootstrapping, in: Proceeings of the Seventh CoNLL conference</article-title>
          , HLT-NAACL, Edmonton, Alberta,
          <year>2003</year>
          . URL: https://aclanthology. org/W03-0404.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>G.</given-names>
            <surname>Faggioli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Galuščáková</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . García Seco de Herrera (Eds.), Working Notes of CLEF 2024 -
          <article-title>Conference and Labs of the Evaluation Forum</article-title>
          ,
          <string-name>
            <surname>CLEF</surname>
          </string-name>
          <year>2024</year>
          , Grenoble, France,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>J.</given-names>
            <surname>Kocoń</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Gruza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Bielaniewicz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Grimling</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Kanclerz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Miłkowski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Kazienko</surname>
          </string-name>
          ,
          <article-title>Learning personal human biases and representations for subjective tasks in natural language processing</article-title>
          ,
          <source>in: 2021 IEEE International Conference on Data Mining (ICDM)</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>1168</fpage>
          -
          <lpage>1173</lpage>
          . doi:
          <volume>10</volume>
          .1109/ ICDM51629.
          <year>2021</year>
          .
          <volume>00140</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>M.</given-names>
            <surname>Imran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Almusharraf</surname>
          </string-name>
          ,
          <article-title>Google gemini as a next generation ai educational tool: A review of emerging educational technology</article-title>
          ,
          <source>Smart Learning Environments</source>
          <volume>11</volume>
          (
          <year>2024</year>
          ). URL: https://doi.org/ 10.1186/s40561-024-00310-z. doi:
          <volume>10</volume>
          .1186/s40561-024-00310-z.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>A.</given-names>
            <surname>Barrón-Cedeño</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Alam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Struß</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Chakraborty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Elsayed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Przybyła</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Caselli</surname>
          </string-name>
          , G. Da San Martino,
          <string-name>
            <given-names>F.</given-names>
            <surname>Haouari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Piskorski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Ruggeri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Song</surname>
          </string-name>
          ,
          <article-title>Overview of the CLEF-2024 CheckThat! Lab: Check-worthiness, subjectivity, persuasion, roles, authorities and adversarial robustness</article-title>
          , in: L.
          <string-name>
            <surname>Goeuriot</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Mulhem</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Quénot</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Schwab</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Soulier</surname>
            ,
            <given-names>G. M.</given-names>
          </string-name>
          <string-name>
            <surname>Di Nunzio</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Galuščáková</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>García Seco de Herrera</surname>
          </string-name>
          , G. Faggioli, N. Ferro (Eds.),
          <source>Experimental IR Meets Multilinguality, Multimodality, and Interaction. Proceedings of the Fifteenth International Conference of the CLEF Association (CLEF</source>
          <year>2024</year>
          ),
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>A.</given-names>
            <surname>Barrón-Cedeño</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Alam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Chakraborty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Elsayed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Przybyła</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Struß</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Haouari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hasanain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Ruggeri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Song</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Suwaileh</surname>
          </string-name>
          ,
          <string-name>
            <surname>The</surname>
            <given-names>CLEF</given-names>
          </string-name>
          -2024 CheckThat! Lab:
          <article-title>Check-worthiness, subjectivity, persuasion, roles, authorities, and adversarial robustness</article-title>
          , in: N.
          <string-name>
            <surname>Goharian</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Tonellotto</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>He</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Lipani</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>McDonald</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Macdonald</surname>
          </string-name>
          , I. Ounis (Eds.),
          <source>Advances in Information Retrieval</source>
          , Springer Nature Switzerland, Cham,
          <year>2024</year>
          , pp.
          <fpage>449</fpage>
          -
          <lpage>458</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>M.</given-names>
            <surname>Hasanain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Suwaileh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Weering</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Caselli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zaghouani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Barrón-Cedeño</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Alam</surname>
          </string-name>
          ,
          <article-title>Overview of the CLEF-2024 CheckThat! lab task 1 on check-worthiness estimation of multigenre content</article-title>
          ,
          <source>in: [3]</source>
          ,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Struß</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Ruggeri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Barrón-Cedeño</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Alam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Dimitrov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Galassi</surname>
          </string-name>
          , G. Pachov,
          <string-name>
            <surname>I. Koychev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Siegel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Wiegand</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hasanain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Suwaileh</surname>
          </string-name>
          , W. Zaghouani,
          <article-title>Overview of the CLEF-2024 CheckThat! lab task 2 on subjectivity in news articles</article-title>
          ,
          <source>in: [3]</source>
          ,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>H.</given-names>
            <surname>Naveed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. U.</given-names>
            <surname>Khan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Qiu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Saqib</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Anwar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Usman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Akhtar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Barnes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Miani</surname>
          </string-name>
          ,
          <article-title>A comprehensive overview of large language models, arXiv preprint (</article-title>
          <year>2023</year>
          ). URL: http://arxiv.org/ pdf/2307.06435.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>