Base Update Underreaction
Historical Reconstruction
Also known as: Underreaction To Evidence
Definition
A system changes its beliefs too little when it sees new facts. It keeps acting as if the old information still matters just as much as it always did.
Advanced definition
Underreaction is a systematic bias where model updates insufficiently incorporate incoming evidence, leaving the prior's influence largely intact. The phenomenon produces a sluggish adaptation in the belief state trajectory, even in the face of genuinely informative observations.
Example
A sports commentator insists a team is still weak despite winning five games in a row, because the team had a losing record earlier in the season. Each new win barely shifts the commentator's opinion because old information is weighing too heavily on the assessment.
Advanced example
A Bayesian historical reconstruction model trained on pre-20th-century archival data is tasked with updating its causal attribution of a political regime's stability. When recently declassified documents — high-likelihood observations — arrive, the model's fixed low learning-rate gain parameter on its hidden-state belief vector produces a posterior that deviates less than 8% from the prior, despite a log-likelihood ratio favoring revision by a factor of 12. The result is a persistent asymmetry, where pre-existing narrative commitments around the regime's resilience suppress the influence of the new evidence, producing a sluggish posterior trajectory and a systematic misclassification of the regime as stable straight through a subsequent, well-documented collapse.
Mechanism
Old beliefs carry more weight than the new data, so the update stays small. The system just sticks with the earlier read instead of switching quickly.
Advanced mechanism
A constrained update rule with a low learning rate, applied to the hidden state vectors, causes an asymmetric weighting of incoming likelihoods versus priors. The architecture-level gain parameter on belief propagation is what enforces this underadjustment to salient observations.
How to counter it
Increase how much new facts get to move the belief so the system adapts faster. Checking in often, and correcting the model when it keeps ignoring the news, closes the gap.
Advanced countermove
Raising the effective learning rate, or implementing adaptive gain tuning, rebalances the prior and likelihood influence. Retrospective reweighting of past data mitigates the entrenched priors further.
Failure modes
Persistent outdated beliefs; Slow adaptation to regime shifts; Misinterpretation of novel events
Exploitation surface
An adversarial actor can exploit base update underreaction by front-loading a system or audience with a strong prior narrative early in a campaign, knowing that subsequent corrective evidence will be systematically discounted and insufficient to dislodge entrenched beliefs. By controlling the initial framing of a historical event or geopolitical situation, the actor effectively locks in a biased prior that resists later factual revision. This is especially potent in intelligence or policy contexts where update-gain parameters are institutionally fixed and retrospective reweighting is organizationally disfavored.
Resistance profile
Practitioners can build resistance by implementing adaptive gain tuning protocols that dynamically raise the learning rate when incoming evidence exhibits high informativeness or diverges significantly from prior predictions. Explicit retrospective reweighting audits—periodically revisiting historical reconstructions against newly surfaced data—can counteract entrenched prior dominance. Structural interventions such as adversarial red-teaming that stress-tests the magnitude of belief updates forces analysts to justify why a prior is being retained in the face of disconfirming evidence.