Learning to Persuade Exposes How Easily LLMs Abandon Correct Beliefs

Paper · arXiv 2608.11624 · Published August 12, 2026
Argumentation and Persuasion

Persuasion is a core dynamic of natural language communication, shaping how large language models (LLMs) update beliefs, resolve disagreements, and reach decisions. As LLMs increasingly debate, advise, and think collaboratively with humans and each other, resistance to harmful persuasion becomes a core requirement for reliable behavior. Yet we show that this requirement is far from met: a single targeted persuasive argument is enough to collapse model accuracy to near zero, even when the argument is factually false. We formalize this threat as adversarial persuasion and introduce an adversarial reinforcement learning framework that trains persuader agents to change a target model’s answer in a single interaction. First, we show that optimizing persuasion strategies through trial and error exposes vulnerabilities that static prompting misses: RL-trained persuaders raise persuasion success from approximately 24% to over 93% against the training-time persuadee. Second, we find that these learned strategies transfer to unseen models, achieving 83% attack success on Qwen-14B, 79% on Llama-3.1-8B, and 25% on GPT-4omini.

Introduction. LLMs are increasingly deployed as autonomous agents that communicate, negotiate, and collaborate, moving beyond the role of passive text generators [30]. Yet, recent work has shown that LLMs are susceptible to persuasive influence, especially for misinformation, shifting their stated beliefs and answers when exposed to targeted argumentation [47, 48, 1]. In such interactive settings, persuasion becomes a core reliability concern: an agent must know how to resist harmful influence [2]. A model that abandons correct beliefs under adversarial persuasive pressure cannot be trusted in any setting where it receives input from others. In order to truly understand LLM susceptibility to persuasion, we use reinforcement learning to train Persuader agents that systematically expose when, why, and how correct answers collapse. Relying on prompted models to test how susceptible LLMs are to persuasive influence is not sufficient.

Discussion / Conclusion. We introduce an adversarial reinforcement learning framework for red-teaming how far LLM persuasion vulnerabilities extend under optimization pressure. Rather than treating persuasive misinformation as a fixed behavior measured through prompting, we train persuader agents to surface worst-case failures: cases where a persuadee begins with the correct answer, receives a single natural-language argument, and abandons its reasoning for an incorrect one. This exposes a severe gap in current robustness: trained persuaders can collapse the accuracy of the training-time persuadee to near zero, transfer across unseen open-weight models and out-of-distribution benchmarks, and become more effective against harder proprietary targets through curriculum-based continual training. The strategies that emerge, especially deception, fabricated citations, and credibility-based appeals, show that when models are optimized only for influence, they discover broadly effective ways to exploit other models’ trust in influential language.

Lines of inquiry this paper opens 24

Research framings built by reading the notes related to this paper — the questions it feeds into.

Why should disagreement be treated as signal in collaborative reasoning? How faithfully do LLMs reflect their actual reasoning in outputs and explanations? How does AI-generated content transformation affect public discourse quality? How can humans calibrate appropriate trust in AI systems? What makes AI persuasion effective and how can we counter it? How does rhetorical adaptation affect LLM persuasion and detectability? How do LLMs distinguish causal reasoning from temporal and semantic associations? How should dialogue recommender systems manage conversation history and state? Why do models develop protective behaviors toward peers unprompted? Does RLHF training sacrifice accuracy and grounding for user agreement? Can debate mechanisms prevent silent agreement on wrong answers in multi-agent reasoning? Can AI-generated outputs constitute genuine knowledge or valid claims? What mechanisms drive sycophancy and how can we mitigate it? Can model confidence signals reliably improve reasoning quality and calibration? Why do agents confidently report success despite actually failing tasks? Why does self-revision increase model confidence while degrading accuracy?