paper-with-me

Papers

Learning Strategic Language Agents in the Werewolf Game with Iterative Latent Space Policy Optimization

2025-02-07 · Zelai Xu, Wanjun Gu, Chao Yu, Yi Wu, Yu Wang

Large language model (LLM)-based agents have recently shown impressive progress in a variety of domains, including open-ended conversation and multi-step decision-making. However, applying these agents to social deduction games such as Werewolf, which requires both strategic decision-making and free-form language interaction, remains non-trivial. Traditional methods based on Counterfactual Regret Minimization (CFR) or reinforcement learning (RL) typically depend on a predefined action space, making them unsuitable for language games with unconstrained text action space. Meanwhile, pure LLM-based agents often suffer from intrinsic biases and require prohibitively large datasets for fine-tuning. We propose Latent Space Policy Optimization (LSPO), an iterative framework that addresses these challenges by first mapping free-form text to a discrete latent space, where methods like CFR and RL can learn strategic policy more effectively. We then translate the learned policy back into natural language dialogues, which are used to fine-tune an LLM via Direct Preference Optimization (DPO). By iteratively alternating between these stages, our LSPO agent progressively enhances both strategic reasoning and language communication. Experiment results on the Werewolf game show that our method improves the agent's performance in each iteration and outperforms existing Werewolf agents, underscoring its promise for free-form language decision-making.

📄 PDF Abstract BibTeX arXiv:2502.04686

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactualDecision MakingFormLarge Language ModelReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Language Agents with Reinforcement Learning for Strategic Play in the Werewolf Game

2023-10-29 · Zelai Xu, Chao Yu, Fei Fang, Yu Wang 외

Agents built with large language models (LLMs) have shown great potential across a wide range of domains. However, in complex decision-making tasks, pure LLM-based agents tend to exhibit intrinsic bias in their choice of…

Decision MakingReinforcement Learning (RL)

Learning to Discuss Strategically: A Case Study on One Night Ultimate Werewolf

2024-05-30 · Xuanfa Jin, Ziyan Wang, Yali Du, Meng Fang 외

Communication is a fundamental aspect of human society, facilitating the exchange of information and beliefs among people. Despite the advancements in large language models (LLMs), recent agents built with these often ne…

Reinforcement Learning (RL)

Multi-agent KTO: Reinforcing Strategic Interactions of Large Language Model in Language Game

2025-01-24 · Rong Ye, Yongxin Zhang, Yikai Zhang, Haoyu Kuang 외

Achieving Artificial General Intelligence (AGI) requires AI agents that can not only make stratigic decisions but also engage in flexible and meaningful communication. Inspired by Wittgenstein's language game theory in P…

Decision MakingLanguage ModelingLanguage ModellingLarge Language Model+1

Werewolf Arena: A Case Study in LLM Evaluation via Social Deduction

2024-07-18 · Suma Bailis, Jane Friedhoff, Feiyang Chen

This paper introduces Werewolf Arena, a novel framework for evaluating large language models (LLMs) through the lens of the classic social deduction game, Werewolf. In Werewolf Arena, LLMs compete against each other, nav…

DVM: Towards Controllable LLM Agents in Social Deduction Games

2025-01-12 · Zheng Zhang, Yihuai Lan, Yangsen Chen, Lei Wang 외

Large Language Models (LLMs) have advanced the capability of game agents in social deduction games (SDGs). These games rely heavily on conversation-driven interactions and require agents to infer, make decisions, and exp…

Fairness