Extracted main text — title through conclusion, appendix excluded. This is what our citation measures are computed over, published so the extraction can be checked by eye.
17,632 characters · 11 sections · 20 citation commands
Adaptive Bayesian Learning with Action and State-Dependent Signal Variance
Bayesian learning, a fundamental concept in statistical inference and decision-making, has gained significant traction across various fields due to its ability to integrate prior knowledge with new information. As a robust methodology, Bayesian learning has been widely acknowledged for its adaptability and precision in handling uncertainty and updating beliefs gelman1995bayesian.
This manuscript expands upon the Bayesian learning framework baley2023bayesian through uniquely addressing the action and state-dependent signal variance in the agents' information set. At the core of this framework is the concept that the precision of the signal received by an agent is contingent upon both the agent's action and the actual state, for example, based on their congruence or tracking error daly2018feasible,du2021comparing,orlik2014understanding,rompotis2011predictable,stone2013bayesian,yang2022active. For instance, when an action perfectly aligns with the true state, the agent is rewarded with a signal of perfect precision, devoid of any variance. Conversely, any deviation between the action and the true state results in increased signal variance, thus introducing greater uncertainty into the agent's decision-making process.
This perspective is crucial for a more sophisticated and detailed understanding of decision-making in dynamic environments. Additionally, the adaptive Bayesian learning framework presented in this paper provides an enhanced insight into the data-feedback loop, as conceptualized by farboodi2021model. By accommodating a broader range of sophisticated scenarios within the data economy, this framework elucidates the intricate dynamics of the feedback loop, emphasizing its prevalence and impact in various contexts. This approach not only expands upon traditional Bayesian models but also contributes to a deeper comprehension of the interplay between data, actions, and outcomes in complex economic systems.
We delve into various scenarios within the data-driven economic landscape to showcase how this framework can serve as a unifying approach to understanding the nuanced interplay between actions, states, and signal precision. From simple Bayesian updating in stable environments to intricate models of social learning and state-dependent uncertainties, our exploration reveals the versatility and applicability of this framework across multiple domains.
The state of the world, denoted as \( a^* \in {\mathbb{S}} \subset\mathbb{R} \), is an unknown and dynamic element that the agent seeks to estimate. Following a common approach in Bayesian inference due to the distribution's mathematical properties and its ability to model a wide range of scenarios, the agent's prior belief about $a^*$ is modeled as a normal distribution $$ a^* \sim {\mathcal{N}}(\mu_a, \sigma_a^2). $$
The agent chooses an action \( a\in{\mathbb{A}} \subset \mathbb{R}\) based on their current belief about the state \( a^* \). This highlights the decision-making aspect of the agent, where actions are taken based on their understanding and estimation of the state.
The signal $s$ observed by the agent is a crucial aspect of the model. It is affected by noise $\epsilon$, which is assumed to be normally distributed with a variance that depends on both the true state and the agent's action. This dependency from traditional Bayesian learning frameworks is critical, as it introduces a direct link between the agent's actions and the uncertainty in the information they receive. More formally, the observed signal is given by $$ s = a^* + \epsilon, \quad \epsilon \sim {\mathcal{N}}\left(0,\Sigma_\epsilon(a^*,a)\right), $$ with a noise variance function $\Sigma_\epsilon:{\mathbb{S}}\times{\mathbb{A}}\to\mathbb{R}$.
Upon receiving signal $s$, the agent revises their belief about state $a^*$. This revision is affected by the action selected, due to the variance of noise that depends on the action. More precisely, the posterior distribution \( p(a^* | s, a) \), as opposed to merely \( p(a^* | s) \), is influenced by the selected action $a$, factoring in the action-dependent noise variance. This underscores the dynamic nature of the agent's belief system, where each new piece of information has the potential to modify their perception of the state.
In this section, we explore different scenarios within the data economy where the concept of action-state-dependent signal precision can be applied as a unifying framework.
This simplistic example illustrates a situation akin to an investor updating their beliefs about the state, such as the future performance of an asset, based on new information. The constant variance $\sigma_\epsilon^2$ suggests a stable environment, where the uncertainty about future returns does not change with new actions or information. For examples in this simple setting, refer to chapters 2-5 of veldkamp2023information.
In the following, we present two examples, in which the uncertainty in the signal varies as the magnitude of the action $a$ varies. A concept here is commonly known as “active learning" or “active experimentation." For instance, it is exemplified in the bandit problem discussed in Section 3.2 of veldkamp2023information, as well as in other examples found in bergemann2006bandit. This approach contrasts with “passive learning."
This example is analogous to a firm making data-sensitive decisions, such as deciding what data to collect when conducting market research before launching a new product. The more data points (signals) the firm gathers, the lower the uncertainty in noise variance. Despite such a data-collection story, there might be a more sophisticated and heterogeneous underlying mechanism from which the “amount" of data points is determined as shown in the following example.
The above example models the process of agents acquiring information through social learning, a concept derived from the understanding that firms learn from one another about various factors impacting their revenues, such as productivity, market demand, and regulatory changes bikhchandani1998learning. In this context, when an agent $i$ opts for a specific action $a=1$ (from the binary set $\{0,1\}$), like investing in a project, it generates a noisy signal about the project's return. This signal is then received by other agents, effectively becoming a public signal. The associated noise variance is contingent on the proportion of agents who chose action 1, leading to the expression: $$ \Sigma_\epsilon(a^*,a) = \frac{\sigma_\epsilon^2}{\int_0^1 {\mathbb{I}}_{a_i=1}di}. $$ This formulation is vital for modeling “uncertainty traps" as discussed in works by fajgelbaum2017uncertainty, saijo2017uncertainty. The posterior mean $\hat\mu_a=\mathbb{E}[a^*\mid s,a]$ and variance $\hat\sigma_a^2=\mathrm{Var}[a^*\mid s,a]$ in these scenarios is updated according to the following: $$ \hat\mu_{a,t+1}\mid \hat\mu_{at}, \hat\sigma_{at}^2, a_t \sim {\mathcal{N}}\left( \rho\hat\mu_{at}, \rho^2 \left( \frac{1}{\hat\sigma_{at}^{-2}}-\frac{1}{\hat\sigma_{at}^{-2}+\sigma_\epsilon^{-2}\int_0^1 {\mathbb{I}}_{a_{it}=1}di}\right) \right), $$ where $\rho<1$ is an AR(1) coefficient in the state evolution of $a_t^*$.
Most notably, this approach allows for the modeling of data as a by-product of economic activities. During periods of high activity (i.e., when $\int_0^1 \mathbb{I}_{a_i=1}di$ is large), more information is disseminated, leading to potentially greater fluctuations in beliefs. The model hence formally explores that agents are hesitant to make decisions due to uncertainty about the environment or the actions of others, which can lead to a lack of economic activities, further generating less data kozeniauskas2018uncertainty and exacerbating the uncertainty. As we can see, such a feedback loop between data and economic activities also amplifies the business cycle, where booms are times of high activities and information production ordonez2013asymmetric,van2006learning,veldkamp2005slow.
It should also be noted that the uncertainty might be considered as a hidden state, as suggested by $a^*$, in alignment with the perspectives of ang2002regime and orlik2014understanding. In such scenarios, the functional form of noise variance could depend on the actual state, represented by $a^*$, as illustrated in the subsequent examples. This is quite realistic in financial markets, where periods of high volatility are often associated with greater unpredictability and more significant discrepancies between the signal and the true state.
In this scenario, the noise variance is conceptualized as a function of the actual state of volatility, denoted by $a^*$. This formulation models the relationship between volatility and the volatility of volatility. Notably, there is a positive correlation between VVIX and VIX, with several shared peaks, particularly during the financial crisis, as highlighted by huang2019volatility. Additionally, the interdependence between the signal variance of volatility and the volatility itself is often influenced by volatility clustering. This phenomenon is characterized by sequences of high (or low) volatility days ding1996modeling,granger1995some. Furthermore, when stock returns are interpreted as a (potentially biased) signal of volatility, this relationship is exemplified by the leverage effect, which posits an inverse relationship between stock prices and their volatility black1976studies,christie1982stochastic,schwert1989does.
This formulation has also been used in, e.g., orlik2014understanding. Consider a situation where the state \( a^* \) takes discrete values, \( a^*_1, a^*_2, \ldots, a^*_n \), each representing a distinct regime or state of the world. The agent has a prior belief about which state the world is in, represented by a discrete probability distribution over these states. Denote the probability of being in state \( a^*_i \) as \( p(a^* = a^*_i) \).
Furthermore, in a regime-switching model ang2002regime,bekaert2001peso,hamilton1989new, if \( a^* \) evolves according to a Markov process, the transition probabilities between states can be used to update the prior probabilities \( p(a^* = a^*_i) \) for the next time period, based on the current posterior probabilities. This model can be particularly useful in scenarios where different regimes or states have distinct characteristics and levels of uncertainty, such as in financial markets where different market conditions (e.g., bull market, bear market, or high volatility period) can significantly affect investment decisions and risk assessments.
This model could represent a bandit problem, in which a firm implements a project $a_j$ and observes a project-specific output as a signal $$ s_{j} = A - (a_j - a_j^*)^2. $$ The signal structure implies a constant output $A$ delivered by the implementation, minus a penalty for not being close to an unobserved project-specific target $a_j^*$.
Remarkably, Example (ref) extends to dynamic settings, linking forecast error to economic uncertainty orlik2014understanding. Here, agent $i$ forecasts the future state at $t+1$ using current information ${\mathcal{I}}_{it}(a_{it})$ dependent on their action $a_{it}$. The ex-post forecast error at time $t$ is: $$ \epsilon_{i,t+1} = \left| a_{t+1}^* - \mathbb{E}[a_{t+1}^*\mid {\mathcal{I}}_{it}(a_{it})] \right|. $$ In scenarios like predicting GDP growth, the environment's uncertainty is indicated by the expected forecast error. This could also lead to noisier public signals through the variance term: $$ \Sigma_\epsilon(a_t^*,a_t) = \int_0^1 \mathbb{E}[\epsilon_{i,t+1}^2\mid {\mathcal{I}}_{it}(a_{it})] di. $$
Overall, this manuscript provides a comprehensive and nuanced understanding of Bayesian learning in dynamic environments, emphasizing the interplay between actions, states, and signal precision. The variety of examples presented showcases the framework's applicability across different scenarios, from stable environments to more complex situations involving heterogenous cross-sectional interactions and richer longitudinal structures.
\onehalfspacing