Action volitionality (volitional/non-volitional/ambiguous).
- Volitional : ActionType
- NonVolitional : ActionType
- Ambiguous : ActionType
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Create a volitional event
Equations
- NadathurLauer2020.CoerciveImplication.TaggedEvent.volitional v = { event := v, actionType := NadathurLauer2020.CoerciveImplication.ActionType.Volitional }
Instances For
Create a non-volitional event
Equations
- NadathurLauer2020.CoerciveImplication.TaggedEvent.nonVolitional v = { event := v, actionType := NadathurLauer2020.CoerciveImplication.ActionType.NonVolitional }
Instances For
Check if an event is volitional
Equations
Instances For
A situation where "make" creates coercive implication.
- dynamics : Core.StructuralEquationModel.CausalDynamics
The causal dynamics
- background : Core.StructuralEquationModel.Situation
The background situation
- causerAction : Core.StructuralEquationModel.Variable
The causer's action
- causeeAction : TaggedEvent
The causee's action (the effect)
Instances For
Coercion arises when effect is volitional and cause is sufficient.
Equations
- ctx.hasCoerciveImplication = (ctx.causeeAction.isVolitional && Core.StructuralEquationModel.causallySufficient ctx.dynamics ctx.background ctx.causerAction ctx.causeeAction.event)
Instances For
Coercion strength: strong (volitional), weak (ambiguous), none.
- Strong : CoercionStrength
- Weak : CoercionStrength
- None : CoercionStrength
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Compute coercion strength.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Kim (causer)
Equations
Instances For
Sandy (causee)
Instances For
Sandy leaving (volitional)
Equations
Instances For
Sandy sneezing (non-volitional)
Equations
Instances For
Dynamics where Kim's action causes Sandy to leave.
Equations
- One or more equations did not get rendered due to their size.
Instances For
"Kim made Sandy leave" - has coercive implication.
Kim's action was sufficient + Sandy leaving is volitional → Sandy was coerced (didn't freely choose to leave)
Dynamics where Kim causes Sandy to sneeze (odd construction).
Equations
- One or more equations did not get rendered due to their size.
Instances For
"Kim made Sandy sneeze" - NO coercive implication.
Kim's action was sufficient, but sneezing is non-volitional → No coercion inference (you can't override an involuntary action)
Coercion strength is strong for volitional actions.
Coercion strength is none for non-volitional actions.