Documentation

Linglib.Phenomena.Causation.Studies.CaoWhiteLassiter2025

The Three Measures #

All three are defined within structural causal models. SUF is continuous ∈ [0,1], INT is continuous ∈ [0,1], ALT is ℕ.

The three causal measures that jointly predict causative verb acceptability.

  • suf: Probability of sufficiency. Continuous [0,1]. Computed via SEM.probabilisticSuf over a (possibly probabilistic) SEM V α.
  • 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.
  • suf :
  • int :
  • alt :
Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      def CaoWhiteLassiter2025.instDecidableEqCausalMeasures.decEq (x✝ x✝¹ : CausalMeasures) :
      Decidable (x✝ = x✝¹)
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Deterministic SUF #

        In the deterministic limit (every mechanism a Dirac), SUF collapses to a {0,1} indicator. probabilisticSuf_of_deterministic is the bridge that recovers this special case from the canonical PMF form.

        noncomputable def CaoWhiteLassiter2025.deterministicSuf {V : Type u_1} [Fintype V] [DecidableEq V] (M : Core.Causal.BoolSEM V) [M.graph.IsDAG] [Core.Causal.SEM.IsDeterministic M] (background : Core.Causal.Valuation fun (x : V) => Bool) (cause effect : V) :
        ENNReal

        Deterministic SUF as a {0,1} indicator over a BoolSEM with IsDeterministic.

        Equations
        Instances For
          theorem CaoWhiteLassiter2025.probabilisticSuf_eq_deterministicSuf {V : Type u_1} [Fintype V] [DecidableEq V] (M : Core.Causal.BoolSEM V) [M.graph.IsDAG] [Core.Causal.SEM.IsDeterministic M] (bg : Core.Causal.Valuation fun (x : V) => Bool) (c e : V) (hc : bg.get c = none) :

          Grounding theorem: under IsDeterministic, the canonical PMF-valued probabilisticSuf collapses to the deterministic {0,1} indicator. Recovers the legacy "shoehorned" SUF as a special case rather than a parallel definition.

          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
          Equations
          Instances For

            Interaction Profiles #

            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.

            Instances For
              @[implicit_reducible]
              Equations
              Equations
              • One or more equations did not get rendered due to their size.
              Instances For

                A verb's interaction profile: which interaction terms reliably predict its acceptability.

                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
                      • 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

                          Main Effects #

                          The regression coefficients for the main effects, showing the direction and relative magnitude of each measure's contribution.

                          Main effect coefficients from the Bayesian regression.

                          -- UNVERIFIED: coefficient values (+1.19, +0.54, -0.82) need verification

                          • sufResidAlt :
                          • int :
                          • alt :
                          Instances For
                            Equations
                            • One or more equations did not get rendered due to their size.
                            Instances For
                              Equations
                              Instances For

                                Probabilistic example: genuinely fractional SUF #

                                A 2-vertex SEM whose effect mechanism is PMF.bernoulli p — genuinely probabilistic, not Dirac. Demonstrates that probabilisticSuf accepts non-deterministic SEMs (no IsDeterministic constraint).

                                A 2-vertex SEM: cause (root) and effect (one parent: cause).

                                • cause : V
                                • effect : V
                                Instances For
                                  @[implicit_reducible]
                                  Equations
                                  @[implicit_reducible]
                                  Equations
                                  • One or more equations did not get rendered due to their size.
                                  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
                                      noncomputable def CaoWhiteLassiter2025.ProbabilisticExample.effectMech (p : NNReal) (h : p 1) :

                                      The probabilistic mechanism for effect: ignores parent value, returns Bernoulli(p) directly. Genuinely non-Dirac when p ∉ {0, 1}.

                                      Equations
                                      • One or more equations did not get rendered due to their size.
                                      Instances For

                                        A genuinely probabilistic SEM (not IsDeterministic for p ∉ {0,1}).

                                        Equations
                                        • One or more equations did not get rendered due to their size.
                                        Instances For