<!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>
      <issn pub-type="ppub">1613-0073</issn>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Automated Claim Extraction and Normalization for Misinformation Detection in Social Media Content</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Malobika Mondal</string-name>
          <email>malobika22ju@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Soumodeep Saha</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dipanjan Saha</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dipankar Das</string-name>
          <email>dipankar.dipnil2005@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Workshop</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Dept of Computer Science and Engineering, Jadavpur University</institution>
          ,
          <addr-line>Kolkata, West BengaL</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>https://cse.jadavpuruniversity.in/faculty/dipankar-das</institution>
          ,
          <addr-line>D. Das</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <abstract>
        <p>The rapid spread of misinformation on social media has intensified the need for automated tools that can identify and reformulate check-worthy claims in a clear and verifiable manner. This paper presents our approach to Task 2: Claims Extraction Normalization of the CLEF 2025 CheckThat! Lab, which focuses on the extraction and normalization of factual claims from noisy, user-generated content. We frame the problem as a monolingual sequence-to-sequence generation task and deploy a fine-tuned BART-Large transformer model to perform claim normalization.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>that can assist in this process.
detection more eficient:</p>
    </sec>
    <sec id="sec-2">
      <title>1. Introduction</title>
      <p>In the age of social media and online information sharing, the rapid spread of misinformation seriously
threatens public understanding and trust. Platforms like Twitter (now X), Facebook (now Meta),
and Instagram have become hotspots for user-generated content, where opinions, news, and rumors
intermingle freely. Among these, identifying factual claims—statements that can be verified as true
or false—is crucial for the work of journalists, researchers, and automated fact-checking systems.
However, the informal, unstructured, and often ambiguous nature of social media content makes
this task significantly challenging. Manual identification and verification of claims in such noisy
environments are both time-consuming and resource-intensive, creating the need for automated tools</p>
      <p>Claim extraction and normalization refer to two interconnected tasks aimed at making misinformation
∗Corresponding author.</p>
      <p>CEUR</p>
      <p>ceur-ws.org
• Claim Extraction: This task involves identifying specific assertions or statements made within
a social media post that can be verified. These claims often appear in the form of rumors,
factual statements, or opinions that need validation. For example, in a post claiming, “The US
government is investigating the war crimes in Afghanistan”, the claim is that “The US government
is investigating war crimes”.
• Claim Normalization: Once claims are extracted, the next challenge is to simplify and rephrase
them into a more clear, concise, and unambiguous form. Normalization ensures that claims are
interpretable and ready for verification. This is particularly important for social media posts that
may contain slang, sarcasm, or informal language that can obscure the true meaning of the claim.
For example, the informal claim “The US might be looking into war crimes, who knows?” would
be normalized into “The US is investigating war crimes in Afghanistan.”</p>
      <p>In this task, the goal is to transform noisy, complex, and often ambiguous social media posts into
clear, well-defined claims that are easier to validate. This normalization process is critical for creating
claims that automated systems or human fact-checkers can evaluate for accuracy and truthfulness.</p>
      <p>
        To address these challenges, the CLEF 2025 CheckThat! Lab introduces Task 2: Claim Extraction
and Normalization[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] 1, which focuses on the development of systems that can automatically identify
and rephrase check-worthy claims from social media posts. This involves two key subtasks: first,
extracting one or more factual claims from a post, and second, normalizing them—rephrasing the claims
in a clear, concise, and unambiguous manner suitable for verification. For example, a tweet filled with
slang, sarcasm, or mixed-language expressions might need to be reformulated into a standardized
sentence that expresses the core assertion clearly. This normalization step is critical in ensuring that
claims are interpretable and can be eficiently processed by automated fact-checking pipelines or human
annotators.
      </p>
      <p>
        A distinguishing feature of this task is its multilingual and inclusive approach. It spans 20 languages,
including English, Arabic, Bengali, Hindi, and Tamil, reflecting the global nature of the misinformation
problem. While the task encourages language-agnostic or language-specific models for claim extraction
and normalization, this paper focuses solely on the English language track. The approach described here
contributes to the fight against misinformation in English-speaking communities, helping to advance
research in natural language understanding and promoting more scalable and efective fact-checking
systems[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] in the process. With the availability of annotated datasets and a standardized evaluation
framework, this task ofers a robust platform for advancing claim-centric technologies.
      </p>
    </sec>
    <sec id="sec-3">
      <title>2. Related Work</title>
      <p>
        The task of claim normalization has been explored in various ways, focusing on diferent aspects
