Large Language Models in Misinformation Ecosystems: Misuse, Defense, and Vulnerability


Abstract

Large language models (LLMs) have transformed misinformation from a primarily content-centric problem into a broader ecosystem-level security challenge. When misused, LLMs create risks beyond false content generation, enabling attacks on the social contexts, evidence sources, retrieval corpora, and verification workflows that misinformation defense depends on. In this paper, we introduce a role-layer framework to unify these risks and defenses. The role dimension characterizes LLMs as attackers, defenders, and vulnerable components of verification systems, while the layer dimension covers content, social contexts, evidence environments, and verification workflows. Guided by this framework, we organize LLM-enabled attacks, investigate LLM-based detection and verification methods, analyze vulnerabilities in LLM-centric detection paradigms, and discuss existing countermeasures against LLM-enabled attacks. Building on this synthesis, we identify three key open challenges: moving from static detection accuracy to budgeted ecosystem-level risk evaluation, hardening LLM-centered verification pipelines against adversarial manipulation, and deploying auditable human-in-the-loop verification systems for trustworthy real-world misinformation defense.

<ccs2012> <concept> <concept_id>10002951</concept_id> <concept_desc>Information systems</concept_desc> <concept_significance>500</concept_significance> </concept> <concept> <concept_id>10003120.10003121</concept_id> <concept_desc>Human-centered computing Human computer interaction (HCI)</concept_desc> <concept_significance>500</concept_significance> </concept> <concept> <concept_id>10010147.10010257</concept_id> <concept_desc>Computing methodologies Machine learning</concept_desc> <concept_significance>500</concept_significance> </concept> <concept> <concept_id>10003456</concept_id> <concept_desc>Social and professional topics</concept_desc> <concept_significance>300</concept_significance> </concept> <concept> <concept_id>10002978.10003029</concept_id> <concept_desc>Security and privacy Human and societal aspects of security and privacy</concept_desc> <concept_significance>300</concept_significance> </concept> <concept> <concept_id>10010147.10010178</concept_id> <concept_desc>Computing methodologies Artificial intelligence</concept_desc> <concept_significance>500</concept_significance> </concept> </ccs2012>

1 Introduction↩︎

Misinformation, broadly defined as false or misleading information regardless of intent [1][4], has long posed a major threat to the information ecosystem. The emergence of large language models (LLMs) has substantially reshaped this threat landscape. LLMs lower the cost of producing fluent, coherent, and seemingly authoritative misinformation [5]. They can generate fabricated news articles, misleading summaries, persuasive arguments, false explanations, and localized narratives within seconds. More importantly, LLMs amplify misinformation risks beyond the generation of synthetic false content. Recent studies have also shown that LLMs can be misused to rewrite existing claims to evade detectors [6], personalize narratives for different audiences [7], translate and localize false information across languages [8], simulate personas [9], generate comments [10] and social interactions [11], and assist coordinated manipulation campaigns [12]. As a result, LLMs do not merely increase the volume of misinformation; they also broaden the threat surface by enabling misinformation to be created, amplified, contextualized, and concealed in previous impossible ways.

At the same time, LLMs are increasingly used as defensive components in misinformation detection and mitigation pipelines. Recent work explores LLM-based detectors [13], retrieval-augmented generation (RAG) systems [14], multimodal fact-checkers [15], and agentic verification pipelines [16], [17] for misinformation detection and mitigation. Compared with conventional detection systems, these LLM-enabled approaches support open-ended reasoning, evidence-grounded verification, natural-language explanation, and tool-assisted fact-checking. This line of work highlights the defense role of LLMs in the misinformation ecosystem, i.e., LLMs can assist defenders by expanding the capabilities of detection and verification systems.

Although LLMs create new opportunities for scalable defense, they also introduce new vulnerabilities, making these pipelines themselves targets of adversarial manipulation. For example, a RAG-based fact-checking system may produce misleading conclusions if its retrieval corpus is poisoned or adversarial documents are ranked as supporting evidence [18], [19]. An LLM-based verifier may be misled by prompt injection [20]. An agentic detection system that browses the web, invokes tools, or coordinates multiple agents may further propagate errors across multiple reasoning and action steps [21], [22]. Thus, LLMs occupy a third role, i.e., they become vulnerable components in misinformation detection and mitigation systems.

Table 1: Comparison of existing LLM-related papers on misinformation detection with our work.
Paper Year LLM as Attacker LLM as Defender LLM as Victim
Content Social Evidence Detection Mitigation
[23] 2024 \(✔\) \(\times\) \(\times\) \(✔\) \(\times\) \(\times\)
[24] 2024 \(✔\) \(\times\) \(\times\) \(✔\) \(\times\) \(\times\)
[25] 2024 \(✔\) \(\times\) \(\times\) \(\times\) \(\times\) \(✔\)
[26] 2025 \(\times\) \(\times\) \(\times\) \(✔\) \(\times\) \(\times\)
[27] 2025 \(\times\) \(\times\) \(\times\) \(✔\) \(✔\) \(\times\)
[28] 2025 \(\times\) \(\times\) \(\times\) \(✔\) \(✔\) \(\times\)
[29] 2025 \(✔\) \(\times\) \(✔\) \(✔\) \(✔\) \(\times\)
[30] 2025 \(\times\) \(\times\) \(\times\) \(✔\) \(✔\) \(\times\)
[31] 2026 \(✔\) \(\times\) \(\times\) \(✔\) \(✔\) \(\times\)
[32] 2026 \(\times\) \(\times\) \(\times\) \(\times\) \(\times\) \(✔\)
Ours 2026 \(✔\) \(✔\) \(✔\) \(✔\) \(✔\) \(✔\)
Figure 1: Overview of LLM roles in the misinformation ecosystem.

These developments suggest that LLMs play multiple roles in the misinformation ecosystem: they can empower attackers, assist defenders, and become vulnerable components within detection and mitigation systems. However, previous related works often focus on one particular aspect of the problem, such as LLM-generated fake content, LLM-based detection, internal LLM defense, propagation modeling, or fact-checking robustness. Table 1 summarizes these works according to the roles played by LLMs in the misinformation ecosystem, including LLMs as attackers, defenders, and victims. Some studies examine misinformation in the age of LLMs and discuss the opportunities and challenges brought by LLMs for misinformation detection and mitigation [23], [24], [31]. Others focus on LLM-powered fake news detection and proactive defense against misinformation in LLMs [26], [27]. Recent robustness-oriented works further investigate adversarial attacks against automated fact-checking systems [29] or vulnerabilities of multimodal large language models [32]. Therefore, a unified view is still missing on how LLMs simultaneously empower attackers, assist defenders, and become vulnerable components across the misinformation ecosystem.

Table 2: Role-layer framework for LLMs in the misinformation ecosystem.
LLM Role Core Question Layered Focus Representative Focus
Attacker (Sec. [sec:sec:attacker]) How do LLMs empower misinformation manipulation? Content, social context, evidence environment Claim generation and rewriting, persona and comment simulation, evidence fabrication, corpus poisoning, retrieval manipulation
Victim (Sec. [sec:sec:victims]) How do LLM-centric verification pipelines fail under adversarial manipulation? Verification workflow, with dependencies on content, social context, and evidence environments LLM-as-judge failures, RAG vulnerabilities, agentic workflow compromise
Defender (Sec. [sec:sec:defender]) How do LLMs support detection, verification, and mitigation? Content, social context, evidence, system workflow LLM-based detection, social-context analysis, evidence-grounded verification, secure RAG, agent auditing

To address this gap, we introduce a role-layer framework to organize LLM-related misinformation research, as shown in Table 2. The role dimension distinguishes whether LLMs are used as attackers, defenders, or vulnerable components of detection systems. In the attacker role, LLMs are misused to generate, amplify, or strategically optimize misinformation. In the defender role, LLMs are utilized to support detection, mitigation, and explanation. In the victim role, the vulnerable object is the LLM-centered detection pipeline, including LLM-as-judge detectors, and agentic detection workflows. The layer dimension characterizes where manipulation, vulnerability, or defense emerges. We distinguish four layers: content, social contexts, evidence environments, and verification workflows. The content layer focuses on what is stated, such as claim and news articles. The social layer concerns the propagation environment in which content is shared and amplified such as comments, user interactive behaviors. The evidence layer captures the external information sources to support verification, such as knowledge bases. The verification workflows refer to the system-level processes, which are not only defensive mechanisms but also potential targets of adversarial manipulation. This role-layer framework integrates LLM-enabled attacks, system vulnerabilities, and defensive methods within a unified structure.

Figure 2: Temporal distribution of references across the three LLM roles from 2022 to June 2026 in this work.

Following this framework, we organize around the tri-role perspective. Fig. 2 summarizes the temporal distribution of references across the three roles from 2022 to June 2026. The results show that research on LLM misuse has grown rapidly after 2023, reflecting increasing attention to LLM-enabled attacks. LLM-based defense studies also increase substantially, especially after 2024, whereas research treating LLMs as vulnerable components remains comparatively limited but has shown a clear recent rise. Section 2 summarizes how LLMs empower attackers across content, social, and evidence layers. Section 3 then discusses how detection and mitigation systems built around LLMs can be compromised by adversarial claims, poisoned evidence, prompt injection, and agentic tool-use manipulation. Section 4 turns to the defensive use of LLMs, focusing on their roles in content understanding and generation, judge-based and agentic misinformation detection, and retrieval-augmented verification. Section 5 further analyzes robustness-oriented countermeasures against LLM-enabled misinformation risks.

This paper makes the following main contributions:

  1. We introduce a role-layer framework to organize LLM-related misinformation research along two complementary dimensions: the role of LLMs in the misinformation ecosystem including attacker, defender, and victim perspectives, and the layer at which manipulation, vulnerability, or defense arises including content, social contexts, evidence, and verification workflows.

  2. We organize LLM-enabled threats beyond synthetic content generation, showing how LLM misuse expands misinformation risks across content, social, and evidence surfaces.

  3. We systematically analyze LLM-enabled defenses and robustness-oriented countermeasures, thereby revealing how defensive uses of LLMs correspond to different attack surfaces.

  4. We further discuss the underexplored vulnerability of LLM-centric misinformation detection systems, highlighting how LLM-as-judge detectors and agentic fact-checking workflows can be attacked in adversarial information environments.

  5. We identify three key open challenges: transitioning from static detection accuracy to budget-aware ecosystem-level risk evaluation, hardening LLM-based detection pipelines against adversarial manipulation, and deploying auditable human-in-the-loop verification systems for trustworthy real-world misinformation defense.

2 LLMs as Attackers: Empowered Misinformation Attacks↩︎

Figure 3: Overview of LLM-empowered attack for misinformation detection.
Figure 4: The taxonomy of LLM-enabled misinformation attacks.

LLMs introduce new risks to the misinformation ecosystem not simply because they can generate false text, but because their core capabilities can be misused as flexible attack engines. Natural-language generation supports low-cost fabrication and rewriting; contextual adaptation enables localized and audience-specific persuasion; persona simulation and interaction support social manipulation. These capabilities amplify the scale, automation, adaptivity, and accessibility of traditional misinformation campaigns, making content, social contexts, and evidence environments easier to manipulate.

In this section, we summarize LLM-empowered misinformation attacks from the attacker perspective. We organize the discussion around three manipulation surfaces: content-level, social-level, and evidence-level threats. As shown in Fig. 3, content-level attacks manipulate the misinformation artifact itself, including its wording, style, framing, and detectability. Social-level attacks manipulate the surrounding social context, such as comments, personas, engagements, bot behaviors, and propagation traces. Evidence-level attacks manipulate the external evidence environment on which fact-checking, retrieval-augmented generation, and verification systems rely.

2.1 Content-level Threats↩︎

Content-level threats refer to the misuse of LLMs to generate or manipulate misleading information artifacts, such as fake news articles, social media posts, misleading answers, rewritten claims, and adversarially crafted texts. This line of research focuses on how false or misleading content is generated, linguistically adapted, and rhetorically framed. Existing studies can be grouped into the following four categories.

2.1.1 Synthetic misinformation generation↩︎

Synthetic misinformation generation is the most direct form of LLM misuse studied in the literature. Many works study how adversaries prompt general-purpose LLMs to generate fluent, coherent, and news-like misinformation with minimal human effort [33][40]. These studies show that LLM-generated misinformation can resemble human-written content and can be adapted across topics, events, languages, and local contexts. Recent work further investigates scalable generation pipelines [41] and retrieval-augmented generation for producing more convincing or knowledge-grounded fake news [42].

2.1.2 Audience-aware persuasion↩︎

Another line of work studies audience-conditioned misinformation generation. Instead of generating a single generic false claim, these studies focus on how misleading narratives can be personalized according to user attributes, community contexts, ideological cues, or emotional states [43], [44]. Related work on emotional prompting further investigates how affective framing, such as fear, anger, urgency, or moral concern, can increase the salience and persuasive force of generated misinformation [45]. This category reflects a shift from generic fake-content generation to targeted and context-aware influence.

2.1.3 Content camouflage and defense evasion↩︎

A third group of studies investigates how misleading content can be rewritten to evade detection or moderation. These attacks preserve the deceptive meaning of a claim while changing surface style, sentiment, credibility cues, or linguistic form, making the content less recognizable to detectors that rely on textual artifacts or distributional patterns [46][51]. Recent studies also investigate jailbreak-based fake news generation, showing that harmful misinformation can still be elicited despite the presence of model safeguards [8]. In addition, adversarial example generation uses explanation-guided rewriting, semantic contamination, iterative mutation, or fact-checking feedback to craft texts against fake news, rumor, or fact-checking systems [44], [52][56]. These studies show that content-level attacks increasingly separate deceptive semantics from detectable surface cues.

2.1.4 Application-oriented content attacks↩︎

