Documentation

Linglib.Phenomena.SyntacticAmbiguity.Basic

Syntactic Ambiguity: Temporary Ambiguity and Garden-Path Effects #

Temporary syntactic ambiguity arises when an initial substring of a sentence is compatible with multiple structural analyses. The parser must commit to one analysis before the disambiguating material arrives. When the initial commitment turns out to be incorrect, a garden-path effect results: the reader experiences processing difficulty at the point of disambiguation, often visible as longer reading times and/or regressive eye movements.

CC/RC Ambiguity #

The best-studied case is the complement clause (CC) vs. relative clause (RC) ambiguity in English (@cite{altmann-garnham-dennis-1992}):

The substring the woman that he'd risked his life for is temporarily ambiguous between a CC complement of told and an RC modifying the woman.

Theoretical Hypotheses #

Two hypotheses frame the debate (@cite{paape-vasishth-2026}):

@cite{paape-vasishth-2026} shows the answer is a graded compromise: first-pass parsing is partially context-sensitive, and context also affects reanalysis — "the answer is both."

Cross-references #

The two readings of a temporarily ambiguous CC/RC string.

  • complementClause : Disambiguation

    Complement clause: told the woman [that he'd risked his life for many people]

  • relativeClause : Disambiguation

    Relative clause: told [the woman that he'd risked his life for] to install ...

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

      Referential context: whether the discourse makes the definite NP's referent uniquely identifiable without a modifier.

      • uniqueReferent : ReferentialContext

        Only one possible referent (e.g., a man and a woman) — a bare definite the woman suffices, so an RC modifier is pragmatically unnecessary.

      • nonUniqueReferents : ReferentialContext

        Multiple possible referents (e.g., two women) — a bare definite the woman violates uniqueness, so an RC modifier is pragmatically licensed.

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

          An experimental condition in the CC/RC × context design.

          Instances For
            def Phenomena.SyntacticAmbiguity.instDecidableEqCondition.decEq (x✝ x✝¹ : Condition) :
            Decidable (x✝ = x✝¹)
            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

                Whether disambiguation and context match (context supports the actual disambiguation).

                Equations
                Instances For

                  The context-sensitive attachment hypothesis predicts that context and disambiguation interact: garden-path difficulty depends on whether the context supports the actual disambiguation.

                  Formalized as: for a fixed disambiguation type, changing context from supporting to non-supporting increases garden-path difficulty. For RC, this means non-unique → unique increases difficulty; for CC, unique → non-unique increases difficulty.

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

                    The context-insensitive hypothesis predicts no interaction: the parser always prefers the syntactically simpler analysis (CC), and the same garden-path magnitude obtains regardless of context.

                    Equations
                    Instances For

                      RC disambiguation is harder than CC on the processing profile: the RC requires crossing a clause boundary (the relative clause) and involves a filler-gap dependency that increases locality.

                      Equations
                      Instances For