ConceptioArchivearXiv CS
arXiv CSopen access

Recursive Reasoning or Statistical Extrapolation? In-Context Learning in Multi-Agent Interdependent Decision-Making

· arxiv_cs
arXiv CS · Papers · License: Open Access
Open Source ↗Direct PDF ↓
knowledge-representationreasoning
artificial intelligence, reasoning, knowledge representation

Recursive Reasoning or Statistical Extrapolation? In-Context Learning in Multi-Agent Interdependent Decision-Making Yu Liu, Wenwen Li, Yifan Dou, Guangnan Ye Fudan University [email protected], {liwwen,yfdou,yegn}@fudan.edu.cn

arXiv:2609.18591v1 [cs.AI] 16 Sep 2026

Abstract In-context learning (ICL) enables large language model (LLM) agents to improve decisions using interaction history, yet it remains unclear whether such improvement reflects refined internal reasoning or mere extrapolation of statistical patterns. To disentangle these mechanisms, we study LLM agents in multiagent incomplete-information games that require recursive belief reasoning. By constructing a public goods game and manipulating the statistical structure of historical feedback, we evaluate decision quality against a historyindependent rational expectations equilibrium (REE) benchmark. Our experiments reveal that when historical statistical patterns are disrupted, the benefits of longer context largely vanish, degrading decision quality to the no-context baseline in a way sharply amplified by stronger strategic interdependence. These results suggest that, in such strategic environments, ICL behavior is more consistent with statistical extrapolation than with strategic reasoning. Our work extends the mechanistic study of ICL to strategic multi-agent settings, introduces REE as a diagnostic tool for distinguishing reasoning from extrapolation, and provides a reusable framework for probing the boundaries of LLM reasoning in recursive belief tasks.

1

Figure 1: Relational Complexity in Multi-Agent Systems. When everyone is constantly influencing everyone else, making a single decision becomes an overwhelming task. This structure necessitates a shift from simple logic to a deep and complicated cycle of guessing what others might do, highlighting the challenge of strategic coordination.

et al., 2022)? In single-agent or purely cooperative settings, the two mechanisms are often observationally equivalent and therefore hard to disentangle. We break this equivalence by using multi-agent games with strategic interdependence (Harsanyi, 2004), where optimal actions depend on expectations about others, requiring recursive belief reasoning. As the degree of interdependence deepens, environmental feedback varies nonlinearly with one another’s decisions, and straightforward autoregressive extrapolation along historical trends can lead to systematic biases. This property provides a way to probe the mechanism of ICL.

Introduction

