The Three Measures (§2.2-2.4) #
All three are defined within structural causal models.
In the general case they are continuous ∈ [0,1] (or ℕ for ALT).
Our deterministic CausalDynamics yields the boundary cases.
The three causal measures that jointly predict causative verb acceptability.
suf: Probability of sufficiency. Continuous [0,1]. In the deterministic limit, collapses tocausallySufficient.int: Degree of intention. Continuous [0,1]. How much the causer intended the outcome relative to alternatives.alt: Number of alternative actions available to the causee. ℕ. Fewer alternatives → stronger causal influence.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Deterministic SUF #
When the causal model is deterministic (as in CausalDynamics),
SUF collapses to a binary value matching causallySufficient.
Compute SUF from a deterministic causal model.
In a deterministic model, SUF is either 0 or 1:
- 1 when the cause guarantees the effect (=
causallySufficient) - 0 otherwise
Equations
- CaoWhiteLassiter2025.deterministicSuf dyn background cause effect = if Core.StructuralEquationModel.causallySufficient dyn background cause effect = true then 1 else 0
Instances For
Deterministic SUF = 1 iff binary causallySufficient holds.
This is the grounding theorem connecting Cao et al.'s probabilistic SUF to Nadathur & Lauer's structural sufficiency.
Deterministic SUF = 0 iff binary causallySufficient fails.
ALT → ActionType Bridge #
Cao et al.'s continuous ALT measure generalizes the binary
Volitional/NonVolitional distinction in CoerciveImplication.
Map ALT count to the categorical ActionType from CoerciveImplication.
- ALT = 0: causee had no choice → NonVolitional (forced action)
- ALT > 0: causee could have done otherwise → Volitional
This connects Cao et al.'s graded ALT to Nadathur & Lauer's binary volitionality, used in the coercive implication analysis.
Equations
Instances For
Interaction Profiles (Table 1) #
The core empirical finding: each verb has a unique set of reliable interaction terms among SUF, INT, and ALT.
Two-way and three-way interaction terms from the regression model.
These correspond to the product terms in the Bayesian regression (Model I, Table 2). An interaction is "reliable" when its 95% credible interval excludes 0.
- sufInt : InteractionTerm
- sufAlt : InteractionTerm
- intAlt : InteractionTerm
- sufIntAlt : InteractionTerm
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- CaoWhiteLassiter2025.instBEqInteractionTerm.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
A verb's interaction profile: which interaction terms reliably predict its acceptability.
Each verb has a unique combination, supporting the claim that causative verb semantics is multidimensional.
- verb : String
- reliablePositive : List InteractionTerm
- reliableNegative : List InteractionTerm
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
caused: SUF×ALT (+), INT×ALT (+), SUF×INT×ALT (-). No reliable SUF×INT interaction.
Equations
- One or more equations did not get rendered due to their size.
Instances For
made: SUF×INT (+), SUF×ALT (+), INT×ALT (+), SUF×INT×ALT (-). Uniquely has the SUF×INT interaction.
Equations
- One or more equations did not get rendered due to their size.
Instances For
forced: SUF×ALT (+), INT×ALT (+), SUF×INT×ALT (-). Same shape as caused but with different main effect intercepts.
Equations
- One or more equations did not get rendered due to their size.
Instances For
make uniquely has a reliable SUF×INT interaction.
This is the key finding distinguishing make from both cause and force. It means make's acceptability is sensitive to the joint contribution of sufficiency and intention in a way the other verbs are not.
Bridge to CausativeBuilder #
The force-dynamic builder (@cite{wolff-2003} / @cite{talmy-1988}) provides a finer
categorization than sufficiency/necessity alone. The graded model
reveals that verbs with different builders (e.g., .make and .force)
can still differ in their full semantics even when they share the
same N&L truth conditions.
make and force now have different CausativeBuilders (.make vs
.force) but both assert sufficiency, and have different interaction
profiles.
This demonstrates that the graded model provides information beyond even the fine-grained force-dynamic builder: make has a SUF×INT sensitivity that force lacks.
The graded model subsumes the binary model.
In the deterministic limit (SUF ∈ {0,1}, no probabilistic INT),
the graded verb selection reduces to the binary
sufficiency/necessity distinction of CausativeBuilder.
Main Effects (Model I, Table 2) #
The regression coefficients for the main effects, showing the direction and relative magnitude of each measure's contribution.
Main effect coefficients from Model I (Table 2).
All three main effects are reliable (95% CI excludes 0):
- SUFresidALT: +1.19 (more sufficiency → more acceptable)
- INT: +0.54 (more intention → more acceptable)
- ALT: -0.82 (more alternatives → less acceptable)
Note the sign of ALT: more alternatives for the causee means weaker causal influence, hence lower acceptability for all verbs.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- CaoWhiteLassiter2025.modelIMainEffects = { sufResidAlt := 119 / 100, int := 54 / 100, alt := -82 / 100 }
Instances For
SUF has the largest main effect, consistent with Nadathur & Lauer's emphasis on sufficiency as the core semantic content.
ALT is negative: more alternatives → less acceptable. This is expected since fewer alternatives = stronger causal influence.