Alogotron commited on
Commit
c6c9cea
·
verified ·
1 Parent(s): 54929ea

Add Related Work (IJCAI survey, DeepMind SHOR-PSRO) and BibTeX citation

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -249,3 +249,26 @@ Trained on [Alogotron/GameTheory-Formulator](https://huggingface.co/datasets/Alo
249
  url={https://huggingface.co/Alogotron/GameTheory-Formulator-Model}
250
  }
251
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
249
  url={https://huggingface.co/Alogotron/GameTheory-Formulator-Model}
250
  }
251
  ```
252
+
253
+
254
+ ---
255
+
256
+ ## 📚 Related Work
257
+
258
+ - **"Game Theory Meets Large Language Models: A Systematic Survey"** — IJCAI 2025 ([arxiv:2502.09053](https://arxiv.org/abs/2502.09053)) — The definitive survey on game theory × LLMs, covering RLHF alignment, multi-agent interactions, and strategic reasoning.
259
+ - **DeepMind SHOR-PSRO** (April 2026) — LLM-driven rewriting of game theory algorithms that outperformed hand-designed baselines ([MarkTechPost](https://www.marktechpost.com/2026/04/03/google-deepminds-research-lets-an-llm-rewrite-its-own-game-theory-algorithms-and-it-outperformed-the-experts/)).
260
+ - **GT-HarmBench** — Game-theoretic framing for AI safety benchmarking ([arxiv:2602.12316](https://arxiv.org/abs/2602.12316)).
261
+
262
+
263
+ ## 📄 Citation
264
+
265
+ ```bibtex
266
+ @model{alogotron_gametheory_formulator_model_2026,
267
+ author = {Alogotron},
268
+ title = {GameTheory-Formulator-Model: Real-World Scenario to Formal Game Theory},
269
+ year = {2026},
270
+ publisher = {Hugging Face},
271
+ url = {https://huggingface.co/Alogotron/GameTheory-Formulator-Model},
272
+ note = {Phase 3 formulation adapter achieving 100\% valid formulation rate}
273
+ }
274
+ ```