<!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>SemanticCuetSync at CheckThat! 2024: Finding Subjectivity in News Articles using Llama</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ashraful Islam Paran</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Md. Sajjad Hossain</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Symom Hossain Shohan</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jawad Hossain</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Shawly Ahsan</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mohammed Moshiul Hoque</string-name>
          <email>moshiul_240@cuet.ac.bd</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Chittagong University of Engineering and Technology</institution>
          ,
          <addr-line>Chattogram-4349</addr-line>
          ,
          <country country="BD">Bangladesh</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2024</year>
      </pub-date>
      <volume>0</volume>
      <fpage>9</fpage>
      <lpage>12</lpage>
      <abstract>
        <p>This study introduces an LLM-based technique for detecting subjectivity and objectivity in English and Arabic news articles. Although several transformers, deep learning (DL), and machine learning (ML)- based techniques were exploited for the task, the LLM (Llama-3-8b) outperformed other models, obtaining the highest F1-scores of 72.6% (Arabic) and 50.36% (English). The suggested LLM-based solution provides a rank of 4th (Arabic) and 12th (English) in the task competition. The research emphasizes the potential of advanced LLMs like Llama-3-8b in achieving high subjectivity and objectivity detection accuracy, which is essential for applications in media analysis, sentiment analysis, and automated content moderation. This study contributes to developing robust multilingual text classification systems, paving the way for more sophisticated and accurate linguistic analysis tools.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Natural Language Processing</kwd>
        <kwd>Subjectivity</kwd>
        <kwd>Large Language Model (LLM)</kwd>
        <kwd>Llama</kwd>
        <kwd>Objectivity</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>In the era of technology, the internet is a constant source of textual information, including news articles,
social media posts, blogs, and reviews. These texts ofer a diverse range of information, opinions, and
narratives. The ability to distinguish between subjective and objective content, especially in news
articles, is crucial. Subjective text often includes personal opinions, emotions, and biases, significantly
influencing the reader’s perception. Objective text, on the other hand, presents factual and impartial
observations. The automatic classification of text sequences into subjective or objective categories has
wide-ranging applications, including media analysis, sentiment analysis, and information retrieval. This
capability can significantly enhance the quality of information processing and extraction across various
domains, leading to more accurate and reliable results.</p>
      <p>
        How news editorials address political issues may influence individuals with difering ideological
beliefs [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Researchers have proposed a variety of methods to categorize subjective and objective news
articles [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. The majority of these approaches focus on high-resource languages. The
primary challenge in classifying subjectivity and objectivity is addressing language’s intricate and
context-dependent nature. Most of the time, subjective texts incorporate subtle linguistic markers to
convey personal viewpoints. The critical contributions of this work are:
• Investigated the task performance leveraging various ML, DL, transformer, and LLM models
to discover a reasonable solution for classifying Arabic and English news into subjective and
objective categories.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        The rise of yellow journalism has made it more crucial than ever to determine an article’s objectivity or
subjectivity. NLP can be crucial in identifying subjectivity and objectivity in news articles. Annotation
rules to identify if an article is subjective or objective were provided by Antici et al. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. It is possible to
use these ideas in other languages. An Arabic dataset containing several news item types for subjectivity
and sentiment analysis was presented by Abdul-Mageed et al. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Dey et al. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] proposed a
transformerbased approach (XLM-RoBERTa large) to identify subjectivity in news articles. Their model recorded
an F1 score of 0.81 in multilingual datasets. Pachov et al. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] provided an ensemble technique for
detecting subjectivity, which recorded an F1 score of 0.77. AI-generated news from ChatGPT was used
by Shushkevich et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] to balance the dataset, which improved the F1 score by 3% in Italian and 9% in
English by using mBERT. A back translation method in conjunction with a transformer-based solution
(RoBERTa, BERT) was suggested by Tran et al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], which achieved an F1 score of 0.69 in English.
      </p>
      <p>
        Frick et al. [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] proposed to use ChatGPT to detect subjectivity. They used GPT-3.5, and on the
