paper-with-me

Papers

Discovering Expert-Level Nash Equilibrium Algorithms with Large Language Models

2025-08-16 · Hanyu Li, Dongchen Li, Xiaotie Deng arxiv

Designing polynomial-time algorithms for approximate Nash equilibria (ANE) with provable worst-case guarantees is a fundamental open problem in algorithmic game theory. While large language models (LLMs) can generate candidate algorithms at scale, certifying worst-case guarantees requires formal analysis over all game instances -- a task for which no automated system previously existed. Here, we present LegoNE, a framework encoding expert proof strategies into a symbolic language that automatically compiles any candidate algorithm into a finite optimization problem certifying its worst-case guarantee. Integrating LegoNE with a reasoning LLM, we rediscovered an algorithm matching the best polynomial-time guarantee for two-player games, and discovered a three-player algorithm improving the best guarantee from $0.6+δ$ to $0.5+δ$ -- provably beyond the reach of the extension technique, the only previously known multi-player ANE design paradigm. These results show that encoding domain-specific proof strategies into a machine-tractable language can support LLM-driven discovery of algorithms outside known human design paradigms.

📄 PDF Abstract BibTeX arXiv:2508.11874

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Competitive Multi-agent Inverse Reinforcement Learning with Sub-optimal Demonstrations

2018-01-07 · ICML 2018 7 · Xingyu Wang, Diego Klabjan

This paper considers the problem of inverse reinforcement learning in zero-sum stochastic games when expert demonstrations are known to be not optimal. Compared to previous works that decouple agents in the game by assum…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Nash Convergence of Mean-Based Learning Algorithms in First Price Auctions

2021-10-08 · Xiaotie Deng, Xinyan Hu, Tao Lin, Weiqiang Zheng

Understanding the convergence properties of learning dynamics in repeated auctions is a timely and important question in the area of learning in auctions, with numerous applications in, e.g., online advertising markets. …

Distributed Nash Equilibrium Seeking for Noncooperative Games of High-Order Nonlinear Multi-Agent Systems Over Weight-Unbalanced Digraphs

2021-12-16 · Zhenhua Deng, Jin Luo

In this paper, we investigate the noncooperative games of multi-agent systems. Different from existing noncooperative games, our formulation involves the high-order nonlinear dynamics of players, and the communication to…

Approximating Nash Equilibria in General-Sum Games via Meta-Learning

2025-04-26 · David Sychrovský, Christopher Solinas, Revan MacQueen, Kevin Wang 외

Nash equilibrium is perhaps the best-known solution concept in game theory. Such a solution assigns a strategy to each player which offers no incentive to unilaterally deviate. While a Nash equilibrium is guaranteed to a…

Meta-Learning

Optimal selection and tracking of generalized Nash equilibria in monotone games

2022-03-15 · Emilio Benenati, Wicak Ananduta, Sergio Grammatico

A fundamental open problem in monotone game theory is the computation of a specific generalized Nash equilibrium (GNE) among all the available ones, e.g. the optimal equilibrium with respect to a system-level objective. …