paper-with-me

Papers

Persuasion Attacks Can Decrease Effectiveness of CoT Monitoring

2026-07-09 · Jennifer Za, Julija Bainiaksina, Nikita Ostrovsky, Tanush Chopra, Victoria Krakovna arxiv

Chain-of-thought (CoT) monitoring is a promising safety mechanism for AI agents, based on the premise that visible reasoning traces can surface misaligned or deceptive behavior. While effective in standard scenarios, recent work highlights that LLMs remain vulnerable to persuasion-based jailbreaks, where natural-language arguments override model constraints. We stress-test whether this vulnerability extends to monitoring LLMs: can an adversarial agent persuade its CoT monitor to approve proposed actions that violate the monitor's policy? We design an evaluation framework with 40 tasks and analyze thousands of agent-monitor interactions, where agents are instructed to argue for policy-violating proposals. We find that in such adversarial settings, monitor access to the agent's CoT reasoning increases rather than decreases approval of harmful actions on average by 9.5%, as the scratchpad provides an additional persuasion channel. To address this, we introduce a fact-checking monitoring framework. We find that a fact-checker and monitor pairing from different model families, for example a Claude 3.7 Sonnet monitor paired with a GPT-4.1 fact-checker, reduces approval of policy-violating actions by up to 45%, compared to only 6%, when using the same model for both fact-checking and monitoring roles. Our results demonstrate that CoT monitoring alone may be insufficient against adversarial persuasion, and that model-diverse fact-checking provides a robust mitigation.

📄 PDF Abstract BibTeX arXiv:2607.08066

Code (2)

Tavish9/awesome-daily-AI-arxiv ★ 111
arxivsub/arXivSub_daily_arxiv ★ 2

Similar Papers 제목 키워드 기반

Proactive Defense: Compound AI for Detecting Persuasion Attacks and Measuring Inoculation Effectiveness

2025-11-23 · Svitlana Volkova, Will Dupree, Hsien-Te Kao, Peter Bautista 외 arxiv

This paper introduces BRIES, a novel compound AI architecture designed to detect and measure the effectiveness of persuasion attacks across information environments. We present a system with specialized agents: a Twister…

Prompt EngineeringCausal Inference

LLM-Based Adversarial Persuasion Attacks on Fact-Checking Systems

2026-01-23 · João A. Leite, Olesya Razuvayevskaya, Kalina Bontcheva, Carolina Scarton arxiv

Automated fact-checking (AFC) systems are susceptible to adversarial attacks, enabling false claims to evade detection. Existing adversarial frameworks typically rely on injecting noise or altering semantics, yet no exis…

Building Resilient Information Ecosystems: Large LLM-Generated Dataset of Persuasion Attacks

2025-11-23 · Hsien-Te Kao, Aleksey Panasyuk, Peter Bautista, William Dupree 외 arxiv

Organization's communication is essential for public trust, but the rise of generative AI models has introduced significant challenges by generating persuasive content that can form competing narratives with official mes…

Must Read: A Systematic Survey of Computational Persuasion

2025-05-12 · Nimet Beyza Bozdag, Shuhaib Mehri, Xiaocheng Yang, Hyeonjeong Ha 외

Persuasion is a fundamental aspect of communication, influencing decision-making across diverse contexts, from everyday conversations to high-stakes scenarios such as politics, marketing, and law. The rise of conversatio…

FairnessMarketingPersuasivenessSurvey

MonitoringBench: Semi-Automated Red-Teaming for Agent Monitoring

2026-05-10 · Monika Jotautaitė, Maria Angelica Martinez, Ollie Matthews, Tyler Tracy arxiv

We introduce a red-teaming methodology that exposes harder-to-catch attacks for coding-agent monitors, suggesting that current practices may under-elicit attacks and overstate monitor performance. We identify three chall…