A split antecedent occurs when a plural anaphor, such as they, them, or both, collectively refers to two or more distinct entities that were introduced independently in prior clauses or sentences. Unlike standard anaphora where a pronoun maps to a single noun phrase, this phenomenon requires the coreference resolution system to identify and merge multiple, syntactically separate mention spans into a single composite antecedent. For example, in the sentence "John met Mary. They went to the store," the pronoun they has a split antecedent composed of the entities John and Mary.
Glossary
Split Antecedent

What is Split Antecedent?
A split antecedent is a coreference resolution scenario where a plural pronoun refers to multiple distinct entities introduced separately in the preceding discourse, requiring the system to merge multiple antecedents into a single referent.
Resolving split antecedents poses a significant challenge for neural coreference models, as standard mention-ranking architectures typically score individual candidate antecedents rather than sets of antecedents. Systems must recognize that the plural pronoun's number agreement demands a plural referent, then search the discourse model for compatible entities that can be combined. This often requires higher-order inference and sophisticated discourse modeling to distinguish split antecedents from cases where a plural pronoun refers to a single, previously mentioned plural noun phrase.
Frequently Asked Questions
Explore the linguistic and computational challenges of resolving plural pronouns that refer to multiple, separately introduced entities in discourse.
A split antecedent is a coreference phenomenon where a plural pronoun (such as 'they,' 'them,' or 'their') refers to two or more distinct entities that were introduced separately in the preceding discourse, rather than to a single, syntactically plural noun phrase. For example, in the sentence 'Alice met Bob for coffee. They discussed the project,' the pronoun 'they' refers to the combined set of Alice and Bob, requiring the resolution system to merge two separate antecedent mentions into a single plural referent. This contrasts with standard anaphora, where a pronoun typically links to a single, contiguous antecedent. Split antecedent resolution is particularly challenging for NLP systems because it demands the model to perform set construction—identifying that multiple singular entities should be grouped together—rather than simply matching a pronoun to the nearest compatible noun phrase. The phenomenon is common in natural discourse but remains underrepresented in coreference benchmarks, making it a persistent source of error in production systems.
Examples of Split Antecedents
A split antecedent occurs when a plural pronoun refers back to multiple distinct entities introduced separately in the preceding discourse. The resolution system must merge these independent mentions into a single plural reference.
Coordinated Noun Phrases
The most common pattern where a plural pronoun refers to two entities joined explicitly or implicitly.
Example:
- Alice went to the library. Bob stayed home. They planned to meet later.
Resolution Mechanism:
- The system must identify Alice and Bob as separate singleton mentions
- Merge them into a single plural entity for the pronoun they
- This requires tracking discourse referents across sentence boundaries
Entity–Attribute Splits
A pronoun refers to an entity and one of its attributes or possessions mentioned separately.
Example:
- The company announced record profits. Its stock price surged. They are now market leaders.
Complexity:
- Requires understanding that the company and its stock price are distinct but related
- The plural pronoun they merges an organization with its financial instrument
- Demands ontological knowledge about entity–attribute relationships
Cross-Sentence Event Participants
Multiple participants in a complex event are introduced across separate clauses and later referenced collectively.
Example:
- The plaintiff filed the motion. The defendant responded immediately. They reached a settlement before trial.
Resolution Requirements:
- Identify semantic roles (agent, patient) across sentences
- Recognize that plaintiff and defendant form a natural pair in legal discourse
- Merge them despite no syntactic coordination in the source text
List–Pronoun Agreement
A plural pronoun refers back to multiple items introduced in a list structure rather than a single coordinated phrase.
Example:
- The team needed three things: a new server, updated software, and trained staff. They were all acquired within budget.
Resolution Challenge:
- The antecedents are distributed across a list structure
- The pronoun they must resolve to the set of all three items
- Requires recognizing list semantics and collective reference
Implicit Set Construction
The plural pronoun refers to a set that was never explicitly enumerated but is inferable from individual mentions.
Example:
- The CEO approved the budget. The CFO signed the contracts. The COO hired the team. They transformed the company.
Inference Required:
- No explicit coordination phrase like "the three executives"
- The system must construct the set {CEO, CFO, COO} from discourse context
- Relies on recognizing parallel roles and shared organizational membership
Contrastive Split Antecedents
Two entities introduced in contrastive or comparative structures are later referenced jointly.
Example:
- Traditional methods failed to scale. Neural approaches required too much data. Both proved inadequate for the task.
Resolution Mechanism:
- The quantifier both explicitly signals a dual antecedent
- System must identify the two contrasted entities
- Requires understanding discourse relations like contrast and comparison
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.
Split Antecedent vs. Other Coreference Phenomena
Distinguishing split antecedent resolution from related coreference and anaphoric phenomena based on antecedent structure, entity cardinality, and resolution mechanism.
| Feature | Split Antecedent | Standard Anaphora | Bridging Anaphora |
|---|---|---|---|
Antecedent structure | Multiple distinct, separately introduced entities | Single contiguous noun phrase | No explicit antecedent; inferentially linked entity |
Pronoun number | Plural (they, them, their) | Singular or plural matching antecedent | Typically singular definite NP (the door, the engine) |
Entity cardinality | Merges 2+ entities into a plural set | 1:1 mapping between pronoun and antecedent | 1:1 mapping to an unmentioned but inferable entity |
Requires discourse merging | |||
Identity relation | |||
Relies on world knowledge | |||
Example | Alice met Bob. They went home. | Alice went home. She was tired. | I bought a car. The engine is loud. |
Resolution difficulty | High: requires multi-mention aggregation | Moderate: feature-based or neural scoring | High: requires commonsense inference |
Related Terms
Key concepts that interact with split antecedent resolution in discourse-level NLP systems.
Coreference Chain
The complete ordered set of all mentions within a discourse that refer to a single entity. A split antecedent creates a chain where a plural pronoun merges two previously distinct chains. For example, 'Alice' and 'Bob' each have their own chain until 'they' links both antecedents into a unified plural reference. Tracking these chains requires higher-order inference to propagate the merged entity representation across subsequent mentions.
Mention-Ranking Model
A neural architecture that scores all candidate antecedents for a given mention and selects the highest-ranked one. For split antecedents, the model must rank a set of antecedents rather than a single span. Standard pairwise ranking fails here—systems must either enumerate all possible antecedent combinations or use clustering-based approaches that can merge multiple mentions into a composite entity representation.
Bridging Anaphora
A non-identity anaphoric relationship where a definite noun phrase refers to an entity inferentially linked to a previously introduced discourse referent. Often confused with split antecedents, bridging anaphora does not require strict coreference. For example, 'I bought a car. The engine is loud.'—'the engine' bridges to 'a car' but is not coreferent. Split antecedents require identity: 'Alice arrived. Bob arrived. They sat down.'—'they' is Alice and Bob.
Higher-Order Inference
An iterative refinement technique where span representations are updated based on their predicted antecedents, enabling transitive reasoning. Critical for split antecedent resolution because the model must propagate information across multiple iterations: first linking 'they' to 'Alice', then linking 'they' to 'Bob', and finally merging both into a composite representation. Without higher-order loops, the model cannot accumulate the full set of antecedents.
CoNLL-2012 Benchmark
The standard evaluation dataset for coreference resolution derived from OntoNotes 5.0. Split antecedents are explicitly annotated in this corpus—plural pronouns can be linked to multiple antecedent spans. However, they represent a small fraction of total coreference links, making them a challenging long-tail phenomenon. Models often underperform on split antecedent cases because training data is dominated by singular pronoun-antecedent pairs.
Centering Theory
A discourse coherence theory that models local focus by tracking a ranked set of forward-looking centers and a single backward-looking center. Split antecedents violate the standard centering assumption that each utterance has exactly one backward-looking center. When 'they' refers to both Alice and Bob, the backward-looking center is a composite entity, requiring extensions to the theory to handle plural anaphora with multiple antecedents.

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