Summary
This paper employs behavioral game theory to investigate the cooperative and coordinative behaviors of LLMs. It involves finitely repeated games among various LLM models, with a statistical analysis of their behaviors across different game types. The study specifically evaluates several LLM models, including GPT-4, text-davinci-002, text-davinci-003, Claude 2, and Llama 2 70B, in the context of different types of repeated 2x2 matrix games.
The experimental results can be divided into two parts. The first part is an analysis of the behavior of LLMs across different types of games. Larger LLMs tend to outperform smaller ones, with GPT-4 achieving the highest overall scores. Notably, LLMs excel in Prisoner's Dilemma games but struggle when their choices conflict with their preferences.
The second part is a detailed analysis of repeated Prisoner's Dilemma games and Battle of the Sexes games. In Prisoner's Dilemma, GPT-4 never forgives opponents that defect. In the Battle of the Sexes, GPT-4 performs well against agents with fixed choices but struggles when facing non-fixed patterns. In both cases, the author carries out robustness checks and proposes some prompt strategies to alter or improve the strategies of the LLMs.
Strengths
1. As far as I know, this is the first paper that studies the behavior of LLMs in games. The paper systematically considers a wide range of powerful LLMs and explores all possible 2x2 game scenarios.
2. The paper includes overall numerical statistics and detailed analyses for Prisoner's Dilemma and Battle of the Sexes games.
3. The paper is well-written, with a clear structure.
4. The phenomena like "unforgiveness" and "noncooperation" are impressive. These findings help us understand the behavior of LLMs.
Weaknesses
1. Generally speaking, this paper may be more suitable for AAMAS, AAAI, and IJCAI, rather than ICLR, which focuses more on machine learning technology. The paper primarily focuses on the observation of LLM behavior, lacking machine learning techniques. Incorporating more robust methodologies could enhance its scientific rigor.
2. Although the article is very comprehensive in studying 2x2 games, I still question whether the experimental results in this area are representative. For example, whether the unforgiveness of GPT-4 obtained in the article can be reflected in some real scenarios.
3. It is shown in Table 1 that GPT-4 performs best overall and achieves the highest score in each game family. Another result that can be added in section 4.2 is the average score when different pairs of players participate. For example, the format should be similar to Figure 3, with the value representing the score.
4. One detail to note is that the prompt in the appendix does not seem to specifically state that the player's goal is to maximize its own total utility. This perhaps causes some deviations in LLMs' strategies.
Questions
"Prompting Techniques to Improve Observed Behavior" and "Improving Observed Behavior" are interesting. Do you think that allowing the LLM to state the reasons for its choice before outputting it, such as using the simple CoT method, can be useful in your experiments? Although the reason given by the LLM may not be the actual reason it uses, it can at least provide more explanation for its behavior, such as unforgiveness and noncooperation.
One thing I am curious about is whether the temperature of LLMs would influence the results in the games in this paper. While it may introduce challenges in reproducibility, qualitative analysis could be valuable.
Rating
5: marginally below the acceptance threshold
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.