REVIEW 2 major objections 5 minor 2 cited by
The Effect of State Representation on LLM Agent Behavior in Dynamic Routing Games
T0 review · 2 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read How the game's history is worded into the prompt — summarized, regret-based, own actions only — determines whether LLM agents converge to equilibrium in a repeated routing game.
desk verdict Useful framework and a convincing summary-vs-full effect, but the regret and own-action claims are muddied by an instruction mismatch and missing trial counts. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The carrying object is a three-axis taxonomy of natural-language state representations—action informativeness (whose past choices are shown), reward informativeness (payoffs or regrets), and prompting style (full chat transcript or summarized table)—whose eight crossings are the experimental conditions. The testbed is a repeated atomic selfish routing game on the Braess's-paradox network, chosen because its equilibria are exactly known and because human subjects converge to them in laboratory experiments, giving the authors both a theoretical and a behavioral benchmark. Equilibrium proximity is measured by deviation scores, defined as the total distance between the observed route counts and the equilibrium route counts, and by Kendall's $\tau$ between round number and deviation, which detects monotone convergence; stability is measured by the mean number of route switches per agent.
What would settle it
Run the same eight state representations but rewrite the game description for each condition so that agents are promised exactly the feedback they will receive—regret conditions announce regret reports, and own-action conditions announce that only the focal agent's history will be shown—then compare the equilibrium gap between representations. If the representation ordering survives these instruction-consistent descriptions, the central claim stands; if the gap collapses or reverses, the reported effects were an artifact of promising one thing and delivering another.
Extended reading notes
Core claim
On the authors' own terms, the discovery is a sharp, empirical dependence: in a dynamic game, the natural-language state representation of history governs whether LLM agents approach equilibrium, and it does so along three predictable axes. The testbed is a repeated atomic selfish routing game played by eighteen agents over forty rounds, built on the Braess's-paradox network in which adding a third route raises the equilibrium cost for everyone from 300 to 360; each variant has a unique equilibrium ($n_L = n_R = 9$ in Game A, all eighteen agents on the bridge route in Game B). Crossing the three axes yields eight state representations, and the paper reports that summarization is the clearest driver: summarized representations cut mean regret four- to five-fold in Game A and nearly to zero in Game B, and produce route splits close to equilibrium, whereas full-chat representations stay far from equilibrium with high variance. Regret feedback has its largest effect in Game B, where the equilibrium route is a weak dominant strategy that yields lower payoffs, helping agents find it; and showing agents only their own actions persistently reduces switching in both games. The strongest representation, S-RO (summarized, regret-based, own-actions-only), tracks equilibrium more closely than the EXP3 and multiplicative-weights baselines on all four aggregate metrics in Game B and exhibits far fewer switches in Game A.
Load-bearing premise
The load-bearing premise is that the fixed game description given to every agent is neutral across all eight prompt conditions; because that description promises a full report of route distributions and payoffs each round, the regret-based and own-action conditions deliver something different from what the agent was told to expect, so the measured behavioral gaps could partly reflect that instruction mismatch rather than the three design axes.
Editorial extensions
If this is right
- Experimenters building LLM agents for repeated games should summarize history into a compact table rather than replaying the full transcript; the results indicate that full-chat prompting actively degrades convergence and increases switching.
- Regret is a more actionable feedback signal than payoff for LLM agents, precisely in games where the equilibrium action is not the one that looks best in raw payoff terms, so regret-based state designs should be the default when such counterfactual information is computable.
- Hiding other agents' actions stabilizes play; the qualitative evidence suggests that revealing everyone's actions invites erroneous anticipatory reasoning about peers' future moves.
- The best representation (summarized, regret-based, own-actions-only) matches or beats the classical no-regret algorithms EXP3 and multiplicative weights on equilibrium proximity and stability in these games.
- The three-axis framework gives researchers a common vocabulary for state encoding, which the paper argues is needed before results across different LLM-agent game studies can be compared at all.
Reading between the lines
- The paper does not test instruction-consistent descriptions: the fixed game description promises agents a route distribution and payoff each round, while the regret and own-action conditions silently deliver something else, so a direct control that rewrites the description to match each feedback regime would separate genuine representation effects from instruction-mismatch effects.
- A natural extension is to predict that the summarized-beats-full-chat ordering grows with context length and with weaker models, following the known degradation of attention to the middle of long transcripts, and shrinks in very short games.
- The framework suggests a design rule for LLM-based simulations beyond games: agent memory should be deliberately summarized and filtered rather than an append-only transcript, a hypothesis the paper gestures at but does not test outside the routing setting.
- The regret axis implies a testable hypothesis for other decision tasks: any feedback design that encodes 'how much better you could have done' should beat outcome-only feedback for LLM agents, even outside game settings.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a framework for constructing natural-language state representations for LLM agents in repeated multi-agent games, characterizing them along three axes: action informativeness (own vs. all agents' actions), reward informativeness (payoff vs. regret), and prompting style (full-chat vs. summarized). The authors apply this framework to a repeated atomic selfish routing game with an 18-agent, 40-round design adapted from a human-subject experiment, testing all eight combinations of the three binary axes. They report that summarized prompting, regret-based feedback, and own-action-only feedback each move LLM agent behavior closer to Nash equilibrium and reduce switching instability, and they compare the best-performing representation (S-RO) against EXP3 and MWU baselines.
Significance. The paper addresses a timely and practically important question: how to encode game history for stateless LLM agents. The proposed framework is a useful organizing device for a design space that is often handled ad hoc, and the choice of a routing game with a unique, well-understood equilibrium provides a clean benchmark for evaluating agent behavior. The empirical study is ambitious, including eight representation conditions, two games, and comparisons to human-subject data and standard online-learning baselines. If the causal claims held up, the findings would give concrete guidance to experimenters building LLM agents for strategic settings. However, as detailed in the major comments, the experimental design does not currently support the causal interpretation advanced in the abstract, because the manipulations are confounded with violations of the game instructions and with the presence of the agent's own prior chain-of-thought.
major comments (2)
- [Section 4.2 and Appendix A] The causal claims about the reward-informativeness and action-informativeness axes are confounded by an instruction mismatch. Section 4.2 states that every agent receives a game description 'directly adapted from the text instructions given to subjects in [Rapoport et al., 2009]', and Appendix A shows that this description promises: 'At the end of each round, you will be informed of the number of drivers who chose each route and your payoff for that round.' Yet in the own-action-only conditions (F-P, S-P, F-R, S-R) the route distribution is omitted, and in the regret conditions (F-R, S-R, F-RO, S-RO) the promised payoff is replaced by a regret value. Thus a change along the action or reward axis is not a clean manipulation: it also changes whether the agent receives feedback that is consistent with the stated rules of the game. An agent that notices this inconsistency may behave differently (e.g., hedge, hallucinate missing counts, or discount the feedback) for reasons unrelated to the information content under study. To support the abstract's causal conclusions, the authors need to either adapt the game description to each condition so that the promised feedback matches the delivered feedback, or add control conditions that hold the description fixed while varying only the axis of interest, or provide direct evidence from agent outputs that this mismatch does not drive the observed differences. Without such steps, the 'regret vs. payoff' and 'own vs. everyone' findings are not cleanly identified.
- [Section 3, Figures 1a–1b, and Section 4.2] The summary-vs-full-axis comparison is also confounded. As described in Section 3, the full-chat condition includes the agent's own previous responses (including the chain-of-thought reasoning elicited by the 'think step-by-step' instruction), whereas the summarized condition contains only a tabular summary of past outcomes. Changing from full-chat to summarized thus varies at least three things simultaneously: total context length, the presentation format, and the presence of the agent's own prior reasoning in the context. The paper attributes differences between these conditions to 'natural language compression' but does not isolate compression from the inclusion of the agent's prior rationales. Since the summary-vs-full finding is described in Section 5.1 as 'the clearest finding in our results', this confound is load-bearing. The authors should either design a condition that includes the agent's prior responses in a compressed form without the full transcript, or explicitly acknowledge that the prompt-style axis bundles these factors and adjust the strength of the causal claim accordingly.
minor comments (5)
- [Section 4.2 and Section 5.1] The number of trials per representation is not reported anywhere in the main text. The standard errors in Table 1 cannot be interpreted without knowing how many independent games were run per condition, and the comparison with EXP3/MWU in Section 5.4 states '50 trials' only for the baselines. Please state the number of trials for each LLM condition.
- [Section 5.1, Table 1] Some standard errors seem implausibly large, for example F-PE in Game A reports a mean of 9.03 with a standard error of 7.26. If these are standard errors over trials of a trial-level mean, this implies enormous variance across trials; please verify the calculation or clarify whether these are standard deviations across rounds or something else.
- [Section 4.3] There is a grammatical error in the definition of the Game A focal-route metric: 'we first compute the of the number of agents' should read 'we first compute the number of agents'. This makes the text confusing, though the intended meaning is clear from the formula.
- [Section 5.1 and throughout] The paper makes strong comparative claims such as 'summarized representations lead to significantly lower regret' and 'summarized prompting leads to behavior closer to equilibrium' without reporting any inferential statistics (e.g., confidence intervals for the differences or formal tests). Given the high standard errors in several conditions, the qualitative conclusions would be substantially strengthened by supplying effect sizes and uncertainty measures for the key contrasts.
- [Section 4.3 and Section 3] The term 'regret' is defined in Section 4.3 as the per-round difference between the best possible payoff in hindsight and the received payoff, which is an instantaneous best-response regret rather than the cumulative regret commonly used in online learning. This is a reasonable choice, but it should be introduced and defined earlier in Section 3, where 'regret' is first used, to avoid ambiguity for readers familiar with the online-learning regret.
Circularity Check
No significant circularity: the study is empirical, with no free parameter fitted to the outcome and no load-bearing self-citation; the fixed-instruction confound is an internal-validity concern, not circularity.
full rationale
This paper makes no formal derivation whose inputs are equivalent to its outputs. The central findings are comparative empirical observations across 2x2x2 prompt conditions in a fixed routing game; the three axes are varied explicitly and all eight combinations are run. No parameter is estimated from the outcome data and then re-sold as a prediction: regret feedback is computed from the same payoff functions as the evaluation metrics, but the agent's route choice is not forced to equal the zero-regret route, and the paper reports cases where regret-based representations do not improve convergence (Game A), so the outcome is not determined by construction. The only load-bearing external citation is to Rapoport et al. (2009) for the game instructions, equilibrium benchmarks, and human-subject convergence; that citation is to an independent lab experiment, not to the authors' own prior work, and it is used as a benchmark rather than as a proof that the LLM results must hold. The reviewer-identified problem, namely that the fixed game instructions promise payoff and route-distribution feedback that the own-action and regret conditions do not deliver, is a genuine threat to causal identification (an instruction-mismatch confound), but it is not circularity in the sense of a conclusion that is equivalent to its premises by definition. Accordingly, the score is 0.
Assumptions & free parameters
free parameters (3)
- GPT-4o temperature =
1.0
- Number of trials per condition =
not reported
- Baseline hyperparameters (eta, gamma) =
0.75
assumptions (6)
- domain assumption LLM agents are stateless and require natural language encodings of history.
- standard math Game A and Game B equilibria are as computed (Game A split 9/9, Game B all 18 on bridge).
- domain assumption Closeness to pure-strategy Nash equilibrium is the appropriate evaluation criterion.
- domain assumption The fixed game instructions are neutral across state representations.
- domain assumption GPT-4o at temperature 1 is a representative LLM agent.
- domain assumption The number of trials is sufficient for the reported standard errors.
Cite this review
Pith. "Pith review of The Effect of State Representation on LLM Agent Behavior in Dynamic Routing Games." pith.science (2026). https://pith.science/paper/GOGZCOTI
@misc{pith2026250615624,
author = {Pith},
title = {Pith review of: The Effect of State Representation on LLM Agent Behavior in Dynamic Routing Games},
year = {2026},
howpublished = {\url{https://pith.science/paper/GOGZCOTI}},
note = {Machine review of arXiv:2506.15624}
}
read the original abstract
Large Language Models (LLMs) have shown promise as decision-makers in dynamic settings, but their stateless nature necessitates creating a natural language representation of history. We present a unifying framework for systematically constructing natural language "state" representations for prompting LLM agents in repeated multi-agent games. Previous work on games with LLM agents has taken an ad hoc approach to encoding game history, which not only obscures the impact of state representation on agents' behavior, but also limits comparability between studies. Our framework addresses these gaps by characterizing methods of state representation along three axes: action informativeness (i.e., the extent to which the state representation captures actions played); reward informativeness (i.e., the extent to which the state representation describes rewards obtained); and prompting style (or natural language compression, i.e., the extent to which the full text history is summarized). We apply this framework to a dynamic selfish routing game, chosen because it admits a simple equilibrium both in theory and in human subject experiments \cite{rapoport_choice_2009}. Despite the game's relative simplicity, we find that there are key dependencies of LLM agent behavior on the natural language state representation. In particular, we observe that representations which provide agents with (1) summarized, rather than complete, natural language representations of past history; (2) information about regrets, rather than raw payoffs; and (3) limited information about others' actions lead to behavior that more closely matches game theoretic equilibrium predictions, and with more stable game play by the agents. By contrast, other representations can exhibit either large deviations from equilibrium, higher variation in dynamic game play over time, or both.
Figures
Figures from the paper (2 more)
Forward citations
Cited by 2 Pith papers
-
Exploring Silicon-Based Societies: An Early Study of the Moltbook Agent Community
Clustering of Moltbook submolt descriptions shows agent-created communities organize into human-mimetic, silicon-centric, and proto-economic themes, but the categories were partly prescribed by the analysis prompt.
-
A Survey on Autonomy-Induced Security Risks in Large Model-Based Agents
The paper surveys security risks of LLM agents, organizes them into a five-level autonomy taxonomy, and proposes an untested CMDP-based architecture called R2A2.
Reference graph
Works this paper leans on
-
[2]
https://doi.org/10.48550/arXiv.2305.16867 arXiv:2305.16867
Playing repeated games with Large Language Models. https://doi.org/10.48550/arXiv.2305.16867 arXiv:2305.16867. Lisa P. Argyle, Ethan C. Busby, Nancy Fulda, Joshua Gubler, Christopher Rytting, and David Wingate
-
[3]
https: //doi.org/10.1017/pan.2023.2 arXiv:2209.06899 [cs]
Out of One, Many: Using Language Models to Simulate Human Samples.Political Analysis31, 3 (July 2023), 337–351. https: //doi.org/10.1017/pan.2023.2 arXiv:2209.06899 [cs]. Sanjeev Arora, Elad Hazan, and Satyen Kale
arXiv 2023
-
[6]
https://doi.org/10.48550/arXiv.2306.04637 arXiv:2306.04637 [cs]
Transformers as Statisticians: Provable In-Context Learning with In-Context Algorithm Selection. https://doi.org/10.48550/arXiv.2306.04637 arXiv:2306.04637 [cs]. Tom B. Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, Sandhini Agarwal, Ariel Herbert-Voss, Gr...
-
[10]
https://doi.org/10.48550/arXiv.2402.12348 arXiv:2402.12348
GTBench: Uncovering the Strategic Reasoning Limitations of LLMs via Game-Theoretic Evaluations. https://doi.org/10.48550/arXiv.2402.12348 arXiv:2402.12348. Nicoló Fontana, Francesco Pierri, and Luca Maria Aiello
-
[11]
Nicer Than Humans: How do Large Language Models Behave in the Prisoner’s Dilemma? https://doi.org/10.48550/arXiv.2406.13605 arXiv:2406.13605 [physics]. Yoav Freund and Robert E. Schapire
-
[13]
https://doi.org/10.48550/arXiv.2305.05516 arXiv:2305.05516 [econ]
GPT in Game Theory Experiments. https://doi.org/10.48550/arXiv.2305.05516 arXiv:2305.05516 [econ]. Sergiu Hart and Andreu Mas-Colell. 2013.Simple adaptive strategies: from regret-matching to uncoupled dynamics. Vol
-
[14]
Are Large Language Models Strategic Decision Makers? A Study of Performance and Bias in Two-Player Non-Zero-Sum Games. https://doi.org/10. 48550/arXiv.2407.04467 arXiv:2407.04467. John J. Horton
-
[15]
Large Language Models as Simulated Economic Agents: What Can We Learn from Homo Silicus? https://doi.org/10.48550/arXiv.2301.07543 arXiv:2301.07543 [econ, q-fin]. Jen-tse Huang, Eric John Li, Man Ho Lam, Tian Liang, Wenxuan Wang, Youliang Yuan, Wenxiang Jiao, Xing Wang, Zhaopeng Tu, and Michael R. Lyu
Show all 39 references
-
[16]
https://doi.org/10.48550/arXiv.2403.11807 arXiv:2403.11807
How Far Are We on the Decision-Making of LLMs? Evaluating LLMs’ Gaming Ability in Multi-Agent Environments. https://doi.org/10.48550/arXiv.2403.11807 arXiv:2403.11807. Jingru Jia, Zehua Yuan, Junhao Pan, Paul E. McNamara, and Deming Chen
-
[18]
2406.11426 arXiv:2406.11426
Can AI with High Reasoning Ability Replicate Human-like Decision Making in Economic Experiments? https://doi.org/10.48550/arXiv. 2406.11426 arXiv:2406.11426. Spyros Kontogiannis and Paul Spirakis
- [19]
-
[20]
4705130 Nelson F
Can LLMs Mimic Human-Like Mental Accounting and Behavioral Biases? https://doi.org/10.2139/ssrn. 4705130 Nelson F. Liu, Kevin Lin, John Hewitt, Ashwin Paranjape, Michele Bevilacqua, Fabio Petroni, and Percy Liang
-
[21]
2024), 157–173
Lost in the Middle: How Language Models Use Long Contexts.Transactions of the Association for Computational Linguistics12 (Feb. 2024), 157–173. https://doi.org/10.1162/tacl_a_00638 Dov Monderer and Lloyd S Shapley
2024 doi
-
[23]
https://doi.org/10.48550/arXiv.2403.16843 arXiv:2403.16843
Do LLM Agents Have Regret? A Case Study in Online Learning and Games. https://doi.org/10.48550/arXiv.2403.16843 arXiv:2403.16843. Joon Sung Park, Joseph C. O’Brien, Carrie J. Cai, Meredith Ringel Morris, Percy Liang, and Michael S. Bernstein
- [24]
-
[25]
Amnon Rapoport, Tamar Kugler, Subhasish Dugar, and Eyran J
The Machine Psychology of Cooperation: Can GPT models operationalise prompts for altruism, cooperation, competitiveness and selfishness in economic games? https://doi.org/10.48550/arXiv.2305.07970 arXiv:2305.07970 [cs]. Amnon Rapoport, Tamar Kugler, Subhasish Dugar, and Eyran ...
- [28]
-
[30]
https://doi.org/10.48550/ arXiv.2410.05254 arXiv:2410.05254
GLEE: A Unified Framework and Benchmark for Language-based Economic Environments. https://doi.org/10.48550/ arXiv.2410.05254 arXiv:2410.05254. Amos Tversky and Daniel Kahneman
- [32]
-
[33]
https://doi.org/10.48550/arXiv.2410.10479 arXiv:2410.10479
TMGBench: A Systematic Game Benchmark for Evaluating Strategic Reasoning Abilities of LLMs. https://doi.org/10.48550/arXiv.2410.10479 arXiv:2410.10479. Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, Brian Ichter, Fei Xia, Ed Chi, Quoc Le, and Denny Zhou
- [35]
-
[36]
https://doi.org/10.48550/arXiv.2408.02559 arXiv:2408.02559
Evaluating and Enhancing LLMs Agent based on Theory of Mind in Guandan: A Multi-Player Cooperative Game under Imperfect Information. https://doi.org/10.48550/arXiv.2408.02559 arXiv:2408.02559. Xiaopeng Yu, Wanpeng Zhang, and Zongqing Lu
-
[37]
LLM-Based Explicit Models of Opponents for Multi-Agent Games. (2025). Lyle Goodyear, Rachel Guo, and Ramesh Johari21 Chujie Zheng, Hao Zhou, Fandong Meng, Jie Zhou, and Minlie Huang
2025
-
[38]
https://doi.org/10.48550/arXiv.2309.03882 arXiv:2309.03882
Large Language Models Are Not Robust Multiple Choice Selectors. https://doi.org/10.48550/arXiv.2309.03882 arXiv:2309.03882. Lyle Goodyear, Rachel Guo, and Ramesh Johari22 A LLM Agent Prompts Figure 16 below presents the game instructions that we provide to the LLM agents, adap...
-
[39]
Payoff example given is adjusted according to whether agents are playing Game A or Game B
Game description (adapted from [Rapoport et al ., 2009]) and formatting instructions given with every API call. Payoff example given is adjusted according to whether agents are playing Game A or Game B. Formatting instructions are generated by LangChain. Lyle Goodyear, Rachel ...
2009
-
[1974]
Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N
Judgment under Uncertainty: Heuristics and Biases: Biases in judgments reveal some heuristics of thinking under uncertainty.science185, 4157 (1974), 1124–1131. Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Lukasz Kaiser, and Illia Polosukhin
1974
-
[1996]
Chanwoo Park, Xiangyu Liu, Asuman Ozdaglar, and Kaiqing Zhang
Potential games.Games and economic behavior14, 1 (1996), 124–143. Chanwoo Park, Xiangyu Liu, Asuman Ozdaglar, and Kaiqing Zhang
1996
-
[1999]
1999), 79–103
Adaptive Game Playing Using Multiplicative Weights.Games and Economic Behavior29, 1 (Oct. 1999), 79–103. https://doi.org/10.1006/game.1999.0738 Fulin Guo
1999
-
[2002]
The Nonstochastic Multiarmed Bandit Problem. SIAM J. Comput.32, 1 (Jan. 2002), 48–77. https://doi.org/10.1137/S0097539701398375 Yu Bai, Fan Chen, Huan Wang, Caiming Xiong, and Song Mei
2002 doi
-
[2004]
Selfish routing with atomic players. InProc. 16th symp. on discrete algorithms (soda). Citeseer, 1184–1185. Tim Roughgarden. 2005.Selfish Routing and the Price of Anarchy. MIT Press. Google-Books-ID: 2hjQEAAAQBAJ. Shai Shalev-Shwartz. 2007.Online learning: Theory, algorithms, ...
2005
-
[2008]
InDecision Modeling and Behavior in Complex and Uncertain Environments, Tamar Kugler, J
Braess Paradox in the Laboratory: Experimental Study of Route Choice in Traffic Networks with Asymmetric Costs. InDecision Modeling and Behavior in Complex and Uncertain Environments, Tamar Kugler, J. Cole Smith, Terry Connolly, and Young-Jun Son (Eds.). Springer, New York, NY...
-
[2009]
https://doi.org/10.1016/j.geb.2008.02.007 Jillian Ross, Yoon Kim, and Andrew W
Choice of routes in congested traffic networks: Experimental tests of the Braess Paradox.Games and Economic Behavior65, 2 (March 2009), 538–571. https://doi.org/10.1016/j.geb.2008.02.007 Jillian Ross, Yoon Kim, and Andrew W. Lo
2009 doi
-
[2011]
Wiley(2011)
Wardrop equilibria.Encyclopedia of Operations Research and Management Science. Wiley(2011). Jinhao Duan, Renming Zhang, James Diffenderfer, Bhavya Kailkhura, Lichao Sun, Elias Stengel-Eskin, Mohit Bansal, Tianlong Chen, and Kaidi Xu
2011
-
[2012]
Peter Auer, Nicolò Cesa-Bianchi, Yoav Freund, and Robert E
The multiplicative weights update method: a meta-algorithm and applications.Theory of computing8, 1 (2012), 121–164. Peter Auer, Nicolò Cesa-Bianchi, Yoav Freund, and Robert E. Schapire
2012
-
[2020]
https://doi.org/10.48550/arXiv.2005.14165 arXiv:2005.14165
Language Models are Few-Shot Learners. https://doi.org/10.48550/arXiv.2005.14165 arXiv:2005.14165. Nicolò Cesa-Bianchi and Gábor Lugosi. 2006.Prediction, Learning, and Games. https://doi.org/10.1017/CBO9780511546921 Journal Abbreviation: Prediction, Learning, and Games Publica...
-
[2022]
https://arxiv.org/abs/2201.11903v6 Publication Title: arXiv.org
Chain-of-Thought Prompting Elicits Reasoning in Large Language Models. https://arxiv.org/abs/2201.11903v6 Publication Title: arXiv.org. Lin Xu, Zhiyuan Hu, Daquan Zhou, Hongyu Ren, Zhen Dong, Kurt Keutzer, See Kiong Ng, and Jiashi Feng. 2024a. MAgIC: Investigation of Large Lan...
-
[2023]
https://doi.org/10.48550/arXiv.2208.10264 arXiv:2208.10264 [cs]
Using Large Language Models to Simulate Multiple Humans and Replicate Human Subject Studies. https://doi.org/10.48550/arXiv.2208.10264 arXiv:2208.10264 [cs]. Elif Akata, Lion Schulz, Julian Coda-Forno, Seong Joon Oh, Matthias Bethge, and Eric Schulz
-
[2024]
José R Correa and Nicolás E Stier-Moses
LLM-driven Imitation of Subrational Behavior : Illusion or Reality? http://arxiv.org/abs/2402.08755 arXiv:2402.08755 [cs, econ, q-fin]. José R Correa and Nicolás E Stier-Moses
-
[2025]
https://doi.org/10.48550/arXiv.2502.20432 arXiv:2502.20432 [cs] version:
Large Language Model Strategic Reasoning Evaluation through Behavioral Game Theory. https://doi.org/10.48550/arXiv.2502.20432 arXiv:2502.20432 [cs] version:
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.