paper-with-me

홈 › Papers

Teaching Models to Balance Resisting and Accepting Persuasion

2024-10-18 · Elias Stengel-Eskin, Peter Hase, Mohit Bansal

Large language models (LLMs) are susceptible to persuasion, which can pose risks when models are faced with an adversarial interlocutor. We take a first step towards defending models against persuasion while also arguing that defense against adversarial (i.e. negative) persuasion is only half of the equation: models should also be able to accept beneficial (i.e. positive) persuasion to improve their answers. We show that optimizing models for only one side results in poor performance on the other. In order to balance positive and negative persuasion, we introduce Persuasion-Balanced Training (or PBT), which leverages multi-agent recursive dialogue trees to create data and trains models via preference optimization to accept persuasion when appropriate. PBT consistently improves resistance to misinformation and resilience to being challenged while also resulting in the best overall performance on holistic data containing both positive and negative persuasion. Crucially, we show that PBT models are better teammates in multi-agent debates. We find that without PBT, pairs of stronger and weaker models have unstable performance, with the order in which the models present their answers determining whether the team obtains the stronger or weaker model's performance. PBT leads to better and more stable results and less order dependence, with the stronger model consistently pulling the weaker one up.

📄 PDF Abstract BibTeX arXiv:2410.14596

Code (1)

esteng/persuasion_balanced_training 공식 구현 pytorch

Tasks

Misinformation

Similar Papers 제목 키워드 기반

RESPER: Computationally Modelling Resisting Strategies in Persuasive Conversations

2021-01-26 · EACL 2021 2 · Ritam Dutt, Sayan Sinha, Rishabh Joshi, Surya Shekhar Chakraborty 외

Modelling persuasion strategies as predictors of task outcome has several real-world applications and has received considerable attention from the computational linguistics community. However, previous research has faile…

Persuasion Strategies

EduPanel: A Three-Agent LLM Judge for Teaching Videos -- Reliability, Complementarity, and Human Trust Calibration

2026-07-20 · Jia-Kai Dong, Yi-Cheng Lin, Hung-yi Lee hf

Teaching videos are becoming a major medium for education, creating a growing need for scalable evaluation of their pedagogical quality. Existing automatic judges do not fully address this setting because teaching qualit…

Markovian Persuasion

2021-11-29 · Ehud Lehrer, Dimitry Shaiderman

In the classical Bayesian persuasion model an informed player and an uninformed one engage in a static interaction. The informed player, the sender, knows the state of nature, while the uninformed one, the receiver, does…

Artificial Influence: An Analysis Of AI-Driven Persuasion

2023-03-15 · Matthew Burtell, Thomas Woodside

Persuasion is a key aspect of what it means to be human, and is central to business, politics, and other endeavors. Advancements in artificial intelligence (AI) have produced AI systems that are capable of persuading hum…

Misinformation

Persuasion Dynamics in LLMs: Investigating Robustness and Adaptability in Knowledge and Safety with DuET-PD

2025-08-24 · Bryan Chen Zhengyu Tan, Daniel Wai Kit Chin, Zhengyuan Liu, Nancy F. Chen 외 arxiv

Large Language Models (LLMs) can struggle to balance gullibility to misinformation and resistance to valid corrections in persuasive dialogues, a critical challenge for reliable deployment. We introduce DuET-PD (Dual Eva…