Documentation

Linglib.Theories.Semantics.Lexical.LevinTheory

Levin Verb Class Theory #

@cite{levin-1993} @cite{dowty-1991} @cite{beavers-koontz-garboden-2020}

The LevinClass enum and its classification data (MeaningComponents, meaningComponents, predictsUnaccusative, isVerbOfCreation) are defined in Core/Lexical/VerbClass.lean.

This file provides the theoretical content that depends on RootEntailments: root entailment mapping, root–MC bridge enums, and universal consistency theorems.

§ 1. Root entailment mapping (@cite{beavers-koontz-garboden-2020}) #

Root structural entailments, well-formedness verification, and MRC tests.

§ 2. Root–MC bridge #

Classification enums (CausationSource, ResultKind, MannerKind) naming the systematic divergences between B&KG root features and Levin meaning components, plus universal consistency theorems.

Root structural entailments for each Levin class.

Assignments marked (B&KG) are directly from @cite{beavers-koontz-garboden-2020} Table 12 and Chapters 2–5. Others are inferred from class semantics following B&KG's framework:

  • Externally caused CoS → causativeResult (√CRACK pattern)
  • Internally caused CoS → pureResult (√BLOSSOM pattern)
  • Action/manner verbs → pureManner (√JOG pattern)
  • MRC violators → fullSpec (√HAND/√DROWN pattern)
  • Stative/psychological → propertyConcept (√FLAT pattern)

Classes marked (default) use minimal as a conservative placeholder pending detailed study under B&KG's framework.

Equations
Instances For

    Well-formedness verification #

    MRC violation verification #

    VOC–root entailment theorems #

    Root–MC correspondence (2026 consensus) #

    The 2026 consensus in lexical semantics (@cite{beavers-koontz-garboden-2020}, @cite{rappaport-hovav-levin-2024}) treats root entailments as primary: verb behavior at the Levin diagnostic level is determined by root content plus semantic field membership plus template structure.

    But the B&KG root features and the Levin meaning components are NOT isomorphic — they conceptualize different levels of granularity:

    B&KG conceptLevin conceptRelationship
    resultchangeOfStateB&KG broader: includes location/possession change
    mannermannerSpecinstrumentSpecB&KG broader: includes contact-manner (hit)
    causecausationDistinct: root-level vs event-level causation

    The three *Kind enums below name the specific cases where the two frameworks diverge, making the divergences grep-able and testable.

    Where a verb class's event-level causation originates.

    B&KG's root-level cause and Levin's event-level causation are distinct concepts (@cite{beavers-koontz-garboden-2020} Ch. 5; @cite{levin-1993} pp. 9–10).

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

        Derive the causation source from root entailments and meaning components.

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

          What kind of result the root entails (refines B&KG result).

          Levin's changeOfState corresponds to stateChange only — change of location (throw, arrive) and change of possession (give) have result = true in B&KG but changeOfState = false in Levin.

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

              Derive result kind from root entailments and meaning components.

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

                How root manner maps to Levin's MC spec features.

                B&KG's manner subsumes three Levin-level distinctions:

                • mannerSpec: how the action proceeds (cooking, running)
                • instrumentSpec: what tool is used (cutting, poking)
                • unspecified: manner verb without a Levin spec flag (hit, push)
                Instances For
                  @[implicit_reducible]
                  Equations
                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For

                    Derive manner kind from root entailments and meaning components.

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

                      Causation source verification #

                      Result kind verification #

                      Manner kind verification #

                      Root-structural MC contribution #

                      Root structural contribution to meaning components. Maps result → changeOfState and manner → mannerSpec.

                      Equations
                      Instances For

                        Universal consistency theorems #

                        These hold for ALL 78 LevinClass constructors and are proved by exhaustive case analysis.

                        Root cause implies either event causation or non-detachable causation.