The agentivity cube ([Gri11] §2.1) #
[Gri11] reformulates [Dow91]'s Proto-Agent entailments as four
privative features: Proto-Patient is not a separate cluster but the
underspecified (∅) pole of each feature, and Dowty's relational "causation"
is decomposed into participant-bound "instigation" (p.521). Agentivity is
the Boolean cube on Agentivity.Feature, ordered by feature-set inclusion;
Grimm's Fig. 1 lattice is its 12-element Agentivity.Valid subset.
The persistence axis is PersistenceLevel.lean; the product object is
ParticipantType.lean; the projection from [Dow91]'s profiles is
Projection.lean.
The four agentivity primitives (Table 2 (agentive properties), p.520).
Each has an agentive (+) and non-agentive (∅) pole; the non-agentive pole is simply the absence of the property — the privative opposition that replaces Dowty's two independent clusters.
- volition : Feature
+volition: the participant intends to bring about the event.
- sentience : Feature
+sentience: conscious involvement in the action or state.
- instigation : Feature
+instigation: prior independent action whose effects can be attributed to this argument. Replaces Dowty's "causation" (p.521).
- motion : Feature
+motion: the argument is in motion during the event.
Instances For
Equations
- ArgumentStructure.Agentivity.instDecidableEqFeature x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
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.
An argument's agentivity: which of the four primitives it bears, as a
point of the Boolean cube on Agentivity.Feature. Order, lattice, and
Boolean-algebra structure are pointwise, so a ≤ b is feature-set
inclusion; Grimm's Fig. 1 lattice is the 12-element Valid subset of
the 16-element cube.
Equations
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Equations
- a.instDecidableRelLe b = decidable_of_iff (∀ (f : ArgumentStructure.Agentivity.Feature), a f ≤ b f) ⋯
Equations
- x✝¹.instDecidableRelLt x✝ = decidable_of_iff' (x✝¹ ≤ x✝ ∧ ¬x✝ ≤ x✝¹) ⋯
Build an agentivity value from the four indicators, in Table 2 order.
Equations
- ArgumentStructure.Agentivity.mk volition sentience instigation motion ArgumentStructure.Agentivity.Feature.volition = volition
- ArgumentStructure.Agentivity.mk volition sentience instigation motion ArgumentStructure.Agentivity.Feature.sentience = sentience
- ArgumentStructure.Agentivity.mk volition sentience instigation motion ArgumentStructure.Agentivity.Feature.instigation = instigation
- ArgumentStructure.Agentivity.mk volition sentience instigation motion ArgumentStructure.Agentivity.Feature.motion = motion
Instances For
Equations
- One or more equations did not get rendered due to their size.
Volition indicator.
Equations
Instances For
Sentience indicator.
Equations
Instances For
Instigation indicator.
Equations
Instances For
Motion indicator.
Equations
Instances For
Validity: volition presupposes sentience (p.521, following [Dow91] p.607). Carves Grimm's 12-element Fig. 1 lattice out of the 16-element cube.
Instances For
Equations
- a.instDecidableValid = id inferInstance
Number of positive features (= height in the cube).
Equations
- a.featureCount = a.volition.toNat + a.sentience.toNat + a.instigation.toNat + a.motion.toNat
Instances For
The inclusion order, componentwise.