paper-with-me

Papers

Large Language Models as Agents in Two-Player Games

2024-02-12 · Yang Liu, Peng Sun, Hang Li

By formally defining the training processes of large language models (LLMs), which usually encompasses pre-training, supervised fine-tuning, and reinforcement learning with human feedback, within a single and unified machine learning paradigm, we can glean pivotal insights for advancing LLM technologies. This position paper delineates the parallels between the training methods of LLMs and the strategies employed for the development of agents in two-player games, as studied in game theory, reinforcement learning, and multi-agent systems. We propose a re-conceptualization of LLM learning processes in terms of agent learning in language-based games. This framework unveils innovative perspectives on the successes and challenges in LLM development, offering a fresh understanding of addressing alignment issues among other strategic considerations. Furthermore, our two-player game approach sheds light on novel data preparation and machine learning techniques for training LLMs.

📄 PDF Abstract BibTeX arXiv:2402.08078

Code (0)

등록된 구현이 없습니다.

Tasks

Positionreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

PLAYER*: Enhancing LLM-based Multi-Agent Communication and Interaction in Murder Mystery Games

2024-04-26 · Qinglin Zhu, Runcong Zhao, Bin Liang, Jinhua Du 외

We introduce WellPlay, a reasoning dataset for multi-agent conversational inference in Murder Mystery Games (MMGs). WellPlay comprises 1,482 inferential questions across 12 games, spanning objectives, reasoning, and rela…

Decision MakingLanguage ModelingLanguage ModellingLarge Language Model+2

Successful Nash Equilibrium Agent for a 3-Player Imperfect-Information Game

2018-04-13 · Sam Ganzfried, Austin Nowak, Joannier Pinales

Creating strong agents for games with more than two players is a major open problem in AI. Common approaches are based on approximating game-theoretic solution concepts such as Nash equilibrium, which have strong theoret…

Interactive Fiction Games: A Colossal Adventure

2019-09-11 · Matthew Hausknecht, Prithviraj Ammanabrolu, Marc-Alexandre Côté, Xingdi Yuan

A hallmark of human intelligence is the ability to understand and communicate with language. Interactive Fiction games are fully text-based simulation environments where a player issues text commands to effect change in …

LLMs May Not Be Human-Level Players, But They Can Be Testers: Measuring Game Difficulty with LLM Agents

2024-10-01 · Chang Xiao, Brenda Z. Yang

Recent advances in Large Language Models (LLMs) have demonstrated their potential as autonomous agents across various tasks. One emerging application is the use of LLMs in playing games. In this work, we explore a practi…

Navigating the Landscape of Multiplayer Games

2020-05-04 · Shayegan Omidshafiei, Karl Tuyls, Wojciech M. Czarnecki, Francisco C. Santos 외

Multiplayer games have long been used as testbeds in artificial intelligence research, aptly referred to as the Drosophila of artificial intelligence. Traditionally, researchers have focused on using well-known games to …