CoVer: Conflict-Aware Claim Verification

arXiv cs.AI Papers

Summary

CoVer is a factual adjudication framework for addressing evidence-level and aggregation-level conflicts in claim verification, with strong performance evaluated on the ContraNote dataset from X's Community Notes system.

arXiv:2609.00508v1 Announce Type: new Abstract: Social media fact-checking has long been challenged by evidence-level and aggregation-level conflicts, where erroneous evidence mimics authoritative news sources. To capture this challenge and support conflict verification tasks, we present ContraNote, a large-scale real-world dataset curated from X's Community Notes system. It includes 33,686 posts for evaluating evidence-level conflict resolution, and 54,474 instances for evaluating aggregation-level prioritization. Additionally, we propose CoVer, a factual adjudication framework with three-stage pipelines: evidence schema normalization, factual consensus and support verification. This prioritizes evidence over noise to prevent it from compromising the final verdict. Technical evaluations show that CoVer achieves strong performance compared with state-of-the-art baselines across ContraNote (86.0% Acc., 68.0% mac. F1, 64.5 bal. Acc. on Conflict; and 88.5% Acc., 88.5 mac. F1 and 89.2 bal. Acc. on Prioritization), CONFACT-HumC (88.4% Acc.) and CONFACT-ModC (89.4% Acc.).
Original Article
View Cached Full Text

Cached at: 09/02/26, 06:05 AM