Some studies examine how LLM-generated or rewritten misinformation affects downstream information systems. In news recommendation, manipulated content may alter ranking behavior, exposure patterns, and the visibility of reliable information [44], [57]. In knowledge-intensive applications such as open-domain question answering, generated misinformation may appear as fluent answers or knowledge-like content, thereby polluting the information environment used by end users [37], [38].

2.2 Social-level Threats↩︎

Social-level threats refer to LLM misuse that targets the social context in which misinformation propagates. Unlike content-level attacks that manipulate the claim or article itself, social-level attacks manipulate the social propagation process through which information spreads such as comments, user engagements, user profiles and bot behaviors. Existing studies can be grouped into the following four categories.

2.2.1 Comment manipulation↩︎

Comment manipulation studies focus on adversarial comments, replies, or conversational traces around a news item. Some studies explore narrative-level amplification, where LLM agents or persona-conditioned generation iteratively reshape misleading claims to make them more persuasive, coherent, or ideologically aligned during propagation [58][61]. Some works focus on message/comment generation attacks, where adversarial textual signals are injected into the social context to mislead detectors [10], [62][66]. Retrieval-based attacks further show that selectively inserted real user comments can also serve as adversarial payloads, even without generating new comments [67].

2.2.2 Structure manipulation↩︎

Structure manipulation studies examine attacks on the interaction patterns through which misinformation appears to spread. User-engagement manipulation perturbs sharing, reposting, or bot-generated interaction signals to make fake news appear more credible, popular, or organically endorsed [68], [69]. Graph-structure attacks further manipulate the social interaction graphs used by graph-based fake news detectors, exposing the vulnerability of GNN-based models to propagation-level manipulation [70].

2.2.3 Strategic campaign manipulation↩︎

Some studies treat propagation manipulation as a long-horizon campaign rather than a one-shot perturbation. RL-based social bot control formulates adversarial bot behavior as a sequential decision-making problem, where bots learn when to interact and evade detection to maximize influence over time [71], [72]. LLM-powered campaign simulation further studies how malicious agents or botnets coordinate posting, commenting, and correction dynamics across multiple rounds of social interaction [73][75]. [76] show the abuse of LLMs can also facilitate high-level social engineering by producing personalized behaviors. [77] examine how account attributes can be modified to make automated actors appear more human-like and persistent in online communities. These studies suggest that social-level attacks are moving toward a strategic campaign-level threat rather than an isolated perturbation.

2.2.4 Propagation data poisoning↩︎

Propagation manipulation can also occur during data collection or model training. Backdoor attacks implant trigger patterns into propagation structures so that rumor detectors fail under specific conditions [78]. Robustness studies examine whether GNN-based detectors can be made provably robust against poisoning and backdoor attacks [79]. Platform-level data poisoning further shows that fabricated user-generated content can contaminate the input distribution of online platforms and downstream detection systems [80]. Collectively, these studies highlight that propagation-based models are vulnerable not only at inference time, but also during the construction of the social data on which they are trained.

2.3 Evidence-level Threats↩︎

Evidence-level threats refer to attacks on the external evidence environment. These attacks manipulate what evidence is created, stored, retrieved, ranked, or used before a verification system reaches a judgment. Existing studies can be grouped into the following three categories.

2.3.1 Evidence content manipulation↩︎

Evidence content manipulation studies how misleading or adversarial evidence can alter verification. Some studies focus on synthetic evidence generation, adversarial document insertion, or evidence rewriting, where biased claims are made to appear supported [81][83]. More recent work extends this to viewpoint steering, where fabricated rationales guide models toward attacker-preferred perspectives [84]. Another line of research manipulates the input claim rather than the evidence source itself. They change search queries to manipulate the evidence matching and verification trajectories via adversarially paraphrasing [20], [85][88]. These studies show that evidence-level failures can arise either from evidence content or from redirecting the evidence acquisition and reasoning processes via claim reformulation.

2.3.2 Evidence corpus poisoning↩︎

Evidence corpus poisoning studies examine attacks that inject malicious documents into retrieval corpora or knowledge bases used by RAG and fact-checking systems. Targeted poisoning methods craft passages for specific queries, claims, entities, or verdicts, so that the system retrieves poisoned evidence and produces attacker-desired answers or fact-checking decisions [18], [89][94]. Some studies further broaden this setting to black-box, transferable, competing, or stealthy poisoning, showing that poisoned evidence may remain effective across different queries, topics, or detection constraints [95][98]. More recent works extend poisoning objectives beyond isolated factual answers, including viewpoint manipulation, trigger-conditioned evidence stores, and reasoning-path corruption in retrieved documents [99][105]. These studies show that corpus poisoning can affect not only what knowledge is retrieved, but also how the model reasons over retrieved evidence.

2.3.3 Evidence retrieval manipulation↩︎

Evidence retrieval manipulation studies target the retrieval stage itself. One group of attacks increases the visibility of malicious evidence by crafting or perturbing documents so that adversarial content is more likely to enter the retrieved context [106], [107]. Related methods use typos, mutations, or imperceptible textual changes to alter retrieval behavior while preserving the apparent meaning of the document [108], [109]. Another group of attacks suppresses useful evidence by introducing jamming documents that interfere with retrieval-augmented generation and make correct supporting evidence harder to access or use [110]. These studies show that evidence integrity depends not only on whether malicious evidence exists, but also on whether reliable evidence remains retrievable, salient, and properly ranked.

2.4 Summary↩︎

Overall, existing research has shown that the misuse of LLMs enables misinformation risks from isolated content fabrication into ecosystem-level manipulation.

  • Content-level threats have evolved from simple fake-text generation to adaptive misinformation production. Early attacks primarily use LLMs to produce fluent fake posts, whereas recent studies increasingly exploit LLMs for personalization, emotional framing, multilingual rewriting, detector evasion, and downstream application attacks. The key trend is that content-level attackers become more scalable, audience-aware, and defense-aware.

  • Social-level threats have evolved from isolated comment manipulation to coordinated propagation manipulation. Early attacks primarily inject adversarial comments or reactions to mislead detectors, whereas recent work increasingly manipulates engagement structures, bot behaviors, user identities, and long-horizon campaign dynamics. The key trend is that attackers no longer only manipulate what users read, but also how socially credible, controversial, or organically endorsed the information appears.

  • Evidence-level threats have evolved from attacking model outputs to compromising the evidential infrastructure that verification systems rely on. Early attacks primarily fabricate or rewrite supporting evidence, whereas recent work increasingly studies corpus poisoning, retrieval manipulation, viewpoint steering, universal poisoning, stealthy poisoned documents, and reasoning-path corruption. The key trend is that attackers can compromise not only what evidence exists, but also what evidence is retrieved, and used in reasoning.

The three attack layers differ in both threat assumptions and evaluation requirements. Content-level attacks assume control over the misinformation artifact itself and are typically evaluated by generation quality, semantic preservation, persuasive effect, or detector evasion. Social-level attacks manipulate interaction contexts such as comments, user profiles, engagement traces, or bot behaviors, thereby changing how credible, controversial, or organic a claim appears. Evidence-level attacks target verification systems that rely on external evidence, retrieval corpora, search engines, or knowledge bases, manipulating what evidence is created, retrieved, ranked, and used in reasoning. These differences also lead to different data needs: content attacks can often be evaluated on text or multimodal misinformation datasets, whereas social- and evidence-level attacks require propagation traces, campaign simulations, claim-evidence corpora, or RAG-style benchmarks.

3 LLMs as Victims: Vulnerabilities of LLM-based Detection Paradigms↩︎

Figure 5: Overview of vulnerabilities of LLM-based misinformation detection paradigms.
Figure 6: The taxonomy of vulnerabilities of LLM-based misinformation detection paradigms.

In this section, we study LLMs as attack targets within misinformation detection systems that either directly employ LLMs as judges or organize them into agentic workflows for misinformation detection. This section differs from Sec. 4 in perspective, which aims to review how LLM-based systems are designed to detect and mitigate misinformation. In contrast, this section examines how the LLM-centric systems may fail when they are attacked adversarially. We organize this section by the primary attack surface of LLM-based misinformation detection systems. As shown in Fig. 5, for direct LLM-based detectors, the attack surface follows an input/judgment/output structure. Adversaries may manipulate the input, exploit the model’s internal judgment weaknesses, or distort downstream decisions through unreliable outputs. For agentic detectors, the attack surface expands from a single model call to a broader workflow involving planning, retrieval, tools, communication, memory, trust, and aggregation.

3.1 LLM-as-judge Vulnerabilities↩︎

Direct LLM-based detectors use an LLM as a judge or verifier. Given a claim, the LLM is prompted to produce a veracity label, factuality judgment, or hallucination assessment. This paradigm is attractive because it requires limited task-specific architectural design and can be adapted to different misinformation-related tasks through prompting. However, it also inherits the vulnerabilities of LLM-as-a-judge systems, particularly when exposed to adversarially crafted inputs, ambiguous factual contexts, or excessive downstream reliance on the LLM’s judgments.

3.1.1 Input-level Attacks on LLM Judges↩︎

The first vulnerability arises from the input interface of LLM-based detectors. Because task instructions and untrusted content are processed in the same natural-language context, adversaries can manipulate the detector before factual judgment begins. Several studies directly expose this input-level vulnerability. Some attacks directly inject malicious instructions or optimized prompt sequences into attacker-controlled inputs, thereby biasing LLM-as-a-judge systems before they perform factual assessment [111][113]. Others rely on short transferable adversarial phrases that can distort zero-shot LLM assessments across different judge settings [114]. The manipulation can also be more semantic and less visible via meaning-preserving perturbations [115] or adversarial persuasive attacks [20].

3.1.2 Intrinsic Judgment and Reasoning Failures↩︎

The second vulnerability stems from the LLM’s own judgment and reasoning behavior. Even in the absence of explicit prompt injection, a direct LLM-based detector may fail because it relies on linguistic cues, rhetorical fluency, or plausible yet invalid reasoning chains. In misinformation detection, this is especially problematic because false claims are often written in polished language and may be supported by fabricated explanations that appear logically coherent. Existing studies suggest that this vulnerability arises from several sources. First, LLM-based detectors may fail when synthetic misinformation becomes fluent, human-like, and difficult to distinguish from authentic content [40], [116]. This indicates that direct detectors cannot safely rely on surface-level artifacts or stylistic cues as LLM-generated misinformation becomes more natural and adaptive. Second, LLM-based detectors may be unstable when factual judgment requires resolving conflicts with the model’s parametric knowledge [117]. Third, LLMs may be biased toward reasoning that appears coherent but is logically or factually invalid [118], which can cause rationale-based detectors to overvalue fluent explanations instead of verifying their factual grounding. Broader security analyses further suggest that bias, misinformation, and prompt-based manipulation are intertwined risks in LLM-based applications [119].

3.1.3 Output-level Reliance and Evaluation Failures↩︎

The third vulnerability arises after the LLM detector produces its output. LLM-based detectors often generate not only a binary label, but also explanations, confidence estimates, factuality rationales, or safety judgments. These outputs can influence human users, content moderators, evaluation pipelines, and platform-level decision systems. Consequently, the harm of a detector is not limited to whether its label is correct; it also depends on how its output is interpreted and used downstream. Output-level failures can affect both users and evaluation pipelines. [54] show that fact-checking information generated by large language models can decrease headline discernment under certain conditions. [120] argue that attack success may sometimes reflect weaknesses of the judge rather than genuine failures of the target system. [121] show that adversarial attacks against LLM-based cyber threat intelligence systems can cause false alarms and real downstream damage.

3.2 Vulnerabilities of Agentic Misinformation Detection Systems↩︎

Agentic misinformation detectors differ from direct LLM-based detectors because they do not simply ask an LLM for a one-shot judgment. Instead, they organize LLMs into multi-step workflows that may decompose claims, retrieve evidence, invoke tools, coordinate multiple agents, store context, and aggregate intermediate results. This paradigm can emulate human fact-checking more closely and can improve transparency, adaptability, and evidence grounding. However, the same workflow structure also expands the attack surface. An adversary can target not only the final LLM judge, but also the planning process, evidence environment, tool chain, inter-agent communication, memory, trust estimation, or decision policy.

3.2.1 Workflow-based Agentic Fact-checking Detectors↩︎

This category includes agentic detectors whose primary contribution is the construction of a structured verification workflow. Their central idea is to move beyond one-shot LLM classification by approximating the behavior of human fact-checkers through claim decomposition, stepwise reasoning, tool selection, and final verdict integration [16], [122][124]. The vulnerability of this category lies in the workflow itself. Many works on general agentic systems show that autonomous LLM agents may suffer from unsafe planning, tool misuse, context manipulation, runtime supply-chain attacks, and uncontrolled interactions [125][127]. These risks are especially relevant to misinformation detection because agentic fact-checking systems typically rely on web search, external databases, browser tools, and other runtime resources that can themselves be manipulated. If the system decomposes a claim incorrectly, selects the wrong tool, overweights a misleading subclaim, or follows an unsafe reasoning path, the final verdict may fail even if the base LLM is capable.

3.2.2 Retrieval- and Evidence-centric Agentic Verification↩︎

The category includes agentic systems whose main contribution centers on external evidence. Several agentic detectors rely on retrieval and web grounding [95], [128][131]. External evidence can reduce hallucination and improve grounding, but it can also be poisoned, fabricated, selectively retrieved, or adversarially ranked. Fact2Fiction [93] targets agentic fact-checking systems by constructing poisoned evidence tailored to the system’s claim decomposition strategy. This demonstrates that evidence-grounded detectors can be compromised through the evidence ecosystem even when the original claim and the base LLM remain unchanged. [132] extend general security framing to multimodal agentic RAG. Its central idea is that adversarial intent may be distributed across retrieval, planning, and generation stages rather than appearing as a single malicious input. This motivates stateful trust modeling, where the system tracks potentially adversarial behavior across the workflow.

3.2.3 Multi-agent Communication and Coordination↩︎

