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.
Glossary
Binding Theory

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.
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.
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.
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
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
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
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
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
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'
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.
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Related Terms
Explore the foundational linguistic constraints and coreference mechanisms that govern how pronouns and noun phrases are linked to their antecedents in discourse.
Anaphora
A linguistic expression whose interpretation depends on a preceding expression (the antecedent). Typically, a pronoun referring back to a previously mentioned noun phrase.
- Example: In 'Sarah lost her keys,' 'her' is an anaphor referring to 'Sarah.'
- Role in NLP: The primary target of pronominal resolution systems.
- Contrast: Differs from cataphora, where the pronoun precedes its referent.
Coreference Chain
The complete ordered set of all mentions within a discourse that refer to a single real-world entity. It forms a linked sequence from the first mention to the last.
- Structure:
[Mention 1] -> [Mention 2] -> [Mention 3] - Example: 'Alice said she would call. The manager was busy.'
- Importance: The gold-standard output for evaluating end-to-end coreference resolution systems like the e2e-coref model.
Centering Theory
A discourse coherence theory that models local focus to constrain pronoun interpretation. It tracks a ranked set of forward-looking centers (potential future topics) and a single backward-looking center (the current topic).
- Constraint: The preferred antecedent for a pronoun is the highest-ranked forward-looking center from the previous utterance.
- Application: Used as a feature in rule-based sieve architectures and salience models to improve pronominal resolution accuracy.
Mention-Ranking Model
A neural coreference architecture that scores all candidate antecedents for a given mention and selects the highest-ranked one. This replaces independent pairwise decisions with a global ranking.
- Scoring: Uses biaffine attention to compute pairwise scores between mention and antecedent representations.
- Refinement: Supports higher-order inference, where span representations are iteratively updated based on predicted antecedents to enable transitive reasoning across chains.
- Efficiency: Relies on antecedent pruning and span pruning to restrict the candidate search space.
Winograd Schema
A pronoun disambiguation challenge requiring deep world knowledge and commonsense reasoning. Two sentences differ by a single word that flips the pronoun's antecedent.
- Example: 'The city council refused the demonstrators a permit because they feared violence' vs. '...because they advocated violence.'
- Significance: Designed to be statistically trivial for language models but requires genuine understanding, making it a robust test for evaluating commonsense reasoning in coreference systems.
Bridging Anaphora
A non-identity anaphoric relationship where a definite noun phrase refers to an entity inferentially linked to a previously introduced discourse referent, rather than directly coreferring with it.
- Example: 'I bought a car. The engine is loud.' — 'the engine' is not coreferent with 'a car' but is a part-of relation.
- Challenge: Requires world knowledge beyond syntactic constraints, making it significantly harder to resolve than standard identity coreference.
- Contrast: Differs from split antecedents, where a plural pronoun directly refers to multiple distinct entities.

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.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us