English

Steering Language Models with Game-Theoretic Solvers

Computation and Language 2024-12-17 v3 Artificial Intelligence Computer Science and Game Theory

Abstract

Mathematical models of interactions among rational agents have long been studied in game theory. However these interactions are often over a small set of discrete game actions which is very different from how humans communicate in natural language. To bridge this gap, we introduce a framework that allows equilibrium solvers to work over the space of natural language dialogue generated by large language models (LLMs). Specifically, by modelling the players, strategies and payoffs in a "game" of dialogue, we create a binding from natural language interactions to the conventional symbolic logic of game theory. Given this binding, we can ask existing game-theoretic algorithms to provide us with strategic solutions (e.g., what string an LLM should generate to maximize payoff in the face of strategic partners or opponents), giving us predictors of stable, rational conversational strategies. We focus on three domains that require different negotiation strategies: scheduling meetings, trading fruit and debate, and evaluate an LLM's generated language when guided by solvers. We see that LLMs that follow game-theory solvers result in dialogue generations that are less exploitable than the control (no guidance from solvers), and the language generated results in higher rewards, in all negotiation domains. We discuss future implications of this work, and how game-theoretic solvers that can leverage the expressivity of natural language can open up a new avenue of guiding language research.

Keywords

Cite

@article{arxiv.2402.01704,
  title  = {Steering Language Models with Game-Theoretic Solvers},
  author = {Ian Gemp and Roma Patel and Yoram Bachrach and Marc Lanctot and Vibhavari Dasagi and Luke Marris and Georgios Piliouras and Siqi Liu and Karl Tuyls},
  journal= {arXiv preprint arXiv:2402.01704},
  year   = {2024}
}

Comments

Code available @ https://github.com/google-deepmind/open_spiel/blob/master/open_spiel/python/games/chat_game.py

R2 v1 2026-06-28T14:36:24.746Z