The category includes systems whose main contribution or vulnerability comes from multiple interacting agents. Multi-agent misinformation detectors often assign different roles to specialized agents, such as claim analysis, evidence retrieval, debate, and final judgment [17], [133][135]. This design can improve coverage and interpretability, but it also introduces communication channels through which errors, biased intermediate conclusions, or malicious prompts can propagate. The distinctive vulnerability of this category is not merely that each agent may be wrong, but that the system depends on communication and coordination among agents. [136] reveal LLM-to-LLM prompt injection within multi-agent systems, showing that malicious prompts can spread across interconnected agents.

3.3 Summary↩︎

This section shows that vulnerabilities of LLM-based systems evolve with the detection paradigm.

  • For direct LLM-based detectors, robustness centers on the input, the model’s internal judgment, and the downstream interpretation of its output. An adversary can inject malicious instructions, craft persuasive false claims, exploit reasoning bias, or cause users and evaluation systems to overtrust unreliable explanations.

  • For agentic detectors, robustness becomes a workflow-level problem. The adversary can target the detector’s planning process, evidence environment, runtime tools, communication channels, stateful trust mechanisms, or coordination policies.

These observations imply that improving the underlying LLM alone is insufficient. Direct LLM-based detectors require prompt isolation, adversarial input testing, and uncertainty calibration. Agentic detectors require provenance-aware retrieval, secure tool use, authenticated inter-agent communication, memory auditing, trust modeling, and robust coordination policies. As misinformation detection systems become increasingly agentic, robustness evaluation must move from isolated model accuracy toward end-to-end security analysis of the entire verification workflow.

4 LLMs as Defenders: LLM-enabled Detection and Verification Methods↩︎

Figure 7: Overview of LLM-based defense methods for misinformation detection.
Figure 8: The taxonomy of LLM-based defense methods.

Large language models (LLMs) have been increasingly explored as defenders against misinformation. As shown in Fig. 8, we organize existing studies into three lines of work. The first uses LLMs as understanding and generation modules to enrich textual, social, and multimodal signals. The second uses LLMs as judgment modules through prompting, tuning, reinforcement learning, or explanation-aware prediction. The third integrates LLMs with retrieval-augmented generation (RAG), external evidence, and agentic workflows for more grounded verification.

4.1 Understanding and Generation↩︎

The first line of research uses LLMs as auxiliary modules for data augmentation, representation enrichment, context simulation, and multimodal understanding. Existing studies can be grouped into text augmentation, social context augmentation, and multimodal augmentation.

4.1.1 Text Augmentation↩︎

Text augmentation studies use LLMs to construct alternative textual views, semantic enrichments, or adversarial variants for misinformation detection. This is especially useful when detectors overfit to superficial writing styles or fail under LLM-enabled attacks. Some methods reduce detectors’ reliance on superficial writing patterns by exposing them to stylistic variants of the same misleading semantics [6], [137], [138]. Other works focus on enriching the latent representation via semantic relationship perception between content and supporting evidence [139], or structured semantic signals [140], [141]. These studies show that LLM-based augmentation can help detectors capture deeper semantic structures.

4.1.2 Social Context Augmentation↩︎

Social context augmentation studies use LLMs to interpret, refine, or simulate the social signals surrounding misinformation. This line of research is motivated by the fact that comments, stance labels, propagation trees, and interaction patterns are often missing, noisy, or manipulated in real-world settings. Some methods use LLMs to interpret social reactions, infer user stances, and model propagation dynamics [142][145]. Other works simulate propagation data to address the lack of sufficient social feedback at the early stage or low-resource detection such as emerging topics [146][148].

4.1.3 Multimodal Augmentation↩︎

Some studies extend LLM-based defense from text-only misinformation to settings involving visual evidence such as images and videos. The primary idea is to use LLMs or multimodal large language models (MLLMs) to enrich cross-modal representations, reason over text-image consistency, or handle missing modalities. Some methods use LLMs or MLLMs to jointly interpret textual and visual signals before making a detection decision [149][151]. MLLMs also offer a new perspective to address the practical problem that misinformation samples may lack complete visual, textual, or metadata information [152].

4.2 Judgment↩︎

The second line of research directly uses LLMs as judgment modules. These studies use LLMs to generate veracity labels, reliability scores, and rationales. Compared with augmentation-based methods, judgment-based methods place LLMs closer to the final decision process. Existing studies mainly explore four technical ways: direct prompting, supervised tuning, reinforcement tuning, and explanation-aware judgment.

4.2.1 Prompt-based Judgment↩︎

Some prompting-based methods reformulate misinformation detection as a natural-language judgment task via well-designed instructions [40], [142], [153], [154]. Some works further design chain-of-thought (CoT) prompts to decompose the LLM judgment process into intermediate reasoning steps [155], [156]. [157] explore the dual role of LLMs in fake news detection and show that LLMs may function as useful advisors even when they can also be misused as generators. They offer a low-cost entry point for LLM-based detection, but its reliability remains constrained by instruction sensitivity and unstable generalization.

4.2.2 Supervised Fine-tuning↩︎

Supervised fine-tuning methods adapt LLMs or LLM-enhanced detectors to misinformation-specific data, labels, domains, or rationales. Task-specific tuning is used for emergency rumors, cross-domain rumors, emergent fake news, and unseen misinformation, where models must adapt to evolving events and platforms [150], [158][160]. Another line of research incorporates rationales or explanations into the training process, encouraging models to produce analytical outputs rather than only labels [161][163]. These methods improve task alignment and stability compared with prompting, but they may introduce dataset-specific biases.

4.2.3 Reinforcement Learning-based Tuning↩︎

Reinforcement learning-based tuning methods optimize LLM-based detectors using reward signals, adversarial training, or reinforcement-guided sampling. Some studies formulate misinformation detection as an adaptive adversarial process, where detectors are trained against semantically constrained or dynamically generated fake information [164]. Others use reinforcement tuning to jointly detect stances and debunk rumors, connecting intermediate social reasoning with final veracity judgment [165]. Reinforcement-guided sampling further combines LLM generation with feedback-based instance selection, enabling detectors to benefit from informative synthetic samples [166]. These methods are useful when misinformation detection involves evolving adversaries, multiple optimization objectives, or limited labeled data.

4.2.4 Explanation-aware Judgment↩︎

Explanation-aware judgment methods treat explanations as part of the decision process. Some studies use graph-prompted or MLLM-based explanations to make decisions over text-image relations more interpretable [167], [168]. [169] move beyond label prediction toward debunking explanations, where the system identifies the misleading mechanism and communicates corrective information to users.

4.3 RAG System↩︎

The third line of research integrates LLMs with external knowledge, evidence retrieval, and agentic verification. Existing studies can be organized along the verification pipeline: knowledge grounding, evidence retrieval, evidence reasoning, and agentic fact-checking.

4.3.1 Knowledge Grounding↩︎

Knowledge grounding methods enhance LLM-based verification by incorporating external or dynamically updated knowledge. Some studies use knowledge-guided prompting or retrieval-augmented LLMs to improve rumor detection and resolve unseen rumors when parametric knowledge is insufficient [170], [171]. Other work studies dynamic knowledge updating for fake news detection, aiming to align verification with evolving factual contexts around rapidly changing events [172].

4.3.2 Evidence Retrieval↩︎

Evidence retrieval methods acquire relevant textual, visual, or cross-modal evidence before verification. Text-based RAG studies retrieve documents, passages, or facts to support fake news detection and fact-checking decisions [173], [174]. Multimodal retrieval methods further combine external evidence with visual forensics or cross-modal retrieval for multimodal fake news and video misinformation detection [175], [176].

4.3.3 Evidence Reasoning↩︎

Evidence reasoning methods investigate how verification systems determine whether retrieved evidence supports, refutes, or is irrelevant to a claim. Some works enhance semantic understanding of claim-evidence relations or incorporate event-centric and commonsense-guided reasoning to move beyond surface matching [139], [177]. Graph-prompted and out-of-context detection methods reason over entities, captions, events, and visual scenes to identify cross-modal inconsistencies [167], [168]. Another line of research focuses on trustworthy evidence reasoning, including LLM susceptibility to deceptive evidence and causal debiasing for multi-hop fact verification [178], [179].

4.3.4 Agentic Fact-checking↩︎

Agentic fact-checking methods extend RAG-based verification from a single-step pipeline to an interactive, multi-step workflow. Multi-agent systems distribute verification across roles such as claim analyzer, evidence retriever, verifier, and explainer [16], [133], [180][183]. Debate-driven methods use disagreement and argumentation to expose weak evidence, unsupported assumptions, and one-sided reasoning, and have been studied for misinformation detection and intervention [184][187]. Agentic debunking further moves from veracity prediction to user-facing correction, requiring systems to identify misleading mechanisms, collect evidence, and generate corrective explanations [169].

4.4 Summary↩︎

LLM-based misinformation defense is moving beyond conventional content classification toward more contextual, evidence-grounded, and workflow-oriented verification.

  • LLMs are mainly used to enrich the inputs and representations available to downstream detectors. Text augmentation improves robustness to stylistic variation and adversarial rewriting; social context augmentation helps recover or refine missing propagation signals; and multimodal augmentation enables reasoning over text, images, videos, and cross-modal inconsistencies.

  • Judgment-oriented studies place LLMs closer to the final decision process. Instruction prompting reformulates misinformation detection as reliability assessment, while supervised and reinforcement tuning adapt detectors to specific domains, evolving events, adversarial samples, or stance-aware debunking. Explanation-aware judgment further extends outputs from labels to rationales, multimodal explanations, and corrective responses.

  • For RAG-based systems, knowledge grounding and evidence retrieval reduce reliance on parametric knowledge by introducing external and dynamically updated information. Evidence reasoning then determines whether retrieved evidence truly supports or refutes a claim. Agentic methods formulates fact-checking and detection system into well-designed multi-step workflows such as claim decomposition, evidence search, and debunking.

Overall, LLM-based defense broadens misinformation detection into a more comprehensive verification pipeline that combines representation enrichment, natural-language judgment, evidence grounding, and agentic reasoning.

5 Countermeasures: Adversarial Robustness against LLM-enabled Misinformation Threats↩︎

LLM-enabled misinformation attacks expand from content generation to social-context manipulation and evidence poisoning. In this section, we investigate existing countermeasures at different layers of the misinformation pipeline. This view highlights both the progress and the uneven coverage of current defenses.

Table 3: Attack vs. defense correspondence matrix for LLM-enabled misinformation threats at content level.
Attack Type Representative Methods on Attacks Representative Methods on Defenses
Synthetic News Generation
[33][37], [39], [40];
SFT-based domain-adapted generation [41]
Semantic/Symbolic adversarial learning [140], [164];
Multi-agent mitigation [133]
2-3 Retrieval-grounded generation [42] \(\times\)
Persuasive Targeting
Emotional prompting [45] \(\times\)
Content Camouflage and Evasion
style transfering [47], sentiment
manipulation [48], prompt optimization [46]
Content-style Disentanglement [188];
Invariant Representation Learning [189]
2-3
entropy-based [52] and RL-based perturbations [56]
Invariant Representation Learning [189]
2-3 Jailbreak attack [8] \(\times\)
Scenario-specific Ecosystem
training data pollution [57],
and RL-based ranking manipulation [44] \(\times\)
2-3
pollution [37], [38] \(\times\)
\(\times\)” indicates that we did not identify directly targeted defenses in the misinformation-specific literature.

5.1 Robustness against Content-level Attacks↩︎

Content-level defenses address attacks that manipulate the misinformation artifact itself, including synthetic news generation, persuasive targeting, content camouflage and evasion, and scenario-specific ecosystem attacks (see Sec. 2.1 for details). Existing studies mainly explore LLM-generated text detection, adversarial training, invariant representation learning, and multi-agent mitigation.

5.1.1 LLM-generated text detection↩︎

LLM-generated text detection provides a direct defense against synthetic misinformation by identifying whether a news article, claim, or post has been generated or rewritten by LLMs. Existing methods model prompt-induced linguistic fingerprints, generation traces, or distributional differences between human-written and LLM-generated misinformation [50], [190]. Recent work studies detection under LLM-induced distribution shifts, including mixtures of human-written, LLM-generated, and LLM-paraphrased content [154], as well as source-model attribution [191]. These defenses provide a natural first step for detecting synthetic misinformation, although their effectiveness depends on whether generation artifacts remain detectable.

5.1.2 Adversarial training↩︎

Adversarial training methods improve detector robustness by exposing models to LLM-generated or LLM-rewritten attack variants during training. For synthetic news generation threat, semantic and symbolic adversarial learning train detectors on challenging generated variants and semantically constrained fake information [140], [164]. For content camouflage and evasion attack, some works expose detectors to style-transferred or style-camouflaged misinformation, encouraging them to rely less on tone, fluency, or news-like presentation [6], [47].

5.1.3 Content-style disentanglement and invariant representation learning↩︎

Content-style disentanglement and invariant representation learning address scenarios in which misinformation is rewritten into different surface forms while preserving its misleading semantics. [188] separate factual or deceptive semantics from writing style, sentiment, credibility cues, and presentation. [189] further study invariant representation learning that aligns original and adversarially transformed versions, enabling detectors to focus on stable claim-level signals.

5.1.4 Multi-agent mitigation↩︎

Multi-agent mitigation methods use multiple LLM agents or roles to cross-check suspicious content, decompose claims, challenge weak reasoning, and aggregate different perspectives. [133] design multi-agent systems to combine claim understanding, evidence seeking, stance analysis, and final judgment for misinformation mitigation. Multi-agent designs can improve coverage and reasoning diversity, but they also introduce coordination costs, disagreement-resolution problems, and the risk of error propagation across agents.

5.1.4.1 Discussion: Gap with respect to content-level attacks

As shown in Table 3, existing content-level defenses are concentrated on synthetic misinformation generation and content camouflage or evasion. A key remaining challenge is to bridge textual robustness and downstream application robustness, especially when manipulated content is personalized, retrieved, recommended, or reused by knowledge-intensive systems.

