Documentation

Linglib.Theories.Semantics.Lexical.Verb.LevinClassProfiles

Levin Class → Entailment Profile Mapping #

@cite{levin-1993} @cite{dowty-1991} @cite{beavers-2010} @cite{beavers-koontz-garboden-2020} @cite{rappaport-hovav-levin-2024}

Maps @cite{levin-1993} verb classes to proto-role entailment profiles (@cite{dowty-1991}), encoding the argument-structure generalizations that hold at the class level.

The mapping is organized by argument structure template: groups of Levin classes that share the same subject/object entailment profile. This reflects the field consensus (@cite{beavers-koontz-garboden-2020}) that root meaning determines which entailments hold:

Individual verbs can override class-level profiles via explicit subjectEntailments/objectEntailments on VerbCore.

Subject + object entailment profile pair for a verb class. objectProfile = none for intransitive classes.

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

        Full agent acting on a contacted but unaffected object. Subject: V+S+C+M+IE. Object: CA+St (no CoS). @cite{beavers-2010}: "unspecified" affectedness — the verb's truth conditions don't entail a change of state in the object. @cite{beavers-koontz-garboden-2020}: manner verbs lack result entailments.

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

          Full agent causing change of state in the object. Subject: V+S+C+M+IE. Object: CoS+CA (causally affected, changed). @cite{beavers-2010}: "quantized" affectedness — the verb entails a definite change of state (the object reaches an end state). @cite{beavers-koontz-garboden-2020}: result verbs entail CoS.

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

            Full agent creating an entity (object comes into existence). Subject: V+S+C+M+IE. Object: CoS+IT+CA+DE. @cite{beavers-2010}: quantized affectedness + dependent existence. The object is an incremental theme whose extent measures the event.

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

              Agent consuming/destroying an incremental theme. Subject: V+S+C+M+IE. Object: CoS+IT+CA. Like creation but without dependent existence (the object pre-exists the event).

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

                Self-propelled motion (no caused result, no object). Subject: V+S+M+IE (no causation — the mover doesn't cause a change in another participant).

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

                  Perception / experiencer-subject. Subject: S+IE (sentient, independently existing, but not volitional or causal).

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

                    Stimulus-experiencer (Class II psych, @cite{belletti-rizzi-1988}). Subject: C+IE (causal stimulus). Object: S+IE (experiencer).

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

                      Unaccusative change of state (inchoative). Subject: CoS+CA (undergoes change, no agentive features). No external argument.

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

                        Directed motion (unaccusative). Subject: M+IE+CoS (moves, changes location).

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

                          Map a Levin class to its argument structure template. Returns none for classes whose profiles haven't been determined yet.

                          Equations
                          Instances For

                            Hit-class object lacks CoS (manner verbs don't entail change of state). This correctly differs from kickObjectProfile (which has CoS=true) — the class-level profile captures the Beavers & Koontz-Garboden generalization that manner roots lack result entailments.

                            Root entailments determine argument templates — this is the field consensus (@cite{beavers-koontz-garboden-2020}, @cite{rappaport-hovav-levin-2024}). The derivational direction runs:

                            RootEntailments → Template → ArgTemplateThetaRole labels
                            

                            RootEntailments.toArgTemplate formalizes the default derivation. It captures the majority pattern: causative roots produce agent subjects and affected objects; manner-only roots produce agent subjects without causation; result-only roots produce unaccusative subjects; state-only roots produce experiencer subjects.

                            Two classes of systematic overrides exist:

                            These overrides are documented and verified below.

                            Derive a default ArgTemplate from root structural entailments.

                            The derivation follows B&KG's event structure decomposition:

                            • cause: subject is external causer → full agent (V+S+C+M+IE), object undergoes change → CoS+CA
                            • result without cause: internally caused change → unaccusative, sole argument is patient (CoS+CA)
                            • manner without cause/result: activity → agent without causation (V+S+M+IE), no affected object
                            • state only: stative → experiencer subject (S+IE)
                            • no entailments: no default derivation

                            For cause+manner (fullSpec) vs cause without manner (causativeResult): both produce the same default ArgTemplate. The manner flag restricts HOW the cause proceeds (cutting vs. breaking), not WHETHER there's an agent.

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

                              For each LevinClass with both rootEntailments and argTemplate defined, we verify that the derived ArgTemplate either MATCHES the hand-specified one or is a documented override.

                              Build-class: causativeResult derives resultChange, but build verbs have a CREATION object (CoS+IT+CA+DE) — the object comes into existence. Dependent existence and incremental theme are additional entailments not captured by root structural features.

                              Amuse-class: causativeResult derives resultChange (agent subject), but psych-causal verbs have a STIMULUS subject (C+IE, no volition) and EXPERIENCER object (S+IE). The nature of causation (volitional vs. stimulus) isn't encoded in root entailments.

                              Eat/devour: default from rootEntailments is not defined (minimal), but class-level argTemplate specifies consumption.

                              Build-class subject matches the derivation's subject (both are full agent V+S+C+M+IE). The override affects only the object, not the subject.