Severing Account of θ-Role Assignment #
@cite{kratzer-1996} @cite{schaefer-2008} @cite{alexiadou-schaefer-2015} @cite{levin-2004} @cite{goldberg-1995}
The severing account holds that the Voice head — not the verb root — determines which theta role the external argument gets. The verb root is category-neutral; argument structure comes from the functional sequence.
Note: this is sometimes called the "constructionist" position, but that term is better reserved for Construction Grammar, which makes a different (stronger) claim. The Minimalist Voice analysis is specifically Kratzer's severing of the external argument.
The prediction #
VoiceFlavor.thetaRole maps each Voice flavor to the theta role
it assigns. The current typology has
these θ-assigning flavors:
- Voice_AG → agent
- Voice_CAUSE → stimulus
- Voice_REFL → agent (with reflexive binding; @cite{wood-2015})
- Voice_EXP → experiencer (@cite{wood-2015})
This makes a clear empirical prediction: all external arguments introduced by Voice must be either agents or stimuli. Experiencer subjects (know, believe, enjoy) require either:
- additional Voice flavors not in the current typology, or
- some other mechanism outside Voice
Voice compatibility #
compatibleVoices derives which Voice flavors a verb is compatible
with, based on independently motivated VerbCore properties. This
captures @cite{levin-2004}'s gradient verb–construction pairing: causative
alternation verbs (break, melt, open) are compatible with BOTH
Voice_AG and Voice_nonThematic, while non-alternating verbs have a
single compatible Voice.
As a LinkingTheory #
severingAccount packages the severing prediction as a LinkingTheory VoiceFlavor, allowing uniform comparison with other accounts via the
shared linking interface.
Severing prediction: Voice flavor determines WHICH theta role the external argument gets.
This goes beyond assignsTheta (which only says WHETHER there is one)
to predict the specific role. The current typology has only two
θ-assigning flavors, so it can only distinguish agent from stimulus.
Equations
- Minimalism.VoiceFlavor.agentive.thetaRole = some ThetaRole.agent
- Minimalism.VoiceFlavor.causer.thetaRole = some ThetaRole.stimulus
- Minimalism.VoiceFlavor.antipassive.thetaRole = some ThetaRole.agent
- Minimalism.VoiceFlavor.reflexive.thetaRole = some ThetaRole.agent
- Minimalism.VoiceFlavor.experiencer.thetaRole = some ThetaRole.experiencer
- Minimalism.VoiceFlavor.nonThematic.thetaRole = none
- Minimalism.VoiceFlavor.expletive.thetaRole = none
- Minimalism.VoiceFlavor.impersonal.thetaRole = none
- Minimalism.VoiceFlavor.passive.thetaRole = none
Instances For
Voice_AG predicts agent.
Voice_CAUSE predicts stimulus.
Non-θ Voice predicts no theta role.
Derive the canonical Voice flavor a verb projects from VerbCore properties. This is the "default" or most typical configuration.
causalSource.isSome→ Voice_CAUSE (Class II psych, @cite{kim-2024})unaccusative→ Voice_nonThematic (anticausative)controlType =.raising→ Voice_expletive (no external argument)levinClass =.weather→ Voice_expletive (expletive subject)- default → Voice_AG (agentive)
Equations
- One or more equations did not get rendered due to their size.
Instances For
Which Voice flavors is this verb compatible with?
Most verbs have a single compatible Voice (categorical). Causative alternation verbs are compatible with both Voice_AG (transitive) and Voice_nonThematic (inchoative) — this is the gradient verb–construction pairing that @cite{levin-2004} identifies.
The current implementation uses selectedVoice as the sole element.
TODO: extend to detect alternating verbs via MeaningComponents
(changeOfState ∧ causation ∧ ¬instrumentSpec → [.agentive,.nonThematic]).
Equations
Instances For
The severing prediction for external argument theta role: verb → Voice selection → theta role.
Verb semantics determines which Voice head is projected (§ 2), and Voice flavor determines the theta role (§ 1).
Equations
Instances For
The severing account as a LinkingTheory.
Structural context = VoiceFlavor. The predict function ignores
the verb — Voice alone determines the external argument's theta
role. The verb's contribution is channeled entirely through
compatible (which determines which Voice flavors are available).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Lexicalist prediction of the external argument's theta role, based solely on verb-internal properties (@cite{levin-1993}, @cite{rappaport-hovav-levin-1998}).
The cascade mirrors traditional linking rules:
- raising / weather → no external role
- external causal source → stimulus (Class II psych, @cite{kim-2024})
- attitude builder or factive presupposition → experiencer
- occasion sense (manage-to) → experiencer
- Levin class flinch / learn → experiencer
- unaccusative / measure → theme
- default → agent
Equations
- One or more equations did not get rendered due to their size.
Instances For
The lexicalist account (@cite{levin-1993}, Rappaport @cite{rappaport-hovav-levin-1998})
as a LinkingTheory.
Structural context = Unit — the verb's lexical semantics
determines theta roles with no structural input. Everything is
derived from VerbCore.predictedSubjectTheta.
Equations
- One or more equations did not get rendered due to their size.