arXiv:2502.06060cs.AIcs.CL2025-02被引 20

无需人类示范,让语言模型通过多智能体强化学习学会自然对话推理。

Training Language Models for Social Deduction with Multi-Agent Reinforcement Learning

  • 分听与说两阶段训练,用环境目标生成密集奖励指导对话
  • 在《Among Us》类游戏中对话能力提升,胜率翻倍至70%以上
  • 适合研究人机协作、多智能体对话的学者和开发者

在多智能体环境中,自然语言沟通是共享信息和实现零样本人类协作的强大工具。然而,以往工作或依赖大量人类示范,或无法生成自然且有效的沟通策略。本文提出一种无需人类示范的方法,训练语言模型在自然语言中进行有成效的讨论。我们将沟通问题分解为倾听与表达两个部分:通过基于对话内容预测环境信息来提升倾听能力;利用多智能体强化学习,以消息对其他智能体的影响作为奖励信号,同步优化表达能力。我们构建了一个基于《Among Us》的具身社交推断游戏,核心任务是识别隐藏的伪装者。实验分析显示,该方法涌现出指控嫌疑人、提供证据等行为,显著增强讨论质量,使胜率相比标准强化学习提升一倍(从约35%升至70%以上)。代码与模型已公开于 https://socialdeductionllm.github.io/

原文摘要 · Abstract (English)

Communicating in natural language is a powerful tool in multi-agent settings, as it enables independent agents to share information in partially observable settings and allows zero-shot coordination with humans. However, most prior works are limited as they either rely on training with large amounts of human demonstrations or lack the ability to generate natural and useful communication strategies. In this work, we train language models to have productive discussions about their environment in natural language without any human demonstrations. We decompose the communication problem into listening and speaking. Our key idea is to leverage the agent's goal to predict useful information about the world as a dense reward signal that guides communication. Specifically, we improve a model's listening skills by training them to predict information about the environment based on discussions, and we simultaneously improve a model's speaking skills with multi-agent reinforcement learning by rewarding messages based on their influence on other agents. To investigate the role and necessity of communication in complex social settings, we study an embodied social deduction game based on Among Us, where the key question to answer is the identity of an adversarial imposter. We analyze emergent behaviors due to our technique, such as accusing suspects and providing evidence, and find that it enables strong discussions, doubling the win rates compared to standard RL. We release our code and models at https://socialdeductionllm.github.io/

多智能体语言模型强化学习社交推断

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