paper-with-me

홈 › Papers

Self-playing Adversarial Language Game Enhances LLM Reasoning

2024-04-16 · Pengyu Cheng, Tianhao Hu, Han Xu, Zhisong Zhang, Zheng Yuan, Yong Dai, Lei Han, Nan Du, Xiaolong Li

We explore the potential of self-play training for large language models (LLMs) in a two-player adversarial language game called Adversarial Taboo. In this game, an attacker and a defender communicate around a target word only visible to the attacker. The attacker aims to induce the defender to speak the target word unconsciously, while the defender tries to infer the target word from the attacker's utterances. To win the game, both players must have sufficient knowledge about the target word and high-level reasoning ability to infer and express in this information-reserved conversation. Hence, we are curious about whether LLMs' reasoning ability can be further enhanced by Self-Playing this Adversarial language Game (SPAG). With this goal, we select several open-source LLMs and let each act as the attacker and play with a copy of itself as the defender on an extensive range of target words. Through reinforcement learning on the game outcomes, we observe that the LLMs' performances uniformly improve on a broad range of reasoning benchmarks. Furthermore, iteratively adopting this self-play process can continuously promote LLMs' reasoning abilities. The code is available at https://github.com/Linear95/SPAG.

📄 PDF Abstract BibTeX arXiv:2404.10642

Code (1)

linear95/spag 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Learning Game-Playing Agents with Generative Code Optimization

2025-08-27 · Zhiyi Kuang, Ryan Rong, YuCheng Yuan, Allen Nie arxiv

We present a generative optimization approach for learning game-playing agents, where policies are represented as Python programs and refined using large language models (LLMs). Our method treats decision-making policies…

Reinforcement LearningAtari Games

AvalonBench: Evaluating LLMs Playing the Game of Avalon

2023-10-08 · Jonathan Light, Min Cai, Sheng Shen, Ziniu Hu

In this paper, we explore the potential of Large Language Models (LLMs) Agents in playing the strategic social deduction game, Resistance Avalon. Players in Avalon are challenged not only to make informed decisions based…

Decision Making

Improving Language Model Negotiation with Self-Play and In-Context Learning from AI Feedback

2023-05-17 · Yao Fu, Hao Peng, Tushar Khot, Mirella Lapata

We study whether multiple large language models (LLMs) can autonomously improve each other in a negotiation game by playing, reflecting, and criticizing. We are interested in this question because if LLMs were able to im…

In-Context LearningLanguage ModelingLanguage ModellingRolling Shutter Correction

SPIRAL: Self-Play on Zero-Sum Games Incentivizes Reasoning via Multi-Agent Multi-Turn Reinforcement Learning

2025-06-30 · Bo Liu, Leon Guertler, Simon Yu, Zichen Liu 외

Recent advances in reinforcement learning have shown that language models can develop sophisticated reasoning through training on tasks with verifiable rewards, but these approaches depend on human-curated problem-answer…

MathMulti-agent Reinforcement Learning

Fast and Knowledge-Free Deep Learning for General Game Playing (Student Abstract)

2023-12-21 · Michał Maras, Michał Kępa, Jakub Kowalski, Marek Szykuła

We develop a method of adapting the AlphaZero model to General Game Playing (GGP) that focuses on faster model generation and requires less knowledge to be extracted from the game rules. The dataset generation uses MCTS …

Dataset Generation