Papers
Topics
Authors
Recent
Search
2000 character limit reached

Narrative Policy Framework

Updated 17 December 2025
  • NPF is a formal framework that decomposes policy narratives into setting, characters, plot, and moral components for empirical and computational analysis.
  • It employs Bayesian networks and equilibrium models to quantify causal inferences and measure the impact of narrative framing in policy debates.
  • The framework utilizes computational topic models and LLMs to detect narrative shifts, enabling robust analysis of public opinion dynamics and policy polarization.

The Narrative Policy Framework (NPF) is a formal approach for the study and operationalization of policy narratives—structured “stories” that encode how actors frame and influence public policy, debate, and opinion. Combining theoretical formalism with practical textual analysis, the NPF rigorously systematizes narrative structure along four axes—setting, characters, plot, and moral—and increasingly leverages computational models to detect and analyze narrative shifts across large-scale corpora.

1. Structural Elements and Origins of the Narrative Policy Framework

Originating in political science, the NPF provides a schema for decomposing policy-relevant discourses into empirically tractable units. Under the NPF, a narrative is defined as a bounded configuration of four components (per Shanahan et al. 2018):

  • Setting: The context, domain, or background where the narrative unfolds (e.g., “during an economic crisis,” “amid a national election”).
  • Characters: Actors or forces, both individual and collective, that populate the narrative (such as politicians, institutions, social groups, or abstract entities like “the market”).
  • Plot: The sequence of causally or temporally linked events connecting characters, explicitly establishing relationships and dynamics.
  • Moral: The underlying “lesson,” takeaway, or policy prescription, which often aligns with an explicit or implicit call to action (e.g., “This proves we must deregulate,” or “Government intervention is required”).

The NPF was developed to formalize how public discourse guides, constrains, and polarizes policy debates by structuring information into culturally resonant story-forms (Lange et al., 25 Jun 2025).

2. Formalization: Bayesian Networks as Narratives

Eliaz & Spiegler (2018) introduce a precise mathematical model for narratives within the Bayesian network (BN) formalism (Eliaz et al., 2018). In this construction:

  • State space is defined over a finite set of binary random variables X=X1××XnX = X_1 \times \ldots \times X_n, where X1X_1 encodes the action/policy variable (aa), XnX_n is the outcome (yy), and X2Xn1X_2 \ldots X_{n-1} denote contextual or intermediate variables.
  • Narrative structure is represented by a directed acyclic graph (DAG) RR over a selected subset N{1,...,n}N \subseteq \{1, ..., n\} including $1$ and nn, with edges X1X_10 denoting causal claims.
  • The subjective narrative joint over X1X_11 is:

X1X_12

with X1X_13 the parents of node X1X_14. Each factor references the corresponding conditional from the empirical data-generating distribution X1X_15.

  • Beliefs induced by the narrative: The causal DAG X1X_16 induces specific beliefs about the effect of policy X1X_17 on X1X_18:

X1X_19

These beliefs may deviate from the empirical aa0, encoding “distorted” causal inferences consistent with the narrative.

This framework turns each narrative into an object—aa1—that can be embedded in broader models of policy choice and opinion dynamics (Eliaz et al., 2018).

3. Equilibrium Analysis: Narrative Competition and Polarization

Adopting an anticipatory utility framework, the NPF can model how agents select not just policies, but narrative-policy pairs, favoring narratives that maximize expected positive outcomes:

  • Policy variable aa2 is the mixed probability of adopting aa3.
  • Utility computation (gross anticipatory):

aa4

  • Net utility subtracts intrinsic policy costs aa5 (centered at a preferred aa6):

aa7

  • Equilibrium is a distribution aa8 over narrative-policy pairs aa9 and a realized frequency XnX_n0, such that
    1. All supported pairs maximize XnX_n1.
    2. XnX_n2 matches the expected policy under XnX_n3.