# CoVer: Conflict-Aware Claim Verification
Source: [https://arxiv.org/html/2609.00508](https://arxiv.org/html/2609.00508)
Dai ShiAffiliation:Tongji UniversityEmail:[yixin@tsinghua\.edu\.cn](mailto:[email protected])Bohao ChuAffiliation:University of Duisburg\-EssenHui WangAffiliation:University of Duisburg\-EssenYuwei ChuaiAffiliation:University of LuxembourgYifan WangAffiliation:University of WashingtonJingruo ChenAffiliation:Cornell UniversitySimin LiAffiliation:Beihang UniversityXin YiAffiliation:Tsinghua UniversityAffiliation:Beijing Academy of Artificial IntelligenceHewu LiAffiliation:Tsinghua University\*Equal contribution\. Corresponding authors

###### Abstract

Social media fact\-checking has long been challenged by evidence\-level and aggregation\-level conflicts, where erroneous evidence mimics authoritative news sources\. To capture this challenge and support conflict verification tasks, we presentContraNote, a large\-scale real\-world dataset curated fromX\\mathbb\{X\}’s Community Notes system\. It includes 33,686 posts for evaluating evidence\-level conflict resolution, and 54,474 instances for evaluating aggregation\-level prioritization\. Additionally, we proposeCoVer, a factual adjudication framework with three\-stage pipelines: evidence schema normalization, factual consensus and support verification\. This prioritizes evidence over noise to prevent it from compromising the final verdict\. Technical evaluations show that CoVer achieves strong performance compared with state\-of\-the\-art baselines across ContraNote \(86\.0% Acc\., 68\.0% mac\. F1, 64\.5 bal\. Acc\. on Conflict; and 88\.5% Acc\., 88\.5 mac\. F1 and 89\.2 bal\. Acc\. on Prioritization\), CONFACT\-HumC \(88\.4% Acc\.\) and CONFACT\-ModC \(89\.4% Acc\.\)\.

## 1Introduction

Developing effective automated fact\-checking methods is increasingly important to mitigate the spread of misinformation on social media platforms at scale[Choi and Ferrara \(2024\)](https://arxiv.org/html/2609.00508#bib.bib1);[Augenstein et al\. \(2024\)](https://arxiv.org/html/2609.00508#bib.bib2)\. Modern systems commonly adopt a decomposition\-aggregation pipeline, which breaks complex claims into atomic sub\-claims, verifies each subclaim against external knowledge sources, and synthesizes verdicts to determine overall veracity[Wang et al\. \(2024\)](https://arxiv.org/html/2609.00508#bib.bib34)\. Retrieval\-Augmented Generation \(RAG\) plays an important role in this pipeline by enabling Large Language Models \(LLMs\) to ground their reasoning in external evidence retrieved from the open web[Lewis et al\. \(2020\)](https://arxiv.org/html/2609.00508#bib.bib43)\.

However, this pipeline frequently encounters conflicts that compromise verdict accuracy\. We categorize these conflicts into two distinct levels: \(i\)evidence\-level conflict, where retrieved documents from different sources take opposing stances on the same fact, \(ii\)aggregation\-level conflict, where sub\-claims within a single complex claim provide contradictory signals that must be prioritized and reconciled\.

![Refer to caption](https://arxiv.org/html/2609.00508v1/Figure_1.png)Figure 1:An illustration of conflicting evidence\.These challenges are exemplified in a social media claim asserting that a newly published public\-health study links COVID\-19 vaccines to a rise in excess deaths \(Figure[1](https://arxiv.org/html/2609.00508#S1.F1)\)\. During verification, retrieval may surface an evidence\-level conflict: a widely shared headline interprets the study as “vindicating” prior anti\-vaccine claims, while statements from the publishing journal and epidemiologists clarify that the study has no such causal relationship\. Besides, an aggregation\-level conflict arises when the claim is decomposed into sub\-claims \(e\.g\., trends in excess mortality vs\. implied causality\), yielding contradictory signals that must be weighed against one another\. Here, aggregation\-level conflict does not necessarily mean that subclaims contradict one another\. Different subclaims may receive local verdicts whose logical implications conflict with the overall claim\. For instance, evidence may support the observation that excess mortality increased while refuting the implied causal attribution to COVID\-19 vaccination\. The conflict therefore arises when local verdicts are aggregated\.

Resolving such contradictions is crucial, yet evidence conflict on social media differs from general conflicts in two aspects: \(i\)Intentionality:Unlike general search conflicts that often stem from outdated data, social media conflicts are frequently adversarial, with misinformation crafted to mimic authoritative style\. \(ii\)Popularity bias:False narratives on social media may circulate faster than factual corrections\. Methods relying on frequency\-based aggregation struggle around these issues\.

To bridge this gap, we introduceContraNote, a real\-world dataset derived fromX\\mathbb\{X\}’s Community Notes system\. ContraNote captures real\-world conflicts by identifying posts that received opposed debunking statements from crowdsourced contributors\. We filtered over two million notes to construct two tasks: a conflict task comprising 33,686 posts to evaluate support/refutation, and a prioritization task comprising 54,474 posts to evaluate the identification of high\-quality evidence\.

We further proposeCoVer, a framework to parse and adjudicate conflicting evidence by prioritizing evidence over noise\. Unlike algorithms that aggregate all evidence at once, CoVer uses a structured pipeline with three modules: evidence schema normalization, factual consensus, and support verification\. This facilitates individual scrutinization and filters out noise such as quoted rumors, headlines, or weakly relevant statements\.

Technical evaluations show that CoVer outperforms state\-of\-the\-art \(SOTA\) baselines across various datasets\. On ContraNote Conflict and Prioritization, CoVer achieves accuracies of 86\.0% and 88\.5%, with corresponding bal\. Acc\. of 64\.5% and 89\.2%\. It also achieves 88\.4% accuracy on CONFACT\-HumC and 89\.4% on \-ModC\. Ablation studies further confirm the contribution of each module in our proposed framework\. Together, this paper makes three contributions:

∙\\bulletWe propose the CoVer framework, an algorithm featuring evidence schema normalization, factual consensus, and support verification modules to effectively resolve evidence conflicts\.

∙\\bulletWe construct ContraNote dataset, comprising 33,686 conflicting instances and 54,474 prioritization instances derived fromX\\mathbb\{X\}, providing testbeds for evaluating real\-world conflicts\.

∙\\bulletWe provide empirical evidence that CoVer performs strongly relative to SOTA baselines across evidence conflict datasets\.

## 2Background and Related Work

### 2\.1Automatic Fact\-checking

Traditional expert\-based fact\-checking faces significant challenges regarding scalability, selection bias, and public trust[Pennycook and Rand \(2019\)](https://arxiv.org/html/2609.00508#bib.bib5);[Straub and Spradling \(2022\)](https://arxiv.org/html/2609.00508#bib.bib6);[Chuai et al\. \(2025\)](https://arxiv.org/html/2609.00508#bib.bib48);[Chuai et al\. \(2026b\)](https://arxiv.org/html/2609.00508#bib.bib47)\. In response, community\-based and automated alternatives have emerged as viable solutions[Kim and Walker \(2020\)](https://arxiv.org/html/2609.00508#bib.bib7);[Quelle and Bovet \(2024\)](https://arxiv.org/html/2609.00508#bib.bib8);[Zhang et al\. \(2026\)](https://arxiv.org/html/2609.00508#bib.bib50)\. Community\-based fact\-checking, exemplified byX\\mathbb\{X\}’s Community Notes[X Corp\. \(2026\)](https://arxiv.org/html/2609.00508#bib.bib3), can achieve accuracy comparable to expert judgments[Allen et al\. \(2021\)](https://arxiv.org/html/2609.00508#bib.bib9), resist motivated reasoning[Epstein et al\. \(2020\)](https://arxiv.org/html/2609.00508#bib.bib11), and reach broader online communities[Micallef et al\. \(2020\)](https://arxiv.org/html/2609.00508#bib.bib10)\. However, it remains too slow to curb misinformation at an early stage and is subject to coordinated rating manipulation[Chuai et al\. \(2024\)](https://arxiv.org/html/2609.00508#bib.bib22);[Chuai et al\. \(2026a\)](https://arxiv.org/html/2609.00508#bib.bib49);[Chuai et al\. \(2026b\)](https://arxiv.org/html/2609.00508#bib.bib47)\.

Given recent advances in LLMs, automated fact\-checking frameworks show promises in identifying suspicious multimodal claims[Qi et al\. \(2024\)](https://arxiv.org/html/2609.00508#bib.bib12);[Zhou et al\. \(2024\)](https://arxiv.org/html/2609.00508#bib.bib17), verifying their veracity[Wang and Shu \(2023\)](https://arxiv.org/html/2609.00508#bib.bib13), and generating explanations[Yue et al\. \(2024\)](https://arxiv.org/html/2609.00508#bib.bib14);[He et al\. \(2023\)](https://arxiv.org/html/2609.00508#bib.bib15);[Zeng and Gao \(2024\)](https://arxiv.org/html/2609.00508#bib.bib16)immediately after publication\. Notably,[De et al\. \(2025\)](https://arxiv.org/html/2609.00508#bib.bib4)explored synthesizing community notes, while we focus on evidence conflict resolution\.

Beyond verification, LLMs can enhance collective decision\-making[Yang et al\. \(2024\)](https://arxiv.org/html/2609.00508#bib.bib18)by aggregating diverse perspectives[Burton et al\. \(2024\)](https://arxiv.org/html/2609.00508#bib.bib19)and mapping complex opinions to consensus statements[Bakker et al\. \(2022\)](https://arxiv.org/html/2609.00508#bib.bib20)\. For instance,[Fish et al\. \(2024\)](https://arxiv.org/html/2609.00508#bib.bib21)integrated LLMs with social choice theory to generate multiple summaries than a singular consensus\. Our work differs by focusing on evidence conflict resolution\.

### 2\.2Conflict Resolution in Fact\-Checking

Truth discovery\.Early conflict resolution focused on truth discovery, aiming to identify accurate information among conflicting sources by estimating source reliability[Li et al\. \(2016\)](https://arxiv.org/html/2609.00508#bib.bib28)\. Traditional methods used iterative probabilistic models to infer trustworthiness[Li et al\. \(2016\)](https://arxiv.org/html/2609.00508#bib.bib28);[Lyu et al\. \(2017\)](https://arxiv.org/html/2609.00508#bib.bib29), later evolving into neural frameworks, such as DeClarE, which aggregates external evidence and source credibility via attention mechanisms[Popat et al\. \(2018\)](https://arxiv.org/html/2609.00508#bib.bib27)\. Unlike these methods that focus on source credibility, our approach models consensus among conflicting evidence items\.

Taxonomy and biases in knowledge conflicts\.With the adoption of LLMs, the focus shifted to knowledge conflicts, which can be classified as intra\-context, inter\-context and parametric discrepancies[Su et al\. \(2024\)](https://arxiv.org/html/2609.00508#bib.bib26);[Xie et al\. \(2023\)](https://arxiv.org/html/2609.00508#bib.bib33);[Ming et al\. \(2024\)](https://arxiv.org/html/2609.00508#bib.bib25)\. When resolving these conflicts, LLMs exhibit notable biases: confirmation bias toward internal parametric memory[Xie et al\. \(2023\)](https://arxiv.org/html/2609.00508#bib.bib33);[Su et al\. \(2024\)](https://arxiv.org/html/2609.00508#bib.bib26);[Özer and Yıldız \(2025\)](https://arxiv.org/html/2609.00508#bib.bib23), self\-generation bias favoring erroneous self\-derived context over retrieved facts[Tan et al\. \(2024\)](https://arxiv.org/html/2609.00508#bib.bib32), and selection bias where LLMs detect inconsistencies via Natural Language Inference \(NLI\)[Jiayang et al\. \(2024\)](https://arxiv.org/html/2609.00508#bib.bib24)but arbitrarily select single evidence items without holistic synthesis[Jiayang et al\. \(2024\)](https://arxiv.org/html/2609.00508#bib.bib24)\. To mitigate these biases, we ground conflict resolution in recognizing evidence’s stances and resolving based on stance conflicts\.

Detection and resolution frameworks\.To counter LLM biases, research proposed factual consistency models for detection[Jiayang et al\. \(2024\)](https://arxiv.org/html/2609.00508#bib.bib24), and employ iterative multi\-agent debates \(e\.g\., MADAM\-RAG\)[Wang et al\. \(2025\)](https://arxiv.org/html/2609.00508#bib.bib42), or contrastive argument synthesis for resolution[Yue et al\. \(2024\)](https://arxiv.org/html/2609.00508#bib.bib14)\. Furthermore, robust resolution requires calibration and uncertainty estimation to merge conflicting and evolving evidence in temporal contexts[Wan et al\. \(2024\)](https://arxiv.org/html/2609.00508#bib.bib30);[Chen et al\. \(2022a\)](https://arxiv.org/html/2609.00508#bib.bib31);[Özer and Yıldız \(2025\)](https://arxiv.org/html/2609.00508#bib.bib23);[Burton et al\. \(2024\)](https://arxiv.org/html/2609.00508#bib.bib19)\. Unlike frameworks designed for document retrieval and verification, we focused on reconciling contradictory evidence\.

## 3Problem Definition

In automated fact\-checking, conflicting evidence primarily exist at two stages: theevidencelevel and theaggregationlevel\.Evidence\-level conflict occurs when retrieved documents present contradictory stances on a single fact\.Aggregation\-level conflict arises when a complex claim is decomposed into sub\-claims that yield divergent verdicts\. For example, a correct attribution alongside false causality requires the system to synthesize these mixed signals into a coherent conclusion\.

Formally, let a claimCCbe decomposed into subclaimsS=\{s1,…,sn\}S=\\\{s\_\{1\},\.\.\.,s\_\{n\}\\\}\. For eachsis\_\{i\}, the system retrieves a set of evidence documentsEi=\{ei,1,…,ei,m\}E\_\{i\}=\\\{e\_\{i,1\},\.\.\.,e\_\{i,m\}\\\}\. An evidence\-level conflict exists ifEiE\_\{i\}contains contradictory stance labels that simultaneously support and refutesis\_\{i\}\. An aggregation\-level conflict occurs when the set of local verdictsVS=\{v⁡\(s1\),…,v⁡\(sn\)\}V\_\{S\}=\\\{v\(s\_\{1\}\),\.\.\.,v\(s\_\{n\}\)\\\}has opposing logical implications for the overall veracity ofCC\. The objective is to learn a verification functionℱ⁡\(C,⋃Ei\)→y\\mathcal\{F\}\(C,\\bigcup E\_\{i\}\)\\rightarrow ythat maps the claim and conflicting evidence to a final verdicty∈\{Supported,Refuted,NotEnoughInformationy\\in\\\{\\text\{Supported\},\\text\{Refuted\},\\text\{Not\}\\,\\text\{Enough\}\\,\\text\{Information\}by prioritizing evidence over noise\.

## 4ContraNote Dataset

We constructed the ContraNote dataset using the open\-source Community Notes repository published byX\\mathbb\{X\}[X Corp\. \(2025\)](https://arxiv.org/html/2609.00508#bib.bib41)\. Community Notes is a crowd\-sourced misinformation debunking mechanism where qualified contributors provide additional context to evaluate the veracity of posts\. The longitudinal data used in this study span from June 2021 to May 2026\.

Figure 2:Distributions in ContraNote, \(a\) distribution of misleading reasons, \(b\) note length by stance, \(c\) percentage of notes with cited sources\.Individual posts on the platform frequently elicit multiple community notes with divergent viewpoints\. Some contributors may flag a post as potentially misleading, while others may argue that it is not misleading because it is factually correct, satirical, or containing personal opinion\. These conflicting perspectives on a single post create a complex environment of evidentiary contradictions\. Final note selection is determined by user helpfulness ratings and algorithmic prioritization\. This inherent complexity provides a unique opportunity for LLMs to learn from real\-world conflicts and develop mechanisms for information prioritization\.

Our initial corpus comprised 2,276,724 community notes corresponding to 1,502,486 unique posts\. To isolate instances of conflict, we first identified 443,148 posts that received more than one community note\. We then focused on posts containing stance contrast, defined by the two Community Notes classifications:MISINFORMED\_OR\_POTENTIALLY\_MISLEADINGandNOT\_MISLEADING\.

We constructed two benchmark tasks from this filtered corpus\. The first,ContraNote Conflict, evaluates whether an original post should be supported or refuted given conflicting notes\. Refuted instances are posts satisfying three conditions: \(1\) the notes have stance contrast, \(2\) it has at least one note rated asCURRENTLY\_RATED\_HELPFUL, and \(3\) at least one helpful note is labeledMISINFORMED\_OR\_POTENTIALLY\_MISLEADING\. These instances correspond to claims for which the crowd\-rated consensus supports active correction or refutation\. This yields 27,445Refutedinstances\. Supported instances should satisfy: \(1\) the notes have stance contrast, \(2\) it contain no helpful misleading note, and all misleading notes are ratedCURRENTLY\_RATED\_NOT\_HELPFUL, \(3\) the majority of its notes are labeledNOT\_MISLEADING\. We apply different criteria as our dataset from Community Notes have no non\-misleading notes with helpful status\. This process yields 6,241Supportedinstances\.ContraNote Conflictcontains 33,686 posts, including 27,445Refutedand 6,241Supportedinstances\.

The second task,ContraNote prioritization, evaluates whether a model can identify potentially conflicting high\-quality evidence among notes\. We selected posts with stance contrast that contain at least one helpful note and one non\-helpful note, where non\-helpful candidates include notes rated asCURRENTLY\_RATED\_NOT\_HELPFULorNEEDS\_MORE\_RATINGS\. Given the post context and its set of notes, the model needs to predict which note should be prioritized\. This produces a balanced benchmark of 54,474 instances over 27,237 posts, with 27,237Supportedtarget notes and 27,237Refutedtarget notes\.

As shown in Figure[2](https://arxiv.org/html/2609.00508#S4.F2), missing context \(22,615 instances\) and factual errors \(20,918 instances\) are primary drivers of misleading claim\. Refuting notes exhibit greater detail \(1\.77 per post\) and length \(289\.08 characters\) compared to supporting ones\. Evidence link analysis reveals that news \(49\.1%\) and social media platforms \(24\.6%\) are major cited sources, while encyclopedic references remain secondary\. This indicates that ContraNote primarily relies on heterogeneous evidence that require provenance assessment\. Qualitative coding reveals that relations between contradictory notes extend beyond direct contrasts, which include contextual, scoping and aggregation\-level disagreements\. Notably,note\-necessity disagreementis the primary conflict pattern \(33%\), where contributors contest the necessity of moderation\. Language distribution analysis shows that English constitutes the majority language \(13,776, 62\.98%\), followed by Spanish \(1,758, 8\.04%\) and Portuguese \(1,368, 6\.25%\)\.

As shown in Table[4](https://arxiv.org/html/2609.00508#A2.T4), ContraNote extends prior benchmarks[Augenstein et al\. \(2019\)](https://arxiv.org/html/2609.00508#bib.bib44);[Schlichtkrull et al\. \(2023\)](https://arxiv.org/html/2609.00508#bib.bib45);[Chen et al\. \(2022b\)](https://arxiv.org/html/2609.00508#bib.bib46)by capturing naturally occurring evidence conflicts within single posts\. To evaluate label reliability, three trained annotators independently annotated on randomly sampled 500 instances, which yield high inter\-rater reliability \(Fleiss’κ=\\kappa=0\.82\)\. Majority\-vote human annotations aligned with dataset labels in 94\.2% cases, validting labels’ accuracy\. To account for potential bias, we analyzed using PoliticalBiasBERT, and found the dataset covered broad political orientations \(18\.6% left, 47\.0% center, 34\.4% right\) and topic domains \(e\.g\., 26\.0% political/governance, 20\.6% science/technology, 29\.8% media/entertainment/sports\)\. This indicates that ContraNote reflects the consensus signal generated by Community Notes mechanism\. Details are all shown in Appendix[B\.2](https://arxiv.org/html/2609.00508#A2.SS2)\.

## 5CoVer

### 5\.1Algorithm Overview

As shown in Figure[3](https://arxiv.org/html/2609.00508#S5.F3), given a claimqqand an evidence setℰ=\{ei\}i=1N\\mathcal\{E\}=\\\{e\_\{i\}\\\}\_\{i=1\}^\{N\}, CoVer predicts a labely∈\{Supported,Refuted\}y\\in\\\{\\text\{Supported\},\\text\{Refuted\}\\\}\. This algorithm has three modules: evidence schema normalization, factual consensus, and support verification\.

![Refer to caption](https://arxiv.org/html/2609.00508v1/Figure/cover.png)Figure 3:The CoVer framework\.
### 5\.2Evidence Schema Normalization

Each evidence itemeie\_\{i\}may contain free text and structured metadataei=\(ti,mi\)e\_\{i\}=\(t\_\{i\},m\_\{i\}\), wheretit\_\{i\}is textual content andmim\_\{i\}contains optional fields such as source URL\. We normalize each item into a canonical representation:zi=ϕ⁡\(ei\)=ϕ⁡\(ti,mi\)\.z\_\{i\}=\\phi\(e\_\{i\}\)=\\phi\(t\_\{i\},m\_\{i\}\)\.The normalized itemziz\_\{i\}preserves both text and schema\-level cues\. For QA evidence, we retained proposed answer fields\. For source\-pointer evidence, we retained page and line identifiers\. For candidate\-note evidence, status, label, stance, and helpfulness fields are kept\. For plain fact\-checking evidence, article text and snippets are kept\. This gives a unified evidence set𝒵=\{zi\}i=1N\\mathcal\{Z\}=\\\{z\_\{i\}\\\}\_\{i=1\}^\{N\}\.

### 5\.3Factual Consensus

The second stage performs factual adjudication over the normalized evidence via a three\-step pipeline: individual evidence adjudication, consensus aggregation, and final verdict generation\.

For each normalized evidence itemzi∈𝒵z\_\{i\}\\in\\mathcal\{Z\}associated with the claimqq, CoVer estimates its stance toward the claim and evaluates its evidential quality\. Instead of using separate prompts, we use a single LLM call with structured output constraints to jointly predict the stancesis\_\{i\}and four fine\-grained quality components\. These constraints require a valid stance from the predefined label set, numeric quality scores in\[0,1\]\[0,1\], and the presence of all fields needed by deterministic aggregation:

\(si,di,ai,li,ui\)=LLMadj​\(q,zi,mi\),\(s\_\{i\},d\_\{i\},a\_\{i\},l\_\{i\},u\_\{i\}\)=\\mathrm\{LLM\}\_\{\\mathrm\{adj\}\}\(q,z\_\{i\},m\_\{i\}\),\(1\)wheresi∈\{support,refute,irrelevant\}s\_\{i\}\\in\\\{\\mathrm\{support\},\\mathrm\{refute\},\\mathrm\{irrelevant\}\\\}, andmim\_\{i\}denotes the preserved metadata schema \(e\.g\., source URL, helpfulness signals\)\. The quality components are scored on a normalized scale\[0,1\]\[0,1\]according to the following rubrics:

∙\\bulletDirectness\(did\_\{i\}\) measures whetherziz\_\{i\}directly addresses the central proposition ofqq, penalizing items that merely share superficial entities\.

∙\\bulletAttribute alignment\(aia\_\{i\}\) evaluates factual compatibility across key dimensions, including entity identity, temporal scope, location, and numerical arguments\.

∙\\bulletSchema reliability\(lil\_\{i\}\) includes metadata cuesmim\_\{i\}\(e\.g\., source authority and community helpfulness ratings\) to assess the trustworthiness of the evidence channel\.

∙\\bulletInformativeness\(uiu\_\{i\}\) quantifies the substantive factual content, assigning low scores to repetitive rumor quotes, headlines, or text that merely reports the existence of a claim\.

The overall quality scoreqiq\_\{i\}is deterministically computed as a weighted linear combination of these components:qi=λd​di\+λa​ai\+λl​li\+λu​uiq\_\{i\}=\\lambda\_\{d\}d\_\{i\}\+\\lambda\_\{a\}a\_\{i\}\+\\lambda\_\{l\}l\_\{i\}\+\\lambda\_\{u\}u\_\{i\}, where weights are tuned asλd=λa=λl=λu=0\.25\\lambda\_\{d\}=\\lambda\_\{a\}=\\lambda\_\{l\}=\\lambda\_\{u\}=0\.25to balance each dimension \(see Appendix[D\.2](https://arxiv.org/html/2609.00508#A4.SS2)\)\. Given\(si,qi\)\(s\_\{i\},q\_\{i\}\)for all evidence items, CoVer aggregates the evidence deterministically to resolve conflicts\. We first compute quality\-weighted cumulative scores for the supporting and refuting stances:

Asup=∑i=1\|𝒵\|qi⋅I\[si=support\],A\_\{\\mathrm\{sup\}\}=\\sum\_\{i=1\}^\{\|\\mathcal\{Z\}\|\}q\_\{i\}\\cdot\\mathbb\{I\}\[s\_\{i\}=\\mathrm\{support\}\],\(2\)Aref=∑i=1\|𝒵\|qi⋅I\[si=refute\],A\_\{\\mathrm\{ref\}\}=\\sum\_\{i=1\}^\{\|\\mathcal\{Z\}\|\}q\_\{i\}\\cdot\\mathbb\{I\}\[s\_\{i\}=\\mathrm\{refute\}\],\(3\)
whereI⁡\[⋅\]\\mathbb\{I\}\[\\cdot\]is the indicator function\. The dominant factual stances∗s^\{\*\}is selected by comparing the cumulative strengths:

s∗=\{support,if​Asup\>Aref,refute,if​Aref≥Asup\.s^\{\*\}=\\begin\{cases\}\\mathrm\{support\},&\\text\{if \}A\_\{\\mathrm\{sup\}\}\>A\_\{\\mathrm\{ref\}\},\\\\ \\mathrm\{refute\},&\\text\{if \}A\_\{\\mathrm\{ref\}\}\\geq A\_\{\\mathrm\{sup\}\}\.\\end\{cases\}\(4\)
We use Refute as the tie\-breaker, which follows the conservative goal of avoiding unsupported positive predictions\. To assess potential biases, we evaluate a variant in which ties are assigned to Support\. Corresponding results are reported in Appendix[D\.3](https://arxiv.org/html/2609.00508#A4.SS3)\. To remove irrelevant noise and low\-quality assertions, the final consensus evidence setG∗G^\{\*\}is filtered using a quality thresholdτq\\tau\_\{q\}:

G∗=\{zi∈𝒵∣si=s∗∧qi≥τq\}\.G^\{\*\}=\\\{z\_\{i\}\\in\\mathcal\{Z\}\\mid s\_\{i\}=s^\{\*\}\\land q\_\{i\}\\geq\\tau\_\{q\}\\\}\.\(5\)
The factual correlation between the aggregated consensus setG∗G^\{\*\}and claimqqis adjudicated by an additional LLM call, yieldingr=LLMver​\(q,G∗\)∈\{entails,contradicts,insufficient\}r=\\mathrm\{LLM\}\_\{\\mathrm\{ver\}\}\(q,G^\{\*\}\)\\in\\\{\\mathrm\{entails\},\\mathrm\{contradicts\},\\mathrm\{insufficient\}\\\}\.entails\\mathrm\{entails\}is mapped to Supported, while others are mapped to Refuted, as neither outcome suggests that the original post is supported under the Community Notes labeling protocol\. To test the effect of this strategy, we evaluate a Supported/Partially Supported/Refuted setting in Appendix[C\.4](https://arxiv.org/html/2609.00508#A3.SS4)\.

### 5\.4Support Verification

Given the factual consensus outputystricty\_\{\\mathrm\{strict\}\}, CoVer applies support verification only when factual consensus predicts Supported\. Ifystrict=Refutedy\_\{\\mathrm\{strict\}\}=\\mathrm\{Refuted\}, the algorithm terminates and returns Refuted\. We use this as a conservative filter for positive predictions\. Whenystrict=Supportedy\_\{\\mathrm\{strict\}\}=\\mathrm\{Supported\}, CoVer constructs the candidate support set

𝒵sup=\{zi∈𝒵:si=support,qi≥τq\}\.\\mathcal\{Z\}\_\{\\mathrm\{sup\}\}=\\\{z\_\{i\}\\in\\mathcal\{Z\}:s\_\{i\}=\\mathrm\{support\},\\ q\_\{i\}\\geq\\tau\_\{q\}\\\}\.It then performs a final verification call:v=gθ​\(q,𝒵sup\)∈\{valid,invalid\}\.v=g\_\{\\theta\}\(q,\\mathcal\{Z\}\_\{\\mathrm\{sup\}\}\)\\in\\\{\\mathrm\{valid\},\\mathrm\{invalid\}\\\}\.This verifier checks whether the selected supporting evidence directly and independently validates the claim’s central proposition\. It rejects support if the evidence merely quotes a claim or rumor, a headline or fact\-check setup, about a different entity, time, answer, or scope, or is merely related without factual statement\. The final predictiony^\\hat\{y\}is labeled asSupported\\mathrm\{Supported\}ifystrict=Supported∧v=validy\_\{\\mathrm\{strict\}\}=\\mathrm\{Supported\}\\land v=\\mathrm\{valid\}, andRefuted\\mathrm\{Refuted\}otherwise\.

## 6Experiments

### 6\.1Datasets

We choose various datasets representing different conflict levels\. Specifically, we examine conflicting evidence in social media fact\-checking and other scenarios to test CoVer’s generalizability:

CONFACT[Ge et al\. \(2025\)](https://arxiv.org/html/2609.00508#bib.bib35)\.Unlike traditional benchmarks where evidence is often consistent, CONFACT is specifically curated to include claims with opposed evidence on the web \(e\.g\., conflicting reports on political events or scientific debates\)\. It serves as the primary testbed for measuring agents’ ability to resolve evidence conflicts\.

ConflictBank[Su et al\. \(2024\)](https://arxiv.org/html/2609.00508#bib.bib26)\.This benchmark analyzes model behavior by simulating knowledge conflicts\. It includes 553,117 QA pairs derived from 2,863,205 Wikidata claims, covering three main conflict causes: misinformation, temporal change, and semantic variation\. Using the original QA pairs, we construct refutation examples by treating the modified evidence as conflicting evidence groups, yielding 1,659,351 data items\.

ECON[Jiayang et al\. \(2024\)](https://arxiv.org/html/2609.00508#bib.bib24)\.The dataset is based on two public datasets: Natural Questions and Complex Web Questions, where they constructed alternative answers as conflicting evidence, producing different types of answer and factoid conflicts: degree, entity, negation, number, temporal, verb, and other types\. ECON contains 4,995 data items\.

ContraNote\.We use the version described in Sec\.[4](https://arxiv.org/html/2609.00508#S4)\. The primary binary labels follow the Community Notes labeling scheme\. We also provide a three\-way pilot analysis in Appendix[C\.4](https://arxiv.org/html/2609.00508#A3.SS4)\.

FEVER[Thorne et al\. \(2018\)](https://arxiv.org/html/2609.00508#bib.bib36)\.It is a most widely used fact\-check dataset[Min et al\. \(2023\)](https://arxiv.org/html/2609.00508#bib.bib37);[Chen et al\. \(2023\)](https://arxiv.org/html/2609.00508#bib.bib38), featuring fact extraction and verification\. It contains claims generated by altering sentences extracted from Wikipedia and subsequently verified without access to the source sentences\. Claims are labeled supported, refuted and not enough information\. We used the shared claim subset, containing 19,998 claims\.

DatasetSubsetNumberPositiveNegativeCONFACTHumC28751236ModC611125486ConflictBank–1,659,351553,1171,106,234ECON–4,9952,0432,952ContraNoteConflict33,6866,24127,445Prioritization54,47427,23727,237FEVER–13,3326,6666,666

Table 1:Dataset distribution \(Positive: Support, Negative: Refute\)\.
### 6\.2Baselines

We compare CoVer with eight representative baselines for conflict resolution or social media fact\-checking\. To ensure a controlled evaluation, we decouple verification from retrieval\. By providing all methods with identical sets of conflicting evidence, we isolate retrieval variance as a confounding variable\. Therefore, while some baselines originally included retrieval components, we adapt them to focus on evidence adjudication\.

FacTool[Chern et al\. \(2023\)](https://arxiv.org/html/2609.00508#bib.bib39):A method that performs a single\-pass verification based on retrieved evidence, representing a basic fact\-check flow\.

FactCheckGPT[Wang et al\. \(2024\)](https://arxiv.org/html/2609.00508#bib.bib34):A decomposition\-based method, which breaks a claim into atomic sub\-claims, retrieves evidence for each sub\-claim individually, and aggregates the results, thereby serving a standard automated fact\-checking pipeline\.

FIRE[Xie et al\. \(2025\)](https://arxiv.org/html/2609.00508#bib.bib40):An iterative reasoning agent\. Unlike FacTool, FIRE operates as a loop\. It assesses whether the current context is sufficient to answer the claim\. If not, it considers new evidence\. Through this process, it implicitly models conflict\.

Confact[Ge et al\. \(2025\)](https://arxiv.org/html/2609.00508#bib.bib35):A source\-aware RAG framework designed to resolve evidentiary conflicts by integrating media background metadata \(e\.g\., source credibility ratings and bias information\) directly into the answer generation stage\. It uses structured reasoning \(e\.g\., Chain\-of\-Thought\) to evaluate and prioritize evidence from trustworthy sources, thereby mitigating the influence of misleading information from unreliable origins\.

ECON[Jiayang et al\. \(2024\)](https://arxiv.org/html/2609.00508#bib.bib24)\(i\.e\., ConflictRes\):A framework focusing on evidence conflicts, especially those occurring between different retrieved context\. ECON addresses the gap between LLMs’ detection and their unreliable resolution behaviors, such as arbitrary evidence selection or over\-reliance on internal priors\.

Additional baselines:We also compare an AVeriTeC\-style verifier, MADAM\-RAG, and ClaimDecomp\. The AVeriTeC\-style verifier uses question\-guided evidence verification for real\-world claims, while MADAM\-RAG represents a multi\-agent retrieval\-augmented verification pipeline\. ClaimDecomp decomposes a complex claim into literal and implied subclaims, verifies them individually, and aggregates their local verdicts\. Under our fixed\-evidence setting, these methods receive the same claim and evidence pool as the other baselines, isolating differences in verification and aggregation rather than retrieval coverage\.

### 6\.3Study Settings

Implementation details All agents in our evaluation usegpt\-4oas the backbone LLMs\. Baselines are implemented with the following configurations to ensure reproducibility:FacToolgenerates two search queries and retrieves the top\-10 results per query using a CoT verification process\.FactCheckGPTdecomposes claims into 2–3 queries and verifies results through NLI\. The iterativeFIREagent is restricted to a maximum of 10 steps\.CONFACTretrieves the top\-10 results and augments them with claim background descriptions of under 50 words each, whileConflictResfocuses on resolving discrepancies between the top\-10 retrieved snippets\. Similarly, we limit CoVer to a maximum of 10 evidence items to maintain processing efficiency\. Each method receives the same query and evidence\. We repeat each experiment five times and report the average results\.

Ablation Settings We evaluate the contribution of each CoVer component by removing modules\.

Without evidenceschemanormalization:we remove the schema normalization module and provide evidence to the adjudicator only as unstructured text\. We omit structured cues such as proposed answers, source pointers, line identifiers, candidate\-note stances, and target\-candidate markers\. This tests whether task\-relevant evidence structures are necessary for conflict resolution\.

Without factualconsensus:the system no longer selects direct, internally consistent, and claim\-aligned evidence group before making a decision\. This evaluates whether factual consensus with evidence group is helpful\.

Withoutsupportverification:the model accepts support decisions without additional check for direct entailment, target\-candidate validity, or contradiction by stronger evidence\.

Pairwise removals:we further evaluate all pairwise removals: w/o Schema \+ Consensus, w/o Schema \+ Support, and w/o Consensus \+ Support\. These settings measure whether the modules provide complementary benefits or whether performance is driven by a single component\.

Without all:we remove all three modules to create the minimal setting\.

### 6\.4Main Results

Table[2](https://arxiv.org/html/2609.00508#S6.T2)compares CoVer with the baselines across all datasets\.

MethodCONFACTHumCCONFACTModCConflictBankECONFEVERContraNoteConflictContraNotePrioritizationFacTool80\.0∣\\mid60\.8∣\\mid59\.981\.5∣\\mid69\.6∣\\mid68\.257\.8∣\\mid52\.0∣\\mid52\.570\.0∣\\mid69\.2∣\\mid69\.251\.0∣\\mid50\.3∣\\mid61\.771\.1∣\\mid63\.4∣\\mid71\.259\.8∣\\mid59\.8∣\\mid60\.0FactCheckGPT84\.0∣\\mid67\.7∣\\mid65\.880\.5∣\\mid68\.0∣\\mid66\.763\.5∣\\mid57\.5∣\\mid58\.067\.5∣\\mid66\.6∣\\mid66\.681\.5∣\\mid80\.9∣\\mid85\.072\.2∣\\mid60\.1∣\\mid62\.955\.8∣\\mid55\.7∣\\mid56\.3FIRE79\.0∣\\mid55\.0∣\\mid54\.678\.4∣\\mid66\.0∣\\mid65\.454\.8∣\\mid48\.2∣\\mid48\.363\.0∣\\mid61\.9∣\\mid62\.072\.0∣\\mid71\.7∣\\mid76\.772\.2∣\\mid63\.0∣\\mid68\.564\.5∣\\mid63\.8∣\\mid63\.9Confact75\.9∣\\mid62\.5∣\\mid64\.480\.8∣\\mid74\.2∣\\mid77\.460\.5∣\\mid56\.4∣\\mid57\.974\.0∣\\mid74\.0∣\\mid74\.487\.0∣\\mid85\.1∣\\mid84\.382\.8∣\\mid73\.4∣\\mid76\.162\.8∣\\mid62\.8∣\\mid62\.9ConflictRes81\.5∣\\mid64\.2∣\\mid63\.177\.5∣\\mid68\.5∣\\mid70\.057\.0∣\\mid44\.1∣\\mid44\.768\.5∣\\mid67\.8∣\\mid67\.874\.5∣\\mid73\.4∣\\mid76\.081\.3∣\\mid70\.2∣\\mid71\.861\.5∣\\mid60\.1∣\\mid60\.6CoVer88\.4∣\\mid77\.1∣\\mid74\.389\.4∣\\mid83\.1∣\\mid81\.673\.5∣\\mid63\.4∣\\mid62\.577\.5∣\\mid77\.5∣\\mid77\.793\.4∣\\mid92\.9∣\\mid94\.386\.0∣\\mid68\.0∣\\mid64\.588\.5∣\\mid88\.5∣\\mid89\.2

Table 2:Baseline comparison across various evaluation datasets\. Metrics in each cell are formatted as Accuracy∣\\midmac\. F1∣\\midbal\. Acc\.\.SettingCONFACTHumCCONFACTModCConflictBankECONFEVERContraNoteConflictContraNotePrioritizationFull88\.4∣\\mid77\.1∣\\mid74\.389\.4∣\\mid83\.1∣\\mid81\.673\.5∣\\mid63\.4∣\\mid62\.577\.5∣\\mid77\.5∣\\mid77\.793\.4∣\\mid92\.9∣\\mid94\.386\.0∣\\mid68\.0∣\\mid64\.588\.5∣\\mid88\.5∣\\mid89\.2w/o Schema88\.4∣\\mid77\.1∣\\mid74\.389\.4∣\\mid83\.1∣\\mid81\.668\.8∣\\mid56\.8∣\\mid56\.745\.5∣\\mid40\.7∣\\mid47\.082\.4∣\\mid81\.6∣\\mid84\.584\.0∣\\mid71\.7∣\\mid71\.276\.9∣\\mid76\.9∣\\mid77\.0w/o Consensus84\.4∣\\mid74\.0∣\\mid75\.481\.1∣\\mid73\.9∣\\mid76\.463\.3∣\\mid60\.8∣\\mid64\.077\.5∣\\mid77\.5∣\\mid77\.788\.5∣\\mid87\.6∣\\mid89\.569\.0∣\\mid58\.0∣\\mid49\.742\.5∣\\mid31\.9∣\\mid40\.2w/o Support85\.8∣\\mid73\.2∣\\mid71\.688\.4∣\\mid81\.5∣\\mid80\.170\.0∣\\mid60\.0∣\\mid59\.577\.5∣\\mid77\.5∣\\mid77\.788\.5∣\\mid87\.6∣\\mid89\.585\.5∣\\mid66\.3∣\\mid63\.168\.5∣\\mid68\.3∣\\mid68\.3w/o Schema \+ Consensus80\.6∣\\mid67\.0∣\\mid67\.478\.9∣\\mid70\.3∣\\mid72\.363\.8∣\\mid61\.3∣\\mid64\.376\.5∣\\mid76\.5∣\\mid77\.088\.0∣\\mid86\.8∣\\mid87\.660\.0∣\\mid55\.7∣\\mid65\.654\.0∣\\mid59\.8∣\\mid53\.5w/o Schema \+ Support82\.7∣\\mid62\.3∣\\mid60\.586\.3∣\\mid76\.3∣\\mid73\.469\.3∣\\mid60\.0∣\\mid59\.659\.5∣\\mid55\.0∣\\mid57\.386\.5∣\\mid85\.5∣\\mid87\.384\.0∣\\mid71\.7∣\\mid71\.279\.4∣\\mid79\.4∣\\mid79\.5w/o Consensus \+ Support84\.4∣\\mid74\.0∣\\mid75\.481\.1∣\\mid73\.9∣\\mid76\.463\.3∣\\mid60\.8∣\\mid64\.077\.5∣\\mid77\.5∣\\mid77\.788\.5∣\\mid87\.6∣\\mid89\.572\.0∣\\mid60\.9∣\\mid52\.640\.5∣\\mid30\.1∣\\mid38\.3w/o All80\.6∣\\mid67\.0∣\\mid67\.478\.9∣\\mid70\.3∣\\mid72\.363\.8∣\\mid61\.3∣\\mid64\.376\.5∣\\mid76\.5∣\\mid77\.088\.0∣\\mid86\.8∣\\mid87\.661\.0∣\\mid56\.4∣\\mid67\.449\.7∣\\mid54\.8∣\\mid49\.3

Table 3:Ablation results on different components of CoVer, formatted as Accuracy∣\\midmac\. F1∣\\midbal\. Acc\.\. Schema=Evidence Schema Normalization, Consensus=Factual Consensus, Support=Support Verification\.CoVer performs strongly on tasks involving complex contradictions and ambiguity\.As shown in Table[2](https://arxiv.org/html/2609.00508#S6.T2), CoVer surpasses all baselines on CONFACT, achieving 88\.4% accuracy on HumC and 89\.4% on ModC\. On ContraNote Conflict, it attains a leading accuracy of 86\.0%, compared with 82\.8% for Confact and 81\.3% for ConflictRes\. These results show CoVer’s ability to synthesize conflicting information and adjudicate claims involving nuanced inconsistencies\.

CoVer is effective at evidence prioritization and domain\-specific conflict resolution\.On ContraNote Prioritization, CoVer achieves 88\.5% accuracy, exceeding baselines such as FIRE \(64\.5%\)\. Similarly, on ConflictBank, CoVer achieves 73\.5% accuracy, showing marked improvement over FactCheckGPT \(63\.5%\)\. This highlights CoVer’s capacity to process structured conflicting scenarios and prioritize reliable signals\.

Beyond conflict arbitration, CoVer exhibits high accuracy on fact\-check datasets\.It achieved 93\.4% accuracy on FEVER, surpassing Confact \(87\.0%\) and FactCheckGPT \(81\.5%\)\. On ECON, it achieves the highest accuracy \(77\.5%\) versus Confact \(74\.0%\)\. This confirms CoVer’s generalizability to fact\-check datasets\.

Additional baseline comparisons:The AVeriTeC\-style verifier obtains 65\.6 and 80\.5 mac\. F1 on ContraNote Conflict and Prioritization, respectively, while MADAM\-RAG obtains 47\.7 and 70\.3; CoVer obtains 68\.0 and 88\.5 on the same two tasks\. ClaimDecomp obtains accuracies of 82\.23, 84\.58, 80\.00, and 66\.00, with corresponding mac\. F1 scores of 67\.28, 76\.21, 54\.29, and 65\.58 on CONFACT\-HumC, CONFACT\-ModC, ContraNote Conflict, and ContraNote Prioritization, respectively\. Under the same dataset order, CoVer obtains mac\. F1 scores of 77\.10, 83\.10, 68\.00, and 88\.50\. These results show that CoVer remains competitive with retrieval\-oriented and claim\-decomposition baselines, with the largest gains appearing on evidence prioritization and conflict aggregation\.

Retrieval:Beyond gold evidence setting, which isolates evidence adjudication and prevents confounding effects from retrieval quality, we assess whether the framework remains useful with end\-to\-end evidence retrieval\. We pair each method with upstream retriever and evaluate the resulting claim\-level predictions\. On retrieval\-enabled ContraNote Conflict setting, CoVer obtains 69\.6 mac\. F1, compared with 59\.2 mac\. F1 for strongest baseline\. These suggests that CoVer complements retrieval, adjudicating evidence with varied stances, reliability and claim alignment\.

Shortcut baseline To test whether ContraNote labels are recoverable from inputted metadata, we evaluate a shortcut baseline, with rules that predict Refuted if and only if at least one note is marked both helpful and misleading\. On ContraNote Conflict, this obtains 81\.5% accuracy, 44\.9 mac\. F1 and 50\.0 bal\. Acc\. On ContraNote Prioritization, this obtains 50\.0% accuracy, 33\.3 mac\. F1 and 50\.0 bal\. Acc\. Its high accuracy is explained by class imbalance, where mac\. F1 and bal\. Acc\. are by chance\.

Metadata\-suppressed evaluation We further test conditions of CoVer by removing note\-status fields that could expose construction\-time signals, i\.e\., target note’s helpfulness, status, classification, and label fields\. In this setting, CoVer obtains 87\.5% mac\. F1 and 86\.5% bal\. Acc\. This shows that CoVer retains strong performance without access to metadata fields\.

Statistical testing We assess pairwise differences using McNemar’s test withα=0\.05\\alpha=0\.05\. CoVer’s improvements are significant on all evaluated datasets except for comparisons on ContraNote Conflict with CONFACT and ConflictRes\. Accordingly, the results on ContraNote Conflict indicate a positive performance trend but are not significant\. Appendix[E\.2](https://arxiv.org/html/2609.00508#A5.SS2)complements these tests with error analysis\.

### 6\.5Ablation Study

Factual consensus module is critical for resolving complex contradictions\.As shown in Table[3](https://arxiv.org/html/2609.00508#S6.T3), removing this module \(w/o Consensus\) degrades performance in tasks requiring nuanced arbitration, where accuracy on ContraNote Prioritization drops from 88\.5% to 42\.5%\. Similarly, accuracy on ContraNote Conflict drops from 86\.0% to 69\.0%\.

Evidence schema normalization is essential for parsing factual information\.While removing this module leaves performance on CONFACT unaffected, it causes degradation on ECON, failing from 77\.5% to 45\.5%\. We also observe substantial degradations on FEVER \(93\.4% to 82\.4%\) and ConflictBank \(73\.5% to 68\.8%\)\.

Support verification ensures reasoning stability, and CoVer exhibits strong synergistic effects when integrating all modules\.Removing support verification degrades performance across multiple datasets, most notably on ContraNote Prioritization \(dropping from 88\.5% to 68\.5%\)\. Furthermore, w/o all configuration produces the most substantial degradation on complex tasks, reducing CONFACT\-HumC accuracy to 80\.6% and ContraNote Prioritization to 49\.7%\.

### 6\.6Temporal and Paraphrase Robustness

As GPT\-4o may be trained on publicly available Community Notes, we evaluate whether CoVer relies on memorization\. We construct a temporally held\-out slice from January 2026 and paraphrase the claims while preserving their semantics\. On this test, CoVer obtains 68\.8 mac\. F1, compared with 66\.5 for the strongest baseline\.

### 6\.7Computational Cost Analysis

Based on results from all evaluation datasets, the average per\-call generation, and end\-to\-end fact\-checking time are 5\.8s\. Average token usage is 1546\.1 tokens per request \(1274\.9 input / 271\.2 output\), corresponding to an estimated cost of $0\.0059 per request\. These results suggest that resolving conflicting evidence with CoVer remains computationally and economically feasible\. To control for inference budget, we evaluate both single\-call baseline configurations and multi\-call configurations matched to the number of LLM calls used by CoVer\. Multi\-call versions improve some baselines, but CoVer remains competitive under matched call budgets\. Call counts and token usage are reported in Appendix[E\.1](https://arxiv.org/html/2609.00508#A5.SS1)\.

## 7Conclusion

This paper addresses evidence\-level and aggregation\-level conflicts in automated social media fact\-checking\. We propose CoVer, a framework that resolves these contradictions through structuring evidence schema normalization, factual consensus, and support verification, effectively prioritizing evidence over noise\. We then construct ContraNote, a real\-world dataset derived fromX\\mathbb\{X\}for conflict resolution \(33,686 items\) and evidence prioritization \(54,474 items\)\. Extensive experiments show that CoVer achieved strong performance compared with SOTA baselines, achieving accuracies of 86\.0% and 88\.5% on the Conflict and Prioritization tasks \(bal\. Acc\.: 64\.5% and 89\.2%\) respectively\.

## Acknowledgments

This work was supported by Beijing Major Science and Technology Project under Contract no\. Z251100008125024, Beijing Academy of Artificial Intelligence \(BAAI\), and the Luxembourg National Research Fund \(ref\. C25/IS\-SAS/19599536\)\.

## 8Limitations

We acknowledge several limitations in this paper that highlight directions for future research\.

First, the proposed framework and the ContraNote dataset focus exclusively on textual claims and metadata, predominantly in English\. Although we diversify the language coverage, the current coverage remains insufficient for comprehensive real\-world deployment\. Furthermore, modern social media misinformation is multimodal\. Our current setting excludes conflict adjudication involving manipulated images, deepfakes, or out\-of\-context videos, which frequently drive real\-world evidence contradictions\. Additionally, the efficacy of the framework in low\-resource languages or highly specialized domains \(e\.g\., legal or medical texts\) requires further validation\.

Second, the ground\-truth definition in the ContraNote dataset relies on crowdsourced consensus and algorithmic helpfulness scores\. While this approach reflects practical social consensus under algorithmic quality control, it is not strictly equivalent to absolute factual truth and remains susceptible to coordinated rating manipulation\. Moreover, trained annotators may share some of the same cultural or ideological assumptions as Community Notes contributors\.

Third, our primary experiments use a gold\-evidence setting to isolate adjudication from retrieval\. We additionally conduct an end\-to\-end retrieval\-enabled experiment, but the experiment is limited in scale\. CoVer should therefore be viewed as complementary to retrieval systems\.

Finally, some pairwise improvements on ContraNote Conflict benchmark do not reach significance\. A power analysis suggests that approximately 4\.9 times more sample are needed to detect the observed accuracy difference between CoVer and CONFACT at 80% power, and approximately 2\.4 times more samples for the comparison with ConflictRes\. The current test set size limits the strength of our claims\.

## 9Ethical Considerations

The deployment of automated fact\-checking systems involves potential ethical risks regarding information integrity\. No automated system is infallible, and the risk of misclassification remains a primary concern\. Incorrectly labeling a true claim as “Refuted” or a false claim as “Supported” can lead to the suppression of accurate information or the inadvertent spread of misinformation\. Therefore, currently the CoVer framework should be treated as a decision\-support tool for maintaining information integrity rather than an authority\.

Regarding data privacy, ContraNote dataset is derived from the publicX\\mathbb\{X\}Community Notes and acquired via the officialX\\mathbb\{X\}API\. We highlighted that reproduction or further use could be conducted with anX\\mathbb\{X\}API, so as to follow the official data usage terms\. Furthermore, we emphasize that all research using such datasets must comply with the platform’s terms of service, and respect the privacy and intent of the original content creators\.

## References

- Allenet al\.\(2021\)J\. Allen, A\. A\. Arechar, G\. Pennycook, and D\. G\. RandScaling up fact\-checking using the wisdom of crowds\.Science Advances7\(36\),pp\. eabf4393\.Cited by:[§2\.1](https://arxiv.org/html/2609.00508#S2.SS1.p1.1)\.
- Augensteinet al\.\(2024\)I\. Augenstein, T\. Baldwin, M\. Cha, T\. Chakraborty, G\. L\. Ciampaglia, D\. Corney, R\. DiResta, E\. Ferrara, S\. Hale, A\. Halevy, E\. Hovy, H\. Ji, F\. Menczer, R\. Miguez, P\. Nakov, D\. Scheufele, S\. Sharma, and G\. ZagniFactuality challenges in the era of large language models and opportunities for fact\-checking\.Nat\. Mach\. Intell\.6\(8\),pp\. 852–863\(en\)\.Cited by:[§1](https://arxiv.org/html/2609.00508#S1.p1.1)\.
- Augensteinet al\.\(2019\)I\. Augenstein, C\. Lioma, D\. Wang, L\. C\. Lima, C\. Hansen, C\. Hansen, and J\. G\. SimonsenMultiFC: a real\-world multi\-domain dataset for evidence\-based fact checking of claims\.InProceedings of the 2019 conference on empirical methods in natural language processing and the 9th international joint conference on natural language processing \(EMNLP\-IJCNLP\),pp\. 4685–4697\.Cited by:[§B\.2](https://arxiv.org/html/2609.00508#A2.SS2.p5.1),[§4](https://arxiv.org/html/2609.00508#S4.p7.1)\.
- Bakkeret al\.\(2022\)M\. Bakker, M\. Chadwick, H\. Sheahan, M\. Tessler, L\. Campbell\-Gillingham, J\. Balaguer, N\. McAleese, A\. Glaese, J\. Aslanides, M\. Botvinick, and C\. SummerfieldFine\-tuning language models to find agreement among humans with diverse preferences\.InAdvances in Neural Information Processing Systems,S\. Koyejo, S\. Mohamed, A\. Agarwal, D\. Belgrave, K\. Cho, and A\. Oh \(Eds\.\),Vol\.35,pp\. 38176–38189\.Cited by:[§2\.1](https://arxiv.org/html/2609.00508#S2.SS1.p3.1)\.
- Burtonet al\.\(2024\)J\. W\. Burton, E\. Lopez\-Lopez, S\. Hechtlinger, Z\. Rahwan, S\. Aeschbach, M\. A\. Bakker, J\. A\. Becker, A\. Berditchevskaia, J\. Berger, L\. Brinkmann, L\. Flek, S\. M\. Herzog, S\. Huang, S\. Kapoor, A\. Narayanan, A\. Nussberger, T\. Yasseri, P\. Nickl, A\. Almaatouq, U\. Hahn, R\. H\. J\. M\. Kurvers, S\. Leavy, I\. Rahwan, D\. Siddarth, A\. Siu, A\. W\. Woolley, D\. U\. Wulff, and R\. HertwigHow large language models can reshape collective intelligence\.Nat\. Hum\. Behav\.8\(9\),pp\. 1643–1655\(en\)\.Cited by:[§2\.1](https://arxiv.org/html/2609.00508#S2.SS1.p3.1),[§2\.2](https://arxiv.org/html/2609.00508#S2.SS2.p3.1)\.
- Chenet al\.\(2022a\)H\. Chen, M\. Zhang, and E\. ChoiRich knowledge sources bring complex knowledge conflicts: recalibrating models to reflect conflicting evidence\.InProceedings of the 2022 Conference on Empirical Methods in Natural Language Processing,pp\. 2292–2307\.Cited by:[§2\.2](https://arxiv.org/html/2609.00508#S2.SS2.p3.1)\.
- Chenet al\.\(2022b\)J\. Chen, A\. Sriram, E\. Choi, and G\. DurrettGenerating literal and implied subquestions to fact\-check complex claims\.InProceedings of the 2022 Conference on Empirical Methods in Natural Language Processing,pp\. 3495–3516\.Cited by:[§B\.2](https://arxiv.org/html/2609.00508#A2.SS2.p5.1),[§4](https://arxiv.org/html/2609.00508#S4.p7.1)\.
- Chenet al\.\(2023\)S\. Chen, Y\. Zhao, J\. Zhang, I\. Chern, S\. Gao, P\. Liu, and J\. HeFELM: benchmarking factuality evaluation of large language models\.InAdvances in Neural Information Processing Systems,A\. Oh, T\. Naumann, A\. Globerson, K\. Saenko, M\. Hardt, and S\. Levine \(Eds\.\),Vol\.36,pp\. 44502–44523\.Cited by:[§6\.1](https://arxiv.org/html/2609.00508#S6.SS1.p6.1)\.
- Chernet al\.\(2023\)I\. Chern, S\. Chern, S\. Chen, W\. Yuan, K\. Feng, C\. Zhou, J\. He, G\. Neubig, and P\. LiuFacTool: factuality detection in generative ai\-a tool augmented framework for multi\-task and multi\-domain scenarios\.Cited by:[§6\.2](https://arxiv.org/html/2609.00508#S6.SS2.p2.1.1)\.
- Choi and Ferrara \(2024\)E\. C\. Choi and E\. FerraraAutomated claim matching with large language models: empowering fact\-checkers in the fight against misinformation\.InCompanion Proceedings of the ACM Web Conference 2024,pp\. 1441–1449\.Cited by:[§1](https://arxiv.org/html/2609.00508#S1.p1.1)\.
- Chuaiet al\.\(2026a\)Y\. Chuai, G\. Lenzini, and N\. PröllochsConsensus stability of community notes on X\.InProceedings of the ACM Web Conference 2026,pp\. 8885–8896\.Cited by:[§2\.1](https://arxiv.org/html/2609.00508#S2.SS1.p1.1)\.
- Chuaiet al\.\(2026b\)Y\. Chuai, M\. Pilarski, T\. Renault, D\. Restrepo\-Amariles, A\. Troussel\-Clément, G\. Lenzini, and N\. PröllochsCommunity\-based fact\-checking reduces the spread of misleading posts on X \(formerly Twitter\)\.Nature Communications17\(1\),pp\. 4070\.Cited by:[§2\.1](https://arxiv.org/html/2609.00508#S2.SS1.p1.1)\.
- Chuaiet al\.\(2024\)Y\. Chuai, H\. Tian, N\. Pröllochs, and G\. LenziniDid the roll\-out of community notes reduce engagement with misinformation on x/twitter?\.Proceedings of the ACM on Human\-Computer Interaction8\(CSCW2\),pp\. 1–52\.Cited by:[§2\.1](https://arxiv.org/html/2609.00508#S2.SS1.p1.1)\.
- Chuaiet al\.\(2025\)Y\. Chuai, J\. Zhao, N\. Pröllochs, and G\. LenziniIs fact\-checking politically neutral? asymmetries in how us fact\-checking organizations pick up false statements mentioning political elites\.InProceedings of the International AAAI Conference on Web and Social Media,Vol\.19,pp\. 403–429\.Cited by:[§2\.1](https://arxiv.org/html/2609.00508#S2.SS1.p1.1)\.
- Deet al\.\(2025\)S\. De, M\. A\. Bakker, J\. Baxter, and M\. SaveskiSupernotes: driving consensus in crowd\-sourced fact\-checking\.InProceedings of the ACM Web Conference 2025,pp\. 3751–3761\.Cited by:[§2\.1](https://arxiv.org/html/2609.00508#S2.SS1.p2.1)\.
- Epsteinet al\.\(2020\)Z\. Epstein, G\. Pennycook, and D\. RandWill the crowd game the algorithm? using layperson judgments to combat misinformation on social media by downranking distrusted sources\.InProceedings of the 2020 CHI Conference on Human Factors in Computing Systems,pp\. 1–11\.Cited by:[§2\.1](https://arxiv.org/html/2609.00508#S2.SS1.p1.1)\.
- Fishet al\.\(2024\)S\. Fish, P\. Gölz, D\. C\. Parkes, A\. D\. Procaccia, G\. Rusak, I\. Shapira, and M\. WüthrichGenerative social choice\.InProceedings of the 25th ACM Conference on Economics and Computation,pp\. 985–985\.Cited by:[§2\.1](https://arxiv.org/html/2609.00508#S2.SS1.p3.1)\.
- Geet al\.\(2025\)Z\. Ge, Y\. Wu, D\. W\. K\. Chin, R\. K\. Lee, and R\. CaoResolving conflicting evidence in automated fact\-checking: a study on retrieval\-augmented llms\.arXiv preprint arXiv:2505\.17762\.Cited by:[§6\.1](https://arxiv.org/html/2609.00508#S6.SS1.p2.1.1),[§6\.2](https://arxiv.org/html/2609.00508#S6.SS2.p5.1.1)\.
- Heet al\.\(2023\)B\. He, M\. Ahamad, and S\. KumarReinforcement learning\-based counter\-misinformation response generation: a case study of covid\-19 vaccine misinformation\.InProceedings of the ACM Web Conference 2023,pp\. 2698–2709\.Cited by:[§2\.1](https://arxiv.org/html/2609.00508#S2.SS1.p2.1)\.
- Jiayanget al\.\(2024\)C\. Jiayang, C\. Chan, Q\. Zhuang, L\. Qiu, T\. Zhang, T\. Liu, Y\. Song, Y\. Zhang, P\. Liu, and Z\. ZhangECON: on the detection and resolution of evidence conflicts\.InProceedings of the 2024 Conference on Empirical Methods in Natural Language Processing,pp\. 7816–7844\.Cited by:[§2\.2](https://arxiv.org/html/2609.00508#S2.SS2.p2.1),[§2\.2](https://arxiv.org/html/2609.00508#S2.SS2.p3.1),[§6\.1](https://arxiv.org/html/2609.00508#S6.SS1.p4.1.1),[§6\.2](https://arxiv.org/html/2609.00508#S6.SS2.p6.1.1)\.
- Kim and Walker \(2020\)H\. Kim and D\. WalkerLeveraging volunteer fact checking to identify misinformation about covid\-19 in social media\.Harvard Kennedy School Misinformation Review1\(3\)\.Cited by:[§2\.1](https://arxiv.org/html/2609.00508#S2.SS1.p1.1)\.
- Lewiset al\.\(2020\)P\. Lewis, E\. Perez, A\. Piktus, F\. Petroni, V\. Karpukhin, N\. Goyal, H\. Küttler, M\. Lewis, W\. Yih, T\. Rocktäschel, S\. Riedel, and D\. KielaRetrieval\-augmented generation for knowledge\-intensive nlp tasks\.InAdvances in Neural Information Processing Systems,H\. Larochelle, M\. Ranzato, R\. Hadsell, M\.F\. Balcan, and H\. Lin \(Eds\.\),Vol\.33,pp\. 9459–9474\.Cited by:[§1](https://arxiv.org/html/2609.00508#S1.p1.1)\.
- Liet al\.\(2016\)Y\. Li, J\. Gao, C\. Meng, Q\. Li, L\. Su, B\. Zhao, W\. Fan, and J\. HanA survey on truth discovery\.ACM Sigkdd Explorations Newsletter17\(2\),pp\. 1–16\.Cited by:[§2\.2](https://arxiv.org/html/2609.00508#S2.SS2.p1.1)\.
- Lyuet al\.\(2017\)S\. Lyu, W\. Ouyang, H\. Shen, and X\. ChengTruth discovery by claim and source embedding\.InProceedings of the 2017 ACM on Conference on Information and Knowledge Management,pp\. 2183–2186\.Cited by:[§2\.2](https://arxiv.org/html/2609.00508#S2.SS2.p1.1)\.
- Micallefet al\.\(2020\)N\. Micallef, B\. He, S\. Kumar, M\. Ahamad, and N\. MemonThe role of the crowd in countering misinformation: a case study of the covid\-19 infodemic\.In2020 IEEE International Conference on Big Data \(big data\),pp\. 748–757\.Cited by:[§2\.1](https://arxiv.org/html/2609.00508#S2.SS1.p1.1)\.
- Minet al\.\(2023\)S\. Min, K\. Krishna, X\. Lyu, M\. Lewis, W\. Yih, P\. Koh, M\. Iyyer, L\. Zettlemoyer, and H\. HajishirziFactscore: fine\-grained atomic evaluation of factual precision in long form text generation\.InProceedings of the 2023 Conference on Empirical Methods in Natural Language Processing,pp\. 12076–12100\.Cited by:[§6\.1](https://arxiv.org/html/2609.00508#S6.SS1.p6.1)\.
- Minget al\.\(2024\)Y\. Ming, S\. Purushwalkam, S\. Pandit, Z\. Ke, X\. Nguyen, C\. Xiong, and S\. JotyFaithEval: can your language model stay faithful to context, even if" the moon is made of marshmallows"\.InThe Thirteenth International Conference on Learning Representations,Cited by:[§2\.2](https://arxiv.org/html/2609.00508#S2.SS2.p2.1)\.
- Özer and Yıldız \(2025\)A\. Özer and Ç\. YıldızQuestion answering under temporal conflict: evaluating and organizing evolving knowledge with llms\.arXiv preprint arXiv:2506\.07270\.Cited by:[§2\.2](https://arxiv.org/html/2609.00508#S2.SS2.p2.1),[§2\.2](https://arxiv.org/html/2609.00508#S2.SS2.p3.1)\.
- Pennycook and Rand \(2019\)G\. Pennycook and D\. G\. RandFighting misinformation on social media using crowdsourced judgments of news source quality\.Proceedings of the National Academy of Sciences116\(7\),pp\. 2521–2526\.Cited by:[§2\.1](https://arxiv.org/html/2609.00508#S2.SS1.p1.1)\.
- Popatet al\.\(2018\)K\. Popat, S\. Mukherjee, A\. Yates, and G\. WeikumDeClarE: debunking fake news and false claims using evidence\-aware deep learning\.InProceedings of the 2018 Conference on Empirical Methods in Natural Language Processing,pp\. 22–32\.Cited by:[§2\.2](https://arxiv.org/html/2609.00508#S2.SS2.p1.1)\.
- Qiet al\.\(2024\)P\. Qi, Z\. Yan, W\. Hsu, and M\. L\. LeeSniffer: multimodal large language model for explainable out\-of\-context misinformation detection\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition,pp\. 13052–13062\.Cited by:[§2\.1](https://arxiv.org/html/2609.00508#S2.SS1.p2.1)\.
- Quelle and Bovet \(2024\)D\. Quelle and A\. BovetThe perils and promises of fact\-checking with large language models\.Frontiers in Artificial Intelligence7,pp\. 1341697\.Cited by:[§2\.1](https://arxiv.org/html/2609.00508#S2.SS1.p1.1)\.
- Schlichtkrullet al\.\(2023\)M\. Schlichtkrull, Z\. Guo, and A\. VlachosAveritec: a dataset for real\-world claim verification with evidence from the web\.Advances in Neural Information Processing Systems36,pp\. 65128–65167\.Cited by:[§B\.2](https://arxiv.org/html/2609.00508#A2.SS2.p5.1),[§4](https://arxiv.org/html/2609.00508#S4.p7.1)\.
- Straub and Spradling \(2022\)J\. Straub and M\. SpradlingAmericans’ perspectives on online media warning labels\.Behavioral Sciences12\(3\),pp\. 59\.Cited by:[§2\.1](https://arxiv.org/html/2609.00508#S2.SS1.p1.1)\.
- Suet al\.\(2024\)Z\. Su, J\. Zhang, X\. Qu, T\. Zhu, Y\. Li, J\. Sun, J\. Li, M\. Zhang, and Y\. ChengCONFLICTBANK: a benchmark for evaluating knowledge conflicts in large language models\.InProceedings of the 38th International Conference on Neural Information Processing Systems,pp\. 103242–103268\.Cited by:[§2\.2](https://arxiv.org/html/2609.00508#S2.SS2.p2.1),[§6\.1](https://arxiv.org/html/2609.00508#S6.SS1.p3.1.1)\.
- Tanet al\.\(2024\)H\. Tan, F\. Sun, W\. Yang, Y\. Wang, Q\. Cao, and X\. ChengBlinded by generated contexts: how language models merge generated and retrieved contexts when knowledge conflicts?\.InProceedings of the 62nd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 6207–6227\.Cited by:[§2\.2](https://arxiv.org/html/2609.00508#S2.SS2.p2.1)\.
- Thorneet al\.\(2018\)J\. Thorne, A\. Vlachos, C\. Christodoulopoulos, and A\. MittalFEVER: a large\-scale dataset for fact extraction and verification\.InProceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 \(Long Papers\),pp\. 809–819\.Cited by:[§6\.1](https://arxiv.org/html/2609.00508#S6.SS1.p6.1.1)\.
- Wanet al\.\(2024\)A\. Wan, E\. Wallace, and D\. KleinWhat evidence do language models find convincing?\.InProceedings of the 62nd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 7468–7484\.Cited by:[§2\.2](https://arxiv.org/html/2609.00508#S2.SS2.p3.1)\.
- Wanget al\.\(2025\)H\. Wang, A\. Prasad, E\. Stengel\-Eskin, and M\. BansalRetrieval\-augmented generation with conflicting evidence\.arXiv preprint arXiv:2504\.13079\.Cited by:[§2\.2](https://arxiv.org/html/2609.00508#S2.SS2.p3.1)\.
- Wang and Shu \(2023\)H\. Wang and K\. ShuExplainable claim verification via knowledge\-grounded reasoning with large language models\.InFindings of the Association for Computational Linguistics: EMNLP 2023,pp\. 6288–6304\.Cited by:[§2\.1](https://arxiv.org/html/2609.00508#S2.SS1.p2.1)\.
- Wanget al\.\(2024\)Y\. Wang, R\. Gangi Reddy, Z\. M\. Mujahid, A\. Arora, A\. Rubashevskii, J\. Geng, O\. Mohammed Afzal, L\. Pan, N\. Borenstein, A\. Pillai, I\. Augenstein, I\. Gurevych, and P\. NakovFactcheck\-bench: fine\-grained evaluation benchmark for automatic fact\-checkers\.InFindings of the Association for Computational Linguistics: EMNLP 2024,Y\. Al\-Onaizan, M\. Bansal, and Y\. Chen \(Eds\.\),Miami, Florida, USA,pp\. 14199–14230\.Cited by:[§1](https://arxiv.org/html/2609.00508#S1.p1.1),[§6\.2](https://arxiv.org/html/2609.00508#S6.SS2.p3.1.1)\.
- X Corp\. \(2025\)X Corp\.Community notes guide: downloading data\.Note:[https://communitynotes\.x\.com/guide/en/under\-the\-hood/download\-data](https://communitynotes.x.com/guide/en/under-the-hood/download-data)\[Accessed: 2026\-02\-09\]Cited by:[§4](https://arxiv.org/html/2609.00508#S4.p1.1)\.
- X Corp\. \(2026\)X Corp\.About community notes on x\.Note:[https://help\.x\.com/en/using\-x/community\-notes](https://help.x.com/en/using-x/community-notes)\[Accessed: 2026\-02\-09\]Cited by:[§2\.1](https://arxiv.org/html/2609.00508#S2.SS1.p1.1)\.
- Xieet al\.\(2023\)J\. Xie, K\. Zhang, J\. Chen, R\. Lou, and Y\. SuAdaptive chameleon or stubborn sloth: revealing the behavior of large language models in knowledge conflicts\.InThe Twelfth International Conference on Learning Representations,Cited by:[§2\.2](https://arxiv.org/html/2609.00508#S2.SS2.p2.1)\.
- Xieet al\.\(2025\)Z\. Xie, R\. Xing, Y\. Wang, J\. Geng, H\. Iqbal, D\. Sahnan, I\. Gurevych, and P\. NakovFIRE: fact\-checking with iterative retrieval and verification\.InFindings of the Association for Computational Linguistics: NAACL 2025,pp\. 2901–2914\.Cited by:[§6\.2](https://arxiv.org/html/2609.00508#S6.SS2.p4.1.1)\.
- Yanget al\.\(2024\)J\. C\. Yang, D\. Dalisan, M\. Korecki, C\. I\. Hausladen, and D\. HelbingLlm voting: human choices and ai collective decision\-making\.InProceedings of the AAAI/ACM Conference on AI, Ethics, and Society,Vol\.7,pp\. 1696–1708\.Cited by:[§2\.1](https://arxiv.org/html/2609.00508#S2.SS1.p3.1)\.
- Yueet al\.\(2024\)Z\. Yue, H\. Zeng, Y\. Lu, L\. Shang, Y\. Zhang, and D\. WangEvidence\-driven retrieval augmented response generation for online misinformation\.InProceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies \(Volume 1: Long Papers\),pp\. 5628–5643\.Cited by:[§2\.1](https://arxiv.org/html/2609.00508#S2.SS1.p2.1),[§2\.2](https://arxiv.org/html/2609.00508#S2.SS2.p3.1)\.
- Zeng and Gao \(2024\)F\. Zeng and W\. GaoJustilm: few\-shot justification generation for explainable fact\-checking of real\-world claims\.Transactions of the Association for Computational Linguistics12,pp\. 334–354\.Cited by:[§2\.1](https://arxiv.org/html/2609.00508#S2.SS1.p2.1)\.
- Zhanget al\.\(2026\)S\. Zhang, L\. Wang, S\. Li, Y\. Wu, Y\. Chuai, L\. Chen, X\. Yi, and H\. LiCollab: fostering critical identification of deepfake videos on social media via synergistic annotation\.InProceedings of the 2026 CHI Conference on Human Factors in Computing Systems,pp\. 1–21\.Cited by:[§2\.1](https://arxiv.org/html/2609.00508#S2.SS1.p1.1)\.
- Zhouet al\.\(2024\)X\. Zhou, A\. Sharma, A\. X\. Zhang, and T\. AlthoffCorrecting misinformation on social media with a large language model\.arXiv preprint arXiv:2403\.11169\.Cited by:[§2\.1](https://arxiv.org/html/2609.00508#S2.SS1.p2.1)\.

## Appendix AGenerative AI Usage

In accordance with generative AI usage policies, we disclose the use of Generative AI tools\. We used generative AI as the base model for the experiment\. Besides, we utilized Google’s Gemini 3 Pro and ChatGPT \(i\.e\., GPT\-5\.2\) as writing assistants\. Except for Figure[3](https://arxiv.org/html/2609.00508#S5.F3), which was edited by Gemini Nano Banana, the Generative AI tool was used only for the purpose of improving the quality of writing\. Its functions were limited to proofreading, language and clarity enhancement, conciseness, and word choice, and was not used to generate any core scientific content\. The tool was applied to refine the final manuscript, after the content of each section was completed by the authors\.

## Appendix BDataset Details

### B\.1Comparisons of Datasets

Table[4](https://arxiv.org/html/2609.00508#A2.T4)contains the comparisons of datasets, where NEI denotes Not Enough Information\.

DatasetSource domainClaim typeEvidence typeHeterogeneoussourcesExplicit evidenceconflictSubclaimdecompositionEvidence\-prioritizationlabelsSocial\-mediaoriginClaim\-levellabelsFEVERWikipediaFactoidWikipedia sentencesNoNoNoNoNoSupported / Refuted / NEIMultiFCFact\-checking websitesReal\-world claimsHeterogeneous web documentsYesNoNoNoPartlyClaim\-level veracityAVeriTeCWeb and fact\-checking sourcesReal\-world claimsRetrieved web evidenceYesNoNoNoPartlySupported / RefutedClaimDecompWeb fact\-checkingComplex claimsClaim\-linked evidenceYesNoYesNoPartlyClaim\- and subclaim\-level veracityWikiContradictWikipediaContradictory claimsWikipedia passagesLimitedYesNoNoNoContradiction labelsAmbiFCReal\-world fact\-checkingAmbiguous claimsClaim\-linked evidenceYesPartlyPartlyNoPartlyAmbiguous / non\-ambiguousContraNote ConflictX\\mathbb\{X\}Community NotesSocial\-media claimsMultiple user\-generated notesYesYesYesNoYesSupported / RefutedContraNote PrioritizationX\\mathbb\{X\}Community NotesSocial\-media claimsCompeting candidate notesYesYesYesYesYesSupported\-note / Refuted\-note target

Table 4:Comparison of ContraNote with representative fact\-checking datasets\. ContraNote Conflict provides claim\-level verification labels, whereas ContraNote Prioritization additionally labels which competing evidence item should be prioritized\.
### B\.2Dataset Analysis

As shown in Figure[2](https://arxiv.org/html/2609.00508#S4.F2), we provide an analysis of theContraNotedataset\. The primary reasons for flagging claims as misleading are missing important context \(22,615 instances\) and factual errors \(20,918 instances\)\. Other categories include unverified claims presented as facts \(13,087 instances\), outdated information \(9,508 instances\), satire \(5,381 instances\), manipulated media \(5,124 instances\), and other reasons \(6,461 instances\)\. Statistical analysis indicates that refuting notes are generally more detailed than supporting ones\. Specifically, refuting notes average 1\.77 per post and 289\.08 characters in length, whereas supporting notes average 1\.61 per post and 163\.64 characters\.

We grouped the cited evidence links in ContraNote into six source categories\. Web and news pages constitute 49\.1% of the links, followed by social\-media and video platforms \(24\.6%\), Wikipedia \(8\.6%\), government or other official sources \(7\.9%\), dedicated fact\-checking sites \(7\.3%\), and other sources \(2\.5%\)\. The result shows that ContraNote is not dominated by short encyclopedic passages\. A large share of its evidence comes from heterogeneous, socially situated sources for which authority and provenance need to be assessed\.

Two researchers manually examined the semantic relation among a post, its strongest corrective note, and the competing note\. The most frequent pattern isnote\-necessity disagreement, accounting for 33% of the manually coded cases\. In these cases, the competing note does not necessarily establish that the post is factually true; instead, it argues that no Community Note is needed because the post is satire, opinion, or a platform\-policy issue\. The analysis also identifiesevidential\-authority disagreement, in which notes rely on sources with different authority;scope or definition mismatch, in which the same statement is evaluated under different temporal or definitional scopes; andentity/event attribution conflict, in which evidence is attached to a different person, event, or provenance\. For example, evidence may support a statement about a historical policy but fail to support the same statement when applied to current policy\. These categories show that ContraNote contains contextual and aggregation\-level disagreement in addition to direct factual negation\. Because aggregate frequencies were not retained for remaining categories, we describe them qualitatively\.

Furthermore, we analyzed the language distribution of posts with successfully retrieved text\. Of these posts, 13,776 are in English, accounting for 62\.98%; 1,758 are in Spanish, accounting for 8\.04%; and 1,368 are in Portuguese, accounting for 6\.25%\. Other posts are written in French, Japanese, German, Chinese, and other languages\.

As compared in Table[4](https://arxiv.org/html/2609.00508#A2.T4), ContraNote extends MultiFC[Augenstein et al\. \(2019\)](https://arxiv.org/html/2609.00508#bib.bib44), AVeriTeC[Schlichtkrull et al\. \(2023\)](https://arxiv.org/html/2609.00508#bib.bib45), and ClaimDecomp[Chen et al\. \(2022b\)](https://arxiv.org/html/2609.00508#bib.bib46), which introduced real\-world contrasting evidence into fact\-checking\. ContraNote specifically annotates naturally occurring evidence conflicts within the same post, and separates two forms of conflict \(i\.e\., evidence\- and aggregation\-level\)\.

To assess the reliability of automatically derived labels, we randomly sampled 500 instances from ContraNote and recruited three trained annotators\. They independently judged each post’s veracity using the post content, the associated notes, and their cited evidence, achieving substantial inter\-annotator agreement \(Fleiss’κ=0\.82\\kappa=0\.82\)\. Majority vote human labels agreed with ContraNote labels on 94\.2% of instances\. This validates labels’ accuracy\.

As Community Notes contributors may not represent all demographics, ContraNote may have population and ideological skew\. We characterize its stance and topic distributions\. Using PoliticalBiasBERT, we classify the notes into left, center, and right categories, with proportions of 18\.6%, 47\.0% and 34\.4% respectively\. On the human\-annotated subset, the topic distribution is politics/governance \(26\.0%\), health/ medicine \(4\.0%\), science/technology \(20\.6%\), media/entertainment/sports \(29\.8%\), economy/finance \(5\.8%\), public safety/crime \(6\.8%\), and other/ general \(10\.4%\)\. Topic annotations by three annotators achieved Fleiss’κ=0\.84\\kappa=0\.84\. These indicate that ContraNote reflects the consensus signal generated by Community Notes mechanism\.

## Appendix CExtended Evaluation

### C\.1Class\-wise Results for the Baseline Conditions

We reported the class\-wise results for the baseline conditions in Tables[5](https://arxiv.org/html/2609.00508#A3.T5)and[6](https://arxiv.org/html/2609.00508#A3.T6)\. Table[5](https://arxiv.org/html/2609.00508#A3.T5)showed the performance on the supported class, while Table[6](https://arxiv.org/html/2609.00508#A3.T6)showed the performance on the refuted class\.

MethodCONFACTHumCCONFACTModCConflictBankECONFEVERContraNoteConflictContraNotePrioritizationFacTool38\.5∣\\mid29\.4∣\\mid33\.357\.6∣\\mid45\.2∣\\mid50\.731\.9∣\\mid39\.7∣\\mid35\.471\.1∣\\mid58\.7∣\\mid64\.390\.7∣\\mid29\.3∣\\mid44\.334\.7∣\\mid71\.4∣\\mid46\.756\.6∣\\mid63\.8∣\\mid60\.0FactCheckGPT54\.2∣\\mid38\.2∣\\mid44\.854\.5∣\\mid42\.9∣\\mid48\.038\.8∣\\mid44\.8∣\\mid41\.668\.0∣\\mid55\.4∣\\mid61\.197\.1∣\\mid74\.4∣\\mid84\.331\.5∣\\mid48\.6∣\\mid38\.252\.2∣\\mid64\.5∣\\mid57\.7FIRE30\.0∣\\mid17\.6∣\\mid22\.248\.6∣\\mid42\.9∣\\mid45\.627\.1∣\\mid32\.8∣\\mid29\.762\.2∣\\mid50\.0∣\\mid55\.493\.3∣\\mid62\.4∣\\mid74\.834\.4∣\\mid62\.9∣\\mid44\.464\.6∣\\mid54\.3∣\\mid59\.0Confact34\.8∣\\mid47\.1∣\\mid40\.053\.6∣\\mid71\.4∣\\mid61\.237\.0∣\\mid51\.7∣\\mid43\.268\.9∣\\mid79\.3∣\\mid73\.788\.5∣\\mid92\.5∣\\mid90\.451\.1∣\\mid65\.7∣\\mid57\.559\.4∣\\mid64\.5∣\\mid61\.9ConflictRes44\.4∣\\mid35\.3∣\\mid39\.347\.1∣\\mid57\.1∣\\mid51\.619\.6∣\\mid15\.5∣\\mid17\.368\.4∣\\mid58\.7∣\\mid63\.288\.0∣\\mid71\.4∣\\mid78\.847\.6∣\\mid57\.1∣\\mid51\.962\.3∣\\mid45\.7∣\\mid52\.8

Table 5:Detailed performance comparing different techniques, on theSupportedclass\. Metrics are formatted as Precision∣\\midRecall∣\\midF1\-score\.MethodCONFACTHumCCONFACTModCConflictBankECONFEVERContraNoteConflictContraNotePrioritizationFacTool86\.2∣\\mid90\.4∣\\mid88\.286\.2∣\\mid91\.1∣\\mid88\.672\.4∣\\mid65\.2∣\\mid68\.769\.4∣\\mid79\.6∣\\mid74\.140\.1∣\\mid94\.0∣\\mid56\.392\.0∣\\mid71\.0∣\\mid80\.163\.4∣\\mid56\.2∣\\mid59\.6FactCheckGPT88\.1∣\\mid93\.4∣\\mid90\.685\.6∣\\mid90\.5∣\\mid88\.075\.9∣\\mid71\.1∣\\mid73\.567\.2∣\\mid77\.8∣\\mid72\.165\.3∣\\mid95\.5∣\\mid77\.687\.5∣\\mid77\.3∣\\mid82\.160\.7∣\\mid48\.1∣\\mid53\.7FIRE84\.4∣\\mid91\.6∣\\mid87\.985\.2∣\\mid87\.9∣\\mid86\.569\.8∣\\mid63\.8∣\\mid66\.763\.5∣\\mid74\.1∣\\mid68\.455\.0∣\\mid91\.0∣\\mid68\.590\.3∣\\mid74\.2∣\\mid81\.564\.5∣\\mid73\.6∣\\mid68\.7Confact88\.2∣\\mid81\.8∣\\mid84\.991\.5∣\\mid83\.3∣\\mid87\.276\.5∣\\mid64\.1∣\\mid69\.779\.8∣\\mid69\.4∣\\mid74\.383\.6∣\\mid76\.1∣\\mid79\.792\.2∣\\mid86\.5∣\\mid89\.266\.3∣\\mid61\.3∣\\mid63\.7ConflictRes87\.3∣\\mid91\.0∣\\mid89\.187\.9∣\\mid82\.9∣\\mid85\.368\.2∣\\mid73\.9∣\\mid70\.968\.6∣\\mid76\.9∣\\mid72\.558\.7∣\\mid80\.6∣\\mid67\.990\.4∣\\mid86\.5∣\\mid88\.461\.1∣\\mid75\.5∣\\mid67\.5

Table 6:Detailed performance comparing different techniques, on theRefutedclass\. Metrics are formatted as Precision∣\\midRecall∣\\midF1\-score\.
### C\.2Additional Results on Baselines

We additionally evaluate ClaimDecomp, MADAM\-RAG, and an AVeriTeC\-style verification baseline in Table[7](https://arxiv.org/html/2609.00508#A3.T7)\. ClaimDecomp obtains mac\. F1 scores of 67\.28, 76\.21, 54\.29, and 65\.58 on CONFACT\-HumC, CONFACT\-ModC, ContraNote Conflict, and ContraNote Prioritization, respectively\. MADAM\-RAG obtains 47\.70 and 70\.30 on the two ContraNote benchmarks, while the AVeriTeC\-style baseline obtains 65\.60 and 80\.50\. These results provide additional comparisons with methods designed for claim decomposition, retrieval\-augmented verification, and conflict resolution\.

On the additional datasets, CoVer obtains mac\. F1 scores of 92\.60 on AVeriTeC, 84\.00 on WikiContradict, and 92\.20 on AmbiFC\. These experiments indicate that the framework is applicable beyond ContraNote, although the datasets differ in task formulation and evidence structure\.

MethodCONFACTHumCCONFACTModCContraNoteConflictContraNotePrioritizationMADAM\-RAG65\.068\.047\.7070\.30AVeriTeC\-style65\.877\.465\.6080\.50ClaimDecomp67\.2876\.2154\.2965\.58CoVer77\.1083\.1068\.0088\.50Table 7:Additional baseline comparisons using mac\. F1 \(%\)\. The AVeriTeC\-style and MADAM\-RAG results were reported for the ContraNote benchmarks, whereas ClaimDecomp was additionally evaluated on CONFACT\. A dash denotes that the corresponding result was not reported\.
### C\.3Multi\-Call Baseline

Table[8](https://arxiv.org/html/2609.00508#A3.T8)reports the shortcut and multi\-call baselines\. The metadata shortcut baseline achieves 81\.5% accuracy on ContraNote Conflict, but only 44\.9 macro\-F1 and 50\.0 balanced accuracy\. Its high accuracy is attributable to strong class imbalance rather than reliable verification\. On ContraNote Prioritization, the same rule obtains 50\.0% accuracy, 33\.3 macro\-F1, and 50\.0 balanced accuracy, which is close to chance\. Thus, the benchmark cannot be adequately solved by the metadata rule alone\.

For the matched\-call control, we use fixed evidence for all four baselines within each task\. We aggregate predictions by majority vote, breaking ties as Refuted, with results shown in Table[8](https://arxiv.org/html/2609.00508#A3.T8)\.

MethodAccuracyMac\. F1Bal\. Acc\.ContraNote ConflictHelpful\+misleading81\.544\.950\.0CoVer86\.068\.064\.5FactCheckGPT83\.063\.661\.4CONFACT85\.569\.466\.0FIRE85\.567\.463\.9FacTool84\.067\.765\.1ContraNote PrioritizationHelpful\+misleading50\.033\.350\.0CoVer88\.588\.589\.2FactCheckGPT69\.568\.969\.5CONFACT63\.561\.263\.5FIRE61\.058\.461\.0FacTool78\.077\.978\.0Table 8:Shortcut and inference\-budget controls on ContraNote\. The shortcut rule predicts Refuted if and only if a candidate note is both helpful and misleading\.
### C\.4Three\-way Verification

To examine whether CoVer can represent partial correctness, we construct a three\-way setting with the labels Supported, Partially Supported, and Refuted\. An instance is labeled Partially Supported when its subclaims contain both supported and unsupported or refuted components\. Under this setting, CoVer obtains 80\.6% accuracy and 68\.0 mac\. F1, compared with 66\.5 mac\. F1 for the strongest baseline\. This pilot experiment suggests that the framework can be extended beyond the binary formulation used by the primary ContraNote task\.

### C\.5Factuality of Generated Rationales

We evaluate the factuality of generated rationales using an adapted FActScore\-style procedure\. Atomic claims in the rationales are checked against the Community Notes and the associated evidence\. We manually annotate 100 instances and use these annotations to validate the automatic procedure\. GPT\-5\.5 agrees with the human annotations on 97% of the cases\. Under automatic annotation, CoVer achieves support rates of 85\.2% on ContraNote Conflict and 82\.3% on ContraNote Prioritization, compared with 76\.9% and 72\.6% for the strongest competing baselines, respectively\.

## Appendix DAblation and Sensitivity Analysis

### D\.1Class\-wise Results for the Ablation Study

We reported the class\-wise results for the ablation study in Tables[9](https://arxiv.org/html/2609.00508#A4.T9)and[10](https://arxiv.org/html/2609.00508#A4.T10)\. Note that Table[9](https://arxiv.org/html/2609.00508#A4.T9)contains the detailed performance for the supported class, while Table[10](https://arxiv.org/html/2609.00508#A4.T10)contains the detailed performance for the refuted class\.

SettingCONFACTHumCCONFACTModCConflictBankECONFEVERContraNoteConflictContraNotePrioritizationFull72\.0∣\\mid52\.9∣\\mid61\.077\.8∣\\mid68\.3∣\\mid72\.756\.8∣\\mid36\.2∣\\mid44\.273\.3∣\\mid80\.4∣\\mid76\.798\.4∣\\mid91\.6∣\\mid94\.973\.3∣\\mid31\.4∣\\mid44\.080\.3∣\\mid100\.0∣\\mid89\.1w/o Schema72\.0∣\\mid52\.9∣\\mid61\.077\.8∣\\mid68\.3∣\\mid72\.744\.4∣\\mid27\.6∣\\mid34\.044\.7∣\\mid16\.3∣\\mid23\.994\.5∣\\mid78\.0∣\\mid85\.554\.5∣\\mid51\.4∣\\mid52\.973\.5∣\\mid79\.8∣\\mid76\.5w/o Consensus53\.8∣\\mid61\.8∣\\mid57\.553\.8∣\\mid68\.3∣\\mid60\.241\.8∣\\mid65\.5∣\\mid51\.073\.3∣\\mid80\.4∣\\mid76\.795\.8∣\\mid86\.5∣\\mid90\.943\.8∣\\mid20\.0∣\\mid27\.59\.1∣\\mid2\.1∣\\mid3\.4w/o Support60\.7∣\\mid50\.0∣\\mid54\.875\.0∣\\mid65\.9∣\\mid70\.147\.6∣\\mid34\.5∣\\mid40\.073\.3∣\\mid80\.4∣\\mid76\.795\.8∣\\mid86\.5∣\\mid90\.971\.4∣\\mid28\.6∣\\mid40\.867\.0∣\\mid64\.9∣\\mid65\.9w/o Schema \+ Consensus44\.4∣\\mid47\.1∣\\mid45\.749\.0∣\\mid61\.0∣\\mid54\.342\.2∣\\mid65\.5∣\\mid51\.471\.0∣\\mid82\.6∣\\mid76\.492\.9∣\\mid88\.7∣\\mid90\.828\.3∣\\mid74\.3∣\\mid40\.972\.9∣\\mid45\.7∣\\mid56\.2w/o Schema \+ Support50\.0∣\\mid26\.5∣\\mid34\.675\.0∣\\mid51\.2∣\\mid60\.946\.7∣\\mid36\.2∣\\mid40\.862\.2∣\\mid30\.4∣\\mid40\.994\.2∣\\mid85\.0∣\\mid89\.354\.5∣\\mid51\.4∣\\mid52\.976\.2∣\\mid81\.9∣\\mid79\.0w/o Consensus \+ Support53\.8∣\\mid61\.8∣\\mid57\.553\.8∣\\mid68\.3∣\\mid60\.241\.8∣\\mid65\.5∣\\mid51\.073\.3∣\\mid80\.4∣\\mid76\.795\.8∣\\mid86\.5∣\\mid90\.953\.3∣\\mid22\.9∣\\mid32\.04\.0∣\\mid1\.1∣\\mid1\.7w/o All Three44\.4∣\\mid47\.1∣\\mid45\.749\.0∣\\mid61\.0∣\\mid54\.342\.2∣\\mid65\.5∣\\mid51\.471\.0∣\\mid82\.6∣\\mid76\.492\.9∣\\mid88\.7∣\\mid90\.828\.7∣\\mid77\.1∣\\mid41\.966\.7∣\\mid40\.4∣\\mid50\.3

Table 9:Detailed performance of the ablation study, on theSupportedclass\. Metrics are formatted as Precision∣\\midRecall∣\\midF1\-score\.SettingCONFACTHumCCONFACTModCConflictBankECONFEVERContraNoteConflictContraNotePrioritizationFull90\.8∣\\mid95\.8∣\\mid93\.292\.0∣\\mid94\.9∣\\mid93\.577\.3∣\\mid88\.7∣\\mid82\.681\.8∣\\mid75\.0∣\\mid78\.385\.5∣\\mid97\.0∣\\mid90\.987\.0∣\\mid97\.6∣\\mid92\.0100\.0∣\\mid78\.3∣\\mid87\.8w/o Schema90\.8∣\\mid95\.8∣\\mid93\.292\.0∣\\mid94\.9∣\\mid93\.574\.2∣\\mid85\.8∣\\mid79\.645\.6∣\\mid77\.7∣\\mid57\.567\.8∣\\mid91\.0∣\\mid77\.789\.8∣\\mid90\.9∣\\mid90\.480\.4∣\\mid74\.3∣\\mid77\.2w/o Consensus91\.9∣\\mid89\.1∣\\mid90\.591\.0∣\\mid84\.5∣\\mid87\.681\.5∣\\mid62\.4∣\\mid70\.781\.8∣\\mid75\.0∣\\mid78\.377\.5∣\\mid92\.5∣\\mid84\.4100\.0∣\\mid79\.4∣\\mid88\.549\.1∣\\mid78\.3∣\\mid60\.4w/o Support89\.9∣\\mid93\.3∣\\mid91\.691\.4∣\\mid94\.3∣\\mid92\.875\.9∣\\mid84\.5∣\\mid80\.081\.8∣\\mid75\.0∣\\mid78\.377\.5∣\\mid92\.5∣\\mid84\.486\.6∣\\mid97\.6∣\\mid91\.769\.7∣\\mid71\.7∣\\mid70\.7w/o Schema \+ Consensus88\.8∣\\mid87\.7∣\\mid88\.289\.2∣\\mid83\.5∣\\mid86\.381\.7∣\\mid63\.1∣\\mid71\.282\.8∣\\mid71\.3∣\\mid76\.679\.5∣\\mid86\.6∣\\mid82\.992\.2∣\\mid57\.0∣\\mid70\.465\.7∣\\mid61\.3∣\\mid63\.4w/o Schema \+ Support86\.0∣\\mid94\.4∣\\mid90\.088\.2∣\\mid95\.5∣\\mid91\.776\.0∣\\mid83\.0∣\\mid79\.358\.7∣\\mid84\.3∣\\mid69\.275\.0∣\\mid89\.6∣\\mid81\.689\.8∣\\mid90\.9∣\\mid90\.482\.7∣\\mid77\.1∣\\mid79\.8w/o Consensus \+ Support91\.9∣\\mid89\.1∣\\mid90\.591\.0∣\\mid84\.5∣\\mid87\.681\.5∣\\mid62\.4∣\\mid70\.781\.8∣\\mid75\.0∣\\mid78\.377\.5∣\\mid92\.5∣\\mid84\.498\.6∣\\mid82\.4∣\\mid89\.847\.9∣\\mid75\.5∣\\mid58\.6w/o All Three88\.8∣\\mid87\.7∣\\mid88\.289\.2∣\\mid83\.5∣\\mid86\.381\.7∣\\mid63\.1∣\\mid71\.282\.8∣\\mid71\.3∣\\mid76\.679\.5∣\\mid86\.6∣\\mid82\.992\.2∣\\mid57\.6∣\\mid70\.960\.4∣\\mid58\.1∣\\mid59\.2

Table 10:Detailed performance of the ablation study, on theRefutedclass\. Metrics are formatted as Precision∣\\midRecall∣\\midF1\-score\.
### D\.2Sensitivity to Quality Weights

We evaluate the sensitivity of CoVer to the quality\-weight vector𝝀=\(λd,λa,λl,λu\)\\boldsymbol\{\\lambda\}=\(\\lambda\_\{d\},\\lambda\_\{a\},\\lambda\_\{l\},\\lambda\_\{u\}\), corresponding to directness, attribute alignment, schema reliability, and informativeness, respectively\. Each weight is varied over\{0,0\.05,0\.10,…,1\.0\}\\\{0,0\.05,0\.10,\\ldots,1\.0\\\}subject toλd\+λa\+λl\+λu=1\\lambda\_\{d\}\+\\lambda\_\{a\}\+\\lambda\_\{l\}\+\\lambda\_\{u\}=1\. The uniform configuration𝝀uni=\(0\.25,0\.25,0\.25,0\.25\)\\boldsymbol\{\\lambda\}\_\{\\mathrm\{uni\}\}=\(0\.25,0\.25,0\.25,0\.25\)is fixed before evaluation and is not tuned on any test set; we compare it with the best\- and worst\-performing configurations identified on the development split\. All reported values are mac\. F1 scores averaged over five runs\. Across the evaluated datasets, mac\. F1 varies within 1\.3 percentage points, indicating that CoVer is not dependent on a narrowly tuned weighting configuration\.

DatasetUniform𝝀\\boldsymbol\{\\lambda\}Best𝝀\\boldsymbol\{\\lambda\}Worst𝝀\\boldsymbol\{\\lambda\}Bestmac\. F1Worstmac\. F1CONFACT\-HumC0\.25,0\.25,0\.25,0\.250\.25,0\.25,0\.25,0\.250\.40,0\.30,0\.20,0\.1078\.076\.7CONFACT\-ModC0\.25,0\.25,0\.25,0\.250\.25,0\.25,0\.25,0\.250\.10,0\.20,0\.30,0\.4084\.082\.7ConflictBank0\.25,0\.25,0\.25,0\.250\.25,0\.25,0\.25,0\.250\.40,0\.30,0\.20,0\.1064\.363\.0ECON0\.25,0\.25,0\.25,0\.250\.25,0\.25,0\.25,0\.250\.10,0\.20,0\.30,0\.4078\.477\.1FEVER0\.25,0\.25,0\.25,0\.250\.25,0\.25,0\.25,0\.250\.40,0\.30,0\.20,0\.1093\.892\.5ContraNote\-Conflict0\.25,0\.25,0\.25,0\.250\.25,0\.25,0\.25,0\.250\.10,0\.20,0\.30,0\.4068\.967\.6ContraNote\-Prioritization0\.25,0\.25,0\.25,0\.250\.25,0\.25,0\.25,0\.250\.40,0\.30,0\.20,0\.1089\.488\.1Table 11:Sensitivity of CoVer to the quality\-weight vector\. Each weight vector is ordered as\(λd,λa,λl,λu\)\(\\lambda\_\{d\},\\lambda\_\{a\},\\lambda\_\{l\},\\lambda\_\{u\}\)\. Mac\. F1 values are reported in percentage points\. The best and worst configurations are selected from the development split and evaluated without further tuning on the test set\.
### D\.3Tie\-breaking Sensitivity

We compare the primary Refute\-default rule in Eq\.[4](https://arxiv.org/html/2609.00508#S5.E4)with a Support\-default variant\. Changing the tie default decreases performance by 2\.15 percentage points on ContraNote Prioritization but improves it by 4\.19 percentage points on CONFACT\-HumC\. Thus, the effect of the tie\-breaking rule is dataset\-dependent rather than uniformly beneficial\.

### D\.4Structured\-Output Constraint Ablation

The factual\-consensus call normally requires a complete structured record containing a stance from the valid label set and four quality scores bounded to\[0,1\]\[0,1\]\. We ablate these validity constraints while keeping the backbone model, evidence, and downstream decision rule unchanged; free\-form outputs are parsed into the same intermediate fields whenever possible\. Removing the structured\-output constraints reduces accuracy by 1\.57 percentage points relative to the constrained configuration\. Thus, the constraints improve the stability of intermediate decisions, but the modest change indicates that CoVer’s performance is not explained solely by output formatting\.

## Appendix EEfficiency and Error Analysis

### E\.1Comparisons Controlling Inference Budget

Table[12](https://arxiv.org/html/2609.00508#A5.T12)showed the comparisons controlling inference budget\.

MethodConfigurationAvg\.LLM callsAvg\. inputtokensAvg\. outputtokensEstimatedcost/requestCoVerPrimary5\.341274\.9271\.20\.0059FacToolSingle\-call1\.00628\.4180\.30\.0034FacToolMatched multi\-call5\.343261\.5852\.20\.0167FactCheckGPTSingle\-call1\.00635\.4357\.10\.0052FactCheckGPTMatched multi\-call5\.343298\.21461\.20\.0229FIRESingle\-call1\.00633\.4275\.10\.0043FIREMatched multi\-call5\.343288\.01530\.40\.0235CONFACTSingle\-call1\.00632\.4196\.00\.0035CONFACTMatched multi\-call5\.343282\.7938\.00\.0176ConflictResSingle\-call1\.00632\.4188\.50\.0035MADAM\-RAGSingle\-call1\.00571\.4173\.80\.0032AVeriTeC\-styleSingle\-call1\.00572\.4155\.10\.0030ClaimDecompSingle\-call1\.00635\.4341\.60\.0050Table 12:Inference budget and computational cost under the original and matched\-call configurations\. Reported values are averages per instance over all evaluation examples\. Input and output tokens include all LLM requests made by a method\. The estimated cost is calculated using the API prices corresponding to the reported backbone model and evaluation date\.
### E\.2Error Analysis

We qualitatively inspect CoVer’s incorrect predictions to identify recurring failure modes\. The analysis reveals three principal categories\.

Temporal ambiguity\.Some claims and notes refer to different stages of an evolving event or omit the relevant time frame\. In such cases, evidence that was correct at one point can conflict with a later update, and the model may select an outdated interpretation or fail to restrict the verdict to the claim’s intended period\.

Evidence requiring domain expertise\.Some cases depend on specialized legal, medical, scientific, or policy knowledge that is not stated explicitly in the supplied evidence\. CoVer can identify the competing stances but may assign excessive weight to a fluent explanation when resolving the technical distinction requires expert interpretation\.

True event with an unsupported implication\.A claim may mention a real event and then attach an unsupported causal, intentional, or generalized implication\. The model sometimes treats evidence for the underlying event as support for the entire claim, even when the implication is not entailed\. This failure mode motivates the conservative support\-verification stage, but difficult cases remain when the factual and implied components are tightly coupled\.

These errors suggest three corresponding directions for improvement: explicit temporal normalization, routing of specialized cases to domain\-aware evidence or experts, and finer\-grained decomposition of event facts from causal or intentional implications\. This analysis is qualitative; we do not assign category percentages because the available coding record does not contain a frequency table\.

Similar Articles

ConflictScore: Identifying and Measuring How Language Models Handle Conflicting Evidence

arXiv cs.CL

ConflictScore is a new metric that quantifies how well language models acknowledge conflicting evidence in their grounding documents, decomposing responses into atomic claims and measuring conflict balance. The paper also introduces ConflictBench, a benchmark covering diverse conflict forms, and shows the metric can improve truthfulness on TruthfulQA.