Papers for

fact-checking teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Web tool uses argument schemes and ai to analyse deception in texts

DeceptionAnalyser: A Web-Based AI Tool for Performing Structured Deception Analysis with Argumentation Schemes and LLMs

Abstract: Deception plays a central role in Intelligence operations, yet it remains difficult to analyse systematically without expert knowledge of reasoning patterns and cognitive manipulation. In computational argumentation, for instance, no scheme-level ground-truth corpora currently exist to support statistical validation. In this paper, we address this by introducing a set of ten argument schemes designed to model distinct forms of deception, each accompanied by structured premises and critical questions. In doing so, we introduce the first dedicated library of argumentation schemes specifically designed for deception analysis, providing a structured foundation for systematically modelling and analysing deception in narrative text. We then present \textit{DeceptionAnalyser}, a browser-based tool that implements these schemes through a two-stage methodology combining LLM-based premise extraction with critical-question-driven evaluation. Our aim is to provide a conceptual and methodological foundation for analysing deceptive reasoning in narrative text. This is precisely what we address in this paper by demonstrating how structured argumentation theory and AI-assisted analysis can support transparent, explainable assessments of potential deception. Because the schemes are designed to flag claims for scrutiny rather than to output a deception verdict, we do not benchmark classification accuracy; instead, we assess the \emph{reliability} of the methodology by measuring the consistency of the tool's premise and conclusion assessments across ten contemporary large language models and repeated runs. We find that scheme detection is highly stable for clear-cut deception and degrades gracefully, in interpretable ways, on more ambiguous intelligence-style narratives.

Mon 21 SeptHuman-Computer InteractionArtificial Intelligence
The gist
Detecting lies and trickery in stories or statements is very hard, especially without experts who know how deception works. The authors created ten patterns that model different kinds of deception, making it easier to spot when claims need closer checking. They built a web tool called DeceptionAnalyser that uses artificial intelligence to find important parts of a statement and then asks smart, critical questions based on those patterns to evaluate if something seems suspicious. Instead of saying outright if something is a lie, the tool highlights what needs more attention, helping people understand why a claim might be deceptive. They tested this method across many AI models and found it works well for clear cases and degrades gracefully when things are less obvious.
Open 2609.24369v1

Formal methods clarify automated fact checking and accountability

SoK: Formal Methods for Fact-Checking and Information Integrity

Abstract: An automated fact-checking system returns a label: the claim is true, or it is false. In many such systems the verdict remains the primary output. What is generally missing is a record of which document settled the question, of what would have had to be different for the verdict to change, or of whether the same claim, reworded, would have been judged the same way. We call the missing piece a warrant: a separate statement of what was guaranteed and on what grounds. Formal methods produce evidence of this kind, and regulation is beginning to ask for it, since the Digital Services Act and the AI Act both call for auditable evidence about how systems behave. Surveys of automated fact-checking are usually organised by pipeline stage, and treat logic as one technique among many. We organise the field by what is being formalised instead, which gives five levels: the claim, the reasoning, the system doing the checking, the ecosystem the claim spreads through, and the regulatory obligation. Sorting 121 works into those levels, two patterns stand out. Most of the relevant formal machinery already exists, but it was built for other domains and has rarely been applied here, and the gap is widest for verifying the checking system itself. Several stages of the routine professional fact-checkers follow also have no stated correctness criterion, and two of them, writing a claim in checkable form and correcting a verdict already published, are not formally specified in any work we coded. We close with open problems, each with a suggested first step.

Sat 19 SeptComputation and LanguageComputers and SocietyLogic in Computer Science
The gist
Fact-checking systems often give simple true or false answers but don’t explain exactly how they reached those conclusions or what evidence supports them. The authors look at ways formal methods—strict mathematical techniques—can provide clear evidence for fact-checkers’ decisions. They organize 121 studies by what parts of fact-checking are formalized, finding some important gaps such as defining correctness for certain steps. Their work highlights what research exists, what is missing, and suggests next steps to make fact-checking more transparent and reliable.
Open 2609.23239v1

Llms used for fact checking rely more on memory than evidence

Evaluating and Improving Evidence-Grounded Fact-Checking in LLMs via Multi-Round Evidence Ablation

Abstract: Automatic fact-checking systems assess the veracity of claims given evidence from relevant documents. Large Language Models (LLMs) have demonstrated strong performance in fact-checking due to their general reasoning capabilities. However, it remains unclear whether they faithfully make use of the evidence provided to reach veracity judgments or rely on parametric knowledge. To investigate this, we introduce Fact-Ablated Evaluation (FAE), a new evaluation framework that iteratively ablates the cited evidence to assess whether LLMs revise their predictions accordingly. Our empirical results show that current off-the-shelf LLMs as fact-checking systems rely more on their parametric knowledge than on the evidence provided. To bridge this gap between prediction accuracy and evidence grounding, we propose REAL (Rigorous Evidence Ablation Learning), a training framework that promotes evidence-dependent verification through counterfactual evidence supervision for the LLM-as-verifier models. Experiments on four fact-checking datasets across different domains demonstrate that models trained with REAL obtain superior evidence-dependent capabilities compared to standard fine-tuned models. Our findings highlight that strong fact-checking performance can still coexist with weak evidence dependency, while REAL encourages veracity predictions to remain more closely tied to the availability of supporting evidence.

Tue 8 SeptComputation and LanguageArtificial IntelligenceInformation Retrieval
The gist
Fact-checking systems aim to verify claims using evidence, but it is unclear if large language models (LLMs) actually use that evidence or just rely on what they already know. The authors created a test called Fact-Ablated Evaluation that gradually removes pieces of evidence to see if LLMs change their answers. They found that many LLMs tend to ignore the evidence and depend mostly on their stored knowledge. To fix this, they introduced a training method called REAL to teach LLMs to pay closer attention to the evidence when verifying facts. Their experiments show this method helps models rely more on provided evidence while still making accurate judgments.
Open 2609.08943v1