Thick vs Thin Causative Verb Data #
@cite{martin-rose-nichols-2025} @cite{embick-2009}
Corpus survey data from Table 3: 37 English causative verbs classified by four binary properties:
- alternating: Participates in the causative/anticausative alternation
- thick: Encodes manner of causing (subject restriction on abstract causes)
- ASR: Compatible with strong adjectival resultatives (break open)
- omissionSubjects: Compatible with omission/quality-denoting subjects
Key Findings (§4.3) #
- 12/13 thick verbs have ASR, 22/24 thin verbs accept omission subjects
- Thick ≈ causative manner verbs, but bury is thick without ASR
- The correlation is strong but not perfect: some thick verbs (burn, lift, lock) are occasionally found with omission subjects in corpora
Instances For
Instances For
Instances For
Instances For
Instances For
Instances For
Instances For
Instances For
Instances For
Instances For
Instances For
Instances For
Instances For
Instances For
Instances For
Instances For
Instances For
Instances For
Instances For
Instances For
Instances For
Instances For
Instances For
Instances For
Instances For
A single verb entry from Table 3, extending a Fragment VerbEntry. The Levin class, verb form, root profile, etc. are all inherited from the Fragment entry — only the @cite{martin-rose-nichols-2025} annotations are new.
- alternating : Bool
Participates in causative/anticausative alternation
- thick : Bool
Thick = encodes manner of causing (rejects abstract subjects in physical sense)
- asr : Bool
Compatible with strong adjectival resultatives
- omissionSubjects : Bool
Compatible with omission or quality-denoting subjects
- thickThinClass : MartinRoseNichols2025.ThickThinClass
Thick/thin classification from theory
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Verb form (convenience accessor).
Instances For
Table 3 data (representative subset) #
We include all 13 thick verbs and a representative set of thin verbs covering the key patterns. Numbers in comments refer to Table 3 rows.
Equations
- Phenomena.Causatives.ThickThin.activate = { toVerbEntry := Phenomena.Causatives.ThickThin.V.activate, alternating := true, thick := false, asr := false, omissionSubjects := true }
Instances For
Equations
- Phenomena.Causatives.ThickThin.affect = { toVerbEntry := Phenomena.Causatives.ThickThin.V.affect, alternating := false, thick := false, asr := false, omissionSubjects := true }
Instances For
Equations
- Phenomena.Causatives.ThickThin.change = { toVerbEntry := Phenomena.Causatives.ThickThin.V.change, alternating := true, thick := false, asr := false, omissionSubjects := true }
Instances For
Equations
- Phenomena.Causatives.ThickThin.damage = { toVerbEntry := Phenomena.Causatives.ThickThin.V.damage, alternating := false, thick := false, asr := false, omissionSubjects := true }
Instances For
Equations
- Phenomena.Causatives.ThickThin.destroy = { toVerbEntry := Phenomena.Causatives.ThickThin.V.destroy, alternating := false, thick := false, asr := false, omissionSubjects := true }
Instances For
Equations
- Phenomena.Causatives.ThickThin.eliminate = { toVerbEntry := Phenomena.Causatives.ThickThin.V.eliminate, alternating := false, thick := false, asr := false, omissionSubjects := true }
Instances For
Equations
- Phenomena.Causatives.ThickThin.hurt = { toVerbEntry := Phenomena.Causatives.ThickThin.V.hurt, alternating := false, thick := false, asr := false, omissionSubjects := true }
Instances For
Equations
- Phenomena.Causatives.ThickThin.kill = { toVerbEntry := Phenomena.Causatives.ThickThin.V.kill, alternating := false, thick := false, asr := false, omissionSubjects := true }
Instances For
Equations
- Phenomena.Causatives.ThickThin.restore = { toVerbEntry := Phenomena.Causatives.ThickThin.V.restore, alternating := false, thick := false, asr := false, omissionSubjects := true }
Instances For
Equations
- Phenomena.Causatives.ThickThin.start = { toVerbEntry := Phenomena.Causatives.ThickThin.V.start, alternating := true, thick := false, asr := false, omissionSubjects := true }
Instances For
Equations
- Phenomena.Causatives.ThickThin.stop = { toVerbEntry := Phenomena.Causatives.ThickThin.V.stop, alternating := true, thick := false, asr := false, omissionSubjects := false }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Phenomena.Causatives.ThickThin.break_ = { toVerbEntry := Phenomena.Causatives.ThickThin.V.break_, alternating := true, thick := true, asr := true, omissionSubjects := false }
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
- Phenomena.Causatives.ThickThin.cut = { toVerbEntry := Phenomena.Causatives.ThickThin.V.cut, alternating := false, thick := true, asr := true, omissionSubjects := false }
Instances For
Equations
- Phenomena.Causatives.ThickThin.drop = { toVerbEntry := Phenomena.Causatives.ThickThin.V.drop, alternating := true, thick := true, asr := true, omissionSubjects := false }
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
- Phenomena.Causatives.ThickThin.melt = { toVerbEntry := Phenomena.Causatives.ThickThin.V.melt, alternating := true, thick := true, asr := true, omissionSubjects := false }
Instances For
Equations
- Phenomena.Causatives.ThickThin.mix = { toVerbEntry := Phenomena.Causatives.ThickThin.V.mix, alternating := true, thick := true, asr := true, omissionSubjects := false }
Instances For
Equations
- Phenomena.Causatives.ThickThin.shut = { toVerbEntry := Phenomena.Causatives.ThickThin.V.shut, alternating := true, thick := true, asr := true, omissionSubjects := false }
Instances For
Equations
- Phenomena.Causatives.ThickThin.spread = { toVerbEntry := Phenomena.Causatives.ThickThin.V.spread, alternating := true, thick := true, asr := true, omissionSubjects := false }
Instances For
Equations
- Phenomena.Causatives.ThickThin.stretch = { toVerbEntry := Phenomena.Causatives.ThickThin.V.stretch, alternating := true, thick := true, asr := true, omissionSubjects := false }
Instances For
Equations
- Phenomena.Causatives.ThickThin.switch = { toVerbEntry := Phenomena.Causatives.ThickThin.V.switch, alternating := true, thick := true, asr := true, omissionSubjects := false }
Instances For
Per-datum verification theorems #
Bridge to ThickThinClass #
Verify that the data entries' classifications match the theory.
Thick manner verbs have the production constraint.
Thin verbs default to dependence.
Bury (thick state) also has the production constraint.
Thick manner verbs are ASR-compatible per the theory.
Thick state verbs are NOT ASR-compatible per the theory.
Thin verbs are NOT ASR-compatible per the theory.
Bridge to @cite{levin-1993} classes #
The thick/thin distinction cross-cuts Levin classes: verbs in the same general domain (change of state, causation) can be thick or thin. The difference is whether the verb specifies manner of causing.
Break (thick) and destroy (thin) both have CoS + causation in their Levin meaning components. The thick/thin split is orthogonal to the basic meaning component profile.
Thick manner verbs belong to Levin classes that predict the causative alternation.
Cut (thick) is in a class that predicts conative and BPPA alternations. Unlike break, cut does NOT participate in causative/inchoative because instrument specification blocks the inchoative.
Destroy (thin) is also predicted to participate in causative alternation by its meaning components, but empirically it does not alternate. This shows the limits of meaning-component prediction.
Kill (thin, murder class) is predicted to participate in causative alternation but empirically does not alternate.
All ThickThin verb entries (for aggregate bridge theorems).
Equations
- One or more equations did not get rendered due to their size.