Documentation

Linglib.Phenomena.Coordination.Studies.Steedman2000

Theory-neutral data: a non-constituent coordination sentence paired with its semantically equivalent fully-spelled-out version. Both are grammatical; native speakers judge them to have the same truth conditions. (Originally in Coordination/Data.lean; inlined 0.230.270 per the provenance-tracking policy.)

  • sentence : List String

    The non-constituent coordination sentence

  • equivalentTo : List String

    The semantically equivalent spelled-out version

  • bothGrammatical : Bool

    Both are grammatical

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

      "John likes and Mary hates beans" ≡ "John likes beans and Mary hates beans" — the canonical non-constituent coordination test pair (@cite{steedman-2000}).

      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

          LINKING THEOREM: CCG derives both sides of the semantic equivalence

          The phenomena-level data (from Phenomena/Coordination/Data.lean): "John likes and Mary hates beans" ≡ "John likes beans and Mary hates beans"

          CCG's prediction: both sentences derive and receive equivalent meanings.

          This theorem proves CCG derives the non-constituent coordination sentence. (The full equivalence proof would require implementing the spelled-out derivation too.)

          THE SUBSTANTIVE SEMANTIC THEOREM

          CCG derives the meaning of "John likes and Mary hates beans" as the conjunction of two predications:

          ⟦John likes and Mary hates beans⟧ = ⟦John likes⟧(beans) ∧ ⟦Mary hates⟧(beans)

          This is non-trivial because it requires:

          1. Type-raising John and Mary to S/(S\NP)
          2. Composing with the verbs to get S/NP
          3. Coordinating with generalized conjunction (pointwise ∧)
          4. Applying to the shared object

          The theorem proves CCG's compositional semantics matches the empirical observation.