<!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>SSN-NLP at CheckThat! 2024: From Feature-based Algorithms to Transformers: A Study on Detecting Subjectivity</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Pooja Premnath</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Pranav Vaithiya Subramani</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nilu R. Salim</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Bharathi B</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science and Engineering, Sri Sivasubramaniya Nadar College of Engineering</institution>
          ,
          <addr-line>Chennai - 603110, Tamil Nadu</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2024</year>
      </pub-date>
      <volume>0</volume>
      <fpage>9</fpage>
      <lpage>12</lpage>
      <abstract>
        <p>Identifying subjective language in news articles is crucial for tasks like sentiment analysis and bias detection. However, traditional machine learning methods often struggle with the nuances of human language in this context. This study investigates the efectiveness of various techniques for subjectivity detection in news articles. We compare traditional machine learning models like KNN and Random Forests with recurrent neural networks (LSTMs and GRUs) and transformer models. Our work for Task 2 of the CheckThat! Lab at CLEF 2024 aims to improve subjectivity detection accuracy by harnessing the power of pre-trained models. We ranked third on the leaderboard with our submission of a RoBERTa model with additional POS tag features, achieving a macro-F1 score of 0.71 for the English sub-task.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Natural Language Processing</kwd>
        <kwd>Subjectivity detection</kwd>
        <kwd>Transformers</kwd>
        <kwd>CEUR-WS</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Task 2 of the CheckThat! Lab at CLEF 2024 [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] requires the development of systems to distinguish
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 [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. This is a binary classification task in which
systems have to identify whether a text sequence is subjective or objective. Systems for subjectivity
detection in the context of political bias must aim to accurately discern the underlying tone and
intention of textual content. They should be designed to recognize linguistic cues, sentiment indicators,
and contextual nuances that signify subjective viewpoints or objectivity in news reporting. Efective
subjectivity detection systems should also be able to diferentiate between facts, opinions, and emotional
expressions, considering the potential influence of language patterns and rhetorical strategies used in
political discourse [4].
      </p>
      <p>However, developing robust subjectivity detection systems faces several challenges. Firstly, political
bias can manifest in subtle ways, making it challenging to diferentiate between subjective and objective
content accurately. This requires systems to not only analyze individual sentences but also consider the
broader context and background information to make informed judgments (Jiang and Argamon [5]).
Additionally, the evolving nature of language and the diversity of writing styles across diferent news
sources pose challenges in creating generalized models that can accurately detect subjectivity across
various domains and genres.</p>
      <p>Another significant challenge is the presence of ambiguity and sarcasm in political discourse, which
can lead to misinterpretations by automated systems. Contextual understanding becomes crucial in
such cases (Nguyen et al. [6]).</p>
      <p>This paper discusses diferent methodologies to detect subjectivity in sentences, ranging from using
linguistic characteristics along with classical machine learning algorithms to Recurrent Neural Network
models as well as deep-learning-based Transformer architectures.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>Subjectivity and polarity detection within both spoken and written conversations have been subjects of
intense research, with various approaches aiming to enhance accuracy and efectiveness [7]</p>
      <p>One avenue explored by Murray and Carenini [8] involves novel pattern-based techniques for
subjectivity detection. Their study compares the eficacy of n-gram word sequences with varying
degrees of lexical completeness against a method utilizing a vast set of pre-defined patterns. Additionally,
they investigate the integration of conversation structure features to augment these pattern-based
approaches, finding that a well-selected set of conversation features can rival the performance of
extensive pre-defined patterns, especially in dealing with noisy data.</p>
      <p>In the realm of social media analysis, Sixto et al. [9] propose a method tailored for detecting subjectivity
in Twitter posts. They leverage the structured information inherent in the social network’s framework
to address challenges posed by the brevity and informality of Twitter texts, which often confound
traditional sentiment analysis techniques.</p>
      <p>Furthermore, Sagnika et al. [10] proposes an ensemble deep learning model for subjectivity detection,
combining convolutional neural networks and LSTMs within an attention-based architecture. Their
model integrates sentiment-aware word embeddings and part-of-speech tags for sentence representation,
outperforming existing methods on movie review datasets across various performance metrics.</p>
      <p>Al Hamoud et al. [11] investigate various deep learning architectures, including LSTMs and GRUs
with attention mechanisms, in conjunction with lexicon-based and syntactic pattern approaches for
subjectivity annotation. They also present a reformatted political debate dataset tailored for subjectivity
analysis tasks, highlighting the importance of dataset curation in model performance.</p>
      <p>Ensemble learning approaches have also garnered attention for enhancing subjectivity detection
accuracy. Pant et al. [12] explore the efectiveness of ensemble methods by incorporating contextualized
word embeddings, enabling models to capture the subtleties of language indicative of subjective bias.</p>
      <p>Finally, advancements in natural language processing (NLP), particularly with pretrained language
models, have revolutionized the field. Huo and Iwaihara [13] delve into fine-tuning strategies for BERT
to optimize subjectivity detection. Their work underscores the significance of appropriate fine-tuning
techniques and multi-task learning in surpassing existing benchmarks in subjectivity detection and
related NLP tasks.</p>
      <p>This paper attempts to utilize both traditional and transformer-based approaches for subjectivity
detection.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Dataset Description</title>
      <p>The subjectivity detection dataset included a training set, a development set, a development testing set,
and a holdout testing set. Our work focuses on the English dataset. The details of the dataset are in
Table 1.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Data Preprocessing</title>
      <p>Preprocessing steps include checking the records in the dataset for null values, along with tokenization,
stop word removal, POS tagging and feature extraction.</p>
      <sec id="sec-4-1">
        <title>4.1. Tokenization</title>
        <p>The sentences are tokenized using NLTK’s word_tokenize function, to break the text into individual
words/tokens. The tokens are then converted into lowercase and then filtered to exclude non-alphabetic
tokens and stop words using NLTK’s English stop word corpus [14].</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Feature Extraction Methods</title>
        <p>Hajj et al. [15] discuss the usage of parts of speech (POS) tagging as a measure of objectivity and
subjectivity in sports articles. Similarly, subjectivity can be indicated using verbs in the imperative
form, first and second-person pronouns, and adjectives in the comparative and superlative form.</p>
        <p>These features are extracted by means of POS tagging and then incorporated into the training and
testing data along with the tokenized text and the class labels. The sentences are then vectorized using
spaCy [16] and the class labels are encoded.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Proposed Methodology</title>
      <p>The systems developed for this task fall into three diferent categories:
• Machine Learning Algorithms
• Recurrent Neural Networks (RNNs) and Gated Recurrent Unit (GRU) Systems
• Transformer Models</p>
      <sec id="sec-5-1">
        <title>5.1. Machine Learning Algorithms</title>
        <p>The machine-learning algorithms in Table 2 were used to train a classifier for subjectivity detection,
with the tokenized data and the POS tags as input.</p>
      </sec>
      <sec id="sec-5-2">
        <title>5.2. Recurrent Neural Networks and Gated Recurrent Units</title>
        <p>Recurrent Neural Networks like Bidirectional LSTM (BiLSTM), BiLSTM with an Attention Mechanism
and Gated Recurrent Unit (GRU) systems were trained. A grid search method was used to identify
the best activation function, loss function, and optimizer. This method is derived from that used by
Al Hamoud et al. [17]. Table 3 shows the parameters used for training.</p>
        <p>Model
BiLSTM
LSTM with Attention
GRU
100
100
100
• 512 BiLSTM Units
• 256 BiLSTM Units
• 128 LSTM Units
• 512 BiLSTM Units
• Attention Layer
• 512 BiGRU Units
• 256 GRU Units</p>
        <sec id="sec-5-2-1">
          <title>5.2.1. Bidirectional LSTMs</title>
          <p>The bidirectional LSTM model is an extension of the Simple LSTM model, adding multiple layers of LSTM
units with dropout regularization. The Bidirectional LSTM layers allow the model to learn from both
past and future contexts of the input sequence. Each layer in the stack learns hierarchical representations
of the input data, with higher layers capturing more abstract features built upon representations from
lower layers. This depth enables the model to learn complex patterns and relationships within the data.
Dropout layers are added to reduce overfitting by randomly dropping a fraction of input units during
training. This architecture aims to capture more complex patterns in the data (Sherstinsky [18]).</p>
        </sec>
        <sec id="sec-5-2-2">
          <title>5.2.2. LSTM with Attention Mechanisms</title>
          <p>This model incorporates an attention mechanism with a single layer of LSTM units. Attention
mechanisms focus on relevant parts of the input sequence, assigning diferent weights to diferent time steps.
The attention layer calculates attention scores based on the input and LSTM output, allowing the model
to dynamically attend to important information while processing the sequence.</p>
        </sec>
        <sec id="sec-5-2-3">
          <title>5.2.3. Gated Recurrent Units (GRUs)</title>
          <p>Gated Recurrent Units are similar to LSTMs but have a simplified architecture with gates. It regulates
the flow of information from past time steps to the current time step, helping the model adaptively
decide which information to remember or forget. The reset gate controls the extent to which past
information should be ignored when computing the current hidden state. GRUs are designed to capture
dependencies in sequential data eficiently while being computationally less complex than LSTMs.</p>
        </sec>
      </sec>
      <sec id="sec-5-3">
        <title>5.3. Transformer Models</title>
        <sec id="sec-5-3-1">
          <title>5.3.1. BERT (Bidirectional Encoder Representations from Transformers)</title>
          <p>BERT is pre-trained on large amounts of text data in an unsupervised manner. BERT’s bidirectional
architecture allows it to capture dependencies from both directions (Devlin et al. [19]).</p>
        </sec>
      </sec>
      <sec id="sec-5-4">
        <title>5.4. RoBERTa (Robustly optimized BERT approach)</title>
        <p>RoBERTa addresses some of the limitations of BERT by using larger batch sizes, training for longer
periods, and removing the next sentence prediction (NSP) objective (Liu et al. [20]). RoBERTa achieves
better performance on multiple NLP benchmarks compared to BERT due to its enhanced training
methodology.</p>
        <sec id="sec-5-4-1">
          <title>5.4.1. XLNet (eXtreme Language Understanding Network)</title>
          <p>XLNet is a transformer-based model that builds upon the autoregressive language modeling approach of
models like GPT (Generative Pre-trained Transformer) but introduces a permutation language modeling
(PLM) objective. XLNet considers all possible permutations of words in a sentence during training,
allowing it to capture bidirectional context without compromising the autoregressive property (Yang
et al. [21]).</p>
        </sec>
        <sec id="sec-5-4-2">
          <title>5.4.2. DistilBERT (Distilled BERT)</title>
          <p>DistilBERT is a compact version of BERT introduced by Hugging Face in 2019, that reduces the model
size and computational resources required. DistilBERT achieves this by distillation, where it learns from
a pre-trained BERT model but with a simplified architecture and fewer parameters (Sanh et al. [22]).</p>
        </sec>
        <sec id="sec-5-4-3">
          <title>5.4.3. deBERTa (Decoding-enhanced BERT with Disentangled Attention)</title>
          <p>deBERTa is a model built upon BERT that improves by incorporating decoding-enhanced mechanisms
and disentangled attention mechanisms, which help capture long-range dependencies (He et al. [23],
He et al. [24]).</p>
        </sec>
        <sec id="sec-5-4-4">
          <title>5.4.4. RoBERTa with POS Features</title>
          <p>In this method, the pre-trained RoBERTa model’s input vectors are concatenated with POS tags
corresponding to subjective and objective text. RoBERTa was specifically chosen to be used along with the
POS tags since it yielded the best results out of all the pre-trained models on the development set.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Experiments and Error Analysis</title>
      <sec id="sec-6-1">
        <title>6.1. Machine Learning Algorithms</title>
        <p>The algorithms were trained on CPU, with a grid search used to identify the best parameters. The
models did not train well, generalizing poorly to the development data. Accuracy did not cross 60% for
most of the models trained. The models like Logistic Regression and SVM aim to establish clear linear
separability, but the complexity of the sentences does not allow for this. Additional tuning of the kernel
and regularization in SVM did not increase performance either.</p>
      </sec>
      <sec id="sec-6-2">
        <title>6.2. RNN and GRU Models</title>
        <p>These models were trained on a T4 GPU on Google Colaboratory, with 15GB of GPU RAM. A common
feature among all the models was their inability to distinguish between the subjective and objective
classes. In many cases, the only class that the predicted was Objective. A potential cause for this issue is
the vanishing gradient problem since the loss plateaued after a point in time, and tuning the parameters
or modifying the complexity of the model had no appreciable efect.</p>
      </sec>
      <sec id="sec-6-3">
        <title>6.3. Transformer Models</title>
        <p>Owing to the computational complexity of these models, these models were trained on an A100 GPU on
Google Colaboratory with 80GB of GPU RAM. These models generalized well, yielding the best results,
with an average accuracy of above 70%. Table 4 shows the training parameters for the transformer
models.</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>7. Results</title>
      <p>The oficial evaluation metric of the challenge is the macro-average F1-score. It is calculated by
computing the average of the F1 scores of each individual class.</p>
      <sec id="sec-7-1">
        <title>7.1. Results on Development Set</title>
        <p>The accuracy and macro-average F1-score obtained on each class of models on the development set are
as shown in Table 5, 6, and 7:</p>
        <p>The KNN model performed the best out of all the machine learning models with a Macro-Averaged
F1-score of 0.6 on the development set.</p>
        <p>It is observed that the BiLSTM with the added attention layer performed the best out of the RNN and
GRU models, with the highest Macro-Averaged-F1-Score.</p>
        <p>RoBERTa, XLMRoBERTa, mdeBERTa V3, XLNet, and RoBERTa with additional POS tags performed
the best in the transformer models trained (Table 7). We submitted our prediction results on the
submission platform using the RoBERTa model with POS tags, since it showed a slight advantage over
the others.</p>
      </sec>
      <sec id="sec-7-2">
        <title>7.2. Results on Test Set</title>
        <p>The accuracy and macro-average F1-score obtained on each class of models on the test set are as shown
in Table 8, 9, and 10.</p>
        <p>The KNN model which performed the best on the development set, has the least Macro-Averaged
F1-Score of all the machine learning models on the test set. However, the overall generalizability of
these models remains questionable, as the macro-averaged F1-score does not change drastically like the
accuracy scores over the development and test sets.</p>
        <p>The RNN and GRU models show better accuracy on the test sets than on the development sets, but
their generalizability is still poor, as indicated by the low macro-averaged F1-scores.</p>
        <p>mdeBERTa-V3 has the highest accuracy of 0.82, and a macro-averaged F1-score of 0.74. For the
competition, we submitted a RoBERTa model with the usage of additional POS tags, that resulted in
a macro-F1 score of 0.71. The other models were tested after the gold labels were released after the
competition phase. Table 11 shows the leaderboard rankings. Our team SSN-NLP, ranked 3rd out of
sixteen teams, including the baseline evaluation.</p>
      </sec>
    </sec>
    <sec id="sec-8">
      <title>8. Conclusion</title>
      <p>We evaluated a range of traditional and transformer based models to distinguish between subjective and
objective text. The models assessed included machine learning algorithms such as Logistic Regression,
Random Forest, Gradient Boosting, K-Nearest Neighbors (KNN), and Support Vector Machine (SVM), as
well as recurrent neural network (RNN) architectures like BiLSTM, BiLSTM with Attention, and GRU.
Additionally, we examined the performance of several transformer models, including DistilBERT, BERT,
RoBERTa, and mdeBERTa-v3, with and without the inclusion of additional POS tag features. Our results
Accuracy</p>
      <p>Macro-Averaged F1-Score
revealed that transformer-based models, particularly mdeBERTa-v3, significantly outperformed both
traditional machine learning models and RNN-based models. The mdeBERTa-v3 model achieved an
accuracy of 0.82 and a Macro F1 Score of 0.74, demonstrating the robustness of pre-trained transformer
models in capturing the nuances of subjectivity in text. The incorporation of POS tags as additional
features further improved the performance of models like RoBERTa. These findings highlight the
importance of leveraging advanced transformer architectures for efective subjectivity detection, suggesting
that further enhancements can be achieved through fine-tuning and feature augmentation. Future
research directions include conducting extensive hyperparameter tuning, exploring ensemble methods,
incorporating additional linguistic and contextual features, utilizing larger and multilingual models. By
addressing these areas, we can further advance the field of subjectivity detection and develop more
accurate and robust models.
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: 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.
[4] T. G. Smith, Subjectivity, in: Politicizing Digital Space, University of Westminster Press London,
2017, pp. 41–69.
[5] M. Jiang, S. Argamon, Political leaning categorization by exploring subjectivities in political blogs.,
in: DMIN, Citeseer, 2008, pp. 647–653.
[6] H. Nguyen, J. Moon, N. Paul, S. S. Gokhale, Sarcasm detection in politically motivated social
media content, in: 2021 IEEE Intl Conf on Parallel &amp; Distributed Processing with Applications,
Big Data &amp; Cloud Computing, Sustainable Computing &amp; Communications, Social Computing &amp;
Networking (ISPA/BDCloud/SocialCom/SustainCom), IEEE, 2021, pp. 1538–1545.
[7] A. Barrón-Cedeño, F. Alam, A. Galassi, G. Da San Martino, P. Nakov, T. Elsayed, D. Azizov, T. Caselli,
G. S. Cheema, F. Haouari, M. Hasanain, M. Kutlu, C. Li, F. Ruggeri, J. M. Struß, W. Zaghouani,
Overview of the clef–2023 checkthat! lab on checkworthiness, subjectivity, political bias, factuality,
and authority of news articles and their source, in: A. Arampatzis, E. Kanoulas, T. Tsikrika,
S. Vrochidis, A. Giachanou, D. Li, M. Aliannejadi, M. Vlachos, G. Faggioli, N. Ferro (Eds.),
Experimental IR Meets Multilinguality, Multimodality, and Interaction, Springer Nature Switzerland,
Cham, 2023, pp. 251–275.
[8] G. Murray, G. Carenini, Subjectivity detection in spoken and written conversations, Natural</p>
      <p>Language Engineering 17 (2011) 397–418. doi:10.1017/S1351324910000264.
[9] J. Sixto, A. Almeida, D. López-de Ipiña, An approach to subjectivity detection on twitter using
the structured information, in: N.-T. Nguyen, L. Iliadis, Y. Manolopoulos, B. Trawiński (Eds.),
Computational Collective Intelligence, Springer International Publishing, Cham, 2016, pp. 121–130.
[10] S. Sagnika, B. S. P. Mishra, S. K. Meher, An attention-based cnn-lstm model for subjectivity
detection in opinion-mining, Neural Computing and Applications 33 (2021) 17425–17438. URL:
https://doi.org/10.1007/s00521-021-06328-5. doi:10.1007/s00521-021-06328-5.
[11] A. Al Hamoud, A. Hoenig, K. Roy, Sentence subjectivity analysis of a political and ideological
debate dataset using lstm and bilstm with attention and gru models, Journal of King Saud University
- Computer and Information Sciences 34 (2022) 7974–7987. URL: https://www.sciencedirect.com/
science/article/pii/S1319157822002415. doi:https://doi.org/10.1016/j.jksuci.2022.07.
014.
[12] K. Pant, T. Dadu, R. Mamidi, Towards detection of subjective bias using contextualized word
embeddings, in: Companion proceedings of the web conference 2020, 2020, pp. 75–76.
[13] H. Huo, M. Iwaihara, Utilizing BERT Pretrained Models with Various Fine-Tune Methods for</p>
      <p>Subjectivity Detection, 2020, pp. 270–284. doi:10.1007/978-3-030-60290-1_21.
[14] S. Bird, E. Loper, NLTK: The natural language toolkit, in: Proceedings of the ACL Interactive
Poster and Demonstration Sessions, Association for Computational Linguistics, Barcelona, Spain,
2004, pp. 214–217. URL: https://aclanthology.org/P04-3031.
[15] N. Hajj, Y. Rizk, M. Awad, A subjectivity classification framework for sports articles using improved
cortical algorithms, Neural Computing and Applications 31 (2019) 8069–8085.
[16] M. Honnibal, I. Montani, spacy 2: Natural language understanding with bloom embeddings,
convolutional neural networks and incremental parsing, To appear (2017).
[17] A. Al Hamoud, A. Hoenig, K. Roy, Sentence subjectivity analysis of a political and ideological
debate dataset using lstm and bilstm with attention and gru models, Journal of King Saud
University-Computer and Information Sciences 34 (2022) 7974–7987.
[18] A. Sherstinsky, Fundamentals of recurrent neural network (rnn) and long short-term memory
(lstm) network, Physica D: Nonlinear Phenomena 404 (2020) 132306.
[19] J. Devlin, M.-W. Chang, K. Lee, K. Toutanova, Bert: Pre-training of deep bidirectional transformers
for language understanding, arXiv preprint arXiv:1810.04805 (2018).
[20] Y. Liu, M. Ott, N. Goyal, J. Du, M. Joshi, D. Chen, O. Levy, M. Lewis, L. Zettlemoyer, V. Stoyanov,</p>
      <p>Roberta: A robustly optimized bert pretraining approach, arXiv preprint arXiv:1907.11692 (2019).
[21] Z. Yang, Z. Dai, Y. Yang, J. Carbonell, R. R. Salakhutdinov, Q. V. Le, Xlnet: Generalized autoregressive
pretraining for language understanding, Advances in neural information processing systems 32
(2019).
[22] V. Sanh, L. Debut, J. Chaumond, T. Wolf, Distilbert, a distilled version of bert: smaller, faster,
cheaper and lighter, arXiv preprint arXiv:1910.01108 (2019).
[23] P. He, X. Liu, J. Gao, W. Chen, Deberta: Decoding-enhanced bert with disentangled attention,
arXiv preprint arXiv:2006.03654 (2020).
[24] P. He, J. Gao, W. Chen, Debertav3: Improving deberta using electra-style pre-training with
gradient-disentangled embedding sharing, arXiv preprint arXiv:2111.09543 (2021).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <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>
          ,
          <article-title>The clef-2024 checkthat! lab: 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="ref2">
        <mixed-citation>
          [2]
          <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="ref3">
        <mixed-citation>
          [3]
          <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, I. Koychev,
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>