Table 4: Attack vs. defense correspondence matrix for LLM-enabled misinformation threats at social level.
Attack Type Representative Methods on Attacks Representative Methods on Defenses
Comment Manipulation
methods [58], [59] CoT Prompting [192]
2-3
methods [62], [66] and self-reflection [65];
Message injection attack [10] Invariant representation learning [193], and manipulation identification [137]
2-3 Multi-round fake narrative generation [60], [61] \(\times\)
2-3 \(\times\)
Structure Manipulation
and fake interaction attack [70] Structure uncertainty modeling [194]
Strategic Campaign Manipulation
Campaign simulation [73][75];
Actor identity manipulation [77] \(\times\)
Propagation Data Poisoning
Platform data poisoning [80], [195] \(\times\)
\(\times\)” indicates that we did not identify directly targeted defenses in the misinformation-specific literature.

5.2 Robustness against Social-level Attacks↩︎

Social-level defenses address attacks that manipulate the social context surrounding misinformation as shown in Sec. 2.2. Existing studies can be mainly divided into prompting-based reasoning, invariant representation learning, manipulation identification, and structure uncertainty modeling.

5.2.1 Prompting-based reasoning↩︎

Prompting-based defenses use LLM reasoning to identify manipulative, unethical, or coordinated narratives in social discussions. Chain-of-thought and ethics-oriented prompting can help detect problematic narratives in LLM-generated comments, replies, or discussion threads [192]. These methods mainly correspond to narrative-level manipulation, where misinformation is strengthened through surrounding discussion rather than by changing the original article. They provide a flexible reasoning-based defense, but their reliability depends on prompt design and may vary across personas, tones, and conversational strategies.

5.2.2 Invariant representation learning for manipulated social context↩︎

Invariant representation learning aims to reduce detector sensitivity to manipulated comments, messages, or propagation contexts. Existing studies learn stable representations under LLM-generated narratives or adversarially changed social signals [193].

5.2.3 Manipulation identification↩︎

Manipulation identification methods explicitly detect whether the social context itself has been adversarially injected or strategically manipulated. Rather than directly predicting the veracity of a news item, [137] examine whether comments, replies, or discussion patterns show abnormal or manipulated characteristics. This direction is particularly relevant to message injection and malicious comment generation, where the attacker targets the detector’s contextual input rather than the misinformation content.

5.2.4 Structure uncertainty modeling↩︎

Structure uncertainty modeling addresses attacks on propagation graphs, user-news interactions, and engagement patterns. [194] model user-news interactive edges as noisy and potentially adversarial rather than fully reliable. They can alleviate local graph or engagement manipulation but usually fail under a long-horizon campaign behavior.

5.2.4.1 Discussion: Gap with respect to social-level attacks

As shown in Table 4, current social-level defenses mainly cover narrative-level amplification, malicious comment generation, message injection, and structure manipulation. Direct countermeasures remain limited for multi-round fake narrative generation, real-comment retrieval attacks, strategic campaign manipulation, and propagation data poisoning. These attacks differ from localized comment or graph perturbations because they may involve temporal adaptation, coordinated actors, real user comments, bot control, identity manipulation, or contaminated platform data.

Table 5: Attack vs. defense correspondence matrix for LLM-enabled misinformation threats at evidence level.
Attack Type Representative Methods on Attacks Representative Methods on Defenses
Evidence Content Manipulation Synthetic or fabricated evidence generation attacks via prompt-based methods [81], [83], [84] Evidence reliability modeling [153], [178]; and structured evidence reasoning and causal/multi-hop verification [149], [179]
2-3 Adversarial claim attacks via prompt optimization [86], iterative transformation [87], fine-tuning [85], persuasion [20], and search-enabled agentic pipeline [88] Evidence-grounded verification [173], [196], and multi-agent LLMs [133]
Evidence Corpus Poisoning
methods [18], [98], [104], agentic claim decomposition
simulation [93], gradient-aware adversarial
optimization [99], and semantic alignment [90]
poisoning attribution via prompting [197], [198]
and LLM activation analysis [199]
2-3 More efficient poisoning attack (e.g., single-document poisoning) via chain-of-evidence [91], [92], [105] \(\times\)
2-3 Universal attacks for cross-topic queries [96], query-agnostic [95] \(\times\)
2-3 Multiple competing poisoning attacks [97] \(\times\)
2-3 Structured knowledge poisoning and Trojan-style RAG attacks [101], [102] \(\times\)
Evidence Retrieval Manipulation
blocker documents and retrieval jamming that
suppress relevant evidence [110], and surrogate
retriever via reverse engineering [100] \(\times\)
\(\times\)” indicates that we did not identify directly targeted defenses in the misinformation-specific literature.

5.3 Robustness against Evidence-level Attacks↩︎

Evidence-level defenses protect fact-checking systems, RAG pipelines, and search-augmented LLM agents from attacks on evidence content, evidence corpora, and evidence retrieval. Existing studies mainly examine evidence reliability modeling, structured or causal evidence reasoning, evidence-grounded verification, multi-agent verification, and poisoning attribution.

5.3.1 Evidence reliability modeling↩︎

Evidence reliability modeling evaluates whether retrieved evidence is trustworthy rather than merely relevant. Existing studies model evidence reliability for misinformation detection and investigate credibility signals that help assess external sources and retrieved content [153]. Other work studies how deceptive evidence influences LLM-based fact-checking and proposes mitigation strategies against misleading evidence use [178].

5.3.2 Structured evidence reasoning and causal or multi-hop verification↩︎

Structured evidence reasoning examines whether evidence supports, contradicts, or contextualizes a claim. It shifts evidence defense from retrieval alone to verification of the relation between claim and evidence. Existing studies use LLM-powered reasoning to integrate multimodal evidence for fake-news detection [149] and causal or multi-hop verification to reduce reliance on spurious evidence associations [179]. These methods require the system to assess claim-evidence relations rather than accept surface-level semantic overlap.

5.3.3 Evidence-grounded verification and multi-agent LLMs↩︎

Evidence-grounded verification explicitly links final judgments to retrieved, checked, or refined evidence. [196] use an isolate-then-aggregate strategy to reduce the influence of poisoned evidence on the final answer. [173] improve robustness against generated evasion samples via retrieval-augmented fake-news detection with adversarial refinement. [133] explore multi-agent LLM systems to decompose verification into claim analysis, evidence retrieval, evidence critique, and final judgment for robust detection. These methods provide a bridge between evidence content defenses and workflow-based verification, although they inherit dependencies on retrieval quality, source reliability, and tool use.

5.3.4 Poisoning attribution and secure RAG analysis↩︎

Poisoning attribution addresses evidence corpus poisoning by tracing corrupted RAG outputs back to suspicious documents or knowledge sources. Prompting-based attribution methods identify retrieved or stored documents that may be responsible for poisoned generations [197], [198]. Activation-based analysis further detects poisoned RAG responses when malicious evidence is not apparent from surface text [199]. These methods mainly provide diagnostic and attribution tools for poisoned retrieval settings.

5.3.4.1 Discussion: Gap with respect to evidence-level attacks

As shown in Table 5, current evidence-level defenses primarily counter fabricated evidence, adversarial claim attacks, and targeted corpus poisoning. These defenses remain insufficient against evidence-layer manipulation, including efficient single-document or chain-of-evidence poisoning, query-agnostic universal poisoning, competing poisoning, structured knowledge poisoning, and evidence retrieval manipulation. These settings move beyond the attack on a known target claim toward cross-topic, query-agnostic, and competing evidence manipulation. Existing reliability modeling and attribution methods may provide partial diagnostic signals, but direct countermeasures are not yet systematically established.

5.4 Summary↩︎

Overall, existing countermeasures reveal a clear mismatch between the maturity of defenses and the frontier of LLM-enabled misinformation attacks. Current defenses mainly cover localized and pre-defined attacks, whereas emerging threats are becoming increasingly adaptive, knowledge-aware, long-horizon, and stealthy. This gap highlights the need for more systematic defenses against emerging attack paradigms, particularly coordinated misinformation campaigns and covert attacks targeting evidence-grounded systems.

6 Datasets and Evaluation Metrics↩︎

l|c|cc|ccc|cl & & & &
& & Text & MM & Cmt & Rel & Tem & GE & Evidence Source
Mocheg [200] & Human & ✔ & ✔ & – & – & – & – & –
NewsCLIPpings [201] & Human & ✔ & ✔ & – & – & – & – & –
Fakeddit [202] & Human & ✔ & ✔ & – & – & – & – & –
Twitter15/Twitter16 [203] & Human & ✔ & – & ✔ & ✔ & ✔ & – & –
Weibo [204] & Human & ✔ & ✔ & ✔ & ✔ & ✔ & – & –
Weibo21 [205] & Human & ✔ & ✔ & ✔ & – & – & – & –
PHEME [206], [207] & Human & ✔ & – & ✔ & ✔ & ✔ & – & –
PHEMEPlus [208] & Human & ✔ & – & ✔ & ✔ & ✔ & \(✔\) & Web Search
FakeNewsNet [209] & Human & ✔ & – & ✔ & ✔ & ✔ & – & –
FakeHealth [210] & Human & ✔ & ✔ & ✔ & ✔ & ✔ & – & –
CoAID [211] & Human & ✔ & – & ✔ & ✔ & ✔ & – & –
LIAR [212] & Human & ✔ & – & – & – & – & – & –
BUZZFEEDNEWS [213] & Human & ✔ & – & – & – & – & – & –
BUZZFACE [214] & Human & ✔ & – & ✔ & – & – & – & –
FEVER [215] & Human & ✔ & – & – & – & – & ✔ & Wikipedia
WICE [216] & Human & ✔ & – & – & – & – & ✔ & Wikipedia
FEVEROUS [217] & Human & ✔ & – & – & – & – & ✔ & Wikipedia
SciFact [218] & Human & ✔ & – & – & – & – & ✔ & Scientific Corpus
LLMFake [40] & 7 LLMs & ✔ & – & – & – & – & – & –
Grover [219] & GPT-2 & ✔ & – & – & – & – & – & –
UHGEval [220] & 5 LLMs & ✔ & – & – & – & – & – & –
FacTool [221] & ChatGPT & ✔ & – & – & – & – & – & –
HaluEval [222] & ChatGPT & ✔ & – & – & – & – & – & –
FELM [223] & ChatGPT & ✔ & – & – & – & – & ✔ & Google Search
FActScore [224] & 3 LLMs & ✔ & – & – & – & – & ✔ & Wikipedia
FactCheck-GPT [225] & 2 LLMs & ✔ & – & – & – & – & ✔ & Google Search
BingCheck [226] & Bing Chats & ✔ & – & – & – & – & ✔ & Bing Search
MFC-Bench [227] & 5 LVLMs & ✔ & ✔ & – & – & – & – & –
DGM4 [228] & SLMs & ✔ & ✔ & – & – & – & – & –
LiveFact [229] & Qwen3-235B-A22B & ✔ & – & – & – & – & ✔ & Google Search
NQ [230] & – & ✔ & – & – & – & – & – & Wikipedia
HotpotQA [231] & – & ✔ & – & – & – & – & ✔ & Wikipedia
MS-MARCO [232] & – & ✔ & – & – & – & – & – & Web
SQuAD [233] & – & ✔ & – & – & – & – & ✔ & Wikipedia
BoolQ [234] & – & ✔ & – & – & – & – & ✔ & Wikipedia
BBQ [235] & – & ✔ & – & – & – & – & – & –
StereoSet [236] & – & ✔ & – & – & – & – & – & –
GraphRAG-Bench [237] & – & ✔ & – & – & ✔ & – & ✔ & Documents
MuSiQue [238] & – & ✔ & – & – & – & – & ✔ & Wikipedia

This section summarizes representative misinformation datasets and metrics.

6.1 Datasets↩︎

Existing datasets differ mainly in what information they provide for evaluation: content, social context, and evidence. Table ¿tbl:tab:dataset95taxonomy? follows this distinction and lists representative datasets rather than an exhaustive catalog. Traditional datasets mainly support content- and social-context-aware detection, while evidence-grounded datasets support claim verification and fact-checking. LLM-era datasets focus on machine-generated misinformation, and factuality evaluation. Most current resources still evaluate only one or two signals at a time.

6.1.1 Human-generated Datasets↩︎

Human-generated datasets are constructed from political claims, news articles, social media posts, user comments, propagation traces, or manually curated evidence. Content-centric datasets evaluate whether a model can identify false or misleading information from textual or multimodal content. Representative datasets include Weibo21, BuzzFeedNews [213], BuzzFace [214], Fakeddit [202], and NewsCLIPpings [201]. These datasets range from article-level fake-news classification to multimodal and out-of-context image–caption verification, reflecting the shift from text-only misinformation to multimodal manipulation. Social-context datasets incorporate user reactions, comments, reposts, temporal cascades, or propagation structures. Representative datasets include Twitter15 and Twitter16 [203], Weibo [204], PHEME [206], [207], PHEMEPlus [208], FakeNewsNet [209], FakeHealth [210], and CoAID [211]. Evidence-grounded datasets require systems to verify claims using external evidence rather than relying only on content features. Representative datasets include LIAR [212], FEVER [215], WICE [216], FEVEROUS [217], SciFact, and Mocheg [200]. These datasets support evidence retrieval, rationale selection, multimodal evidence reasoning, and temporally aware verification.

6.1.2 LLM-era Datasets↩︎

This category contains machine-generated misinformation. Representative datasets include LLMFake [40], Grover [219], MFC-Bench [227], and DGM4 [228]. They evaluate whether detectors can handle LLM-generated false articles, controllable fake news, multimodal fact-checking samples, and generative image–text manipulations. Compared with human-generated datasets, this category is still relatively limited, revealing a gap in realistic LLM-era misinformation benchmarks. QA and RAG benchmarks such as NQ [230], HotpotQA [231], MS-MARCO [232], SQuAD [233], BoolQ [234], MuSiQue [238], GraphRAG-Bench [237], BBQ [235], and StereoSet [236] can also serve as diagnostic benchmarks for retrieval quality, evidence reasoning, and bias under uncertainty. Some datasets evaluate factuality in LLM outputs including HaluEval [222], FELM [223], FacTool [221], FActScore [224], FactCheck-GPT [225], and BingCheck [226].

