Documentation

Linglib.Phenomena.ArgumentStructure.Studies.Osborne2019

DG Valency Bridge: @cite{osborne-2019} #

@cite{tesniere-1959}

Full derivation chain from DG valency theory to argument structure phenomena, grounded in the English Fragment lexicon.

Three-Way Connection #

Fragments/English/Predicates/Verbal (complementType → valence)
    ↓ ↑
DG ArgStr / LexRule / checkVerbSubcat ↔ Phenomena/ArgumentStructure data

Verb valence is DERIVED from each Fragment entry's complementType field via complementToValence, not stipulated independently. The DG analysis then verifies that trees built with these Fragment-derived words satisfy the corresponding valency frames.

Derivation Chain #

Fragment VerbEntry.complementType ← lexical data (sleep=.none, kick=.np, give=.np_np)
    ↓ complementToValence
VerbEntry.toWord3sg.features.valence ← intransitive / transitive / ditransitive
    ↓
DepTree instances ← concrete parse trees
    ↓
satisfiesArgStr (ArgStr frames) ← frame satisfaction
    ↓
checkVerbSubcat ← subcategorization verification
    ↓
passiveRule (LexRule) ← valency change derivation
    ↓
isCatena / isConstituent ← structural analysis (Ch 4)
    ↓
Phenomena data match ← grammaticality predictions

"John devours pizza" — transitive with object. Matches Subcategorization.data pair 3.

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

    "John gives Mary book" — ditransitive with two objects. Matches Subcategorization.data pair 5.

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

      "John kicked the ball" — active transitive (for passive derivation).

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

        "The ball was kicked" — short passive. Matches Passive.data pair 1.

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

          "The ball was kicked by John" — long passive with agent by-phrase.

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

            "*John sleeps book" — intransitive with spurious object. Matches Subcategorization.data pair 1.

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

              "*John gives Mary" — ditransitive missing direct object. Matches Subcategorization.data pair 5.

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

                "*The ball was kicked the ball" — passive with spurious object. Matches Passive.data pair 1.

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

                  SVO tree: verb + all args {0, 1, 2} is a constituent (complete subtree).

                  SVO tree: verb + subject {0, 1} is a catena (connected via nsubj).

                  Full valency derivation chain: from Fragment lexicon through DG theory to grammaticality predictions.

                  1. Fragment kick.complementType =.np → valence = transitive
                  2. Active tree satisfies transitive frame (argStr_VN) ✓
                  3. checkVerbSubcat validates the active tree ✓
                  4. Passive rule applies and removes obj slot ✓
                  5. Passive tree satisfies derived frame (argStr_VPassive) ✓
                  6. checkVerbSubcat validates the passive tree ✓
                  7. Passive + spurious obj correctly rejected ✗

                  DG subcategorization predictions match all data pairs in Phenomena.ArgumentStructure.Subcategorization.data:

                  Data pairGrammaticalUngrammaticalValence
                  1"John sleeps""*John sleeps book"intransitive
                  3"John devours pizza""*John devours"transitive
                  5"John gives Mary …""*John gives Mary"ditransitive