English test dataset, they obtained an F1 score of 0.73. Using GPT-3.5, they obtained F1 values of 0.68
on the German and 0.73 on the English datasets. Furthermore, ChatGPT can be applied in a few-shot
and zero-shot manner to detect subjectivity in news articles [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. This work leverages the LLMs for
classifying texts into objective and subjective.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Dataset and Task Description</title>
      <p>The dataset used in this work includes two classes (SUBJ and OBJ) and features sentences in English
and Arabic. Table 1 illustrates the distribution of train, dev, dev-test, and test sets. We trained all models
using the training set and evaluated the model’s performance based on the test set.</p>
      <p>
        CLEF 2024 - CheckThat! Lab [
        <xref ref-type="bibr" rid="ref14 ref15">14, 15, 16</xref>
        ] consists of six tasks [17, 18, 19, 20, 21]. We participated in
task-2 of this shared task. Task-2 [18] focused on distinguishing whether a sentence from a news article
expresses the subjective view of the author behind it or presents an objective view on the covered topic
instead. Table 2 depicts an example of training data for the diferent languages.
      </p>
    </sec>
    <sec id="sec-4">
      <title>4. System Overview</title>
      <p>The ML techniques employed include linear regression (LR), support vector machine (SVM), multinomial
naive Bayes (MNB), k-nearest neighbors (KNN), and random forest (RF). The DL techniques involved
CNN, CNN+LSTM, and CNN+BiLSTM. Finally, two LLMs are fine-tuned for each language to address
the given task. Figure 1 illustrates the schematic process of subjectivity detection.</p>
      <p>Textual Feature Extraction: Textual feature extraction is a crucial step in natural language
processing, involving converting raw text data into numerical formats. This numerical format helps models
interpret and process textual information. A Count Vectorizer is employed in the ML models explored
in this study. It is a popular method for textual feature extraction that converts text data into a matrix
of token counts. In DL models, tokenization and padding transform raw texts into structured numerical
data. These numerical formats are fed through an embedding layer, which captures more sophisticated
features such as semantic relationships.</p>
      <p>ML Models: This study explores several ML models, including LR, SVM, MNB, KNN, and RF. The
hyperparameter configurations for these models are detailed in Table 3.</p>
      <p>CNN: This study utilizes a CNN model, starting with an embedding layer with an output dimension
of 200. The architecture includes two Conv1D layers, containing 64 and 128 filters, respectively,
employing a kernel size of 2 and ReLU activation. For downsampling, a GlobalMaxPooling1D layer is
used. Following this, a dense layer with 128 units and ReLU activation is added, along with a dropout
layer at a rate of 0.5 to mitigate overfitting. The final output layer consists of a single unit with sigmoid
activation. The model is trained using the ‘binary_crossentropy’ loss function and the ‘Nadam’ optimizer,
with a batch size of 32 over three epochs.</p>
      <p>CNN+LSTM: The CNN-LSTM model implemented in this study shares a similar architecture with
the CNN model but includes an LSTM layer with 64 units and a 0.2 dropout rate for sequence modeling.
Additionally, the dense layer in this design has 64 units and uses the ReLU activation function. The
other hyperparameter settings remain the same as those used in the CNN model.</p>
      <p>CNN+BiLSTM: This model has an architecture similar to the CNN+LSTM model but replaces LSTM
with BiLSTM.</p>
      <p>Transformer-based models: In this study, three transformer-based models were fine-tuned using
the English dataset, while another three were fine-tuned using the Arabic dataset. The models employed
in English were MdeBERTav3 [22], BERT-base-uncased [23], and RoBERTa [24]. Several text
preprocessing measures were implemented to reduce noise in the dataset and concentrate on meaningful
words, including lowercasing, emoji removal, stop word removal, stemming, contraction expansion,
simple spelling correction using Unicode, and HTML tag elimination. For stopword removal, the NLTK
stopwords list was employed.</p>
      <p>MdeBERTav3 is a multilingual BERT-based architecture specifically designed for multilingual tasks.
This model demonstrates superior linguistic comprehension across various languages and performs
excellently in this study. The BERT-base-uncased model, another pre-trained transformer architecture,
has previously shown exceptional performance in various natural language processing (NLP) tasks and
delivered satisfactory results. Finally, RoBERTa, another optimized version of BERT, is used here for
the specified task and obtained comparative results.</p>
      <p>In Arabic tasks, AraBERTv2 [25] is additionally used besides MdeBERTav3 and RoBERTa. AraBERTv2
leverages its prior training on an Arabic dataset and has demonstrated its usefulness in various
natural language processing tasks, such as sentiment analysis, named entity recognition, and question
answering. This model has achieved notable results in the task at hand.</p>
      <p>Table 4 shows the learning rate (LR), weight decay (WD), warmup steps (WS), and epochs (EP) used
for training the large language models.</p>
      <p>Mixtral-7b: In this study, the Mixtral-7b [26] was fine-tuned for subjectivity and objectivity detection
in news articles in both English and Arabic. Mixtral-7b was chosen due to its advanced capabilities
in handling multilingual data. The ability to efectively comprehend and process English and Arabic
texts helped this model perform better in the given task. To achieve the desired results, the model was
trained on labeled datasets in both English and Arabic, which enabled it to discern between subjective
and objective content.</p>
      <p>Llama-3-8b: Llama-3-8b [27], another multilingual large language model, is used in this task.
Llama3-8b is a versatile and practical model for performing multilingual NLP tasks. It demonstrated its
potential to handle complex subjectivity and objectivity detection in English and Arabic.</p>
      <p>Table 5 shows the learning rate (LR), weight decay (WD), warmup steps (WS), max-length, Lora-alpha
(LA), gradient accumulation steps (GAS), and epochs (EP) used for training the large language models.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Results and Analysis</title>
      <p>On English test data, among ML models, SVM emerged as the top-performing model with a precision
of 56.11%, recall of 56.43%, accuracy of 66.12%, macro-F1 score of 56.23%, and SUBJ-F1 score of 35.43%.
Among the DL models, CNN+BiLSTM demonstrated the best performance with a precision of 52.22%,
recall of 51.56%, accuracy of 68.18%, macro-F1 score of 51.11%, and SUBJ-F1 score of 22.22%. In the
transformer category, RoBERTa outperformed others with a precision of 70.01%, recall of 66.61%, an
accuracy of 77.69%, macro-F1 score of 67.82%, and SUBJ-F1 score of 85.64%.</p>
      <p>In the Arabic test data, Llama-3-8b demonstrated the best performance with a precision of 76.96%,
recall of 70.32%, accuracy of 81.61%, macro-F1 score of 72.46%, and SUBJ-F1 score of 56.59%. The
large language models dominated other ML, DL, and transformer-based models in English and Arabic.
Llama-3-8b is the best-performing LLM in both languages.
5.1. Error Analysis
A comprehensive quantitative and qualitative error analysis is conducted to provide detailed insights
into the proposed model’s performance.</p>
      <sec id="sec-5-1">
        <title>Quantitative Analysis</title>
        <p>Figure 2 illustrates the confusion matrix of Llama-3-8b for English and Arabic. Out of 484 English
test cases, the model successfully detects the positive class, with 337 True Positives and 25 False
Positives. This reflects high precision, meaning the model is accurate when predicting ‘SUBJ.’ Moreover,
it correctly identifies many negative instances with 58 True Negatives. However, 64 False Negatives
indicate some positive instances are missed. Overall, the model displays a balanced approach with
significant proficiency in minimizing incorrect positive predictions, leading to a high F1 score for
positive samples.</p>
        <p>In contrast, for 748 Arabic test cases, the model exhibits a diferent pattern in its confusion matrix.
It accurately identifies instances from both classes with 301 True Positives and 102 True Negatives.
However, many False Positives (221) and False Negatives (124) exist. This indicates that while the model
can detect positive instances, it tends to misclassify many negative instances as positive, resulting in
lower precision. Additionally, the high number of False Negatives suggests better recall, emphasizing
the need for improved distinction between the two classes.</p>
      </sec>
      <sec id="sec-5-2">
        <title>Qualitative Analysis</title>
        <p>It is evident that the models accurately predicted the labels for samples 1, 2, and 4, but made errors
with samples 3 and 5. For the third sample, the sentence’s intent is ambiguous, leading to an incorrect
prediction by the model. In the case of the fifth sample, although the sentence is subjective, the model
mislabels it due to the large language models being trained on insuficient Arabic data, and also, the
provided training dataset is small.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusion</title>
      <p>This study evaluated several techniques to detect subjectivity in news articles, including ML, DL,
transformer, and LLMs. Transformer-based solutions score better than ML and DL-based models.
However, Llama-3-8b performed better than all these models, obtaining the highest F1 scores of 72.46%
and 50.36% in Arabic and English, respectively. This study demonstrates how efective LLMs are in
identifying subjectivity in articles. Even with limited resources, such as Arabic, LLMs outperform other
models regarding results. Future improvements can be made using GPT-4, Llama-3-70b, or other LLMs
with significant parameters.
lotto, Y. He, A. Lipani, G. McDonald, C. Macdonald, I. Ounis (Eds.), Advances in Information
Retrieval, Springer Nature Switzerland, Cham, 2024, pp. 449–458.
[16] G. Faggioli, N. Ferro, P. Galuščáková, A. García Seco de Herrera (Eds.), Working Notes of CLEF
2024 - Conference and Labs of the Evaluation Forum, CLEF 2024, Grenoble, France, 2024.
[17] M. Hasanain, R. Suwaileh, S. Weering, C. Li, T. Caselli, W. Zaghouani, A. Barrón-Cedeño, P. Nakov,
F. Alam, Overview of the CLEF-2024 CheckThat! lab task 1 on check-worthiness estimation of
multigenre content, in: [16], 2024.
[18] J. M. Struß, F. Ruggeri, A. Barrón-Cedeño, F. Alam, D. Dimitrov, A. Galassi, G. Pachov, I. Koychev,
P. Nakov, M. Siegel, M. Wiegand, M. Hasanain, R. Suwaileh, W. Zaghouani, Overview of the
CLEF-2024 CheckThat! lab task 2 on subjectivity in news articles, in: [16], 2024.
[19] J. Piskorski, N. Stefanovitch, F. Alam, R. Campos, D. Dimitrov, A. Jorge, S. Pollak, N. Ribin, Z. Fijavž,
M. Hasanain, N. Guimarães, A. F. Pacheco, E. Sartori, P. Silvano, A. V. Zwitter, I. Koychev, N. Yu,
P. Nakov, G. Da San Martino, Overview of the CLEF-2024 CheckThat! lab task 3 on persuasion
techniques, in: [16], 2024.
[20] F. Haouari, T. Elsayed, R. Suwaileh, Overview of the CLEF-2024 CheckThat! Lab Task 5 on Rumor</p>
      <p>Verification using Evidence from Authorities, in: [16], 2024.
[21] P. Przybyła, B. Wu, A. Shvets, Y. Mu, K. C. Sheang, X. Song, H. Saggion, Overview of the
CLEF2024 CheckThat! lab task 6 on robustness of credibility assessment with adversarial examples
(incrediblae), in: [16], 2024.
[22] P. He, J. Gao, W. Chen, Debertav3: Improving deberta using electra-style pre-training with
gradientdisentangled embedding sharing, 2021. arXiv:2111.09543.
[23] J. Devlin, M. Chang, K. Lee, K. Toutanova, BERT: pre-training of deep bidirectional transformers
for language understanding, CoRR abs/1810.04805 (2018). URL: http://arxiv.org/abs/1810.04805.
arXiv:1810.04805.
[24] Y. Liu, M. Ott, N. Goyal, J. Du, M. Joshi, D. Chen, O. Levy, M. Lewis, L. Zettlemoyer, V. Stoyanov,
Roberta: A robustly optimized BERT pretraining approach, CoRR abs/1907.11692 (2019). URL:
http://arxiv.org/abs/1907.11692. arXiv:1907.11692.
[25] W. Antoun, F. Baly, H. Hajj, Arabert: Transformer-based model for arabic language understanding,
arXiv preprint arXiv:2003.00104 (2020).
[26] A. Q. Jiang, A. Sablayrolles, A. Mensch, C. Bamford, D. S. Chaplot, D. de las Casas, F. Bressand,
G. Lengyel, G. Lample, L. Saulnier, L. R. Lavaud, M.-A. Lachaux, P. Stock, T. L. Scao, T. Lavril,
T. Wang, T. Lacroix, W. E. Sayed, Mistral 7b, 2023. arXiv:2310.06825.
[27] H. Touvron, T. Lavril, G. Izacard, X. Martinet, M.-A. Lachaux, T. Lacroix, B. Rozière, N. Goyal,
E. Hambro, F. Azhar, et al., Llama: Open and eficient foundation language models, arXiv preprint
arXiv:2302.13971 (2023).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>R.</given-names>
            <surname>El Baf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wachsmuth</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Al Khatib</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Stein</surname>
          </string-name>
          ,
          <article-title>Analyzing the persuasive efect of style in news editorial argumentation</article-title>
          ,
          <source>Association for Computational Linguistics</source>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>G.</given-names>
            <surname>Pachov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Dimitrov</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Koychev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          , Gpachov at checkthat!
          <year>2023</year>
          <article-title>: a diverse multi-approach ensemble for subjectivity detection in news articles</article-title>
          ,
          <source>arXiv preprint arXiv:2309.06844</source>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>E. V.</given-names>
            <surname>Tunyan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Cao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. Y.</given-names>
            <surname>Ock</surname>
          </string-name>
          ,
          <article-title>Improving subjective bias detection using bidirectional encoder representations from transformers and bidirectional long short-term memory</article-title>
          ,
          <source>International Journal of Cognitive and Language Sciences</source>
          <volume>15</volume>
          (
          <year>2021</year>
          )
          <fpage>329</fpage>
          -
          <lpage>333</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>H.</given-names>
            <surname>Huo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Iwaihara</surname>
          </string-name>
          ,
          <article-title>Utilizing bert pretrained models with various fine-tune methods for subjectivity detection</article-title>
          ,
          <source>in: Web and Big Data: 4th International Joint Conference, APWeb-WAIM</source>
          <year>2020</year>
          , Tianjin, China,
          <source>September 18-20</source>
          ,
          <year>2020</year>
          , Proceedings,
          <source>Part II 4</source>
          , Springer,
          <year>2020</year>
          , pp.
          <fpage>270</fpage>
          -
          <lpage>284</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>I. B.</given-names>
            <surname>Schlicht</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Khellaf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Altiok</surname>
          </string-name>
          , Dwreco at checkthat!
          <year>2023</year>
          <article-title>: enhancing subjectivity detection through style-based data sampling</article-title>
          ,
          <source>arXiv preprint arXiv:2307.03550</source>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>H. T.</given-names>
            <surname>Sadouk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Sebbak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. E.</given-names>
            <surname>Zekiri</surname>
          </string-name>
          , Es-vrai at checkthat! 2023:
          <article-title>Enhancing model performance for subjectivity detection through multilingual data aggregation (</article-title>
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>F.</given-names>
            <surname>Antici</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Galassi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Ruggeri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Korre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Muti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bardi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Fedotova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Barrón-Cedeño</surname>
          </string-name>
          ,
          <article-title>A corpus for sentence-level subjectivity detection on english news articles</article-title>
          ,
          <source>arXiv preprint arXiv:2305.18034</source>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>M.</given-names>
            <surname>Abdul-Mageed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Diab</surname>
          </string-name>
          ,
          <article-title>Subjectivity and sentiment annotation of modern standard arabic newswire</article-title>
          ,
          <source>in: Proceedings of the 5th linguistic annotation workshop</source>
          ,
          <year>2011</year>
          , pp.
          <fpage>110</fpage>
          -
          <lpage>118</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>K.</given-names>
            <surname>Dey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Tarannum</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Hasan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. R. H.</given-names>
            <surname>Noori</surname>
          </string-name>
          , Nn at checkthat!
          <article-title>-2023: Subjectivity in news articles classification with transformer based models</article-title>
          .,
          <source>in: CLEF (Working Notes)</source>
          ,
          <year>2023</year>
          , pp.
          <fpage>318</fpage>
          -
          <lpage>328</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>E.</given-names>
            <surname>Shushkevich</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Cardif</surname>
          </string-name>
          , Tudublin at checkthat! 2023:
          <article-title>Chatgpt for data augmentation</article-title>
          , Working Notes of CLEF (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>S.</given-names>
            <surname>Tran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rodrigues</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Strauss</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Williams</surname>
          </string-name>
          , Accenture at checkthat! 2023:
          <article-title>Impacts of backtranslation on subjectivity detection</article-title>
          , Working Notes of CLEF (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>R. A.</given-names>
            <surname>Frick</surname>
          </string-name>
          , Fraunhofer sit at checkthat!
          <year>2023</year>
          <article-title>: can llms be used for data augmentation &amp; few-shot classification? detecting subjectivity in text using chatgpt</article-title>
          , Working Notes of CLEF (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>M. D. Türkmen</surname>
            , G. Coşgun,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Kutlu</surname>
          </string-name>
          , Tobb etu at checkthat! 2023:
          <article-title>Utilizing chatgpt to detect subjective statements and political bias (</article-title>
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <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>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Suwaileh</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="ref15">
        <mixed-citation>
          [15]
          <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>
          </string-name>
          , N. Tonel-
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>