6.2 Evaluation Metrics↩︎

Metrics in LLM-era misinformation evaluation measure not only clean detection performance, but also whether the system retrieves trustworthy evidence, resists adversarial manipulation, and preserves utility after defense. We summarize representative metrics in Table 6.

Table 6: Metrics for evaluating LLM-era misinformation systems.
Evaluation goal What it measures Representative metrics
Task performance Whether the system predicts correct labels under benign conditions Accuracy, precision, recall, F1 of positive class, macro-F1, false positive rate, false negative rate, and AUC
Evidence quality Whether the verdict is supported by relevant and sufficient evidence rather than unsupported rationales Evidence recall/precision, FEVER [215], Oracle FEVER [239], claim metrics [240], evidence sufficiency [241], rationale faithfulness [242], factual consistency [243], and atomic factual precision [224]
Attack effectiveness Whether an adversary can flip labels, inject poisoned evidence, manipulate retrieval, or produce deceptive rationales Attack success rate (ASR) [10], [18], [133], multi-attack ASR [97], top-k adversarial document retrieval rate [244], poisoned evidence recall/precision [19], ranking boost [19], deceived justification rate [90], perplexity
Defense robustness Whether a mitigation lowers attack success while preserving benign utility Accuracy/F1 under attack, and utility-robustness trade-off [245]
Deployment impact Whether the system is practical and usable in fact-checking workflows Runtime [18], number of queries [18]

6.2.1 Task Performance Metrics↩︎

Task performance metrics measure whether a system can predict correct labels under benign conditions, such as accuracy, precision, recall, macro-F1, false positive rate, false negative rate and AUC etc.

6.2.2 Evidence and Factuality Metrics↩︎

Evidence-aware metrics evaluate whether a system retrieves and uses the information required to justify its verdict. Evidence recall and precision measure whether relevant sources are successfully retrieved, whereas FEVER-style scores require both a correct label and sufficient supporting evidence. Evidence quality also include sufficiency, rationale faithfulness, factual consistency, and atomic factual precision, because a fluent explanation may appear persuasive even when it is not grounded in the retrieved evidence.

6.2.3 Attack Effectiveness Metrics↩︎

Attack metrics quantify the extent to which an adversary achieves the intended manipulation. Output-level metrics such as attack success rate and multi-attack success rate capture whether the final prediction or rationale has been altered. Retrieval-level metrics such as adversarial retrieval rate, poisoned evidence recall, and ranking boost should be reported separately, because a poisoned document may be retrieved without affecting the final verdict, or may change the verdict only through deceptive justification.

6.2.4 Defense Robustness Metrics↩︎

Defense evaluation should report both utility and robustness. Accuracy under attack and robustness gap summarize how much performance degrades under adversarial inputs or poisoned evidence. Defense success rate and utility–robustness trade-off further indicate whether a mitigation blocks attacks without sacrificing too much clean performance. This paired reporting prevents defenses from appearing effective merely because they reject many inputs, over-filter evidence, or reduce the usefulness of the underlying fact-checking system.

7 Challenges and Future Directions↩︎

We discuss the key challenges around evaluation, system robustness, and deployment.

7.1 Evaluation Gap: From Detection Accuracy to Budgeted Risk Evaluation↩︎

The evaluation gap concerns how to measure the LLM-enabled misinformation risk under realistic adversarial conditions. This gap calls for a shift from isolated detection accuracy to budgeted ecosystem-level risk assessment.

  • Multi-dimensional risk measurement. Most existing studies use attack success rate as the primary metric. However, the risks posed by LLM-enabled misinformation are not limited to detector evasion. An adversarial example may preserve the misleading claim, increase its visibility, influence user beliefs, or distort retrieved evidence. Broader risk indicators are needed to cover more diverse evaluation dimensions.

  • Practical threat models with limited attacker access and budget. Many attacks are evaluated under relatively strong assumptions such as white-box access, sufficient query budgets, or repeated feedback from the target system. In practice, misinformation actors often operate with partial knowledge, limited feedback, and constrained resources. Thus, black-box, low-budget, and feedback-limited settings are important for assessing whether robustness holds under practical attack constraints.

  • Complex multilingual and multimodal attack evaluation. False or misleading narratives may combine generated claims with reused images, synthetic visuals, manipulated captions, or short videos. More comprehensive evaluation benchmarks are needed to assess whether detection and verification systems remain reliable when misleading cues are distributed across textual claims, image-text relationships, and video evidence.

  • Long-horizon propagation risk evaluation. Current works have shown that LLMs can manipulate comments, personas, and stance signals during propagation. As recent agentic systems become capable of simulating social interaction and propagation dynamics, which may be misused to generate more adaptive campaigns, long-horizon evaluation becomes a key setting for studying self-evolving misinformation campaigns.

  • Competing and multi-objective attack evaluation. Many existing attacks optimize a single objective such as evading a detector or increasing the ranking of poisoned evidence. Realistic attacks, however, often involve multiple objectives, which can conflict: aggressive rewriting may improve evasion but reduce credibility, whereas coordinated amplification may increase exposure but also make the campaign easier to flag. This makes multi-objective evaluation an urgent need for characterizing competing or collaborative attack behaviors.

7.2 System Gap: Hardening LLM-based Verification and Information Systems↩︎

The system gap concerns how to make LLM-based misinformation defenses robust when the system itself becomes part of the attack surface.

  • Robustness of LLM-based detectors and agentic workflow. Research on LLM-based detectors and agentic workflow creates attack surfaces that are absent or less explicit in conventional classifiers, such as prompt injection, tool-use manipulation, and memory poisoning. Future work needs therefore analyze to the security of the full verification workflow and build more robust LLM-centered and agentic systems.

  • Content-level defense against personalized misinformation attacks. Unlike earlier forms of misinformation generation, LLM-enabled attacks can adapt claims to specific audiences, rewrite them to evade generic classifiers, and use rhetorical strategies that increase perceived credibility. This makes it harder to detect with a generic classifier. Future defenses need robustness against adaptive paraphrasing and persuasion-preserving transformations.

  • Defense against evolving LLM-enabled social manipulation attacks. LLMs enable social-level adversaries to coordinate engagement and manipulate propagation patterns in a strategic manner. Unlike traditional heuristic perturbations, these attacks can dynamically adapt to evade propagation-based detectors. A key future direction is to develop defenses against stealthier and more adaptive LLM-driven propagation manipulation.

  • Evidence integrity and provenance modeling for robust RAG. Existing RAG-based defenses often emphasize retrieval relevance, but relevance alone does not guarantee source authenticity. Robust evidence integrity and provenance modeling are therefore important for distinguishing reliable grounding from adversarially constructed support.

  • Unintentional misinformation from personalized LLM systems. Not all LLM-related misinformation comes from deliberate attacks. Personalized assistants may generate misleading information when they rely on outdated memory or over-personalized assumptions. Such errors may arise from both hallucinations and omissions of relevant facts. The factual reliability of personalized LLM systems is therefore an important part of misinformation defense, especially for time-sensitive or high-impact information needs.

7.3 Deployment Gap: Operationalizing Robust, Governed, and Human-centered Defense↩︎

The deployment gap concerns how LLM-based misinformation defenses can be used in real environments with limited resources, privacy constraints, platform-specific norms, and human oversight.

  • Risk-adaptive defense under practical resource constraints. Many LLM-based defenses rely on computationally expensive verification mechanisms, which are often impractical for online deployment. Future systems should allocate verification resources in a tiered manner, so that high-risk cases receive stronger evidence verification, provenance validation, and human oversight.

  • Governed use of social signals and human oversight. Social-level defenses often rely on account behavior, engagement traces, and coordination patterns. These signals help detect manipulation and misinformation but also raise concerns regarding privacy and fairness. Future deployment should distinguish manipulative coordination from legitimate collective behavior and integrate human review for ambiguous or high-impact cases.

  • Auditable decision-making and post-deployment monitoring. LLM-based defenses may label, downrank, or ignore content based on model judgments and platform rules. Without auditability, it is difficult to diagnose false positives, false negatives, delayed interventions, or decisions affected by poisoned evidence. Future systems should record key decision traces and monitor long-term drift, attacker adaptation, and downstream effect.

8 Conclusion↩︎

This paper presents a tri-role perspective on the evolving relationship between large language models and misinformation. Rather than viewing LLMs solely as generators of synthetic false content, we argue that they should be understood as attackers, victims, and defenders within a broader misinformation ecosystem. We systematically analyze how LLMs empower misinformation attacks across content, social, and evidence layers; how LLM-based detection paradigms themselves become vulnerable targets; and how LLMs can support misinformation detection and mitigation, and robustness-oriented countermeasures. Through this analysis, we reveal a growing mismatch between increasingly sophisticated LLM-enabled attacks and existing defenses. Future research should move toward ecosystem-level robustness by addressing three key gaps: more realistic risk evaluation under budgeted, multilingual, multimodal, competing, and long-horizon attack settings; stronger system robustness for evidence provenance, retrieval integrity, social manipulation, and secure agentic workflows; and more deployable defenses with risk-adaptive resource allocation, auditability, and post-deployment monitoring. We hope this work provides a unified foundation for understanding, evaluating, and mitigating misinformation risks in the era of LLMs.

References↩︎