such as claim detection[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], claim check-worthiness estimation[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], and claim extraction[
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Previous
research has predominantly worked on identifying claims and their verifiability, which is closely tied to
fact-checking processes. Notable early work on claim detection is included in this article[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], which
curated the AAWD corpus for claim detection, and later studies in the article[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], which expanded the
domain to include claim identification across diferent topics.
      </p>
      <p>
        Recent approaches in this area have incorporated large language models (LLMs), which have shown
promise in improving claim detection and extraction in the article [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] and [9]. These models use
linguistically motivated features like sentiment and syntax, which are essential for extracting claims
from structured or semi-structured texts. However, these methods often fall short when handling the
complex and noisy nature of social media data, which often requires abstractive claim extraction.[ 10]
      </p>
      <p>Text summarization techniques[11], which condense lengthy documents into shorter summaries,
have shown potential for solving problems related to claim normalization. It has been observed that in
article[12] and [13] related to faithfulness in summarization have been taken care of. However, these
methods do not focus on ensuring verifiability or factual consistency, which are critical for fact-checking.
On the other hand, claim normalization requires a more focused approach where the generated claims
are not just concise but also self-contained and easily verifiable.</p>
      <p>In line with text summarization, controlled summarization methods as given in the article [14]
provide the ability to fine-tune summary attributes such as length and abstraction. These methods,
however, still face challenges in producing summaries that retain factual accuracy. In contrast, claim
normalization prioritizes verifiability, which sets it apart from general-purpose summarization tasks.</p>
      <p>Our work extends the claim detection[15] and claim extraction fields by introducing a new challenge:
claim normalization, which goes beyond summarization. Unlike previous models that focused on text
condensation, our task aims to simplify complex and noisy social media posts into concise claims
that fact-checkers can directly verify. We propose a novel approach, Check-worthiness Aware Claim
Normalization (CACN), which integrates chain-of-thought reasoning and claim check-worthiness
estimation to improve claim extraction from unstructured social media posts. This approach efectively
adapts large language models to the specific needs of claim normalization. Moreover, we introduce the
task of claim normalization for the verification of political claims, as detailed in the article.</p>
    </sec>
    <sec id="sec-4">
      <title>3. Task Description</title>
      <p>The task involves processing noisy and unstructured social media posts to extract specific and verifiable
claims. These claims, often embedded in ambiguous or misleading content, need to be
normalized—simplified into a more precise and easily understandable form. The objective is to bridge the gap between
raw, informal social media data and structured, factual statements that can be eficiently verified by
automated systems or manual fact-checkers. This process of transforming unstructured content into a
clear, normalized claim enhances the accuracy and speed of the verification process, contributing to the
mitigation of misinformation on social media platforms.</p>
    </sec>
    <sec id="sec-5">
      <title>4. Dataset Description</title>
      <p>To support the task of claim normalization, we utilize the CLAN (Claim Normalization) dataset,
introduced by Sundriyal et al. (2023). This dataset 2 comprises 6,388 instances of real-world social
media posts, each paired with one or more normalized claims. These normalized claims are simplified,
fact-checkable versions of the original posts, curated by professional fact-checkers as part of the
verification process.</p>
      <p>The dataset addresses the limitations of traditional summarization corpora by focusing specifically
on extracting the central verifiable assertion from noisy, unstructured social media content. This
emphasis enables downstream fact-checking systems to operate with greater eficiency and precision.</p>
      <sec id="sec-5-1">
        <title>4.1. Data Sources</title>
        <p>The CLAN dataset was constructed by collecting fact-checked claims and associated posts from two
primary sources: Google Fact-Check Explorer API and ClaimReview Schema. Only the English-language
posts were retained. All the non-textual entries, such as images or videos, were excluded to maintain
textual uniformity and ensure relevance for language-based models.</p>
      </sec>
      <sec id="sec-5-2">
        <title>4.2. Dataset Statistics</title>
        <p>The dataset is split into training, validation, and test sets, with the following statistics:</p>
        <p>Notably, the test set includes multiple reference normalized claims per post to capture variability in
how diferent annotators might distill the central assertion.</p>
      </sec>
      <sec id="sec-5-3">
        <title>4.3. Data Characteristics</title>
        <p>The dataset exhibits low cosine similarity between posts and normalized claims, confirming the claim
normalization goes beyond extractive summarization. Rather than merely reducing the post length, the
task involves abstractively transforming verbose, sometimes misleading content into clear, concise, and
verifiable claims.</p>
        <p>Representative examples are included in the original work, such as:
• Post: Cyanocobalamin is a synthetic form of Vitamin B12...If you’re on B12 supplements, throw
them away.</p>
        <p>• Normalized Claim: Cyanocobalamin, the most common form of Vitamin B12, is toxic.</p>
        <p>Such instances demonstrate the dataset’s focus on real-world misinformation, public health concerns,
and viral narratives on platforms like Twitter and Facebook.
2https://gitlab.com/checkthat_lab/clef2025-checkthat-lab/-/tree/main/task2/data</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>5. Methodology</title>
      <p>The proposed methodology for the Claim Extraction and Normalization shared task is organized into
four key modules: data pre-processing, tokenization, model training, and decoding. These modules
are built around the fine-tuned BART-large[16] transformer model3. BART (Bidirectional and
AutoRegressive Transformers) is a state-of-the-art model for sequence-to-sequence tasks, pre-trained using
a denoising autoencoder objective. It combines BERT’s [17] bidirectional encoder, which is excellent for
understanding context from both directions of a sequence, with GPT’s[18] left-to-right decoder, which
is eficient for generating coherent outputs. This unique combination makes BART highly suitable for
tasks involving text generation and transformation, where both understanding and generating fluent
text are critical.</p>
      <p>The pre-training on large amounts of data allows the model to learn a wide range of linguistic
patterns, which is why it excels in tasks like claim extraction and normalization. Specifically, we
ifne-tune BART-large on the task-specific dataset, which helps the model adapt to the particularities of
claim normalization from noisy and unstructured social media content.</p>
      <p>We approach this problem as a monolingual text-to-text generation task, where noisy or unstructured
claims are transformed into their canonical, normalized forms. This task involves not just extracting
a claim but also rephrasing it into a clearer, more verifiable statement, a challenge that requires both
understanding the original message and generating a faithful, readable version.</p>
      <sec id="sec-6-1">
        <title>5.1. Data Preprocessing and Tokenization</title>
        <p>The first module handles data preprocessing and tokenization. Each input claim and its corresponding
normalized output are tokenized using the BART tokenizer, which implements byte-level byte pair
encoding (BPE)[19]. To prepare the text for the model, we ensure that each input has a uniform length.
We set a maximum length of 512 tokens, and any extra tokens are truncated. If a text is shorter than
the maximum length, we add padding tokens (typically zeros) to make it fit the required size. Padding
ensures that all inputs have the same length, which is essential for the model to process them eficiently
in batches. The processed inputs are returned as PyTorch tensors using return_tensors="pt" to
ensure compatibility with the model’s architecture. On the decoder side, the normalized targets are
tokenized with a smaller maximum length of approximately 128 tokens, reflecting the typically shorter
nature of normalized claims. Padding tokens in the target sequence are assigned the value labels=-100
to prevent them from afecting the loss computation.</p>
      </sec>
      <sec id="sec-6-2">
        <title>5.2. Model Training</title>
        <p>Model training is conducted using Hugging Face’s Seq2SeqTrainer4 framework, which abstracts much
of the training loop while allowing customization. The training setup uses a learning rate of 3 − 5
and a batch size of 4, optimized for limited GPU memory. We train the model for 5 epochs. After each
epoch, the model is evaluated using METEOR[20] score5. To improve eficiency and reduce memory
usage, training is performed in mixed-precision (FP16). Additionally, gradient_accumulation_steps
is used to simulate a larger batch size, improving optimization stability.</p>
      </sec>
      <sec id="sec-6-3">
        <title>5.3. Decoding and Inference</title>
        <p>When the model is tested, it generated the output step by step, using each previously generated token
as context for the next one. This technique, known as autoregressive decoding[22], allowed the model
to generate one token at a time. After generating the first token, the model incorporated it into the
context to produce the next token, continuing this process until the full sequence is created. To improve
3https://huggingface.co/facebook/bart-large
4https://www.kaggle.com/code/simonepiocaronia/seq2seq-trainer-transfer-learning
5https://huggingface.co/spaces/evaluate-metric/meteor
the quality of generated sequences, beam search with num_beams=4 is employed. This method enabled
the model to explore multiple candidate sequences and select the best one. Once decoding is completed,
the outputs are post-processed using batch_decode(..., skip_special_tokens=True) to remove
special tokens such as &lt;s&gt; and &lt;/s&gt;, resulting in clean, human-readable normalized claims.</p>
      </sec>
      <sec id="sec-6-4">
        <title>5.4. Loss Function and Evaluation</title>
        <p>The Cross-entropy loss[23] was used as the loss function. To prevent padding tokens from influencing the
loss computation, we mask them using the labels=-100 setting. Evaluation is based on sequence-level
metrics, particularly METEOR, which measured both the fluency and fidelity of the normalized outputs.
Overall, this four-module methodology took the advantage of BART’s powerful pre-trained capabilities
and fine-tuned them through a structured training and decoding pipeline. By approaching the problem
as a generation task, our system successfully transforms noisy, informal claim statements into clear,
normalized outputs with high semantic alignment.</p>
        <p>Algorithm 1 Text Normalization with BART Large
Require: Dataset  train,  val,  test, model  , tokenizer 
Ensure: Predictions  test saved to CSV
1: Load and clean CSVs
2: Initialize tokenizer  and model  ← BART Large
3: for each sample  ∈  train ∪  val do
4: Format as: "normalize claim: " + input_text
5: Tokenize input and target text
6: end for
7: Convert to HuggingFace Dataset objects
8: Set up training arguments
9: Initialize Trainer
10: Train the model →  best
11: Evaluation:
12: Add prefix to test inputs
13: Generate predictions  test ←  best
14: Save predictions to CSV file
▷ Remove nulls, rename columns</p>
        <p>▷ Prefix task instruction
▷ Max length, truncation, padding</p>
        <p>▷ Use ‘Dataset.from  ‵
▷ Batch size, learning rate, epochs, evaluation strategy
▷ Pass model, args, datasets, and data collator
▷ Best checkpoint saved based on eval metric
▷ Prepare test examples like training</p>
        <p>▷ Use ‘model.generate()‘
▷ Output results to local storage</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>6. Observation</title>
      <p>As shown in Table 2, there is significant variation in the performance of normalization models across
social media posts. While the Gold Labels maintain factual and contextually accurate claims, the
outputs from models like Pegasus and T5 Small often deviate from the original intent or introduce
hallucinations. BART Large and its fine-tuned variant tend to produce more coherent summaries,
though accuracy still varies. Notably, the fine-tuned BART model shows improvement in structure but
occasionally misinterprets the core content. These inconsistencies highlight the challenge of reliable
claim normalization, especially in complex or repetitive posts.
Post:Though the US is not part of the ICC, if the alleged crime happened in an ICC member country,
the Americans could still be investigated under the jurisdiction of the ICC. In 2019, the ICC rejected
investigating the alleged war crimes of Americans in Afghanistan because, the judges say, ”it would not
serve the interests of peace.” At the ICC, diferent rules apply for the powerful.</p>
      <p>ICC rejects request to investigate war crimes in Afghanistan — 12 April 2019, REUTERS: Judges say
Afghanistan’s current situation made the prospect for a successful investigation ”limited”. The ICC
has rejected its prosecutor’s request to investigate alleged war crimes in Afghanistan.</p>
      <p>Model Outputs:
• Gold Label: Report shows ICC practices selective justice in Philippine drug war probe
• T5 Small: the u is not part of the icc if the alleged crime happened in an icc
• Pegasus: a facebook post claim that the u president joe biden said that the donald trump is not be
the u
• BART Base: 2019 icc reject investig alleg war crime american afghanistan judg say would serv
interest peac
• BART Large: the icc rejected investigating the covid19 vaccine programme in 2019
Post:Pence unfollowed Trump, and then changed his banner picture to Biden and Kamala. He’s outta
there. Mike Pence - @MikePence Vice President of the United States Joined February 2009 | 48 Following |
6.1M Followers
Model Outputs:
• Gold Label: Vice President Mike Pence unfollowed the president and changed his Twitter banner
to an image of Joe Biden and Kamala Harris
• T5 Small: joe biden changed his facebook banner to joe biden and kamala harris
• Pegasus: say joe biden and donald trump
• BART Base: say penc chang banner pictur biden kamala harri
• BART Large: pennsylvania senator changed his twitter banner to biden and kamala harris</p>
    </sec>
    <sec id="sec-8">
      <title>7. Results and Discussion</title>
      <p>In this section, we present the empirical evaluation of diferent transformer-based models on the claim
normalization task. The objective is to assess how well each model can transform noisy, informal
inputs into concise and verifiable claims. The comparison is based on METEOR, a metric suitable for
evaluating the diference between predicted and reference outputs. We divide the discussion into two
parts: quantitative results and model-wise observations.</p>
      <sec id="sec-8-1">
        <title>7.1. Results</title>
        <p>We evaluated the performance of several transformer-based models on the task of claim normalization,
including T5 Small6, Pegasus7, and both BART Base 8 and BART Large9. The task involved
transforming informal and often noisy social media posts into clearly structured, verifiable claims.</p>
        <p>The experimental results are presented in Table 3. Among the tested models, Pegasus performed
the weakest with a METEOR of 0.0559. While Pegasus has demonstrated strength in summarization
tasks, it underperformed in this task due to the structural diferences between summarization and claim
normalization.</p>
        <p>T5 Small achieved a better METEOR of 0.2539, indicating moderate efectiveness despite its smaller
architecture. BART Base further improved upon this with a score of 0.2962. However, the highest
performance was recorded by BART Large, which achieved the best METEOR of 0.3098, outperforming
all other models.</p>
      </sec>
      <sec id="sec-8-2">
        <title>7.2. Discussion</title>
        <p>The superior performance of BART Large highlights the importance of both model capacity and
domain-specific training. Fine-tuning the model on the task-specific dataset enabled it to learn the
syntactic and semantic patterns characteristic of informal social media claims. Factors such as longer training
6https://huggingface.co/google-t5/t5-base
7https://huggingface.co/google/pegasus-large
8https://huggingface.co/facebook/bart-large
9https://huggingface.co/facebook/bart-large
duration (10 epochs), larger batch size (16), and beam search decoding (num_beams=8) contributed to
generating more coherent and accurate outputs. Additionally, the use of a decoding temperature of 0.7
helped reduce randomness and improved the consistency of generated sequences.</p>
        <p>In contrast, Pegasus, although optimized for abstractive summarization, failed to generalize to the
claim normalization task. Despite incorporating preprocessing steps such as lemmatization and text
cleaning, its outputs often lacked specificity and structure. T5 Small, while showing better performance
than Pegasus, struggled with complex sentence transformations due to its limited model capacity. T5
Small is a smaller model, which impacts its ability to efectively process and normalize more complex
or noisy claims that require nuanced transformations.</p>
        <p>Overall, the results emphasize that both model scale and targeted fine-tuning are critical for
highquality claim normalization. Larger transformer models, such as BART-Large, are more capable of
handling the complex structure and varied linguistic nuances present in social media content, especially
when fine-tuned on task-specific data. This shows that both the architecture’s depth and the quality of
task-specific training are crucial to achieving the best performance in claim normalization tasks.</p>
      </sec>
    </sec>
    <sec id="sec-9">
      <title>8. Error Analysis</title>
      <p>While the fine-tuned BART Large model demonstrated strong performance on the claim normalization
task, a closer examination of its predictions reveals several recurring error patterns that highlight
important limitations and opportunities for improvement, as explained in Table 4.
1. Over-normalization: One common error observed was over-normalization, where the model
simplified claims to the point of losing important nuances. Speculative phrases like ”could” or
”may” were often removed, turning tentative claims into definitive ones. This is particularly
problematic in areas such as politics and public health, where qualifiers are crucial. For instance,
”The US may investigate the alleged war crimes” was normalized to ”The US investigates war
crimes,” changing the original meaning.
2. Sarcasm: The model frequently misinterprets sarcastic or rhetorical posts as literal, distorting the
original tone. For example, the sarcastic statement ”Vaccines for HIV? That’s totally going to work!”
was normalized as ”Vaccines for HIV will work.” This misinterpretation, especially in health-related
content, can lead to misleading conclusions. Future improvements could incorporate sarcasm
detection models, such as sentiment analysis or contextual reasoning techniques, to preserve the
intended tone.
3. Negation Handling: Negation handling is another critical issue. The model often loses or
misinterprets negations, leading to claims with the opposite meaning. For instance, ”The US is not
a part of the ICC” was normalized as ”The US is a part of the ICC”—altering the original message.
To address this, integrating a negation detection module could preserve the integrity of negated
statements.
4. Complex Sentence Handling: The model tends to simplify complex sentences, resulting in
partial or under-specified normalization. While this improves readability, important context can
be lost. For instance, multi-clause sentences like ”Though the US is not part of the ICC, it could
still be investigated if the crime happened in an ICC member country” were simplified too much.
Incorporating a dependency parsing layer or a sentence simplification algorithm can help retain
complex structures while ensuring clarity.
5. Multilingual Noise: The multilingual nature of social media content poses significant challenges.</p>
      <p>The model struggles to preserve context and cultural nuances, particularly in posts with slang
or mixed languages. For example, the Filipino phrase ”Legit ba toh??” loses its cultural meaning
when normalized. Using multilingual transformers such as mBERT or XLM-R could improve
performance by capturing linguistic diversity and contextual subtleties in multi-language content.</p>
      <p>These error patterns highlight key areas for improvement. Specifically, enhancing negation handling,
sarcasm detection, multilingual robustness, and preserving contextual nuances could significantly
increase the accuracy and trustworthiness of claim normalization models. These improvements will
help adapt the system for real-world applications like automated fact-checking, where precision and
contextual integrity are crucial.</p>
    </sec>
    <sec id="sec-10">
      <title>9. Conclusion</title>
      <p>This paper addresses the critical issue of misinformation detection on social media by focusing on the
Claim Extraction and Normalization task at CLEF 2025. We propose a novel approach that leverages a
ifne-tuned BART-Large transformer model to automatically extract and normalize factual claims from
noisy, user-generated content. Our method outperforms other transformer-based models, including
T5-Small and Pegasus, achieving the highest METEOR score of 0.3098, demonstrating its superior
performance in transforming informal social media posts into clear, concise, and verifiable claims.</p>
      <p>The results underscore the importance of model scale and task-specific fine-tuning in achieving
highquality claim normalization. Additionally, our methodology, which involves careful data preprocessing,
mixed-precision optimization, and beam search decoding, significantly improves the fluency and fidelity
of the normalized claims, making them suitable for downstream fact-checking systems.</p>
      <p>Despite these successes, several challenges remain, particularly in handling sarcasm, negation, and
the multilingual noise inherent in social media data. Error analysis revealed issues such as
overnormalization, where critical qualifiers were lost, and dificulties in handling culturally specific
expressions. These limitations highlight the need for future improvements, such as incorporating better
contextual understanding, improved handling of negation, and enhanced multilingual robustness.</p>
      <p>Beyond these technical challenges, it is crucial to consider the ethical implications of deploying
automated misinformation detection systems. Automated fact-checking systems must be accurate and
transparent, ensuring that their outputs are both reliable and verifiable. Misleading or incorrect outputs
could have significant social consequences, especially in politically sensitive contexts or public health
matters. Therefore, developers must prioritize transparency, human oversight, and accountability in
future iterations of these systems.
10. Future Works
Future work on this task will focus on addressing the limitations identified in the current study and
expanding the scope of claim extraction and normalization. Some key directions for future research
include:
• Handling Sarcasm and Negation More Efectively: One of the key challenges identified was
the model’s dificulty in handling sarcasm and negation. Further work could involve incorporating
specialized sentiment analysis or sarcasm detection modules to help the model distinguish between
literal and figurative language, which is crucial in social media posts where sarcasm is often used.
• Multilingual Robustness: As social media content is multilingual, it is important to improve the
model’s ability to handle multilingual noise. Future models could explore the use of multilingual
transformers (e.g., mBERT, XLM-R) or domain-specific fine-tuning to handle the linguistic and
cultural diversity of online content more efectively.
• Bias and Fairness: The reliance on large-scale social media data presents potential bias and
fairness concerns. Future work should focus on mitigating biases in the training data to prevent
the model from amplifying social, political, or cultural biases. Techniques such as fairness
constraints during training or expanding the diversity of the dataset can help address these
concerns.
• Real-Time Misinformation Detection: Real-time application of claim normalization in
factchecking systems remains a challenge. Future eforts should explore ways to make the model
more computationally eficient, ensuring it can handle large volumes of data while maintaining
high accuracy and speed.
• Ethical and Social Implications: As automated systems for fact-checking become more
widespread, their ethical implications must be further explored. The role of human oversight
in these systems will be essential to ensure that automated decisions are accurate and socially
responsible. Additionally, ethical frameworks should be developed to address potential misuse or
errors in the system.
• Cross-Domain Claim Normalization: While this paper focuses on social media posts, the
claim normalization approach could be extended to other domains, such as news articles, blogs, or
scientific papers. Future work could explore the efectiveness of the model across diverse types of
content and domains to create a more generalized approach for claim extraction and verification.</p>
      <p>In summary, addressing these challenges will significantly improve the robustness and scalability
of the claim extraction and normalization system. By enhancing multilingual capabilities, tackling
ethical concerns, and improving model eficiency, the proposed approach could become a valuable tool
in combating misinformation on a global scale. These future directions will pave the way for more
accurate, inclusive, and real-time misinformation detection systems that can be deployed across various
platforms and domains.</p>
    </sec>
    <sec id="sec-11">
      <title>Acknowledgements</title>
      <p>We would like to express our sincere gratitude to the organizers of the CheckThat! Lab @ CLEF 2025
for designing such an insightful and timely shared task. Participating in this challenge provided us with
a valuable opportunity to explore the evolving boundaries of AI-generated text and its detectability in
real-world contexts.</p>
      <p>We are especially thankful to the CLEF community for providing robust infrastructure, clearly defined
evaluation protocols, and constructive feedback throughout the process. Their dedication to fostering
innovation in authorship verification and stylometry continues to inspire meaningful research.</p>
      <p>We would also like to acknowledge the support and encouragement from the Department of Computer
Science and Engineering, Jadavpur University. Special thanks to our mentors and peers for their valuable
discussions, which greatly contributed to the development and refinement of our system.</p>
      <p>Finally, we are grateful for the open-source tools and platforms, including Hugging Face Transformers
and Python libraries, that made this research accessible and reproducible.</p>
    </sec>
    <sec id="sec-12">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the author(s) used OpenAI-GPT-4 in order to: Grammar and
spelling check. Further, the author(s) used Whimsical for figures 2 in order to: Generate images. After
using these tool(s)/service(s), the author(s) reviewed and edited the content as needed and take(s) full
responsibility for the publication’s content.
[9] A. Barrón-Cedeño, T. Elsayed, P. Nakov, G. D. S. Martino, M. Hasanain, R. Suwaileh, F. Haouari,
Checkthat! at clef 2020: Enabling the automatic identification and verification of claims in social
media, in: Proceedings of the 42nd European Conference on Information Retrieval, Lisbon,
Portugal, 2020, pp. 499–507.
[10] M. Rodríguez-Ibáñez, A. Casaéz-Ventura, F. Castejón-Mateos, P.-M. Cuenca-Jiménez, A
review on sentiment analysis from social media platforms, Expert Systems With Applications
223 (2023) 119862. URL: https://doi.org/10.1016/j.eswa.2023.119862. doi:10.1016/j.eswa.2023.
119862, available online 14 March 2023.
[11] L. Basyal, M. Sanghvi, Text summarization using large language models: A comparative study of
mpt-7b-instruct, falcon-7b-instruct, and openai chat-gpt models, arXiv preprint arXiv:2310.10449v2
(2023). URL: https://arxiv.org/abs/2310.10449, accessed: 2023-10-14.
[12] W. Kryscinski, B. McCann, C. Xiong, R. Socher, Evaluating the factual consistency of abstractive
text summarization, in: Proceedings of the 2020 Conference on Empirical Methods in Natural
Language Processing (EMNLP), Association for Computational Linguistics, Online, 2020, pp.
9332–9346.
[13] P. Utama, J. Bambrick, N. Moosavi, I. Gurevych, Falsesum: Generating document-level nli examples
for recognizing factual inconsistency in summarization, in: Proceedings of the 2022 Conference
of the North American Chapter of the Association for Computational Linguistics: Human
Language Technologies, Association for Computational Linguistics, Seattle, United States, 2022, pp.
2763–2776.
[14] A. Fan, D. Grangier, M. Auli, Controllable abstractive summarization, in: Proceedings of the
2nd Workshop on Neural Machine Translation and Generation, Association for Computational
Linguistics, Melbourne, Australia, 2018, pp. 45–54.
[15] G. S. Cheema, S. Hakimov, A. Sittar, E. Müller-Budack, C. Otto, R. Ewerth, MM-Claims: A dataset
for multimodal claim detection in social media, in: Findings of the Association for Computational
Linguistics: NAACL 2022, Association for Computational Linguistics, Seattle, United States, 2022,
pp. 962–979. URL: https://aclanthology.org/2022.findings-naacl.75.
[16] M. Lewis, Y. Liu, N. Goyal, M. Ghazvininejad, A. Mohamed, O. Levy, V. Stoyanov, L. Zettlemoyer,
Bart: Denoising sequence-to-sequence pre-training for natural language generation, translation,
and comprehension, arXiv preprint arXiv:1910.13461 (2019). URL: https://arxiv.org/abs/1910.13461,
facebook AI.
[17] J. Devlin, M.-W. Chang, K. Lee, K. Toutanova, Bert: Pre-training of deep bidirectional transformers
for language understanding, arXiv preprint arXiv:1810.04805v2 (2019). URL: https://arxiv.org/abs/
1810.04805v2.
[18] A. Radford, K. Narasimhan, T. Salimans, I. Sutskever, Improving language understanding by
generative pre-training, arXiv preprint arXiv:1810.04805v2 (2018). URL: https://arxiv.org/abs/1810.
04805v2.
[19] L. Kozma, J. Voderholzer, Theoretical analysis of byte-pair encoding, arXiv preprint
arXiv:2411.08671v1 (2024). URL: https://arxiv.org/abs/2411.08671v1, supported by DFG Grant
KO 6140/1-2.
[20] S. Banerjee, A. Lavie, Meteor: An automatic metric for mt evaluation with improved correlation
with human judgments, in: Proceedings of the ACL Workshop on Intrinsic and Extrinsic Evaluation
Measures for Machine Translation and/or Summarization, Association for Computational
Linguistics, Ann Arbor, Michigan, 2005, pp. 65–72. URL: https://www.aclweb.org/anthology/W05-0909/.
[21] Whimsical Inc., Whimsical – Visual Workspace for Collaboration, 2025. URL: https://whimsical.</p>
      <p>com/, accessed: 2025-07-06.
[22] D. Schuurmans, H. Dai, F. Zanini, Autoregressive large language models are computationally
universal, arXiv preprint arXiv:2410.03170v1 (2024). URL: https://arxiv.org/abs/2410.03170v1.
[23] K. Krishna, J. Sedoc, G. Neubig, Y. Tsvetkov, Automatic detection of machine-generated text: A
critical survey, arXiv preprint arXiv:2304.07288 (2023).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>M.</given-names>
            <surname>Sundriyal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Chakraborty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <article-title>From chaos to clarity: Claim normalization to empower fact-checking, in: Findings of the Association for Computational Linguistics: EMNLP 2023, Association for Computational Linguistics</article-title>
          ,
          <year>2023</year>
          , pp.
          <fpage>6594</fpage>
          -
          <lpage>6609</lpage>
          . URL: https://doi.org/10.18653/v1/
          <year>2023</year>
          .findings-emnlp.
          <volume>439</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Corney</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hasanain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Alam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Elsayed</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>Papotti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shaar</surname>
          </string-name>
          , G. Da San Martino,
          <article-title>Automated fact-checking for assisting human fact-checkers</article-title>
          ,
          <source>in: Proceedings of the Thirtieth International Joint Conference on Artificial Intelligence (IJCAI-21)</source>
          , Survey Track,
          <source>International Joint Conferences on Artificial Intelligence Organization</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>4551</fpage>
          -
          <lpage>4558</lpage>
          . URL: https://www.ijcai.org/proceedings/2021/627, survey Track.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>R.</given-names>
            <surname>Panchendrarajan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zubiaga</surname>
          </string-name>
          ,
          <article-title>Claim detection for automated fact-checking: A survey on monolingual, multilingual and cross-lingual research</article-title>
          ,
          <source>arXiv preprint arXiv:2401.11969v3</source>
          (
          <year>2024</year>
          ). URL: https://arxiv.org/abs/2401.11969, preprint submitted to Natural
          <source>Language Processing, March</source>
          <volume>19</volume>
          ,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>L.</given-names>
            <surname>Majer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Šnajder</surname>
          </string-name>
          ,
          <article-title>Claim check-worthiness detection: How well do llms grasp annotation guidelines?</article-title>
          ,
          <source>in: Proceedings of the Seventh Fact Extraction and VERification Workshop</source>
          (FEVER),
          <source>Association for Computational Linguistics</source>
          ,
          <year>2024</year>
          , pp.
          <fpage>245</fpage>
          -
          <lpage>263</lpage>
          . URL: https://aclanthology.org/
          <year>2024</year>
          .
          <article-title>eacl-long.5</article-title>
          , accessed:
          <fpage>2024</fpage>
          -03-19.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Deng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Schlichtkrull</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Vlachos</surname>
          </string-name>
          ,
          <article-title>Document-level claim extraction and decontextualisation for fact-checking</article-title>
          ,
          <source>arXiv preprint arXiv:2406.03239v2</source>
          (
          <year>2024</year>
          ). URL: https://arxiv.org/abs/2406.03239, preprint submitted to Fact Extraction and VERification,
          <year>June 2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>E. M.</given-names>
            <surname>Bender</surname>
          </string-name>
          , J. T. Morgan,
          <string-name>
            <given-names>M.</given-names>
            <surname>Oxley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zachry</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Hutchinson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Marin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , M. Ostendorf,
          <article-title>Annotating social acts: Authority claims and alignment moves in wikipedia talk pages</article-title>
          ,
          <source>in: Proceedings of the Workshop on Language in Social Media (LSM</source>
          <year>2011</year>
          ), Association for Computational Linguistics,
          <year>2011</year>
          , pp.
          <fpage>48</fpage>
          -
          <lpage>57</lpage>
          . URL: https://www.aclweb.org/anthology/W11-0707.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J.</given-names>
            <surname>Daxenberger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Eger</surname>
          </string-name>
          , I. Habernal,
          <string-name>
            <given-names>C.</given-names>
            <surname>Stab</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Gurevych</surname>
          </string-name>
          ,
          <article-title>What is the essence of a claim? crossdomain claim identification</article-title>
          ,
          <source>in: Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing</source>
          , Association for Computational Linguistics, Copenhagen, Denmark,
          <year>2017</year>
          , pp.
          <fpage>2055</fpage>
          -
          <lpage>2066</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>T.</given-names>
            <surname>Chakrabarty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Hidey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>McKeown</surname>
          </string-name>
          ,
          <article-title>Imho fine-tuning improves claim detection, in: Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</article-title>
          , Association for Computational Linguistics,
          <year>2019</year>
          , pp.
          <fpage>558</fpage>
          -
          <lpage>563</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>