Sag, Wasow & Bender (2003) — HPSG Binding Theory @cite{sag-wasow-bender-2003} #
Syntactic Theory: A Formal Introduction (2nd ed.), Ch. 7.
The HPSG binding theory of @cite{sag-wasow-bender-2003} reduces the
Chomskyan three-way classification (anaphor / pronoun / R-expression →
Principles A/B/C) to two principles based on the MODE feature:
- Principle A:
[MODE ana]must be outranked on ARG-ST by a coindexed element - Principle B:
[MODE ref]must NOT be outranked on ARG-ST by a coindexed element
Both pronouns and R-expressions are [MODE ref], so Principle B subsumes
Principle C. See Theories/Syntax/HPSG/Coreference.lean for the
implementation; this file verifies it against the empirical minimal-pair
data in Phenomena/Anaphora/Coreference.lean via the
Paradigms.AcceptabilityJudgment contract.
Coverage of a PhenomenonData set under HPSG binding.
Equations
Instances For
HPSG captures reflexiveCoreferenceData.
HPSG captures complementaryDistributionData.
HPSG captures pronominalDisjointReferenceData.
Per-pair verification of reflexive binding judgments.
Reciprocal binding: plural antecedent required, singular blocked.
(Pairs 1–2 of reciprocalCoreferenceData use 5-word coordinated
sentences that exceed the simple clause parser.)