[1]
Xinyi Zhou Reza Zafarani.2020. . Comput. Surveys53, 5(2020), 1–40.
[2]
Esma Aı̈meur, Sabrine Amri, and Gilles Brassard.2023. . Social Network Analysis and Mining13, 1(2023), 30.
[3]
Sijing Chen, Lu Xiao, and Akit Kumar.2023. . Computers in Human Behavior141(2023), 107643.
[4]
Katrin Hartwig, Frederic Doell, and Christian Reuter.2024. . Comput. Surveys56, 11(2024), 1–36.
[5]
Kyubeen Han, Junseo Jang, Hongjin Kim, Geunyeong Jeong, and Harksoo Kim.2025. . In ACL. 26711–26731.
[6]
Sungwon Park, Sungwon Han, Xing Xie, Jae-Gil Lee, and Meeyoung Cha.2025. . In WWW. 4024–4033.
[7]
Shahla Nasiri Armin Hashemzadeh.2025. . Journal of Cyberspace Studies9, 1(2025), 229–250.
[8]
Masahiro Kaneko, Ayana Niwa, and Timothy Baldwin.2026. . In ICLR. ://openreview.net/forum?id=7dTqUaY2Kl.
[9]
David Farr, Lynnette Hui Xian Ng, Stephen Prochaska, Iain J Cruickshank, and Jevin West.2025. . In 2025 Winter Simulation Conference (WSC). IEEE, 1907–1918.
[10]
Yifeng Luo, Yupeng Li, Dacheng Wen, and Liang Lan.2024. . In WWW. 4512–4522.
[11]
Zhuoran Lu, Gionnieve Lim, and Ming Yin.2025. . In Proceedings of the Extended Abstracts of the CHI Conference on Human Factors in Computing Systems. 1–7.
[12]
Qiuyi Chen.2026. . Online Information Review(2026), 1–20.
[13]
Zhiliang Tian, Jingyuan Huang, Zejiang He, Zhen Huang, Menglong Lu, Linbo Qiao, Songzhu Mei, Yijie Wang, and Dongsheng Li.2025. . In ACL. 28402–28414.
[14]
Yiyun Zhao, Prateek Singh, Hanoz Bhathena, Bernardo Ramos, Aviral Joshi, Swaroop Gadiyaram, and Saket Sharma.[n. d.]. . In NAACL-HLT. 279–294.
[15]
Shuo Yang, Zijian Yu, Zhenzhe Ying, Yuqin Dai, Guoqing Wang, Jun Lan, Jinfeng Xu, Jinze Li, and Edith CH Ngai.2026. . In Companion WWW. 416–424.
[16]
Xinyi Li, Yongfeng Zhang, and Edward C Malthouse.2024. . In ECAI. IOS Press, 2572–2579.
[17]
Muhammad Shahid Muneer, Khoa Van Tran, Van Tuan Nguyen, and Simon S Woo.2026. . In ICMR. 2892–2896.
[18]
Wei Zou, Runpeng Geng, Binghui Wang, and Jinyuan Jia.2025. . In USENIX Security. 3827–3844.
[19]
Hyeonjeong Ha, Qiusi Zhan, Jeonghwan Kim, Dimitrios Bralios, Saikrishna Sanniboina, Nanyun Peng, Kai-Wei Chang, Daniel Kang, and Heng Ji.2025. . arXiv preprint arXiv:2502.17832(2025).
[20]
João A Leite, Olesya Razuvayevskaya, Kalina Bontcheva, and Carolina Scarton.2026. . arXiv preprint arXiv:2601.16890(2026).
[21]
Jacob-Junqi Tian, Hao Yu, Yury Orlovskiy, Tyler Vergho, Mauricio Rivera, Mayank Goel, Zachary Yang, Jean-François Godbout, Reihaneh Rabbany, and Kellin Pelrine.2024. . In First Conference on Language Modeling. ://openreview.net/forum?id=pKMxO0wBYZ.
[22]
Zikun Cui, Tianyi Huang, Chia-En Chiang, and Cuiqianhe Du.2025. . In Proceedings of the 2025 International Conference on Generative Artificial Intelligence for Business. 179–185.
[23]
Canyu Chen Kai Shu.2024. . AI magazine45, 3(2024), 354–368.
[24]
Eleftheria Papageorgiou, Christos Chronis, Iraklis Varlamis, and Yassine Himeur.2024. . Future Internet16, 8(2024), 298.
[25]
Jason S Lucas, Barani Maung Maung, Maryam Tabar, Keegan McBride, and Dongwon Lee.2024. . IEEE Intelligent Systems39, 5(2024), 12–19.
[26]
Jingyuan Yi, Zeqiu Xu, Tianyi Huang, and Peiyang Yu.2025. . In Proceedings of the 2025 2nd international conference on generative artificial intelligence and information security. 87–93.
[27]
Shuliang Liu, Hongyi Liu, Aiwei Liu, Duan Bingchen, Zheng Qi, Yibo Yan, He Geng, Peijie Jiang, Jia Liu, and Xuming Hu.2025. . In Findings of the Association for Computational Linguistics: ACL 2025. 18144–18155.
[28]
Kun Xie Sibo Wang.2025. . arXiv preprint arXiv:2506.18052(2025).
[29]
Fanzhen Liu, Sharif Abuadbba, Kristen Moore, Surya Nepal, Cecile Paris, Jia Wu, Jian Yang, and Quan Z Sheng.2025. . In EMNLP. 22979–23001.
[30]
Chang Yang, Peng Zhang, Jing Zhang, Hui Gao, and Changhao Song.2025. . Findings of the Association for Computational Linguistics: EMNLP 2025(2025), 8730–8749.
[31]
Seyeon Park Xiaoli Nan.2026. . AI & SOCIETY41, 2(2026), 1501–1515.
[32]
Bhavuk Jain, Sercan O Arik, and HARDEO KUMAR THAKUR.2026. . TMLR(2026). ://openreview.net/pdf?id=zwzodDJkzZ.
[33]
Ivan Vykopal, Matúš Pikuliak, Ivan Srba, Robert Moro, Dominik Macko, and Maria Bielikova.2024. . In ACL. 14830–14847.
[34]
Jason S Lucas, Adaku Uchendu, Michiharu Yamashita, Joo-Young Lee, Shaurya Rohatgi, and Dongwon Lee.2023. . In EMNLP. 14279–14305.
[35]
Dorsaf Sallami, Yuan-Chen Chang, and Esma Aı̈meur.2024. . arXiv preprint arXiv:2409.17416(2024).
[36]
Xinyu Wang, Wenbo Zhang, Sai Koneru, Hangzhi Guo, Bonam Mingole, S Shyam Sundar, Sarah Rajtmajer, and Amulya Yadav.2025. . In NAACL-HLT. 2795–2811.
[37]
Yikang Pan, Liangming Pan, Wenhu Chen, Preslav Nakov, Min-Yen Kan, and William Wang.2023. . In Findings of the association for computational linguistics: EMNLP 2023. 1389–1403.
[38]
Liangming Pan, Wenhu Chen, Min-Yen Kan, and William Yang Wang.2023. . In IJCNLP & AACL. 525–539.
[39]
Jinyan Su, Terry Yue Zhuo, Jonibek Mansurov, Di Wang, and Preslav Nakov.2023. . arXiv preprint arXiv:2309.08674(2023).
[40]
Canyu Chen Kai Shu.2024. . In ICLR, Vol. 2024. 34687–34726.
[41]
Giovanni Puccetti, Anna Rogers, Chiara Alzetta, Felice Dell’Orletta, and Andrea Esuli.2024. . In ACL. 15312–15338.
[42]
Sonali Singh Akbar Siami Namin.2024. . In IEEE BigData. IEEE, 3589–3598.
[43]
Aneta Zugecova, Dominik Macko, Ivan Srba, Robert Moro, Jakub Kopál, Katarı́na Marcinčinová, and Matúš Mesarčı́k.2025. . In ACL. 780–797.
[44]
Yuyue Zhao, Jin Huang, Shuchang Liu, Jiancan Wu, Xiang Wang, and Maarten de Rijke.2025. . In Proceedings of the Nineteenth ACM Conference on Recommender Systems. 197–206.
[45]
Rasita Vinay, Giovanni Spitale, Nikola Biller-Andorno, and Federico Germani.2025. . Frontiers in Artificial Intelligence8(2025), 1543603.
[46]
Ning Lu, Shengcai Liu, Rui He, Yew-Soon Ong, Qi Wang, and Ke Tang.2024. . TMLR(2024). ://openreview.net/forum?id=lLE0mWzUrr.
[47]
Jiaying Wu, Jiafeng Guo, and Bryan Hooi.2024. . In Proceedings of the 30th ACM SIGKDD conference on knowledge discovery and data mining. 3367–3378.
[48]
Sahar Tahmasebi, Eric Müller-Budack, and Ralph Ewerth.2026. . In WWW. 1717–1726.
[49]
Mostofa Najmus Sakib Francesca Spezzano.2026. . In WSDM. 1221–1226.
[50]
Chi Wang, Min Gao, Zongwei Wang, Junwei Yin, Kai Shu, and Chenghua Lin.2026. . In WWW. 7633–7644.
[51]
Rupak Kumar Das Jonathan Dodge.2025. . arXiv preprint arXiv:2501.18649(2025).
[52]
Menglong Lu, Zejiang He, Yaohui Guo, Shanshan Liu, Jingyuan Huang, Yunxiang Zhao, Zhiliang Tian, Xiaoran Zhao, Chengcheng Shao, Lin Deng, et al2026. . IEEE TKDE(2026).
[53]
Valdemar Danry, Pat Pataranutaporn, Matthew Groh, and Ziv Epstein.2025. . In CHI. 1–31.
[54]
Matthew R DeVerna, Harry Yaojun Yan, Kai-Cheng Yang, and Filippo Menczer.2024. . Proceedings of the National Academy of Sciences121, 50(2024), e2322823121.
[55]
Cheng Xu, Nan Yan, Shuhao Guan, Yuke Mei, and Tahar Kechadi.2025. . In EMNLP. 14748–14762.
[56]
Kuan-Chun Chen, Chih-Yao Chen, and Cheng-Te Li.2023. . In IEEE BigData. 5476–5484.
[57]
Beizhe Hu, Qiang Sheng, Juan Cao, Yang Li, and Danding Wang.2025. . In Proceedings of the 48th International ACM SIGIR Conference on Research and Development in Information Retrieval. 435–445.
[58]
Chathura Bandara.2024. . Journal of Applied Cybersecurity Analytics, Intelligence, and Decision-Making Systems14, 12(2024), 65–76.
[59]
Han Kyul Kim, Hansea Kim, Eunjeong Joo, and Andy Skumanich.2025. . In NeurIPS 2025 Workshop: Reliable ML from Unreliable Data.
[60]
Chong Jun Rong Brian, Yixuan Tang, and Anthony Kum Hoe Tung.2025. . In EMNLP. 34018–34052.
[61]
Yuhan Liu, Zirui Song, Juntian Zhang, Xiaoqing Zhang, Xiuying Chen, and Rui Yan.2025. . In EMNLP. 26187–26203.
[62]
Larry Huynh, Andrew Gansemer, Hyoungshick Kim, and Jin B Hong.2024. . In International Conference on Web Information Systems Engineering. Springer, 336–351.
[63]
Thai Le, Suhang Wang, and Dongwon Lee.2020. . In ICDM. IEEE, 282–291.
[64]
Zhao Tong, Chunlin Gong, Yimeng Gu, Haichao Shi, Qiang Liu, Shu Wu, and Xiao-Yu Zhang.2025. . arXiv preprint arXiv:2510.09712(2025).
[65]
Chandler Underwood, Md Athikul Islam, Edoardo Serra, and Francesca Spezzano.2026. . IEEE Transactions on Computational Social Systems(2026).
[66]
Md Shoaib Ahmed Francesca Spezzano.2026. . In WSDM. 1058–1062.
[67]
Annat Koren, Chandler Underwood, Edoardo Serra, and Francesca Spezzano.2025. . International Journal of Data Science and Analytics20, 6(2025), 5689–5702.
[68]
Haoran Wang, Yingtong Dou, Canyu Chen, Lichao Sun, Philip S Yu, and Kai Shu.2023. . In WWW. 3978–3986.
[69]
Lanjun Wang, Zehao Wang, Le Wu, and An-An Liu.2024. . In CIKM. 2369–2378.
[70]
Peican Zhu, Zechen Pan, Yang Liu, Jiwei Tian, Keke Tang, and Zhen Wang.2024. . In IJCAI. 568–576.
[71]
Thai Le, Long Tran-Thanh, and Dongwon Lee.2022. . In WWW. 545–554.
[72]
Yingguang Yang, Xianghua Zeng, Qi Wu, Hao Peng, Yutong Xia, Hao Liu, Bin Chong, and Philip S Yu.2025. . arXiv preprint arXiv:2510.16035(2025).
[73]
Boyu Qiao, Kun Li, Wei Zhou, Shilong Li, Qianqian Lu, and Songlin Hu.2025. . In AAAI, Vol. 39. 14377–14385.
[74]
Boyu Qiao, Kun Li, Wei Zhou, and Songlin Hu.2025. . In Findings of the Association for Computational Linguistics: EMNLP 2025. 4688–4710.
[75]
Zhuoran Lu, Gionnieve Lim, and Ming Yin.2026. . In Proceedings of the 2026 CHI Conference on Human Factors in Computing Systems. 1–19.
[76]
Iveri Jajanidze Ioseb Kartvelishvili.2025. . Editorial Board(2025), 34.
[77]
Shangbin Feng, Herun Wan, Ningnan Wang, Zhaoxuan Tan, Minnan Luo, and Yulia Tsvetkov.2024. . In ACL. 3580–3601.
[78]
Di Jin, Yujun Zhang, Bingdao Feng, Xiaobao Wang, Dongxiao He, and Zhen Wang.2025. . In AAAI, Vol. 39. 17680–17688.
[79]
Lukas Gosch, Mahalakshmi Sabanayagam, Debarghya Ghoshdastidar, and Stephan Günnemann.2025. . TMLR(2025).
[80]
Michiharu Yamashita, Thanh Tran, and Dongwon Lee.2024. . In WWW. 1734–1745.
[81]
Yibing Du, Antoine Bosselut, and Christopher D Manning.2022. . In AAAI, Vol. 36. 10581–10589.
[82]
Herun Wan, Minnan Luo, Zhixiong Su, Guang Dai, and Xiang Zhao.2025. . In ACL. 9731–9761.
[83]
Sahar Abdelnabi Mario Fritz.2023. . In USENIX Security. 6719–6736.
[84]
Xi Yang, Chang Liu, Zhenglin Huang, Haoran Li, Weiming Zhang, Jian Weng, and Yangqiu Song.2026. . arXiv preprint arXiv:2606.06244(2026).
[85]
Janet Layne, Qudrat E Alahy Ratul, Edoardo Serra, and Sushil Jajodia.2025. . TIST15, 5(2025), 1–32.
[86]
Mazal Bethany, Nishant Vishwamitra, Cho-Yu Jason Chiang, and Peyman Najafirad.2025. . arXiv preprint arXiv:2505.01900(2025).
[87]
Md Athikul Islam, Noel Ellison, Bishal Lakha, and Edoardo Serra.2025. . In Joint European Conference on Machine Learning and Knowledge Discovery in Databases. Springer, 56–73.
[88]
Haoran Ou, Kangjie Chen, Gelei Deng, Hangcheng Liu, Jie Zhang, Tianwei Zhang, and Kwok-Yan Lam.2026. . arXiv preprint arXiv:2602.02569(2026).
[89]
Zexuan Zhong, Ziqing Huang, Alexander Wettig, and Danqi Chen.2023. . In EMNLP. 13764–13775.
[90]
Yutao Wu, Xiao Liu, Yinghui Li, Yifeng Gao, Yifan Ding, Jiale Ding, Xiang Zheng, and Xingjun Ma.2025. . arXiv preprint arXiv:2510.13842(2025).
[91]
Baolei Zhang, Yuxi Chen, Zhuqing Liu, Lihai Nie, Tong Li, Zheli Liu, and Minghong Fang.2026. . In SACMAT.
[92]
Zhiyuan Chang, Mingyang Li, Xiaojun Jia, Junjie Wang, Yuekai Huang, Ziyou Jiang, Yang Liu, and Qing Wang.2025. . In Findings of the Association for Computational Linguistics: EMNLP 2025. 18811–18825.
[93]
Haorui He, Yupeng Li, Bin Benjamin Zhu, Dacheng Wen, Reynold Cheng, and Francis CM Lau.2026. . In AAAI, Vol. 40. 30943–30950.
[94]
Haowei Wang, Rupeng Zhang, Junjie Wang, Mingyang Li, Yuekai Huang, Dandan Wang, and Qing Wang.2026. . In AAAI, Vol. 40. 35793–35801.
[95]
Tailun Chen, Yu He, Yan Wang, Shuo Shao, Haolun Zheng, Zhihao Liu, Jinfeng Li, Zhizhen Qin, Yuefeng Chen, Zhixuan Chu, Zhan Qin, and Kui Ren.2026. . In CCS.
[96]
Runpeng Geng, Yanting Wang, Ying Chen, and Jinyuan Jia.2025. . arXiv preprint arXiv:2508.18652(2025).
[97]
Liuji Chen, Xiaofang Yang, Yuanzhuo Lu, Jinghao Zhang, Xin Sun, Qiang Liu, Shu Wu, Jing Dong, and Liang Wang.2025. . arXiv preprint arXiv:2505.12574(2025).
[98]
Chunyang Li, Junwei Zhang, Anda Cheng, Zhuo Ma, Xinghua Li, and Jianfeng Ma.2025. . arXiv preprint arXiv:2505.19864(2025).
[99]
Yuyang Gong, Zhuo Chen, Jiawei Liu, Miaokun Chen, Fengchang Yu, Wei Lu, XiaoFeng Wang, and Xiaozhong Liu.2025. . In USENIX Security. 3807–3826.
[100]
Zhuo Chen, Yuyang Gong, Jiawei Liu, Miaokun Chen, Haotan Liu, Qikai Cheng, Fan Zhang, Wei Lu, and Xiaozhong Liu.2025. . In SIGSAC. 4109–4123.
[101]
Qizhi Chen, Chao Qi, Yihong Huang, Muquan Li, Rongzheng Wang, Dongyang Zhang, Ke Qin, and Shuang Liang.2026. . In WWW. 2308–2319.
[102]
Pengzhou Cheng, Yidong Ding, Tianjie Ju, Zongru Wu, Wei Du, Ping Yi, Zhuosheng Zhang, and Gongshen Liu.2024. . arXiv preprint arXiv:2405.13401(2024).
[103]
Jiacheng Liang, Yuhui Wang, Changjiang Li, Rongyi Zhu, Tanqiu Jiang, Neil Gong, and Ting Wang.2026. . In IEEE S&P.
[104]
Hongru Song, Yu-an Liu, Ruqing Zhang, Jiafeng Guo, and Yixing Fan.2025. . arXiv preprint arXiv:2505.16367(2025).
[105]
Hongru Song, Yu-An Liu, Ruqing Zhang, Jiafeng Guo, Maarten de Rijke, Yixing Fan, and Xueqi Cheng.2026. . In SIGIR.
[106]
Hongyan Chang, Ergute Bao, Xinjian Luo, and Ting Yu.2026. . arXiv preprint arXiv:2601.07072(2026).
[107]
Fredrik Nestaas, Edoardo Debenedetti, and Florian Tramèr.2025. . In ICLR, Vol. 2025. 4857–4888.
[108]
Sukmin Cho, Soyeong Jeong, Jeongyeon Seo, Taeho Hwang, and Jong C Park.2024. . In Findings of the Association for Computational Linguistics: EMNLP 2024. 2826–2844.
[109]
Hongru Song, Yu-An Liu, Ruqing Zhang, Jiafeng Guo, Jianming Lv, Maarten de Rijke, and Xueqi Cheng.2025. . In Findings of the Association for Computational Linguistics: ACL 2025. 13935–13952.
[110]
Avital Shafran, Roei Schuster, and Vitaly Shmatikov.2025. . In USENIX Security. 3787–3806.
[111]
Narek Maloyan Dmitry Namiot.2025. . arXiv preprint arXiv:2504.18333(2025).
[112]
Jiawen Shi, Zenghui Yuan, Yinuo Liu, Yue Huang, Pan Zhou, Lichao Sun, and Neil Zhenqiang Gong.2024. . In SIGSAC. 660–674.
[113]
Dorina Sı̂li, Bastian Küppers, and Theodor Schnitzler.2025. . In The 37th Benelux Conference on Artificial Intelligence and the 34th Belgian Dutch Conference on Machine Learning.
[114]
Vyas Raina, Adian Liusie, and Mark Gales.2024. . In EMNLP. 7499–7517.
[115]
Piotr Przybyła, Alexander Shvets, and Horacio Saggion.2025. . Natural Language Processing31, 5(2025), 1134–1162.
[116]
Yulong Ma, Xinsheng Zhang, Jinge Ren, Runzhou Wang, Minghu Wang, and Yang Chen.2025. . Nature Communications(2025).
[117]
Siya Qi, Rui Cao, Yulan He, and Zheng Yuan.2025. . In Findings of the Association for Computational Linguistics: ACL 2025. 16480–16503.
[118]
Qian Wang, Zhenheng Tang, Zhanzhi Lou, Nuo Chen, Wenxuan Wang, and Bingsheng He.2025. . arXiv preprint arXiv:2507.13758(2025).
[119]
Benji Peng, Keyu Chen, Ming Li, Pohsun Feng, Ziqian Bi, Junyu Liu, Xinyuan Song, and Qian Niu.2024. . arXiv preprint arXiv:2409.08087(2024).
[120]
Leo Schwinn, Moritz Ladenburger, Tim Beyer, Mehrnaz Mofakhami, Gauthier Gidel, and Stephan Günnemann.2026. . arXiv preprint arXiv:2603.06594(2026).
[121]
Samaneh Shafee, Alysson Bessani, and Pedro M Ferreira.2026. . Future Generation Computer Systems(2026), 108603.
[122]
Zehao Li, Hongwei Yu, Hao Jiang, Qiang Sheng, Yilong Xu, Baolong Bi, Yang Li, Zhenlong Yuan, Yujun Cai, and Zhaoqi Wang.2026. . arXiv preprint arXiv:2602.22963(2026).
[123]
Hui Huang, Muyun Yang, and Yuki Arase.2026. . arXiv preprint arXiv:2601.03605(2026).
[124]
Sarfraz Ahmad, Hasan Iqbal, Momina Ahsan, Numaan Naeem, Muhammad Ahsan Riaz Khan, Arham Riaz, Muhammad Arslan Manzoor, Yuxia Wang, and Preslav Nakov.2025. . In EMNLP. 22788–22802.
[125]
Zehang Deng, Yongjian Guo, Changzhou Han, Wanlun Ma, Junwu Xiong, Sheng Wen, and Yang Xiang.2025. . Comput. Surveys57, 7(2025), 1–36.
[126]
Anshuman Chhabra, Shrestha Datta, Shahriar Kabir Nahin, and Prasant Mohapatra.2026. . IEEE Access(2026).
[127]
Xiaochong Jiang, Shiqi Yang, Wenting Yang, Yichen Liu, and Cheng Ji.2026. . In CAI. 2142–2149.
[128]
Zhen Tan, Chengshuai Zhao, Raha Moraffah, Yifan Li, Song Wang, Jundong Li, Tianlong Chen, and Huan Liu.2024. . In EMNLP. 1610–1626.
[129]
Jiaqi Xue, Mengxin Zheng, Yebowen Hu, Fei Liu, Xun Chen, and Qian Lou.2024. . arXiv preprint arXiv:2406.00083(2024).
[130]
Yin Wu, Zhengxuan Zhang, Fuling Wang, Yuyu Luo, Hui Xiong, and Nan Tang.2025. . arXiv preprint arXiv:2504.06269(2025).
[131]
Zhiwei Liu, Runteng Guo, Baojie Qu, Yuechen Jiang, Min Peng, Qianqian Xie, and Sophia Ananiadou.2026. . arXiv preprint arXiv:2601.04853(2026).
[132]
Inderjeet Singh, Vikas Pahuja, Aishvariya Priya Rathina Sabapathy, Chiara Picardi, Amit Giloni, Roman Vainshtein, Andrés Murillo, Hisashi Kojima, Motoyoshi Sekiya, Yuki Unno, et al2026. . arXiv preprint arXiv:2602.21447(2026).
[133]
Nouar Aldahoul Yasir Zaki.2025. . arXiv preprint arXiv:2510.08605(2025).
[134]
Roopa Bukke, Soumya Pandey, Suraj Kumar, Soumi Chattopadhyay, and Chandranath Adak.2025. . arXiv preprint arXiv:2512.21039(2025).
[135]
Alexandru-Andrei Avram, Alexandru Lecu, and Adrian Groza.2025. . In SYNASC. 333–341.
[136]
Donghyun Lee, Mo Tiwari, and Brando Miranda.2025. . In European Symposium on Research in Computer Security. Springer, 511–520.
[137]
Hang Shen, Xiang Li, Xu Wang, Yuanfei Dai, Tianjing Wang, and Guangwei Bai.2025. . IEEE Transactions on Computational Social Systems(2025).
[138]
Xiaojie Zhou, Ning Tong, Deguang Wang, and Fengqi Li.2026. . Information Processing & Management63, 7(2026), 104872.
[139]
Yike Wu, Yang Xiao, Mengting Hu, Mengying Liu, Pengcheng Wang, and Mingming Liu.2024. . In LREC-COLING. 16607–16618.
[140]
Chong Tian, Qirong Ho, and Xiuying Chen.2025. . In EMNLP. 12307–12321.
[141]
Han Cao, Lingwei Wei, Wei Zhou, and Songlin Hu.2025. . In AAAI. AAAI Press, 23514–23522.
[142]
Mengyang Chen, Lingwei Wei, Han Cao, Wei Zhou, and Songlin Hu.2025. . In AAAI 2025 Workshop on Preventing and Detecting LLM Misinformation.
[143]
Yirong Zeng, Xiao Ding, Bibo Cai, Ting Liu, and Bing Qin.2025. . In NAACL-HLT. 2537–2552.
[144]
Wei Jiang, Tong Chen, Xinyi Gao, Wentao Zhang, Lizhen Cui, and Hongzhi Yin.2025. . In WWW. 3618–3627.
[145]
Yirong Zeng, Xiao Ding, Bibo Cai, Bing Qin, and Ting Liu.2026. . Information Processing & Management63, 5(2026), 104659.
[146]
Qiong Nan, Qiang Sheng, Juan Cao, Beizhe Hu, Danding Wang, and Jintao Li.2024. . In CIKM. 1732–1742.
[147]
Mengyang Chen, Lingwei Wei, Wei Zhou, and Songlin Hu.2026. . In IJCAI.
[148]
Mengyang Chen, Lingwei Wei, Wei Zhou, and Songlin Hu.2025. . In Findings of the Association for Computational Linguistics: EMNLP 2025. 13258–13272.
[149]
Md Ahsan Habib, Md Anwar Hussen Wadud, MF Mridha, and Md Jakir Hossen.2026. . Computers, Materials, & Continua87, 1(2026).
[150]
Youcheng Yan, Jinshuo Liu, Juan Deng, Junyan Li, Lina Wang, and Jeff Z Pan.2025. . Neural Networks190(2025), 107625.
[151]
Xiaofan Zheng, Minnan Luo, and Xinghao Wang.2025. . In Proceedings of the 31st International Conference on Computational Linguistics. 7862–7869.
[152]
Kai Qian, Weijie Shi, Jiaqi Wang, Mengze Li, Hao Chen, Yue Cui, Hanghui Guo, Ziyi Liu, Jia Zhu, and Jiajie Xu.2026. . arXiv preprint arXiv:2604.09711(2026).
[153]
Venkata Sai Prathyush Turaga Akbar Siami Namin.2024. . In 2024 IEEE International Conference on Big Data (BigData). IEEE, 3599–3608.
[154]
Jinyan Su, Claire Cardie, and Preslav Nakov.2024. . In Findings of the Association for Computational Linguistics: NAACL 2024. 1473–1490.
[155]
Yingrui Xu, Jingguo Ge, Guangxu Lyu, Guoyi Li, and Hui Li.2024. . In IEEE SMC. 559–566.
[156]
Waleed Kareem Noorhan Abbas.2023. . In International Conference on Innovative Techniques and Applications of Artificial Intelligence. 253–258.
[157]
Beizhe Hu, Qiang Sheng, Juan Cao, Yuhui Shi, Yang Li, Danding Wang, and Peng Qi.2024. . In AAAI, Vol. 38. 22105–22113.
[158]
Yuxia Gong, Shuguo Hu, and Huaiwen Zhang.2025. . In EMNLP. 8062–8077.
[159]
Ziyi Zhou, Xiaoming Zhang, Shenghan Tan, Litian Zhang, and Chaozhuo Li.2025. . In AAAI, Vol. 39. 1210–1218.
[160]
Yunyun Dong, Jinfeng Luo, Tingchao Fu, Fanxiao Li, Dayang Li, Viradeth Sixanonh, and Wei Zhou.2026. . In DASFAA. 613–628.
[161]
Xiaofan Zheng, Zinan Zeng, Heng Wang, Yuyang Bai, Yuhan Liu, and Minnan Luo.2025. . In WWW. 5364–5375.
[162]
Yifeng Wang, Zhouhong Gu, Siwei Zhang, Suhang Zheng, Tao Wang, Tianyu Li, Hongwei Feng, and Yanghua Xiao.2025. . In ICASSP. IEEE, 1–5.
[163]
Bing Wang, Rui Miao, Ximing Li, Chen Shen, Shaotian Yan, Changchun Li, Kaiyuan Liu, Xiaosong Yuan, and Jieping Ye.2026. . arXiv preprint arXiv:2605.19285(2026).
[164]
Yuze Ding Shibin Zhang.2025. . In Proceedings of the 2025 2nd International Conference on Generative Artificial Intelligence and Information Security. 237–241.
[165]
Ruichao Yang, Wei Gao, Jing Ma, Hongzhan Lin, and Bo Wang.2024. . In Findings of the Association for Computational Linguistics: ACL 2024. 13423–13439.
[166]
Zhao Tong, Yimeng Gu, Huidong Liu, Qiang Liu, Shu Wu, Haichao Shi, and Xiao-Yu Zhang.2025. . In ACL. 24276–24290.
[167]
Yuchen Zhou, Peng Li, Keji Han, and Shuyan Cheng.2026. . Information Processing & Management63, 8(2026), 104883.
[168]
Peng Qi, Zehong Yan, Wynne Hsu, and Mong Li Lee.2024. . In CVPR. 13052–13062.
[169]
Zhi Zeng, Yifei Yang, Jiaying Wu, Xulang Zhang, Xiangzheng Kong, Herun Wan, Zihan Ma, and Minnan Luo.2026. . In WWW. 7621–7632.
[170]
Yeqing Yan, Peng Zheng, and Yongjun Wang.2024. . Eng. Appl. Artif. Intell.133(2024), 108259.
[171]
Lei Chen Zhongyu Wei.2024. . In NLPCC, Vol. 15362. 319–332.
[172]
Di Jin, Jun Yang, Xiaobao Wang, Junwei Zhang, Shuqi Li, and Dongxiao He.2025. . In IJCAI. ijcai.org, 3000–3008.
[173]
Song-Duo Ma, Yi-Hung Liu, Hsin-Yu Lin, Pin-Yu Chen, Hong-Yan Huang, Shau-Yung Hsu, and Yun-Nung Chen.2026. . arXiv preprint arXiv:2601.03981(2026).
[174]
Yangxiao Bai Kaiqun Fu.2024. . In IEEE Big Data. IEEE, 8617–8619.
[175]
Liwei Dong, Yanli Chen, Wei Ke, Hanzhou Wu, Lunzhi Deng, and Guixiang Liao.2026. . Inf.17, 4(2026), 317.
[176]
Linfeng Han, Xiaoming Zhang, Tianbo Wang, Yun Liu, and Zhiqiang Dong.2026. . Inf. Process. Manag.63, 2(2026), 104471.
[177]
Jing He, Han Zhang, Yuanhui Xiao, Wei Guo, Shaowen Yao, and Renyang Liu.2026. . In AAAI, Vol. 40. 363–371.
[178]
Herun Wan, Jiaying Wu, Minnan Luo, Fanxiao Li, Zhi Zeng, and Min-Yen Kan.2026. . arXiv preprint arXiv:2601.05478(2026).
[179]
Congzhi Zhang, Linhai Zhang, and Deyu Zhou.2024. . In AAAI, Vol. 38. 19533–19541.
[180]
Dhruv Tyagi, Anurag Singh, and Hocine Cherifi.2025. . In International Conference on Computational Science. Springer, 269–283.
[181]
Yuhan Liu, Yuxuan Liu, Xiaoqing Zhang, Xiuying Chen, and Rui Yan.2025. . In SIGIR. 504–514.
[182]
Hong N. Dao, Yasuhiro Hashimoto, and Truong Cong Thang.2025. . In MCSoC. IEEE, 125–130.
[183]
Spencer Hong, Meng Luo, and Xinyi Wan.2025. . In Proceedings of the Eighth Fact Extraction and VERification Workshop (FEVER). 179–183.
[184]
Bo Wang, Jing Ma, Hongzhan Lin, Zhiwei Yang, Ruichao Yang, Yuan Tian, and Yi Chang.2024. . In WWW. 2452–2463.
[185]
Haorui He, Yupeng Li, Dacheng Wen, Yang Chen, Reynold Cheng, Donglong Chen, and Francis CM Lau.2026. . In WWW. 8851–8861.
[186]
Chen Han, Yijia Ma, Jin Tan, Wenzhen Zheng, and Xijin Tang.2026. . In AAAI, Vol. 40. 38542–38550.
[187]
Chen Han, Wenzhen Zheng, and Xijin Tang.2025. . In EMNLP. 15125–15140.
[188]
Nguyen Hong Vu, Pham Ngoc Bao, Hoang Thi Minh Anh, Vu Phu Loc, Huynh Thi Cam Dung, Minh Y Nguyen, Luu Van Nhat Hao, and Thien Khai Tran.2026. . In International Conference on Computational Intelligence in Engineering Science. Springer, 233–247.
[189]
Zetao Fei, Yu-Ming Shang, Rouxi Wang, Gang Wang, Yong Liu, and Yong Ma.2026. . Knowledge-Based Systems(2026), 116009.
[190]
Samuel Nathanson, Yungjun Yoo, David Na, Yinzhi Cao, and Lanier Watkins.2024. . In MILCOM 2024-2024 IEEE Military Communications Conference (MILCOM). IEEE, 615–620.
[191]
Alimohammad Beigi, Zhen Tan, Nivedh Mudiam, Canyu Chen, Kai Shu, and Huan Liu.2024. . In 2024 IEEE 11th International Conference on Data Science and Advanced Analytics (DSAA). IEEE, 1–10.
[192]
Yang Wu, Xiaolong Zheng, and Daniel Dajun Zeng.2025. . In 2025 IEEE International Conference on Intelligence and Security Informatics (ISI). 101–106. https://doi.org/10.1109/ISI65680.2025.11201116.
[193]
Mingqing Zhang, Qiang Liu, Xiang Tao, Shu Wu, and Liang Wang.2025. . In ACL. 12570–12581.
[194]
Xianghua Zeng, Hao Peng, and Angsheng Li.2025. . In KDD. 3716–3727.
[195]
Chenwang Wu, Defu Lian, Yong Ge, Min Zhou, and Enhong Chen.2024. . ACM Transactions on Knowledge Discovery from Data18, 7(2024), 1–27.
[196]
Chong Xiang, Tong Wu, Zexuan Zhong, David Wagner, Danqi Chen, and Prateek Mittal.2024. . In ICML 2024 Next Generation of AI Safety Workshop. ://openreview.net/forum?id=qsEeACAJjD.
[197]
Baolei Zhang, Haoran Xin, Minghong Fang, Zhuqing Liu, Biao Yi, Tong Li, and Zheli Liu.2025. . In WWW. 2085–2097.
[198]
Baolei Zhang, Haoran Xin, Yuxi Chen, Zhuqing Liu, Biao Yi, Tong Li, Lihai Nie, Zheli Liu, and Minghong Fang.2025. . arXiv preprint arXiv:2509.13772(2025).
[199]
Xue Tan, Hao Luan, Mingyu Luo, Xiaoyan Sun, Ping Chen, and Jun Dai.2025. . In Findings of the Association for Computational Linguistics: EMNLP 2025. 12999–13011.
[200]
Barry Menglong Yao, Aditya Shah, Lichao Sun, Jin-Hee Cho, and Lifu Huang.2023. . In Proceedings of the 46th International ACM SIGIR Conference on Research and Development in Information Retrieval. 2733–2743.
[201]
Grace Luo, Trevor Darrell, and Anna Rohrbach.2021. . In EMNLP. 6801–6817.
[202]
Kai Nakamura, Sharon Levy, and William Yang Wang.2020. . In Proceedings of the twelfth language resources and evaluation conference. 6149–6157.
[203]
Jing Ma, Wei Gao, and Kam-Fai Wong.2017. . In ACL. 708–717.
[204]
Jing Ma, Wei Gao, Prasenjit Mitra, Sejeong Kwon, Bernard J Jansen, Kam-Fai Wong, and Meeyoung Cha.2016. . (2016).
[205]
Qiong Nan, Juan Cao, Yongchun Zhu, Yanyan Wang, and Jintao Li.2021. . In Proceedings of the 30th ACM international conference on information & knowledge management. 3343–3347.
[206]
Arkaitz Zubiaga, Maria Liakata, and Rob Procter.2016. . arXiv preprint arXiv:1610.07363(2016).
[207]
Elena Kochkina, Maria Liakata, and Arkaitz Zubiaga.2018. . (2018).
[208]
John Dougrez-Lewis, Elena Kochkina, Miguel Arana-Catania, Maria Liakata, and Yulan He.2022. . In Proceedings of the fifth fact extraction and verification workshop (FEVER). 49–58.
[209]
Kai Shu, Deepak Mahudeswaran, Suhang Wang, Dongwon Lee, and Huan Liu.2020. . Big data8, 3(2020), 171–188.
[210]
Enyan Dai, Yiwei Sun, and Suhang Wang.2020. . In Proceedings of the International AAAI Conference on Web and Social Media, Vol. 14. 853–862.
[211]
Limeng Cui Dongwon Lee.2020. . CoRRabs/2006.00885(2020).
[212]
William Yang Wang.2017. . In Proceedings of the 55th annual meeting of the association for computational linguistics (volume 2: short papers). 422–426.
[213]
Martin Potthast, Johannes Kiesel, Kevin Reinartz, Janek Bevendorff, and Benno Stein.2018. . In Proceedings of the 56th annual meeting of the association for computational linguistics. 231–240.
[214]
Giovanni C. Santia Jake Ryland Williams.2018. . In ICWSM. AAAI Press, 531–540.
[215]
James Thorne, Andreas Vlachos, Christos Christodoulopoulos, and Arpit Mittal.2018. . In NAACL-HLT. 809–819.
[216]
Ryo Kamoi, Tanya Goyal, Juan Diego Rodriguez, and Greg Durrett.2023. . In EMNLP. 7561–7583.
[217]
Rami Aly, Zhijiang Guo, Michael Schlichtkrull, James Thorne, Andreas Vlachos, Christos Christodoulopoulos, Oana Cocarascu, and Arpit Mittal.2021. . In Proceedings of the Fourth Workshop on Fact Extraction and VERification (FEVER). 1–13.
[218]
David Wadden, Shanchuan Lin, Kyle Lo, Lucy Lu Wang, Madeleine van Zuylen, Arman Cohan, and Hannaneh Hajishirzi.2020. . In EMNLP. 7534–7550.
[219]
Rowan Zellers, Ari Holtzman, Hannah Rashkin, Yonatan Bisk, Ali Farhadi, Franziska Roesner, and Yejin Choi.2019. . In NeurIPS. 9051–9062.
[220]
Xun Liang, Shichao Song, Simin Niu, Zhiyu Li, Feiyu Xiong, Bo Tang, Yezhaohui Wang, Dawei He, Cheng Peng, Zhonghao Wang, and Haiying Deng.2024. . In ACL (1). Association for Computational Linguistics, 5266–5293.
[221]
Ethan Chern, Steffi Chern, Shiqi Chen, Weizhe Yuan, Kehua Feng, Chunting Zhou, Junxian He, Graham Neubig, and Pengfei Liu.2025. . In Second Conference on Language Modeling. ://openreview.net/forum?id=hJkQL9VtWT.
[222]
Junyi Li, Xiaoxue Cheng, Xin Zhao, Jian-Yun Nie, and Ji-Rong Wen.2023. . In EMNLP. 6449–6464.
[223]
Yiran Zhao, Jinghan Zhang, I Chern, Siyang Gao, Pengfei Liu, Junxian He, et al2023. . NeurIPS36(2023), 44502–44523.
[224]
Sewon Min, Kalpesh Krishna, Xinxi Lyu, Mike Lewis, Wen-tau Yih, Pang Koh, Mohit Iyyer, Luke Zettlemoyer, and Hannaneh Hajishirzi.2023. . In EMNLP. 12076–12100.
[225]
Yuxia Wang, Revanth Gangi Reddy, Zain Muhammad Mujahid, Arnav Arora, Aleksandr Rubashevskii, Jiahui Geng, Osama Mohammed Afzal, Liangming Pan, Nadav Borenstein, Aditya Pillai, et al2024. . In Findings of the Association for Computational Linguistics: EMNLP 2024. 14199–14230.
[226]
Miaoran Li, Baolin Peng, Michel Galley, Jianfeng Gao, and Zhu Zhang.2024. . In Findings of the Association for Computational Linguistics: NAACL 2024. 163–181.
[227]
Shengkang Wang, Hongzhan Lin, Ziyang Luo, Zhen Ye, Guang Chen, and Jing Ma.2025. . In ICLR 2025 Workshop on Navigating and Addressing Data Problems for Foundation Models.
[228]
Rui Shao, Tianxing Wu, and Ziwei Liu.2023. . In CVPR. 6904–6913.
[229]
Cheng Xu, Changhong Jin, Yingjie Niu, Nan Yan, Yuke Mei, Shuhao Guan, Liming Chen, and Tahar Kechadi.2026. . In Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics. 11881–11910.
[230]
Tom Kwiatkowski, Jennimaria Palomaki, Olivia Redfield, Michael Collins, Ankur Parikh, Chris Alberti, Danielle Epstein, Illia Polosukhin, Jacob Devlin, Kenton Lee, et al2019. . TACL7(2019), 453–466.
[231]
Zhilin Yang, Peng Qi, Saizheng Zhang, Yoshua Bengio, William Cohen, Ruslan Salakhutdinov, and Christopher D Manning.2018. . In EMNLP. 2369–2380.
[232]
Tri Nguyen, Mir Rosenberg, Xia Song, Jianfeng Gao, Saurabh Tiwary, Rangan Majumder, and Li Deng.2016. . choice2640(2016), 660.
[233]
Pranav Rajpurkar, Jian Zhang, Konstantin Lopyrev, and Percy Liang.2016. . In EMNLP. 2383–2392.
[234]
Christopher Clark, Kenton Lee, Ming-Wei Chang, Tom Kwiatkowski, Michael Collins, and Kristina Toutanova.2019. . In NAACL-HLT. 2924–2936.
[235]
Alicia Parrish, Angelica Chen, Nikita Nangia, Vishakh Padmakumar, Jason Phang, Jana Thompson, Phu Mon Htut, and Samuel R Bowman.2022. . In Findings of the Association for Computational Linguistics: ACL 2022. 2086–2105.
[236]
Moin Nadeem, Anna Bethke, and Siva Reddy.2021. . In ACL. 5356–5371.
[237]
Zhishang Xiang, Chuanjie Wu, Qinggang Zhang, Shengyuan Chen, Zijin Hong, Xiao Huang, and Jinsong Su.2025. . arXiv preprint arXiv:2506.05690(2025).
[238]
Harsh Trivedi, Niranjan Balasubramanian, Tushar Khot, and Ashish Sabharwal.2022. . TACL10(2022), 539–554.
[239]
Yixin Nie, Haonan Chen, and Mohit Bansal.2019. . In AAAI, Vol. 33. 6859–6866.
[240]
Herbert Ullrich, Tomáš Mlynář, and Jan Drchal.2025. . arXiv preprint arXiv:2502.04955(2025).
[241]
Pepa Atanasova, Jakob Grue Simonsen, Christina Lioma, and Isabelle Augenstein.2022. . TACL10(2022), 746–763.
[242]
Jay DeYoung, Sarthak Jain, Nazneen Fatema Rajani, Eric Lehman, Caiming Xiong, Richard Socher, and Byron C Wallace.2020. . In ACL. 4443–4458.
[243]
Wojciech Kryściński, Bryan McCann, Caiming Xiong, and Richard Socher.2020. . In EMNLP. 9332–9346.
[244]
Linlin Wang, Tianqing Zhu, Laiqiao Qin, Longxiang Gao, and Wanlei Zhou.2025. . arXiv preprint arXiv:2506.11415(2025).
[245]
Hongyang Zhang, Yaodong Yu, Jiantao Jiao, Eric Xing, Laurent El Ghaoui, and Michael Jordan.2019. . In ICML. 7472–7482.