For decades, behavioral science has been remarkably good at answering one question: does an intervention work? Randomized controlled trials, the field’s gold standard, can tell policymakers with high confidence whether a nudge, reminder, or incentive moved a measured outcome. What they far less often reveal is the machinery underneath the result — the cognitive, emotional, or social pathways that carried the effect from intervention to behavior. A new methodological protocol published in Behavior Research Methods by Giuseppe Alessandro Veltri of the National University of Singapore and the University of Trento and Sanchayan Banerjee of King’s College London sets out to close that gap. The protocol, called BriDGE, is designed to move the field from a “what works” mindset to a “why and how it works” mindset, and it arrives at a moment when critiques of behavioral public policy are mounting from both inside and outside the discipline.
The authors argue that the field’s fixation on efficacy has deep historical roots. Behavioral science grew up alongside public policy, where cost-effectiveness was the primary concern, and that legacy shaped the questions researchers asked. Large meta-analyses have found that individually focused behavioral interventions often show limited effectiveness and weak persistence, prompting some scholars to call for system-level approaches instead. Veltri and Banerjee contend that this critique stems in part from three unresolved problems: the inability of most studies to reveal mechanistic explanations of intervention delivery, insufficient attention to heterogeneity in intervention effects, and neglect of temporal dynamics. Their paper targets the first of these, because mechanistic understanding is what allows theories to advance, interventions to be fine-tuned, and results to transfer across contexts.
The conceptual core of BriDGE rests on two statistical pillars. The first is the directed acyclic graph, or DAG, a graphical formalism in which nodes represent variables — cognitive processes, emotional states, social influences — and directed edges represent hypothesized causal influences. The acyclic structure enforces unidirectional, time-ordered relationships and rules out feedback loops that would complicate inference. Where conventional moderation and mediation models test a small set of focal pathways, DAGs encode the broader causal structure: they expose potential confounders and colliders and show which variables must, or must not, be adjusted for to identify a causal effect. By making assumptions explicit before any data are collected, DAGs serve as a blueprint for both study design and analysis, formalizing the entities and activities that together constitute a behavioral mechanism.
The second pillar is the generalized additive model, or GAM. Behavioral mechanisms rarely behave like straight lines. A mediator may exert a threshold effect on an outcome, or its influence may increase at a diminishing rate, and linear regression compresses all of that curvature into a single average slope. GAMs solve this by fitting smooth, data-adaptive functions — thin-plate regression splines in the implementation used here — that capture nonlinear main effects, mediator–mediator interactions, and treatment-by-mediator effect modification without imposing rigid parametric assumptions. The authors implement GAMs through the mgcv software framework, with smoothing parameters estimated by restricted maximum likelihood and basis dimensions checked through standard diagnostics. The combination is deliberate: DAGs specify which causal routes might exist, while GAMs quantify the functional shape of each route.
BriDGE unfolds in six steps. First, the researcher constructs a DAG representing hypothesized relationships among intervention, mediators, and outcomes. Second, data are collected with mediators and outcomes measured at appropriate times and with sufficient precision — a requirement that conventional trials often fail to meet, since mechanistic analyses demand larger samples and more granular measurement than efficacy testing alone. Third, causal discovery algorithms are applied to interrogate the hypothesized graph empirically. The protocol uses the Max-Min Hill-Climbing algorithm, constraining the search so that edges from the randomized treatment to mediators are whitelisted and any edges pointing back into treatment are blacklisted, thereby preserving the logic of random assignment. Crucially, the discovered graph is accompanied by bootstrap arc-strength summaries, and unstable edges are treated as ambiguous hypotheses rather than definitive causal claims.
The fourth step fits GAMs to capture nonlinear and interactive relationships, and the fifth conducts mediation analysis to decompose the total treatment effect into direct and indirect components. Because multi-mediator settings with interactions make simple path-by-path attribution fragile, the protocol emphasizes interventional estimands: the interventional direct effect, which captures what remains when the mediator distribution is held at its control regime, and the joint interventional indirect effect, which summarizes how much the outcome changes when the entire joint mediator distribution shifts from control to treated conditions. The sixth step quantifies uncertainty through nonparametric bootstrapping with bias-corrected and accelerated confidence intervals — at least 1,000 replicates, with 2,000 used in the paper’s simulations — alongside sensitivity analyses probing discretization choices, model specification, mediator measurement error, and potential mediator–outcome confounding.
To validate the pipeline, the authors ran a fully synthetic simulation with 1,000 units in which the true causal graph and all target effects were known by design. The simulated outcome included a quadratic mediator effect, mediator–mediator interaction, and treatment-by-mediator effect modification — precisely the non-additive structure that linear mediation models cannot represent. In a comparison against conventional linear mediation workflows, the traditional approach inflated mediator-specific indirect effect estimates because curvature and synergy were compressed into average slopes and then misallocated across pathways. The practical consequence, the authors note, is that applied researchers can end up concluding that a single psychological construct “explains” an effect when the true mechanism depends on thresholding, saturation, or mediator synergy — and then refine interventions around components that are not causally decisive.
The team also built a semi-synthetic benchmark on the scaffold of the JOBS II randomized field experiment, retaining its real randomized treatment assignment and baseline covariates while generating mediators and outcomes from a known structural model. This preserves the skewness, heaping, and baseline correlations typical of behavioral data while keeping the ground truth intact. The results were striking: an interaction-capable outcome model closely recovered the true interventional direct effect, joint indirect effect, and total effect, with confidence intervals covering the known values. An additive-only specification, by contrast, inflated the decomposition components, and its direct-effect interval excluded the true value — even though the estimated total effect looked similar. In other words, the headline result of a trial can appear robust while the mechanistic story beneath it silently changes depending on whether key interactions were modeled.
The authors are candid about limitations. Randomization guarantees that treatment is exogenous, but mediation identification additionally requires no unmeasured confounding of mediator–outcome relationships — an assumption that cannot be tested and that is often questionable in behavioral research, where demand characteristics, common-method bias, or latent motivation may jointly influence mediator reports and behavior. Causal discovery from finite samples is inherently uncertain, with multiple graphs often observationally equivalent, so BriDGE treats discovered structures as hypothesis generators rather than truths. Data requirements are substantial: high-quality mediator measurement, low attrition, and samples large enough for stable discovery and precise inference. The protocol therefore includes a decision flowchart for when to use BriDGE versus simpler single-mediator or linear models, and simulation-based power planning tools, since indirect effects attenuate quadratically as effect sizes shrink.
Everything is packaged for adoption. The workflow is implemented in an open-source R package, bridgeR, covering DAG specification and validation, constrained causal discovery, GAM fitting, and bootstrap-based mediation, with benchmarking templates for runtime and power available through an Open Science Framework repository. The authors frame the protocol as a complement to recent calls for integrative experimental designs that systematically sample from a broader design space, and they argue that policymakers stand to gain the most: knowing not just that an intervention works, but how and why, allows strategies to be adapted to local contexts, resources to be allocated efficiently, and behavioral theories to become genuinely cumulative. The next critical step, they acknowledge, is applying BriDGE to fully empirical trial data, where the true causal graph is unknown and missingness, measurement error, and construct-validity constraints are the norm rather than the exception.
Subject of Research: A methodological protocol integrating causal graphs and generalized additive models to reveal mechanisms in behavioral intervention experiments
Article Title: BriDGE the gap: Improving behavioral research by integrating DAGs and GAMs into experiments
Article References: BriDGE the gap: Improving behavioral research by integrating DAGs and GAMs into experiments. (n.d.). https://doi.org/10.3758/s13428-026-03146-2
Image Credits: AI Generated
DOI: 10.3758/s13428-026-03146-2
Keywords: behavioral science, causal inference, directed acyclic graphs, generalized additive models, randomized controlled trials, mediation analysis, causal discovery, research methods, behavioral public policy, open-source software, simulation study, intervention design
Cite Scienmag News
Glenn Wilkins. (September 24, 2026). New BriDGE Protocol Aims to Reveal Why Behavioral Interventions Actually Work. Scienmag. https://scienmag.com/new-bridge-protocol-aims-to-reveal-why-behavioral-interventions-actually-work/
Glenn Wilkins. "New BriDGE Protocol Aims to Reveal Why Behavioral Interventions Actually Work." Scienmag, 24 September 2026, https://scienmag.com/new-bridge-protocol-aims-to-reveal-why-behavioral-interventions-actually-work/. Accessed 24 September 2026.
Glenn Wilkins. "New BriDGE Protocol Aims to Reveal Why Behavioral Interventions Actually Work." Scienmag. September 24, 2026. https://scienmag.com/new-bridge-protocol-aims-to-reveal-why-behavioral-interventions-actually-work/