LLM-based agents have shown strong decisionmaking performance, with in-context learning (ICL) as a core mechanism (Brown et al., 2020; Wei et al., 2022). By placing interaction histories into the context window, models appear able to adjust their behavioral policies in response to feedback (Xia et al., 2025). However, a critical question remains unsettled: Does the behavioral improvement exhibited by ICL originate from strategic corrections of the internal decision-making process at inference time (Xie et al., 2022), or is it merely pattern matching and extrapolation of statistical regularities present in the context sequences (Olsson

We concretely construct a repeated n-person public goods game (Fehr and Gachter, 2000) as an experimental testbed. In each round, after observing a publicly announced cost, every agent independently decides whether to participate in a public project that generates positive externalities. Because REE-derived policies (Muth, 1961) 1

depend only on strategic fundamentals and not on historical realizations, they provide a historyindependent reference that helps isolate behaviors that are systematically misaligned with recursive reasoning. Adopting the in-context reinforcement learning paradigm, we let multiple populations of LLM agents repeatedly interact in the aforementioned public goods game while systematically manipulating two dimensions: the strength of interdependence β, and the statistical structure of the environmental feedback sequences. By combining analytical solutions of the theoretical equilibrium with regression analyses of behavioral data, we examine the performance boundaries of ICL under varying demands for recursive reasoning. The experimental results provide evidence that ICL primarily operates as statistical extrapolation under high interdependence. In scenarios with weak interdependence and simple environmental feedback, it appears to bring about improvements in decision-making behavior. However, the improvement is primarily constrained by the statistical structure of the feedback. Under monotonic trends ICL consistently improves over baseline, while under jump sequences the benefit of longer context largely disappears, with higher β further reducing the residual gain. This suggests that, in these multi-agent interdependent scenarios, ICL’s behavior appears more consistent with extrapolating along statistical trends than with recursive belief revision under the equilibrium benchmark. Our contributions are as follows:

2

Problem Formulation

2.1

Game-theoretic Model

Consider an n-player simultaneous-move global game. Each agent i ∈ {1, . . . , n} has a fixed private value θi , drawn i.i.d. from a commonknowledge distribution F (·). In each round t, after observing a public cost pt , all agents simultaneously and independently choose whether to participate (ai = 1) or not (ai = 0) in a public project with positive externalities. The P total number of participants is denoted by Nt = i ai . Agent i’s payoff is: ( θi + βNt − pt , ui (ai , a−i ) = 0,

ai = 1, ai = 0,

(1)

where β > 0 captures the marginal external benefit. When β = 0, the game reduces to an independent decision-making problem; as β grows, payoffs become increasingly sensitive to beliefs about others’ actions, which amplifies the role of higher-order expectations and strategic interdependence in determining payoffs. Thus, as β increases, payoffs become more sensitive to beliefs about others’ actions, amplifying the importance of higherorder expectations in equilibrium play. 2.2

Rational Expectations Equilibrium

We adopt the rational expectations equilibrium (REE) as a benchmark of rational play under full rationality. In a symmetric REE, all agents follow the same threshold strategy: there exists a cutoff θ∗ (pt ) such that agent i participates if and only if θi ≥ θ∗ (pt ). The equilibrium requires consistency between beliefs and actual play: each agent’s expectation of others’ behavior exactly matches their actual behavior under that threshold strategy. We adopt proximity to the REE as a behavioral proxy. Our framework rests on the explicit premise that, under a broader bounded rationality perspective, a closer empirical alignment to the REE reflects deeper iterative reasoning. Under the threshold strategy, for agent i, the participation probability of any other agent j (j ̸= i) is Pr(θj ≥ θ∗ ) = 1−F (θ∗ ). Since the decisions of other agents are perceived as i.i.d. by i, i’s expectation of the number of participants excluding himself is (n − 1)(1 − F (θ∗ )). Indifference for the marginal agent ( θi = θ∗ ) gives:

• We extend the mechanistic study of ICL to multi-agent interdependent games, probe the limits of ICL when recursive belief reasoning is required, and provide testable theoretical constraints for identifying the boundary conditions of recursive belief reasoning in LLMs. • We introduce rational expectations equilibrium into the evaluation of LLM agents, exploiting its history-independent property to construct a test that helps disambiguate between reasoning and extrapolation accounts. • We build a reusable and parametrically adjustable experimental framework that can decouple interdependence strength from statistical structure, providing a template that can be adapted to analyze limitations in other recursive belief tasks.

θ∗ + β · E−i [Nt | θ∗ ] = pt , 2

(2)

where E−i [Nt | θ∗ ] is the marginal agent’s expectation of the total number of participants. Since the agent himself participates (ai = 1) and each of the remaining n − 1 agents participates with probability 1 − F (θ∗ ), we have  E−i [Nt | θ∗ ] = 1 + (n − 1) 1 − F (θ∗ ) .

Manipulating the statistical structure of the price sequence in the interdependence game yields predictions that separate the two mechanisms: • If H0 dominates, reordering the same set of prices does not systematically affect decision quality, since the REE threshold depends only on pt .

(3)

Substituting (3) into (2) yields the fixed-point equation determining θ∗ (pt ): h i θ∗ + β 1 + (n − 1) 1 − F (θ∗ ) = pt .

• If H1 dominates, decision quality is systematically higher under clear trends than under irregular or no trends, and this gap widens with β, due to amplification through strategic complementarity.

(4)

When F satisfies suitable regularity conditions, (4) admits a unique solution θ∗ (pt ). Appendix A provides the complete proof of existence and uniqueness. Equation (4) shows that the REE threshold is history-independent. The strategy threshold θ∗ (pt ) depends only on the current public signal pt , the interdependence intensity β, and the private-value distribution F ; it is independent of any statistical features of the historical price sequence {p1 , . . . , pt−1 }. Regardless of whether prices exhibit stationary fluctuations, a monotonic trend, or irregular jumps, as long as pt is the same, a rational agent’s optimal strategy threshold remains unchanged. This follows from the rational-expectations logic. Under the commonknowledge prior, all inferences about others’ strategies are already encapsulated in pt and F , and the historical path provides no additional causal information. This history independence yields a testable restriction for distinguishing reasoning from extrapolation. 2.3

3

Experimental Design

3.1

Game Environment and Control Logic

We instantiate the game from Section 2 as a public goods game with n = 50, private values θi ∼ U[0, 49], and interdependence strength β ∈ {0.25, 0.75}. Each experimental session consists of T = 6 decision rounds, with each round following a fixed protocol: the environment announces the current public cost pt and the interaction history up to the previous round; each agent independently decides whether to participate based on its own θi and the context; the environment then aggregates the total number of participants and returns individual payoffs. The entire workflow is driven by the finite state machine shown in Figure 2, with a formal specification provided in Appendix C. 3.2

Research Hypotheses

Price Sequence Structure

To separate reasoning from extrapolation, we keep the fundamentals of each round fixed and only manipulate the temporal ordering of prices. We uniformly select M = 6 price points to form the set P such that the corresponding equilibrium participation probabilities are sufficiently spread out. Fixing P, we change only the arrangement of prices across the T rounds to construct two types of sequences:

The framework translates the ICL mechanism question into two candidate mechanisms: • H0 (Recursive Reasoning): Agents’ decisions are primarily driven by strategic reasoning based on the current game structure; their behavior follows the reaction function characterized by the REE and is independent of historical statistical patterns. • H1 (Statistical Extrapolation): Agents’ decisions are primarily driven by pattern matching and autoregressive extrapolation of the (p, N ) sequence within the context window; their behavior is strongly governed by the statistical structure of the sequence.

• Monotonic sequences: Prices change in a single direction, exhibiting a clear local trend; • Jump sequences: Adjacent prices frequently switch between high and low values, forming no stable trend. 3

tion, K rounds of history correspond to c = 2K +1 messages, and the number of messages actually manipulated in the experiment is c ∈ {1, 7, 13}. 3.4

Evaluation Metrics and Models

To enable a unified metric of decision quality across different β, we follow the method in Appendix A.3 to determine lower and upper price bounds for each β, and map the original public cost pt to [0, 5] via an affine transformation, denoting the mapped price as p̃t . Under this normalized scale, the rational expectations equilibrium derived in Section 2 collapses to a β-independent linear benchmark: Neq (p̃) = −10 p̃ + 50.

(6)

The derivation and the proof that this mapping preserves the history independence of REE are provided in Appendix A. For each experimental trajectory, we define the following three metrics to characterize the relationship between the collective behavior of agents and the equilibrium. Equilibrium Deviation v u T u1 X 2 Nt − Neq (p̃t ) . ED = t T

Figure 2: Dynamic Feedback Loop for Agent Decision-Making. The experimental framework operates as such a loop, where environmental signals drive autonomous agent decisions. Each iteration synchronizes public information broadcasting with internal belief updates and subsequent outcome aggregation, ensuring a rigorous causal trace from context to collective action.

ED measures the deviation of actual participation from the equilibrium prediction. Equilibrium Coefficient of Determination

The inferential logic behind this manipulation is as follows: if agents rely on recursive reasoning, decisions under the same pt should not vary with the sequence type; if they depend on statistical extrapolation, decision quality in monotonic sequences will be significantly better than in jump sequences, and this difference will be further amplified by strategic complementarity when β is large. Specific trajectories are provided in Appendix D. 3.3

2 Req =1−

PT

t=1 Nt − Neq (p̃t ) 2 PT t=1 Nt − N̄

2 .

(8)

P 2 captures how well where N̄ = T1 Tt=1 Nt . Req the equilibrium line explains the shape of participation fluctuations. Strategic Regression To further reveal the response rule that actually emerges from the collective interaction of agents, we perform ordinary least squares regression on the per-round observations (p̃t , Nt ):

Context Structure (k)

The historical information Hi,t available to agent i in round t is defined as the public signals, total participation numbers, and individual payoffs from the most recent k rounds:  min(k,t−1) (k) Hi,t = (pt−τ , Nt−τ , ui,t−τ ) τ =1 ,

(7)

t=1

Nt = α + γ p̃t + εt .

(9)

Experiments are run on GPT-5 and Qwen3-Plus. Model configurations are detailed in Appendix E. The main text reports representative results from GPT-5. Cross-model comparisons are provided in Appendix F.

(5)

where k ∈ {0, 3, 6}. In the input implementa4

4

Experimental Results and Analysis

We report group decision-making behavior under three experimental conditions, which form a progressive diagnostic chain: first, we establish the baseline inference ability without any history; second, we examine the apparent benefit of ICL under a clear trend; finally, we test whether this benefit disappears when the trend is broken. 4.1

Static Baseline

When no interaction history is provided, agents make participation decisions based solely on the current price pt and their private value θi . Figure 3 summarizes the group expectation distributions across six independent price points. This baseline characterizes the model’s basic decisionmaking pattern without any context and serves as a reference for measuring the net contribution of ICL. Expected participation decreases with price, consistent with theory, but the curve is flatter than REE, leading to systematic overestimation at high prices and underestimation at low prices. Table 1 shows 2 that increasing β nearly doubles ED and cuts Req by more than half, while box widths grow, confirming that stronger interdependence amplifies deviations and reduces consistency. Thus, even without history, the model shows systematic limitations in recursive belief reasoning. We visualize only increasing and converging trajectories here. Full results and metrics are in Appendix B.1. 4.2

Figure 3: Static baseline without interaction history. Blue boxplots show the distribution of expected participation across six independent price points, with blue dashed line connecting group means and red dashed line representing the REE. The model exhibits systematic deviation from REE even without strategic interdependence: the response curve is flatter than equilibrium, overestimating participation at high prices and underestimating at low prices. The deviation intensifies sharply when the interdependence parameter β increases from 0.25 to 0.75, revealing a fundamental limitation in recursive belief reasoning.

Monotonic Sequences 4.3

We introduce historical information, beginning with monotonic price sequences. As a representative case, Figure 4 shows an increasing trajectory under expanding context lengths k = 0, 3, 6. With only three rounds of history, expectation spread shrinks and group means move closer to REE (Table 1: for β = 0.25, ED drops from 6.18 to 0.84; for β = 0.75, from 11.14 to 5.60). However, the improvement (1) shows diminishing returns (ED changes little from k = 3 to k = 6), (2) does not eliminate systematic bias, and (3) remains sensitive to β (ED is much higher for β = 0.75). Regression slopes (Table 2) approach −10 only for β = 0.25, staying too flat for β = 0.75. Hence, the monotonic-trend benefit is better explained as statistical extrapolation than as recursive reasoning.

Jump Sequences

If the above interpretation is correct, the behavioral improvement from ICL should disappear when the statistical regularity of the historical sequence is disrupted. The non-monotonic jump sequence is designed precisely as a diagnostic condition to test this inference: prices switch frequently between high and low values, offering no stable direction for autoregressive extrapolation. Figure 5 presents the results under this condition. In this setting, longer context provides no systematic benefit. For β = 0.25, ED remains above 2 peaks at 0.854; for β = 0.75, ED 6.5 and Req 2 becomes negative at k = 0, exceeds 13.88, Req and slopes stay far below −10 (e.g., γ = −3.03 at k = 6). Spread does not narrow, and performance 5

Figure 4: Monotonic price trajectory. The columns show context window lengths k = 0, 3, 6; top row β = 0.25, bottom row β = 0.75. When a clear temporal trend is present, providing interaction history dramatically shrinks prediction spread and draws the group mean toward the REE line. However, the improvement exhibits diminishing returns, fails to eliminate the systematic bias, and remains highly sensitive to β. The pattern is consistent with statistical trend extrapolation rather than recursive reasoning.

Figure 5: Jump price trajectory. The price sequence oscillates without a sustained trend. Unlike the monotonic case, expanding the context window provides virtually no systematic improvement: prediction spreads remain wide, group means stay far from REE, and at high β the model performs no better than or even worse than the no-history baseline. The disappearance of ICL’s benefit precisely when the statistical trend is removed aligns closely with the extrapolation hypothesis.

6

Table 2: OLS regression of observed participation on mapped price.

sometimes worsens relative to the no-history baseline. The failure is amplified at higher β. This matches extrapolation: without a learnable trend, ICL yields no improvement, especially under high interdependence. 4.4

β

Quantitative Analysis Summary

To present a complete picture of group performance under all experimental conditions, Table 1 summarizes the equilibrium deviation and equilibrium coefficient of determination for five price trajectories, and Table 3 reports the corresponding regression intercept α, slope γ, and model fit.

0.25

Table 1: Equilibrium deviation and equilibrium determination coefficient across all trajectories. β

0.25

0.75

ED

R2eq

R2 /R̄2

Trajectory

k

α

γ

Static

44.81

-8.27

0.849 / 0.848

Decreasing

0 3 6

39.67 49.16 48.85

-7.78 -9.78 -9.67

0.799 / 0.799 0.985 / 0.985 0.979 / 0.979

Increasing

0 3 6

47.03 49.21 48.51

-8.45 -9.81 -9.62

0.873 / 0.872 0.998 / 0.998 0.986 / 0.986

Converging

0 3 6

30.60 41.38 43.04

-4.20 -7.10 -7.50

0.282 / 0.280 0.844 / 0.844 0.873 / 0.872

Diverging

0 3 6

26.25 47.49 47.33

-2.29 -9.20 -9.19

0.130 / 0.127 0.966 / 0.966 0.938 / 0.938

Static

33.81

-3.90

0.340 / 0.338

Decreasing

0 3 6

23.21 43.45 44.44

-4.04 -8.26 -8.52

0.483 / 0.481 0.879 / 0.879 0.932 / 0.932

Increasing

0 3 6

47.17 45.95 46.30

-6.31 -8.27 -8.35

0.728 / 0.727 0.899 / 0.898 0.913 / 0.913

Trajectory

k

Static

6.712

0.846

Decreasing

0 3 6

9.031 2.124 2.486

0.720 0.985 0.979

Increasing

0 3 6

6.180 0.843 2.154

0.869 0.998 0.906

Converging

0 3 6

20.08 29.60 31.01

-0.41 -3.03 -2.92

0.010 / 0.007 0.347 / 0.344 0.356 / 0.354

Converging

0 3 6

15.912 7.313 6.534

0.132 0.817 0.854

Diverging

0 3 6

22.65 40.75 40.50

0.28 -6.09 -5.85

0.006 / 0.003 0.771 / 0.770 0.757 / 0.756

Diverging

0 3 6

17.211 3.292 4.301

-0.016 0.963 0.937

Static

13.979

0.330

Decreasing

0 3 6

17.203 6.405 5.026

-0.015 0.859 0.913

Increasing

0 3 6

11.136 5.596 5.242

0.575 0.893 0.906

Converging

0 3 6

18.731 14.179 13.884

-0.203 0.311 0.339

Diverging

0 3 6

18.713 8.779 9.120

-0.201 0.736 0.715

0.75

sistently acts as an amplifier: for β = 0.75, decision quality across all trajectories is worse than under the corresponding β = 0.25 conditions. More detailed statistical test results are provided in the Appendix B.2.

5

Related Work

5.1

Mechanisms of In-Context Learning in Decision-Making

In-context learning enables LLMs to adapt to downstream tasks without parameter updates (Brown et al., 2020; Wei et al., 2022). It has been extended to sequential decision-making, where models improve actions by incorporating interaction histories and feedback into the context (Song et al., 2026; Xia et al., 2025; Chen et al., 2025). Song et al. (2026) show that LLMs can maximize scalar rewards over multiple prompting rounds, a phenomenon termed in-context reinforcement learning. Chen et al. (2025) demonstrate that LLMs transform sparse feedback into dense training signals via retrospective ICL. A fundamental question remains: how does ICL

The data in these tables are highly consistent with the analysis of the increasing and jump sequences in the previous three subsections: when the price sequence has an extrapolable monotonic trend, introducing history substantially reduces ED and brings the regression slope close to the theoretical value of −10; in sequences without a trend, 2 improves only marginally ED remains high, Req or becomes negative, and γ deviates severely from equilibrium. The interdependence strength β con7

produce behavioral improvement? One view interprets ICL as implicit reasoning: Xie et al. (2022) propose that models perform Bayesian inference over latent concepts, a perspective supported by recent theoretical analyses (Wakayama and Suzuki, 2025) and empirical studies showing that LLMs update their predictions in a Bayes-consistent manner given sufficient demonstrations (Gupta et al., 2025). Others show transformers can internally implement gradient descent on in-context examples (Von Oswald et al., 2023; Akyürek et al., 2023) and even simulate multi-step optimization of deep neural networks (Wu et al., 2025). An alternative view stresses statistical pattern matching: Olsson et al. (2022) identify induction heads that copy tokens, arguing this mechanism underlies general ICL ability; subsequent ablation studies confirm that disabling induction heads substantially degrades few-shot ICL performance (Crosbie and Shutova, 2025). 5.2

of threshold strategies. A key property is uniqueness even when complete-information games admit multiple equilibria, facilitating empirical evaluation. Rational expectations equilibrium (Muth, 1961; Lucas, 1972) imposes consistency between beliefs and actual distributions of actions, yielding a benchmark of rational play. A crucial feature of REE is its history independence: the equilibrium strategy depends only on contemporaneous fundamentals, not on historical realizations. This property makes REE an ideal reference for distinguishing reasoning-based from extrapolation-based behavior. Global games and REE have been extensively studied in economics (Harsanyi, 2004; Angeletos et al., 2007) and recently applied to analyze LLM behavior in social dilemmas (Liang et al., 2026). However, exploiting REE’s history independence as a diagnostic tool for probing the mechanism of ICL in multi-agent settings remains underexplored.

Recursive Belief Reasoning and Multi-Agent Games

5.4

Strategic interaction requires recursive belief reasoning because optimal actions depend on expectations about others’ actions. Behavioral game theory models such as level-k (Nagel, 1995; Stahl and Wilson, 1995) and cognitive hierarchy (Camerer, 2004) characterize individuals’ limited depths of strategic thinking. The beauty contest game (Nagel, 1995) has become a canonical paradigm for measuring recursive reasoning in human populations. Recent work evaluates LLMs’ strategic reasoning through game-theoretic lenses. Kempinski et al. (2025) guide LLMs to iteratively refine actions in self-play, resembling cognitive hierarchy. Trencsenyi et al. (2026) employ hypergames to assess recursive reasoning in one-shot beauty contest games. Yuan et al. (2026) develop MARSHAL, an RL framework incentivizing multi-agent reasoning via self-play. These efforts focus on whether LLMs exhibit strategic reasoning, without isolating the underlying mechanism. Systematically manipulating interdependence strength and feedback statistics offers a way to probe the mechanistic boundaries of ICL. 5.3

LLM Agents in Game-Theoretic Experiments

Game-theoretic paradigms are increasingly used to evaluate LLM agents’ strategic behavior. Liang et al. (2026) design sequential public goods games to incentivize cooperation in multi-LLM systems. Piedrahita et al. (2025) adapt a public goods game with institutional choice, finding that reasoningfocused LLMs paradoxically become free-riders. Huynh et al. (2025) apply the FAIRGAME framework to repeated social dilemmas, revealing systematic cooperation biases across models and languages. These studies characterize cooperative or competitive tendencies but do not disentangle the mechanisms driving ICL-based behavioral change. Disentangling reasoning from extrapolation by jointly manipulating history structure and interdependence strength provides a complementary diagnostic approach, building on the history-independence property of REE.

6

Conclusion

In this paper, we investigated whether in-context learning in LLM agents operating in multi-agent interdependent settings is better characterized as recursive belief reasoning or as statistical extrapolation of observed patterns. Using a repeated public goods game with a history-independent rational expectations equilibrium benchmark, we manipulated

Global Games and Rational Expectations Equilibrium

Global games (Carlsson and Van Damme, 1993; Morris and Shin, 2003) analyze coordination under incomplete information, where agents receive noisy private signals and equilibrium takes the form 8

the statistical structure of the feedback sequence to separate these two candidate mechanisms. Our results show that the improvements associated with in-context learning are closely tied to the presence of a clear temporal trend in the context. When the trend is removed, the advantage of additional context largely disappears, and this pattern becomes more pronounced at higher levels of interdependence. These observations are consistent with the interpretation that in-context learning in our setting relies primarily on statistical extrapolation rather than on recursive belief updating toward equilibrium play. We hope that the framework introduced here, based on the history-independence of rational expectations equilibrium, will offer a useful diagnostic tool for studying how and when LLM agents engage in recursive reasoning. Future work could extend this framework to probe finer-grained strategic behavior and to test whether interventions can shift behavior toward equilibrium-consistent play.

7

George-Marios Angeletos, Christian Hellwig, and Alessandro Pavan. 2007. Dynamic global games of regime change: Learning, multiplicity, and the timing of attacks. Econometrica, 75(3):711–756. 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, Gretchen Krueger, Tom Henighan, Rewon Child, Aditya Ramesh, Daniel M. Ziegler, Jeffrey Wu, Clemens Winter, and 12 others. 2020. Language models are few-shot learners. In Proceedings of the 34th International Conference on Neural Information Processing Systems, NIPS ’20, Red Hook, NY, USA. Curran Associates Inc. Colin F. Camerer. 2004. Behavioral Game Theory: Experiments in Strategic Interaction. Princeton University Press. Hans Carlsson and Eric Van Damme. 1993. Global games and equilibrium selection. Econometrica, 61(5):989–1018. Wen-Tse Chen, Jiayu Chen, Fahim Tajwar, Hao Zhu, Xintong Duan, Ruslan Salakhutdinov, and Jeff Schneider. 2025. Retrospective in-context learning for temporal credit assignment with large language models. In Advances in Neural Information Processing Systems, volume 38, Main Conference, pages 71973–71998. Curran Associates, Inc.

Limitations

Our study has several limitations that suggest natural directions for future work. First, we evaluated only two model families, so the observed patterns may not generalize to all LLM architectures or scales. Second, the public goods game, while effective for controlled manipulation, captures one specific form of strategic interdependence, and different game structures could in principle elicit different behaviors. Third, we explored relatively short context windows, leaving open the possibility that substantially longer histories might alter the balance between extrapolation and reasoning. Fourth, the analysis is purely behavioral; connecting these patterns to internal model mechanisms remains an open challenge. Finally, we employed a fixed prompt format, and sensitivity to linguistic framing was not assessed. None of these issues undermine the main finding, but addressing them will build a more complete picture of how in-context learning operates in strategic multi-agent settings.

Joy Crosbie and Ekaterina Shutova. 2025. Induction heads as an essential mechanism for pattern matching in in-context learning. In Findings of the Association for Computational Linguistics: NAACL 2025, pages 5049–5111, Albuquerque, New Mexico. E Fehr and S Gachter. 2000. Cooperation and punishment in public goods experiments. AMERICAN ECONOMIC REVIEW, 90. Ritwik Gupta, Rodolfo Corona, Jiaxin Ge, Eric Wang, Dan Klein, Trevor Darrell, and David M Chan. 2025. Enough coin flips can make LLMs act Bayesian. In Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 7634–7655, Vienna, Austria. John C. Harsanyi. 2004. Games with incomplete information played by “bayesian” players, i–iii: Part i. the basic model. Management Science, 50(12_supplement):1804–1817. Trung-Kiet Huynh, Duy-Minh Dao-Sy, Thanh-Bang Cao, Phong-Hao Le, Hong-Dan Nguyen, PhuQuy Nguyen-Lam, Minh-Luan Nguyen-Vo, HongPhat Pham, Phu-Hoa Pham, Thien-Kim Than, ChiNguyen Tran, Huy Tran, Gia-Thoai Tran-Le, Alessio Buscemi, Le Hong Trang, and The Anh Han. 2025. Understanding llm agent behaviours via game theory: Strategy recognition, biases and multi-agent dynamics. Preprint, arXiv:2512.07462.

References Ekin Akyürek, Dale Schuurmans, Jacob Andreas, Tengyu Ma, and Denny Zhou. 2023. What learning algorithm is in-context learning? Investigations with linear models. In The Eleventh International Conference on Learning Representations (ICLR), Kigali, Rwanda.

9

Benjamin Kempinski, Ian Gemp, Kate Larson, Marc Lanctot, Yoram Bachrach, and Tal Kachman. 2025. Game of thoughts: Iterative reasoning in gametheoretic domains with large language models. In Proceedings of the 24th International Conference on Autonomous Agents and Multiagent Systems, AAMAS ’25, page 1088–1097, Richland, SC. International Foundation for Autonomous Agents and Multiagent Systems.

Vince Trencsenyi, Agnieszka Mensfelt, and Kostas Stathis. 2026. Approximating Human Strategic Reasoning with LLM-Enhanced Recursive Reasoners Leveraging Multi-agent Hypergames, page 15–27. Springer Nature Switzerland. Johannes Von Oswald, Eyvind Niklasson, Ettore Randazzo, Joao Sacramento, Alexander Mordvintsev, Andrey Zhmoginov, and Max Vladymyrov. 2023. Transformers learn in-context by gradient descent. In Proceedings of the 40th International Conference on Machine Learning, volume 202 of Proceedings of Machine Learning Research, pages 35151–35174. PMLR.

Yunhao Liang, Yuan Qu, Jingyuan Yang, Shaochong Lin, and Zuo-Jun Max Shen. 2026. Everyone contributes! incentivizing strategic cooperation in multillm systems via sequential public goods games. In Proceedings of the 25th International Conference on Autonomous Agents and Multiagent Systems, AAMAS ’26, page 772–781, Richland, SC. International Foundation for Autonomous Agents and Multiagent Systems.

Tomoya Wakayama and Taiji Suzuki. 2025. In-context learning is provably Bayesian inference: A generalization theory for meta-learning. arXiv preprint arXiv:2510.10981. Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, brian ichter, Fei Xia, Ed Chi, Quoc V Le, and Denny Zhou. 2022. Chain-of-thought prompting elicits reasoning in large language models. In Advances in Neural Information Processing Systems, volume 35, pages 24824–24837. Curran Associates, Inc.

Robert E Lucas. 1972. Expectations and the neutrality of money. Journal of Economic Theory, 4(2):103– 124. Stephen Morris and Hyun Song Shin. 2003. Global games: Theory and applications. Research Papers in Economics, pages 56–114.

Weimin Wu, Maojiang Su, Jerry Yao-Chieh Hu, Zhao Song, and Han Liu. 2025. In-context deep learning via transformer models. In Proceedings of the 42nd International Conference on Machine Learning, volume 267 of Proceedings of Machine Learning Research, pages 67670–67718. PMLR.

John F. Muth. 1961. Rational expectations and the theory of price movements. Econometrica, 29(3):315– 335. Rosemarie Nagel. 1995. Unraveling in guessing games: An experimental study. The American Economic Review, 85(5):1313–1326.

Fanzeng Xia, Hao Liu, Yisong Yue, and Tongxin Li. 2025. Beyond numeric rewards: In-context dueling bandits with LLM agents. In Findings of the Association for Computational Linguistics: ACL 2025, pages 9959–9988, Vienna, Austria. Association for Computational Linguistics.

Catherine Olsson, Nelson Elhage, Neel Nanda, Nicholas Joseph, Nova DasSarma, Tom Henighan, Ben Mann, Amanda Askell, Yuntao Bai, Anna Chen, Tom Conerly, Dawn Drain, Deep Ganguli, Zac Hatfield-Dodds, Danny Hernandez, Scott Johnston, Andy Jones, Jackson Kernion, Liane Lovitt, and 7 others. 2022. In-context learning and induction heads. Transformer Circuits Thread. Https://transformer-circuits.pub/2022/incontext-learning-and-induction-heads/index.html.

Sang Michael Xie, Aditi Raghunathan, Percy Liang, and Tengyu Ma. 2022. An Explanation of In-Context Learning as Implicit Bayesian Inference. In International Conference on Learning Representations. Huining Yuan, Zelai Xu, Zheyue Tan, Xiangmin Yi, Mo Guang, Kaiwen Long, Haojia Hui, Boxun Li, Xinlei Chen, Bo Zhao, Xiao-Ping Zhang, Chao Yu, and Yu Wang. 2026. MARSHAL: Incentivizing multi-agent reasoning via self-play with strategic LLMs. In Proceedings of the 14th International Conference on Learning Representations (ICLR), Rio de Janeiro, Brazil.

David Guzman Piedrahita, Yongjin Yang, Mrinmaya Sachan, Giorgia Ramponi, Bernhard Schölkopf, and Zhijing Jin. 2025. Corrupted by reasoning: Reasoning language models become free-riders in public goods games. Preprint, arXiv:2506.23276. Kefan Song, Amir Moeini, Peng Wang, Lei Gong, Rohan Chandra, Shangtong Zhang, and Yanjun Qi. 2026. Reward is enough: Llms are in-context reinforcement learners. In International Conference on Learning Representations, volume 2026, pages 112747– 112770.

A

Equilibrium Derivation and Construction of Normalized Benchmark

This appendix provides the detailed derivation of the REE described in Section 2 of the main paper, and explains the construction logic of the normalized evaluation benchmark.

Dale O. Stahl and Paul W. Wilson. 1995. On players’ models of other players: Theory and experimental evidence. Games and Economic Behavior, 10(1):218– 254.

10

A.1

A.3

General Existence and Uniqueness Condition

To measure decision quality under different β values on a unified scale, we determine a price interval [pmin (β), pmax (β)] for each β and map it to p̃ ∈ [0, 5] via the affine mapping:

Consider the fixed-point equation from equation (4) in the main paper:

h i θ∗ + β 1 + (n − 1) 1 − F (θ∗ ) = pt ,

Normalization Mapping and Unified Evaluation Scale

(10) p̃ = 5 ·

where F (·) is the cumulative distribution function of the private value θi . Define the function

  G(θ) = θ + β 1 + (n − 1)(1 − F (θ)) .

• Neq = n corresponds to pmin (β);

(11)

• Neq = 0 corresponds to pmax (β). Thus, regardless of the value of β, the normalized equilibrium number of participants follows the same linear benchmark:

(12)

Neq (p̃) = −10p̃ + n.

As long as β(n−1)f (θ) < 1 holds for all θ, G is strictly increasing, and thus for any pt there exists a unique solution θ∗ (pt ). Under the experimental settings of this paper (θi uniformly distributed, β ∈ {0.25, 0.75}, n = 50), this condition is naturally satisfied, and an equilibrium always exists and is unique. A.2

Assume that the private values θi are i.i.d. uniformly distributed on the interval [a, b], i.e., F (θ) = (θ − a)/(b − a). Substituting into (10) and solving for θ∗ , we obtain the explicit expression for the equilibrium threshold:

θ (p) =

p − β − β(n−1)b b−a 1 − β(n−1) b−a

.

(13)

The participation probability is 1 − F (θ∗ (p)), so the equilibrium total number of participants is

Neq (p) = n ·

b+β−p . (b − a) − β(n − 1)

(16)

In the experiments n = 50, which is equation (6) in the main paper. This normalization is a deterministic transformation performed independently for each period and introduces no cross-period correlation, so the history-independence of the REE is fully preserved in the (p̃, N ) space. This guarantees the logical foundation for distinguishing recursive reasoning from statistical extrapolation by manipulating the ordering of price sequences in the main paper. It should be noted that the same p̃ value under different β corresponds to different original prices p. Therefore, experimental inference relies on withingroup effects of sequence type and its interaction with β, rather than on direct cross-β comparisons of absolute deviations. In summary, this appendix provides the theoretical guarantee of equilibrium existence and uniqueness, and on this basis constructs a standardized evaluation framework that preserves both theoretical identification power and experimental convenience.

Explicit Equilibrium Solution under Uniform Distribution

(15)

The lower and upper bounds of the mapping are determined by inverting the equilibrium relation (14):

Since F is continuously differentiable and f (θ) ≥ 0, we have: G′ (θ) = 1 − β(n − 1)f (θ).

p − pmin (β) . pmax (β) − pmin (β)

(14)

Thus, under the uniform distribution, the equilibrium number of participants is a linear function of the public price p, with slope and intercept depending on β and the support of the distribution.

B

Detailed Results

B.1

Supplementary Results

This section supplements the main text with all the details and complete experimental results for Section 4. Figure 6 illustrates the decreasing trajectory under monotonic sequences, Figure 7 illustrates 11

the diverging trajectory under jump sequences, and Table 3 presents the full regression analysis results. B.2

Model 3:

+ β3 × θ + β 4 × k

Full Sample Analysis

+ β5 × (p · θ)

The previous analysis evaluated agents’ collective deviations from REE using group-level ED and 2 . We now move one step deeper and ask: how Req do individual agents deviate from the REE benchmark, and what systematic factors possibly drive these deviations? To capture this deviation, we define:

+ β6 × (β · k)

(21)

+ β7 × (β · p) + β8 × (β · θ) + γFE + ε, Model 4:

Y = ŷ(p) − yREE (p),

Y = β0 + β1 × p + β2 × β

Y = β0 + β1 × p + β2 × β + β3 × θ + β 4 × k

(17)

+ β5 × (p · θ) where ŷ(p) is the stated expectation of the number of participants at price p, and yREE (p) is the theoretical prediction under the same price. By construction, Y = 0 should always hold for fully rational economic agents. The estimation sample contains 7,800 observations from the full-factorial experimental design. The regressors include the posted price (p), the interdependence intensity (β ∈ {0, 1}, indicating weak or strong), the private value of the agent (θ), and the accessible context window (k ∈ {0, 0.5, 1}, corresponding to 1, 7, and 13 rounds of history used previously, respectively). Because Y can take both positive and negative values and exhibits heavy tails, we apply a Yeo–Johnson transformation to stabilize inference. All regressions include pricepath fixed effects (static, increasing, decreasing, converging, and diverging trajectories).

Model 0:

+ β6 × (β · k) + β9 × (p · k) + β10 × (θ · k) + γFE + ε. Model 5:

+ β5 × (p · θ) + β6 × (β · k) + β7 × (β · p) + β9 × (p · k) + β10 × (θ · k) + γFE + ε. To systematically investigate the drivers of bias, we estimate six nested OLS models. Model 0 serves as a specialized baseline, analyzing only the static environment with no historical data (N = 600 observations). This model allows us to isolate the fundamental β effects without the confounding influence of path complexity. Model 1 includes the main effects of p, β, θ, and k, together with fixed effects for 4 price trajectories. Model 2 augments this baseline with an interaction between p and θ, capturing how sensitivity to price depends on agent type. Model 3 introduces interactions between β and the other regressors, allowing us to test whether the presence of stronger interdependence intensity systematically amplifies or dampens deviations. Model 4 replaces these with interactions between k and the other regressors, to assess whether a longer context window reshapes the influence of price and type on expectations. Finally, Model 5

(18)

Y = β0 + β1 × p + β2 × β + β3 × θ + β 4 × k

(19)

+ γFE + ε,

Model 2:

Y = β0 + β1 × p + β2 × β + β3 × θ + β 4 × k + β5 × (p · θ)

(23)

+ β8 × (β · θ)

+ γFE + ε,

Model 1:

Y = β0 + β1 × p + β2 × β + β3 × θ + β 4 × k

Y = β0 + β1 × p + β2 × β + β3 × θ

(22)

(20)

+ γFE + ε, 12

Figure 6: GPT-5: Monotonic decreasing price trajectory.

Figure 7: GPT-5: Jump diverging price trajectory.

includes all two-way interaction terms simultaneously to assess the robustness of the individual interaction effects. To sum up, these six models provide a comprehensive view of how internal heterogeneity and external conditions shape agents’ deviations from REE.

The regression results are reported in Table 4. The standardized regression analysis clarifies that the main driver of behavior is the sequential structure of the context, while interdependence strength acts as an amplifier rather than an independent cause. In our full sample with price path fixed

13

Table 3: GPT-5: OLS regression of observed participation on mapped price. β

0.25

0.75

R2 /R̄2

Trajectory

k

α (t)

γ (t)

Static

44.81∗∗∗ (73.16)

-8.27∗∗∗ (-40.88)

0.849 / 0.848

∗∗∗

Decreasing

0 3 6

39.67 (58.03) 49.16∗∗∗ (231.31) 48.85∗∗∗ (198.30)

-7.78∗∗∗ (-34.47) -9.78∗∗∗ (-139.35) -9.67∗∗∗ (-118.82)

0.799 / 0.799 0.985 / 0.985 0.979 / 0.979

Increasing

0 3 6

47.03∗∗∗ (83.09) 49.21∗∗∗ (672.80) 48.51∗∗∗ (238.39)

-8.45∗∗∗ (-45.20) -9.81∗∗∗ (-405.88) -9.62∗∗∗ (-143.13)

0.873 / 0.872 0.998 / 0.998 0.986 / 0.986

Converging

0 3 6

30.60∗∗∗ (26.03) 41.38∗∗∗ (77.47) 43.04∗∗∗ (85.69)

-4.20∗∗∗ (-10.82) -7.10∗∗∗ (-40.22) -7.50∗∗∗ (-45.19)

0.282 / 0.280 0.844 / 0.844 0.873 / 0.872

Diverging

0 3 6

26.25∗∗∗ (25.21) 47.49∗∗∗ (156.75) 47.33∗∗∗ (114.59)

-2.29∗∗∗ (-6.66) -9.20∗∗∗ (-91.89) -9.19∗∗∗ (-67.38)

0.130 / 0.127 0.966 / 0.966 0.938 / 0.938

Static

33.81∗∗∗ (35.50)

-3.90∗∗∗ (-12.40)

0.340 / 0.338

∗∗∗

∗∗∗

Decreasing

0 3 6

23.21 (31.65) 43.45∗∗∗ (80.89) 44.44∗∗∗ (110.25)

-4.04 (-16.67) -8.26∗∗∗ (-46.57) -8.52∗∗∗ (-63.98)

0.483 / 0.481 0.879 / 0.879 0.932 / 0.932

Increasing

0 3 6

47.17∗∗∗ (69.77) 45.95∗∗∗ (94.23) 46.30∗∗∗ (102.44)

-6.31∗∗∗ (-28.25) -8.27∗∗∗ (-51.36) -8.35∗∗∗ (-55.94)

0.728 / 0.727 0.899 / 0.898 0.913 / 0.913

Converging

0 3 6

20.08∗∗∗ (28.47) 29.60∗∗∗ (40.59) 31.01∗∗∗ (45.02)

-0.41 (-1.75) -3.03∗∗∗ (-12.57) -2.92∗∗∗ (-12.85)

0.010 / 0.007 0.347 / 0.344 0.356 / 0.354

0 22.65∗∗∗ (35.25) 0.28 (1.33) 0.006 / 0.003 Diverging 3 40.75∗∗∗ (70.05) -6.09∗∗∗ (-31.67) 0.771 / 0.770 6 40.50∗∗∗ (69.66) -5.85∗∗∗ (-30.44) 0.757 / 0.756 ∗∗∗ ∗∗ Note: t-statistics in parentheses. p < 0.001, p < 0.01, ∗ p < 0.05.

effects, the main effect of β is small and statistically indistinguishable from zero in the baseline specifications. However, β shows strong and significant interactions with the price level and with the trend signal, indicating that higher strategic interdependence magnifies agents’ sensitivity to the same sequential patterns. The influence of the trend structure itself remains robust and substantial after controlling for all β interactions. The interaction terms between context length and price, as well as context length and the trend signal, are both highly significant and have meaningful magnitudes. This pattern explains why the jump sequences in Table 1 sometimes show improvement at low β but fail at high β. The sequential structure of the history is the primary force pulling behavior away from equilibrium, and higher β simply intensifies this effect rather than replacing it.

C

C.1

Experimental Workflow Formalization

As shown in Figure 2, we defined the core components of our FSM-based workflow to formalize the experimental protocol into a verifiable computational model. The FSM framework is a wellestablished model in computer science and systems engineering for representing discrete event systems. It is formally defined by the quadruple M = (S, E, δ, S0 ), where: • S is a finite set of states, representing the instantaneous configuration or operational phase of the system at any given moment. Each state encapsulates all critical information and operational permissions, ensuring logical isolation between states. • E is a finite set of events, serving as atomic signals that trigger state transitions. An event is instantaneous and non-durable, marking the fulfillment of a specific condition or the completion of an operation.

Finite State Machine

• δ : S × E → S is the state transition function,

We detail the experimental workflow in this section. 14

Table 4: Regression Analysis with Price-Path Fixed Effects

Variable

Model 0

Model 1

Model 2

Model 3

Model 4

Model 5

p

19.58*** (1.15) -0.21 (0.70) 6.29*** (1.22) –

27.38*** (0.71) 0.41 (0.31) 9.38*** (0.73) 13.06*** (0.62) -5.70*** (1.01) –

-0.18 (0.43) -15.76*** (0.73) -6.19*** (0.73)

20.23*** (0.71) -5.84*** (0.52) 10.30*** (0.77) 13.06*** (0.60) -5.70*** (0.97) 14.29*** (0.55) -1.84*** (0.57) -0.18 (0.41) -15.76*** (0.68) -6.19*** (0.71)

Inc. 7,800 0.442

Inc. 7,800 0.501

p×θ

17.31*** (0.31) 0.32 (0.18) 3.67*** (0.31) 2.06*** (0.25) –

β×p

20.11*** (0.62) 0.32 (0.18) 6.52*** (0.62) 2.06*** (0.25) -5.70*** (1.07) –

β×θ

β×k

p×k

12.96*** (0.62) -5.84*** (0.55) 7.45*** (0.67) 2.15*** (0.30) -5.70*** (1.03) 14.29*** (0.59) -1.84*** (0.60) -0.18 (0.43) –

θ×k

Inc. 600 0.401

Inc. 7,800 0.385

Inc. 7,800 0.388

Inc. 7,800 0.447

β θ k

Price-path FE # Obs R2

Note: *** p < 0.01; ** p < 0.05. HC3 robust SEs in parentheses.

• S0 : Initialization. It is responsible for setting all key parameters, including global environment parameters (e.g., interdependence strength β, payoff function ui (·) (Equation 1)) and private parameters for each agent (e.g., private value θi ).

which precisely defines how the system transitions from the current state s ∈ S to the next state s′ ∈ S upon receiving an event e ∈ E. This function is the core computational rule governing the model’s evolution. • S0 is a unique initial state, representing the deterministic starting point of the entire experimental protocol. This ensures the predictability and consistent execution of the experiment across all runs.

• S1 : Information Broadcast. This state defines the unidirectional information synchronization phase from the environment to the agents. The environment acts as a central coordinator, distributing public information for the current round to all agents. This information typically includes the current public cost pt and public feedback from the previous round (e.g., the total number of participants Nt−1 ). This state establishes the information baseline for a new round of the game.

Our workflow is structured around a sequence of well-defined states, event triggers, and state transitions, which are detailed below. C.2

States

A state is the instantaneous configuration of the FSM at any moment, representing a specific operational stage of the experiment. We define the state set S = {S0 , S1 , S2 , S3 , S4 }, where each state corresponds to a unique and logically exclusive phase:

• S2 : Agent Decision-Making. This state represents a distributed and parallel decision process. Each independent agent Agenti , given 15

its private information θi , currently observable public cost pt , and historical data, independently executes its internal decision strategy. We further decompose the decision process into two subprocesses: participant expectation and decision making. All agent’s decision logic from a simple binary choice to a complex process based on quantitative analysis and reasoning. Crucially, all agents’ decisions are chronologically synchronous and informationally independent; they occur simultaneously and independently, without access to real-time decisions of other agents.

of the parallel decision process. This is a critical synchronization point for the system’s transition from a distributed state to a centralized one. • E3 : Results Calculated, triggered by the environment, marking the deterministic generation of collective results and individual payoffs for the current round. • E4 : Termination Met, triggered by the environment, indicating that the experiment’s termination conditions have been met. C.4

• S3 : Outcome Aggregation & Payoff. This state defines the quantification of collective behavior and the calculation of individual rewards. In this state, the system collects all agents’ actions {at }, aggregates them to form the collective outcome for the Pcurrent round (i.e., total participants Nt = i at ), and calculates each agent’s payoff uj based on the payoff function defined in Equation 1. This payoff can be considered a reward signal for evaluating agent strategies or for future learning.

We use the state transition function δ to define how the system transitions from one state to the next based on the received event. The formal representation is δ : S × E → S. This function formalizes the experimental protocol into a verifiable computational model, with the sequence as follows: • δ(S0 , E0 ) → S1 : After initialization is complete, the experiment enters the public cost publication state. • δ(S1 , E1 ) → S2 : After the public information broadcast is complete, the system enters the parallel agent decision-making state.

• S4 : Termination. This is a final absorbing state, which marks the satisfaction of all experimental conditions. The system will not perform any further transitions from this state, ensuring the deterministic conclusion of the experiment. C.3

State Transition Function

• δ(S2 , E2 ) → S3 : After all agents have made their decisions, the system enters the results calculation state. In state S3 , the transition path is determined by the experiment’s termination conditions:

Events

Events are atomic signals that trigger state transitions. They represent instantaneous, non-durable actions or outcomes that transition the system from one state to another. These events are generated by external entities, such as the environment or the agent population.

• δ(S3 , E3 ) → S1 : If the experiment has not yet ended, the workflow returns to S1 to begin a new round. • δ(S3 , E4 ) → S4 : If the experiment’s termination conditions are met, the workflow enters a final absorbing state, and the experiment concludes.

• E0 : Experiment Start, triggered by the environment, marking the logical end of the initialization phase.

C.5

• E1 : Broadcast Complete, triggered by the environment, indicating the completion of information synchronization.

Workflow Execution

The experiment began with an initial parameter setup phase, followed by a cyclical iterative process until the termination conditions are met. In this manner, we formalized the experimental protocol into a verifiable computational model, clearly defining the interfaces and interaction logic.

• E2 : All Decisions Complete, a joint and synchronous event triggered by the agent population, marking the collective synchronization 16

• Initial Phase: The workflow is in state S0 . In this state, the environment specifies the interdependence strength (β), public cost sequence (P ), and payoff function (Equation 1). Concurrently, each agent is assigned a private value (θi ). When all parameters are set, event E0 is triggered, and the state transitions to S1 .

of all agents and the resulting equilibrium state are unique. The decision-making process for any given agent (regardless of their individual private value θ) can be reasoned starting from the agents with the most extreme private value. In the scenario defined in this paper, this reasoning begins with the highest price. As long as an agent’s utility is positive, they will choose to participate. As the number of participants increases, the utility of all agents in the network will improve. Subsequently, the system calculates the utility for the next agent with an extreme private value. This process continues to iterate until the utility of all agents has been evaluated. Based on this method, we iteratively solved for the REE theoretical solution using the parameter β and the private value θi for each agent i. It is worth noting that to avoid boundary conditions in the calculation. Specifically, cases where the utility is exactly zero, leading to an ambiguous preference for an agent to participate or not. We subtracted 0.01 from the final utility value. This ensures that the utility value is always strictly positive or negative, making the agent’s decision unambiguous.

• Public Cost Publication Phase: The workflow enters state S1 . The environment selects the public cost for the current round from the preset cost sequence and broadcasts it to all agents. In this phase, the environment also distributes feedback from the previous round (if available). When the public cost broadcast is complete, event E1 is triggered, and the state transitions to S2 . • Agent Decision-Making Phase: The workflow enters state S2 . All agents analyze and reason based on their limited information (including historical public costs, their private values, and past payoff records) to form an expectation of the number of participants. In this phase, each agent is independent and cannot access information about other agents. Only when all agents have completed their decisions is event E2 triggered, and the state transitions to S3 .

D.2

We computationally derived the prices corresponding to a specific equilibrium number of participants for two different values of β. For simplicity of presentation, we only list the equilibrium solutions at intervals of 10 participants.

• Results Calculation Phase: The workflow enters state S3 . The environment collects all agents’ decisions, calculates the actual number of participants for the current round, and, based on this, computes each agent’s actual payoff. When the calculation is complete, event E3 is triggered.

• When β = 0.25, the prices under the REE condition to achieve an equilibrium number of participants of 0, 10, 20, 30, 40, and 50 are 49.99, 42.49, 34.99, 27.49, 19.99, and 12.49, respectively.

• Looping and Termination: The workflow starting a new cycle. If there are no more public costs, event E4 is triggered, and the workflow finally transitions to a termination state, ending the experiment.

D

Price Sequences

D.1

Equilibrium Solution of the Theoretical Model

Generation of Experimental Price Settings

• When β = 0.75, the prices under the REE condition to achieve an equilibrium number of participants of 0, 10, 20, 30, 40, and 50 are 49.99, 47.49, 44.99, 42.49, 39.99, and 37.49, respectively. D.3

The price equilibrium under the REE theory is solved through an iterative process. Under the assumption that all agents are rational, they will attempt to predict the expectations and behavior of other agents. In this framework, the expectations

Experimental Scenario Design and Price Sequences

The experiment manipulates the temporal ordering of the same set of prices to form two types of sequences. 17

Monotonic Sequences Prices change in a single direction, exhibiting a clear local trend.

• GPT-5: temperature=0.7, top_k=20, presence_penalty=0

• Decreasing Sequence: Prices are arranged from the highest equilibrium number of participants to the lowest (indices: 0, 1, 2, 3, 4, 5).

• Qwen3-Plus: temperature=0.7, top_p=0.8, top_k=20, presence_penalty=1.5 These parameters were selected to optimize the models’ performance and provide a stable baseline for our research, following the guidelines provided in their respective official documentation. To investigate the impact of the decoding strategy on the agent’s decision-making behavior, we conducted a supplementary analysis by varying the temperature parameter. We re-ran all experiments with the temperature for each model uniformly set to 0.35, while keeping all other parameters constant. For the results, please refer to Appendix F. The choice of 0.35 was deliberate, as it introduces a small degree of randomness necessary to prevent the models from falling into deterministic output loops in complex scenarios.

• Increasing Sequence: Prices are arranged from the lowest equilibrium number of participants to the highest (indices: 5, 4, 3, 2, 1, 0). Jump Sequences Adjacent prices frequently switch between high and low values, forming no stable trend. • Converging Sequence: Prices converge from the two ends to the middle (indices: 5, 0, 4, 1, 3, 2). • Diverging Sequence: Prices diverge from the middle to the two ends (indices: 2, 3, 1, 4, 0, 5). Specific Price Sequences

F

Additional Experimental Results

F.1

Performance across Different Model

To systematically test the transferability and robustness of our main empirical conclusions to differences in the capabilities of the base LLM, this section replaces the GPT-5 model used in the main text with the Qwen3-Plus model and replicates all experimental scenarios. Figures 8, 9, 10 and 11 display the decisionmaking results based on the Qwen3-Plus agent. A qualitative analysis reveals that the Qwen3-Plus agent’s response patterns to network effect strength, historical state window length, and price sequences show high consistency in qualitative trends with the GPT-5 agent used in the main text. Specifically, agents from both models exhibit superior and more concentrated decision-making behavior in weak network effect environments, whereas their behavior is worse and more divergent in strong network effect environments. However, there are significant systematic differences at the quantitative level. Compared to the GPT-5 agent, the Qwen3-Plus agent is generally less sensitive to changes in price trends, which leads to a more pronounced deviation of its group’s expected mean from the theoretical equilibrium solution. Furthermore, the expected dispersion of the Qwen3-Plus agent group is systematically higher. This phenomenon may inherently reflect

• When β = 0.25: – Decreasing sequence: [49.99, 42.49, 34.99, 27.49, 19.99, 12.49] – Increasing sequence: [12.49, 19.99, 27.49, 34.99, 42.49, 49.99] – Converging sequence: [49.99, 12.49, 42.49, 19.99, 34.99, 27.49] – Diverging sequence: [27.49, 34.99, 19.99, 42.49, 12.49, 49.99] • When β = 0.75: – Decreasing sequence: [49.99, 47.49, 44.99, 42.49, 39.99, 37.49] – Increasing sequence: [37.49, 39.99, 42.49, 44.99, 47.49, 49.99] – Converging sequence: [49.99, 37.49, 47.49, 39.99, 44.99, 42.49] – Diverging sequence: [42.49, 44.99, 39.99, 47.49, 37.49, 49.99]

E

top_p=1.0,

Experimental Setup

To ensure consistent and high-quality model outputs, we adhered to the official recommendations for each LLM’s decoding parameters. The specific settings for each model are summarized below: 18

Figure 8: Qwen3-Plus: Monotonic decreasing price trajectory.

the Qwen3-Plus model’s relative deficiency in processing complex contextual information and reasoning, which affects the consistency and accuracy of its decisions. F.2

Table 5: Qwen3-Plus: Equilibrium deviation and equilibrium determination coefficient across all trajectories. β

Comprehensive Robustness Results

To evaluate the sensitivity of our main conclusions to stochastic perturbations in the model’s decoding strategy, this section conducts a sensitivity analysis on the core experimental results of the GPT-5 model. We adjust the decoding temperature parameter (T) from the benchmark T=0.7 in the main text to T=0.35 to significantly reduce randomness during the sampling process. All other parameter configurations are maintained consistently with the optimal parameter set described in Appendix E. Figures 12, 13, 14 and 15 show the experimental results under the condition of temperature=0.35. The analysis indicates that a reduction in decoding temperature does not fundamentally alter the agent’s core decision-making behavior patterns. The qualitative responses of the agent group to different network effect strengths and historical window lengths remain highly consistent with the benchmark results at temperature=0.7.

0.25

0.75

19

Trajectory

k

ED

R2eq

Static

13.275

0.396

Decreasing

0 3 6

10.000 10.983 9.157

0.657 0.586 0.713

Increasing

0 3 6

14.794 9.178 10.351

0.250 0.711 0.633

Converging

0 3 6

15.974 14.674 14.363

0.125 0.262 0.293

Diverging

0 3 6

16.321 11.876 10.604

0.087 0.516 0.615

Static

17.364

-0.034

Decreasing

0 3 6

12.374 12.812 10.245

0.475 0.437 0.640

Increasing

0 3 6

18.225 13.677 13.544

-0.139 0.359 0.371

Converging

0 3 6

17.281 15.118 15.344

-0.024 0.216 0.193

Diverging

0 3 6

20.132 16.758 15.715

-0.390 0.037 0.153

Table 6: Qwen3-Plus: OLS regression of observed participation on mapped price. β

0.25

0.75

Trajectory

k

α (t)

γ (t)

R2 /R̄2

Static

36.19∗∗∗ (33.08)

-6.71∗∗∗ (-18.58)

0.537 / 0.535

∗∗∗

∗∗∗

Decreasing

0 3 6

41.02 (46.35) 46.05∗∗∗ (42.25) 48.36∗∗∗ (53.76)

-7.66 (-26.19) -8.35∗∗∗ (-23.19) -8.73∗∗∗ (-29.37)

0.697 / 0.696 0.643 / 0.642 0.743 / 0.742

Increasing

0 3 6

38.47∗∗∗ (30.42) 40.48∗∗∗ (53.01) 38.28∗∗∗ (46.83)

-5.21∗∗∗ (-12.46) -7.52∗∗∗ (-29.78) -6.90∗∗∗ (-25.57)

0.343 / 0.340 0.749 / 0.748 0.687 / 0.686

Converging

0 3 6

36.72∗∗∗ (27.20) 32.64∗∗∗ (29.61) 32.66∗∗∗ (31.07)

-4.68∗∗∗ (-10.51) -4.59∗∗∗ (-12.60) -4.47∗∗∗ (-12.88)

0.270 / 0.268 0.348 / 0.345 0.358 / 0.355

Diverging

0 3 6

35.70∗∗∗ (26.61) 37.81∗∗∗ (38.36) 39.78∗∗∗ (43.67)

-4.27∗∗∗ (-9.64) -6.25∗∗∗ (-19.20) -6.97∗∗∗ (-23.17)

0.238 / 0.235 0.553 / 0.552 0.643 / 0.642

Static

28.77∗∗∗ (22.78)

-3.35∗∗∗ (-8.02)

0.178 / 0.175

∗∗∗

∗∗∗

Decreasing

0 3 6

37.45 (39.17) 46.22∗∗∗ (43.56) 45.92∗∗∗ (54.34)

-5.24 (-16.60) -6.57∗∗∗ (-18.74) -7.02∗∗∗ (-25.15)

0.481 / 0.479 0.541 / 0.539 0.680 / 0.679

Increasing

0 3 6

39.01∗∗∗ (34.55) 37.02∗∗∗ (37.03) 38.31∗∗∗ (39.58)

-2.66∗∗∗ (-7.14) -4.41∗∗∗ (-13.34) -4.45∗∗∗ (-13.92)

0.146 / 0.143 0.374 / 0.372 0.394 / 0.392

Converging

0 3 6

36.93∗∗∗ (30.49) 32.75∗∗∗ (36.38) 33.11∗∗∗ (32.36)

-3.05∗∗∗ (-7.62) -2.80∗∗∗ (-9.42) -3.17∗∗∗ (-9.37)

0.163 / 0.160 0.229 / 0.227 0.228 / 0.225

0 32.12∗∗∗ (26.96) -0.83∗ (-2.11) 0.015 / 0.011 3 32.57∗∗∗ (28.32) -2.71∗∗∗ (-7.15) 0.146 / 0.143 6 34.84∗∗∗ (32.65) -3.18∗∗∗ (-9.37) 0.215 / 0.212 ∗∗∗ ∗∗ Note: t-statistics in parentheses. p < 0.001, p < 0.01, ∗ p < 0.05. Diverging

Figure 9: Qwen3-Plus: Monotonic increasing price trajectory.

20

Figure 10: Qwen3-Plus: Jump converging price trajectory.

Figure 11: Qwen3-Plus: Jump diverging price trajectory.

21

Figure 12: GPT-5: Monotonic decreasing price trajectory. Temperature=0.35.

Figure 13: GPT-5: Monotonic increasing price trajectory. Temperature=0.35.

22

Figure 14: GPT-5: Jump converging price trajectory. Temperature=0.35.

Figure 15: GPT-5: Jump diverging price trajectory. Temperature=0.35.

23

Record · ID 965467 · SHA-256 14658b0cd92b7809
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.