Inferensys

Glossary

Binding Theory

A syntactic theory governing the distribution of anaphors, pronominals, and referring expressions, providing structural constraints used as features in coreference systems.
Data engineer managing feature store on laptop, feature definitions visible, casual data engineering session.
SYNTACTIC CONSTRAINTS

What is Binding Theory?

Binding Theory is a syntactic framework governing the referential dependencies between noun phrases, defining structural conditions under which anaphors, pronominals, and referring expressions may or may not be coreferential.

Binding Theory is a module of Government and Binding syntax that constrains the interpretation of noun phrases based on their structural relationships within a sentence. It partitions NPs into three classes—anaphors (reflexives, reciprocals), pronominals (personal pronouns), and R-expressions (referring expressions like names)—and applies three principles dictating their permissible antecedents within a defined syntactic domain, typically the governing category.

The theory formalizes the notion of c-command as a structural requirement for binding, where a binder must be higher in the syntactic tree. Principle A requires anaphors to be bound locally, Principle B requires pronominals to be free locally, and Principle C requires R-expressions to be free everywhere. These constraints provide linguistically motivated features for coreference resolution systems, helping models distinguish licit from illicit antecedent relationships.

SYNTACTIC CONSTRAINTS

Core Properties of Binding Theory

The structural principles governing the distribution of anaphors, pronominals, and referring expressions, providing hard linguistic constraints used as features in coreference resolution systems.

01

Principle A: Anaphors

An anaphor (reflexive or reciprocal like 'himself' or 'each other') must be bound within its local domain—typically the minimal clause containing it, its governor, and an accessible subject.

  • Binding: An anaphor requires a c-commanding antecedent within the same clause
  • Example: In 'John_i hurt himself_i,' the reflexive is locally bound
  • Violation: 'John_i thinks [Mary_j hurt himself_i]' is ungrammatical because the antecedent is outside the local domain
  • NLP Application: Principle A filters impossible antecedents for reflexives, reducing the candidate search space
Local Domain
Binding Scope
02

Principle B: Pronominals

A pronominal (non-reflexive pronoun like 'him' or 'her') must be free within its local domain—it cannot be bound by a c-commanding antecedent in the same minimal clause.

  • Complementary distribution: Pronominals and anaphors occupy opposite binding environments
  • Example: 'John_i thinks [Mary_j likes him_i]' is grammatical because 'him' is free in the embedded clause
  • Violation: 'John_i likes him_i' is ungrammatical if 'him' refers to John
  • NLP Application: Principle B prevents a coreference system from incorrectly linking a pronoun to a local subject
Complementary
To Principle A
03

Principle C: R-Expressions

A referring expression (R-expression)—a full noun phrase like 'John' or 'the president'—must be free everywhere. It cannot be bound by any c-commanding antecedent at any level of structure.

  • Global constraint: Unlike Principles A and B, this applies across all clauses
  • Example: 'He_i thinks [John_i is smart]' is ungrammatical if 'He' and 'John' corefer
  • Cataphora restriction: A pronoun cannot c-command a coreferring R-expression that follows it
  • NLP Application: Principle C blocks cataphoric coreference where a pronoun precedes and c-commands its antecedent
Global
Binding Domain
04

C-Command: The Structural Backbone

C-command (constituent command) defines the structural relationship that determines binding possibilities. Node A c-commands node B if A does not dominate B and the first branching node dominating A also dominates B.

  • Syntactic asymmetry: C-command encodes hierarchical prominence, not linear order
  • Example: In a standard tree, a subject c-commands objects within the same clause
  • Binding condition: Binding requires both c-command and co-indexation
  • NLP Application: C-command relationships, derived from dependency parses, provide hard structural features for neural coreference models to prune impossible antecedents
Hierarchical
Not Linear
05

Binding Domains and Governing Categories

The governing category—the minimal domain for Principles A and B—is defined as the minimal clause containing the governed element, its governor (a lexical head like a verb or preposition), and an accessible SUBJECT (a structural subject or agreement features).

  • Governor: The lexical head that assigns case or theta-role to the dependent element
  • Accessible SUBJECT: Can be an overt subject, a tense/agreement marker, or the anaphor itself in certain constructions
  • Cross-linguistic variation: Languages differ in what counts as an accessible SUBJECT, affecting binding domain boundaries
  • NLP Application: Accurate governing category identification requires syntactic parsing and informs language-specific coreference constraints
Governor + SUBJECT
Domain Definition
06

Binding Theory in Neural Coreference

Modern neural coreference systems incorporate Binding Theory constraints as hard filters or soft features to improve precision by eliminating linguistically impossible antecedents.

  • Hard constraint filtering: Remove candidate antecedents that violate Principles A, B, or C before scoring
  • Soft feature integration: Encode binding constraint violations as negative features in the mention-ranking scoring function
  • Complementary to learned representations: Binding constraints provide structural knowledge that may not be reliably learned from limited training data
  • Example: In 'John told Bill about himself,' Principle A restricts 'himself' to 'Bill' (the local subject), not 'John'
Precision Boost
Constraint Effect
BINDING THEORY

Frequently Asked Questions

Explore the syntactic principles governing how different types of noun phrases relate to each other, providing the structural constraints that modern coreference resolution systems encode as features.

Binding Theory is a syntactic framework within Government and Binding theory that governs the distribution and interpretation of three noun phrase types: anaphors, pronominals, and R-expressions. It operates by defining structural relationships—specifically c-command and co-indexation—within a sentence to determine when two expressions can or cannot refer to the same entity. The theory is formalized through three principles: Principle A requires anaphors (like reflexives and reciprocals) to be bound within their local domain; Principle B requires pronominals to be free within their local domain; and Principle C requires R-expressions to be free everywhere. These constraints provide coreference resolution systems with hard syntactic filters that eliminate impossible antecedent candidates before statistical scoring.

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.