A canonical example with XnX_n4 clarifies that equilibrium may support two dominant, polarized narratives—one “hopeful” (optimistic about action XnX_n5) and one “pessimistic,” each sustaining policies on opposite sides of the agent’s ideal point (Eliaz et al., 2018).

4. Coding Narratives and Mapping to NPF Axes

The formal model aligns directly with the operational NPF codebook:

  • Setting XnX_n6 Variable space XnX_n7 and their instantiations.
  • Characters XnX_n8 Variable nodes representing actors or forces.
  • Plot XnX_n9 The DAG yy0 (plot-skeleton: selection and sequencing of causality).
  • Moral yy1 Policy beliefs/inferences mapping through the Bayesian network.

Methodological steps for empirical NPF research include the identification of core variables, the coding of distinct narratives as DAGs, the estimation of empirical causal structure from data, and the quantification of how these structures shape policy beliefs and utility (Eliaz et al., 2018). In practice, this enables the analyst to classify and compare narratives, attribute shifts in public opinion to underlying narrative “forms,” and empirically test their influence.

5. Dynamic Detection and Computational Analysis of Narrative Shifts

Recent work demonstrates the application of computational topic models and LLMs for NPF-guided narrative shift detection (Lange et al., 25 Jun 2025):

  • Dynamic Topic Modeling: RollingLDA tracks the evolution of topic distributions yy2 and yy3 across time, integrating a memory parameter to ensure temporal coherence and capture abrupt topical change points.
  • Change-Point Detection: Cosine similarity between topical word vectors across time windows, combined with bootstrap-based significance tests, identifies statistically significant topic changes.
  • Document Selection: High-impact words (identified via leave-one-out impact) guide the extraction of representative documents exemplifying each shift.
  • LLM-Based Interpretation: Selected documents are processed by a LLM (e.g., Llama 3.1 8B) prompted according to the canonical NPF definition—the model must extract the setting, characters, plot, and moral before confirming a narrative (vs. content-only) shift.
  • Distinguishing Narrative from Content Change: The classification requires satisfaction of all four NPF structural criteria. Empirical results show that, while LLMs can efficiently extract narrative changes when present, they tend to overidentify narrative shifts due to explanations that fit the NPF schema even when shifts are merely topical or factual (Lange et al., 25 Jun 2025).

Table: Elements and Operationalization in NPF-based Analysis

NPF Axis Mathematical/Formal Mapping Empirical/Computational Instantiation
Setting Variable selection yy4 Domains/topics in text; contextual features
Characters Nodes in DAG yy5 Explicit actors/forces in discourse
Plot Edges and topology of DAG yy6 Causal/temporal language; topic co-variation
Moral Inferred yy7 via BN Policy recommendation or judgmental frame

6. Empirical Results, Limitations, and Methodological Guidance

Empirical application to corpora such as The Wall Street Journal (2009–2023) shows that the NPF, operationalized through RollingLDA and LLM-guided narrative extraction, can systematically distinguish between content and narrative shifts when:

  • Change-point detection parameters (memory, look-back, significance thresholds) are judiciously chosen.
  • LLM prompts strictly enforce the requirement to extract all four NPF narrative components.
  • Human annotation confirms that narrative shifts correspond to simultaneous change in setting, characters, plot, and moral axes.

Observed LLM classification achieves yy8 accuracy and yy9 on narrative shift detection, with errors primarily due to overgeneration—attributable to LLMs' tendency to impose narrative structure on factual event changes (Lange et al., 25 Jun 2025).

The NPF’s formalization as Bayesian networks allows for quantifiable filtering of “perfect” vs. “imperfect” narratives, facilitating the empirical isolation of story-forms that genuinely drive public opinion dynamics and policy polarization (Eliaz et al., 2018). Theoretical and empirical methodologies converge to offer a framework for linking narrative construction, public sentiment, and policy outcomes in a computationally tractable manner.

Definition Search Book Streamline Icon: https://streamlinehq.com
References (2)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Narrative Policy Framework (NPF).