Documentation

Linglib.Studies.OsborneLi2023

CRDC: Conjunct Referential Dependency Constraint #

[OL23]

The Conjunct Referential Dependency Constraint of [OL23], p. 651 (verbatim):

A referentially dependent conjunct valent can be co-valued with a full co-valent, but a referentially dependent full valent can hardly be co-valued with a conjunct co-valent.

The CRDC governs only configurations in which one of the relevant positions sits inside a coordinate structure; non-coordinate binding falls under Conditions A/B/C, on which the paper is explicit that the CRDC is silent (p. 651). Marginality is constitutive of its empirical content: the paper's crowdsourced acceptability table (p. 630 fn. 3) maps mean scores to markers — ? (1.65–2.29), ?? (2.30–2.94), * (2.95–4.00) — and the CRDC's prediction is ??, Judgment.questionable in the project's enum.

Each theorem builds the tree of a stimulus from Data.Examples.OsborneLi2023 and compares crdcPredictedJudgment with the row's recorded judgment: equality where the CRDC is the operative principle, and a recorded divergence for ex9b, whose sentence-level marginality is Condition B's contribution.

Implementation notes #

TODO #

Predicate-valent type #

def OsborneLi2023.allConjuncts {n : } (g : DependencyGrammar.Graph n) (c : Fin n) :
Finset (Fin n)

The conjuncts of the coordinate structure headed at c: the head (the first conjunct, per UD) plus its .conj dependents.

Equations
Instances For
    def OsborneLi2023.HasConjuncts {n : } (g : DependencyGrammar.Graph n) (c : Fin n) :

    Position c heads a coordinate structure: it has a conj dependent.

    Equations
    Instances For
      @[instance_reducible]
      instance OsborneLi2023.instDecidableHasConjuncts {n : } (g : DependencyGrammar.Graph n) (c : Fin n) :
      Decidable (HasConjuncts g c)
      Equations
      def OsborneLi2023.IsConjunctValent {n : } (g : DependencyGrammar.Graph n) (predIdx valentIdx : Fin n) :

      Word valentIdx is a conjunct valent of predicate predIdx: a conjunct of a coordinate structure that fills a valency role of predIdx.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        @[instance_reducible]
        instance OsborneLi2023.instDecidableIsConjunctValent {n : } (g : DependencyGrammar.Graph n) (predIdx valentIdx : Fin n) :
        Decidable (IsConjunctValent g predIdx valentIdx)
        Equations
        def OsborneLi2023.IsFullValent {n : } (g : DependencyGrammar.Graph n) (predIdx valentIdx : Fin n) :

        Word valentIdx is a full valent of predIdx: a valent that is not a conjunct valent — the paper's definition (p. 651): "a valent of a given predicate is a full valent thereof if it is complete, that is, it is not a conjunct valent."

        Equations
        Instances For
          @[instance_reducible]
          instance OsborneLi2023.instDecidableIsFullValent {n : } (g : DependencyGrammar.Graph n) (predIdx valentIdx : Fin n) :
          Decidable (IsFullValent g predIdx valentIdx)
          Equations

          CRDC prediction #

          def OsborneLi2023.crdcPredictedJudgment {n : } (t : DependencyGrammar.Graph n) (predIdx anaIdx anteIdx : Fin n) :

          The CRDC's predicted judgment for co-valuing anaphor anaIdx with antecedent anteIdx under predicate predIdx: .questionable exactly when the anaphor is a full valent and the antecedent a conjunct valent of the same predicate; .acceptable otherwise — the CRDC is silent, and other binding principles may still apply.

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

            CRDC predictions against the data rows #

            Ex (2a): "Max and Lucie talked about him." Max(0) and(1) Lucie(2) talked(3) about(4) him(5).

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

              Full-valent him over conjunct-valent Max: the CRDC fires and matches the observed ??.

              Ex (9a): "Max talked about himself." — non-coordinate baseline.

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

                Ex (9b): "Max talked about him." — non-coordinate Condition B context. The CRDC is silent; the row's marginality is Condition B's contribution, so prediction and row diverge by design.

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

                  Ex (24a): "John talked about himself and his mother." — coordinate object; himself heads the coordination, so it is a conjunct valent and John a full valent: the CRDC's permitted direction.

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

                    Ex (5a): "Both John and Mary love him." — coordinate subject with paired coordinator; pronoun in object position. The CRDC fires and matches the observed ??.

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

                      Ex (28d): "John expected Mary and him to be able to leave soon." — coordinate object under raising-to-object: him is a conjunct valent, so the CRDC is silent on co-valuing it with John.

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

                        Directionality #

                        The CRDC is asymmetric: on ex2a's tree, only the full-anaphor-of- conjunct-antecedent direction fires; swapping anaphor and antecedent leaves the CRDC silent.