arXiv:2505.22961cs.CLcs.LG2025-05被引 12

让大模型学会揣摩对方心思,生成更聪明的说服性文本。

ToMAP: Training Opponent-Aware LLM Persuaders with Theory of Mind

  • 引入心理理论模块,让模型动态分析对手立场。
  • 30亿参数模型超越GPT-4o,说服力提升39.4%。
  • 适合长对话场景,生成逻辑更强、重复更少的内容。

大型语言模型在说服任务中展现出潜力,但现有训练方法仍较初步。人类能主动动态地建模对方想法,而当前大模型在心理理论(ToM)推理上表现不足,导致说服策略缺乏多样性和针对性。为此,我们提出理论增强型说服者(ToMAP),通过引入两个心理理论模块,提升模型对对手心理状态的感知与分析能力。首先引导模型预判对方可能的反对意见,再利用文本编码器与训练好的MLP分类器预测对手对这些反论的立场。结合精心设计的强化学习框架,使模型学会分析对手信息并生成更有效的论据。实验表明,仅含30亿参数的ToMAP,在多个说服对象模型和不同语料库上,相比更大规模基线(如GPT-4o)相对提升39.4%的说服效果。其具备复杂推理链,训练中重复率降低,生成内容更丰富有效。对手感知特性使其适用于长对话,可采用更逻辑化、针对性强的策略。结果验证了方法的有效性,展示了构建更具说服力语言代理的前景。代码已开源:https://github.com/ulab-uiuc/ToMAP。

原文摘要 · Abstract (English)

Large language models (LLMs) have shown promising potential in persuasion, but existing works on training LLM persuaders are still preliminary. Notably, while humans are skilled in modeling their opponent's thoughts and opinions proactively and dynamically, current LLMs struggle with such Theory of Mind (ToM) reasoning, resulting in limited diversity and opponent awareness. To address this limitation, we introduce Theory of Mind Augmented Persuader (ToMAP), a novel approach for building more flexible persuader agents by incorporating two theory of mind modules that enhance the persuader's awareness and analysis of the opponent's mental state. Specifically, we begin by prompting the persuader to consider possible objections to the target central claim, and then use a text encoder paired with a trained MLP classifier to predict the opponent's current stance on these counterclaims. Our carefully designed reinforcement learning schema enables the persuader learns how to analyze opponent-related information and utilize it to generate more effective arguments. Experiments show that the ToMAP persuader, while containing only 3B parameters, outperforms much larger baselines, like GPT-4o, with a relative gain of 39.4% across multiple persuadee models and diverse corpora. Notably, ToMAP exhibits complex reasoning chains and reduced repetition during training, which leads to more diverse and effective arguments. The opponent-aware feature of ToMAP also makes it suitable for long conversations and enables it to employ more logical and opponent-aware strategies. These results underscore our method's effectiveness and highlight its potential for developing more persuasive language agents. Code is available at: https://github.com/ulab-uiuc/ToMAP.

说服生成心理理论大模型强化学习

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。