Part of Learning-from-Learner Theory. In-progress research note (ported from a Typst source → Markdown + KaTeX).

Active Identification of Cognitive Biases in PED-POMDPs

1. Introduction and Motivation

In multi-agent settings, an assistant often faces a learner whose decision-making process is opaque. The learner may be a rational Bayesian, or they may suffer from cognitive biases (e.g., confirmation bias or anchoring). We demonstrate formally that passive observation is fundamentally insufficient to distinguish a rational learner from a biased one. Identifying the learner’s internal update rule strictly requires active intervention (a structural modification of the observational manifold by the assistant).

We formalize this within a Policy-Extended Dec-POMDP (PED-POMDP), folding the learner’s cognitive parameters into the state space.

2. Formal Framework: The Bipartite State Space

Let the environment be modeled as a PED-POMDP with two agents: a Learner () and an Assistant (). To model active intervention, we explicitly factorize the state space into an environmental component and a disclosure component.

The global state space is :

  • Environmental State (): . The static, true state of the world.
  • Disclosure State (): . A binary flag indicating if the assistant has intervened to reveal () or remained passive ().
  • Learner Parameter (): . The hidden cognitive update rule of the learner.

The joint action space is :

  • Learner Actions: , where action is optimal when the true state is .
  • Assistant Actions: , representing passive observation vs. active state disclosure.

2.1 Transition Dynamics

The objective transition kernel leaves and constant. The disclosure state acts as an absorbing switch controlled entirely by the assistant:

2.2 Observational Kernel

The learner’s observation space is . The kernel governs evidence availability:

  • Passive Phase (): The environment emits no usable evidence.
  • Active Phase (): The true state is forcefully revealed.

3. Learner Update Rules (The Cognitive Parameter)

The learner maintains a belief that the true state is . Both learners share a prior . Because , both initially prefer action . The parameter defines how the history is mapped to future beliefs.

Rational Learner (): Updates via exact Bayes’ rule, equivalent to .

Biased Learner (): Updates via a linear anchoring operator with a heavy decay coefficient (e.g., ).

4. Observational Indistinguishability vs. Active Identification

Lemma 1: Indistinguishability under Passive Observation. Assume the true state is . If the assistant plays for all , the state transitions to . The kernel emits . Because the observation is uninformative, both learners maintain their prior belief . Consequently, both output the exact same action sequence . The assistant cannot infer .

Theorem 1: Symmetry Breaking via Active Intervention. Suppose at , the assistant plays . The state transitions to . The kernel emits the highly salient, contradictory observation .

The updates strictly diverge:

  1. Rational Update: . The rational learner instantaneously recognizes the true state and plays .
  2. Biased Update: . Because , it ignores the salient evidence and plays .

By observing , the assistant instantly and flawlessly identifies . Active assistance is therefore strictly necessary to identify the update rule.

5. Illustrative Example: The Stubborn Navigator

Consider a rover (Learner) and a drone (Assistant) navigating a branching canyon. The rover must choose the Left () or Right () path. Based on outdated maps, the rover believes Left is safer (). The true safe path is Right ().

If the drone passively follows the rover (), the rover enters the Left path, encountering thick fog (). A rational rover maintains its prior because fog is uninformative; a structurally biased rover maintains its prior because it ignores fog. Both keep driving Left.

To distinguish them, the drone must use its battery to fly ahead and clear the fog, explicitly projecting a warning light that the Left path is a dead end ( emitting ). A rational rover stops and turns around (). A biased rover, suffering from sunk-cost or anchoring, rationalizes the warning light as a sensor glitch () and continues driving Left (). The drone has now successfully identified the rover’s cognitive flaw and can adjust its future coordination strategy accordingly.