Documentation

Linglib.Phenomena.ArgumentStructure.Studies.Kratzer1996

Linking Theory Predictions → Hand-Annotated θ-Roles #

@cite{kratzer-1996} @cite{rappaport-hovav-levin-1998}

Two accounts of argument realization make predictions about external argument theta roles. The two predicates live next to the types they project from: severing in VoiceFlavor.thetaRole (Theories/Syntax/Minimalist/Voice.lean) and lexicalist in VerbCore.predictedSubjectTheta (Theories/Semantics/Lexical/VerbEntry.lean). Both operate over proto-role entailment profiles (subjectEntailments / objectEntailments) rather than the legacy subjectTheta / objectTheta labels (which were removed from VerbCore). Studies comparing the two accounts apply both predicates to the same VerbCore and inspect divergence; the LinkingTheory packaging that previously lived in VoiceTheta.lean was dissolved as having no remaining consumers.

Account 1: Severing #

Voice flavor determines the theta role: Voice_AG → agent, Voice_CAUSE → stimulus. The current Voice typology has only two θ-assigning flavors, so it cannot distinguish experiencer from agent or theme from internal- arg derivation.

Account 2: Lexicalist (@cite{levin-1993}, @cite{rappaport-hovav-levin-1998}) #

The verb's lexical semantics — attitude, causalSource, factivePresup, levinClass, unaccusative, controlType, and proto-role entailments — determines the theta role, bypassing Voice.

This file retains only the causative-alternation tree derivations (Part III); per-verb θ-role comparison theorems were removed with the subjectTheta / objectTheta fields.

The causative alternation is the structural prediction of Voice severing: transitive "John broke the vase" has agentive Voice with an agent in Spec,VoiceP; anticausative "The vase broke" has non-thematic Voice with no specifier. Both share the same VP core. Event-structure predictions are verified in Core/Voice.lean via buildDecomposition.

Transitive: "John broke the vase" [VoiceP John [Voice' Voice_AG [vP v [VP broke [DP the vase]]]]]

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

    Voice determines the alternation: agentive assigns θ, non-thematic does not. This is @cite{kratzer-1996}'s severing verified structurally on the tree derivations.