Learning to Persuade Exposes How Easily LLMs Abandon Correct Beliefs
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 do social correctives prevent premature consensus in human debate?
- Why does social accommodation in collaborative reasoning mask actual disagreement?
- Why does persuasive framing replace evidence when LLM debates lack ground truth?
- Does post-hoc justification increase when LLM choices become harder to defend?
- Can LLMs serve as reliable intellectual opponents in serious debate or argument?
- Can distributional views explain when an LLM appears to change its mind?
- Why do users override their own judgment when AI says a headline is false?
- How does AI lose correct information under conversational persuasive pressure?
- Why do persuasive AI techniques also reduce factual accuracy?
- What happens when validation pressure triggers escalating persuasion in language models?
- Can belief propagation accurately predict downstream opinion shifts?