Discourse deixis is a form of deixis where the reference point is within the evolving text or speech itself, not the physical world. Unlike person or spatial deixis, it points to linguistic antecedents like statements, ideas, or events. For example, in 'We failed the audit. This is a disaster,' the pronoun 'this' refers to the entire preceding proposition of failing the audit, not a single noun.
Glossary
Discourse Deixis

What is Discourse Deixis?
Discourse deixis is a linguistic phenomenon where a demonstrative pronoun refers to an abstract entity, event, or proposition described in a preceding clause or sentence rather than a concrete noun phrase.
This mechanism is a critical challenge for coreference resolution systems because the antecedent is an abstract discourse segment rather than an explicit noun phrase. Resolving discourse deixis requires modeling propositional content and discourse structure, often relying on higher-order inference to link the demonstrative to the correct span of text representing the referred-to event or fact.
Key Characteristics of Discourse Deixis
Discourse deixis is a linguistic mechanism where a demonstrative pronoun or expression points to an abstract entity, event, or proposition within the surrounding text rather than a concrete physical object. Understanding its characteristics is essential for building NLP systems that can resolve references to ideas and events.
Abstract Referent Targeting
Unlike exophoric deixis which points to the physical world, discourse deixis targets abstract linguistic entities within the text itself. The referent is not a concrete noun phrase but an event, proposition, fact, or speech act described in a preceding clause or sentence.
- Example: 'The board rejected the merger. This surprised the shareholders.' (This = the entire rejection event)
- Example: 'She lied under oath. That is a serious crime.' (That = the act of lying)
- The demonstrative encapsulates a complex semantic unit rather than a simple entity
Demonstrative Pronoun Triggers
Discourse deixis is most commonly signaled by demonstrative pronouns (this, that, these, those) used in subject position to refer backward to clausal or sentential antecedents. The choice between 'this' and 'that' often reflects temporal or emotional distance from the referenced discourse segment.
- Proximal 'this': Suggests immediacy, current relevance, or speaker alignment with the proposition
- Distal 'that': Suggests distance, completion, or speaker dissociation from the proposition
- Plural 'these/those': Reference multiple propositions or a complex series of events
Discourse Segment Anaphora
A subtype where the deictic expression refers to a multi-sentence discourse segment rather than a single clause. This requires the NLP system to identify the boundaries of the antecedent segment and construct a summary representation of its content.
- Example: [Three paragraphs describing a policy change]. 'This decision will impact thousands.'
- Requires discourse parsing to segment text into coherent units
- The referent is a macro-proposition synthesized from multiple utterances
- Critical for summarization and question-answering systems
Non-Synonym Substitution Constraint
A defining test for discourse deixis is that the demonstrative cannot be replaced by a definite noun phrase that is a synonym or hypernym of an entity in the prior text. If substitution is possible, the reference is likely standard anaphora rather than discourse deixis.
- Discourse Deixis: 'He resigned. This shocked everyone.' (Cannot replace 'this' with 'the resignation' without altering the reference to the event)
- Standard Anaphora: 'The CEO resigned. He was tired.' (He = the CEO, a concrete entity)
- This constraint helps disambiguate between entity and event reference in coreference systems
Forward-Looking Cataphoric Use
While typically anaphoric (pointing backward), discourse deixis can also function cataphorically, pointing forward to a proposition about to be introduced. This creates a suspension in discourse coherence that is resolved when the subsequent material is processed.
- Example: 'Listen to this: the entire budget has been cut.'
- Example: 'I'll tell you this much—the project is doomed.'
- The deictic expression serves as a placeholder for upcoming propositional content
- Requires incremental parsing and prediction in real-time NLP systems
Sentential Complement Distinction
Discourse deixis must be distinguished from sentential complement anaphora, where 'it' or 'that' refers to a proposition embedded as a syntactic complement. The key difference is whether the referent is a grammatically subordinated clause or an independent discourse unit.
- Sentential Complement: 'She claimed [that the earth is flat]. I don't believe it.' (It = the embedded clause)
- Discourse Deixis: 'The earth is flat. I don't believe that.' (That = the preceding independent assertion)
- The distinction affects syntactic parsing and reference resolution strategies
Frequently Asked Questions
Explore the mechanics of how demonstrative pronouns like 'this' and 'that' refer to abstract ideas, events, and propositions in preceding discourse, a critical challenge for natural language understanding and coreference systems.
Discourse deixis is a linguistic phenomenon where a demonstrative pronoun (such as this or that) points to an abstract entity, proposition, event, or fact described in a preceding clause or sentence, rather than to a concrete noun phrase. Unlike anaphora, which involves a pronoun referring back to a specific noun phrase antecedent (e.g., 'John entered. He sat down'), discourse deixis refers to a non-nominal referent. For example, in 'The company missed its earnings target. This caused the stock to plummet,' the pronoun this does not refer to a single noun but to the entire event of missing the earnings target. This distinction is crucial for coreference resolution systems, which must differentiate between entity-level coreference and abstract discourse-level reference to correctly interpret meaning.
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.
Discourse Deixis vs. Related Phenomena
Distinguishing discourse deixis from anaphora, cataphora, and bridging anaphora based on referent type and resolution mechanism.
| Feature | Discourse Deixis | Anaphora | Bridging Anaphora |
|---|---|---|---|
Referent Type | Abstract proposition, event, or fact | Concrete noun phrase entity | Inferentially related entity |
Antecedent Form | Clause, sentence, or discourse segment | Noun phrase | Noun phrase or discourse referent |
Coreference Relation | |||
Requires World Knowledge | Low | Low | High |
Example Trigger | this, that, it (non-nominal) | he, she, it, they | the door (inferred from 'a house') |
Resolution Mechanism | Discourse structure parsing | Mention pair or ranking model | Inference and commonsense reasoning |
Can Be Non-Verbal Antecedent | |||
Standard NLP Task | Discourse parsing | Coreference resolution | Entity linking and inference |
Related Terms
Discourse deixis is a specialized phenomenon within the broader field of coreference resolution. The following concepts are essential for understanding how NLP systems handle abstract, non-nominal references.
Anaphora
The fundamental linguistic mechanism where an expression's interpretation depends on a preceding expression. While discourse deixis is a subtype of anaphora, it differs critically: standard anaphora refers to a concrete noun phrase (e.g., 'Sara lost her wallet'), whereas discourse deixis refers to an abstract proposition, event, or fact (e.g., 'Sara lost her wallet. This ruined her day.'). Coreference resolvers must distinguish between these to build accurate discourse models.
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. This is distinct from discourse deixis: bridging links a noun phrase to an implied part-whole or associative relationship (e.g., 'We entered a restaurant. The waiter took our order.'), while discourse deixis points to a propositional abstraction. Both require world knowledge and inferential reasoning beyond simple string matching.
Coreference Chain
The complete ordered set of all mentions within a discourse that refer to a single entity. When discourse deixis is present, the abstract proposition itself becomes a discourse entity with its own chain. For example:
- 'The company missed earnings. This shocked investors. It led to a sell-off.'
- The chain for the proposition includes: 'The company missed earnings' → 'This' → 'It' Modern neural coreference systems must construct chains that include these abstract referents alongside concrete entity chains.
Mention Detection
The prerequisite subtask of identifying all spans of text that refer to an entity. Discourse deixis poses a unique challenge for mention detection because the referring expression (often demonstrative pronouns like 'this', 'that', 'these', 'those') points to a non-contiguous, abstract antecedent. Traditional mention detection models trained on noun phrases struggle to recognize that 'this' in 'This proves the hypothesis' is a valid mention whose antecedent is the entire preceding clause or sentence.
Winograd Schema
A pronoun disambiguation challenge requiring deep world knowledge and commonsense reasoning, where two sentences differ by a single word that flips the pronoun's antecedent. While Winograd schemas typically test concrete entity resolution (e.g., 'The trophy didn't fit in the suitcase because it was too big/small'), the underlying requirement for propositional understanding and causal reasoning is directly relevant to resolving discourse deixis. Both demand that systems model situational context beyond syntactic cues.
Salience Model
A discourse model that assigns a real-valued prominence score to each entity based on recency, grammatical role, and mention frequency to guide pronoun resolution. For discourse deixis, salience models must be extended to score abstract propositions as candidate antecedents. A proposition's salience is influenced by:
- Recency: How recently was the event stated?
- Syntactic prominence: Was it in a main clause?
- Causal connectivity: Does the discourse marker signal a result? These features help the model determine when 'this' refers to a proposition rather than a noun phrase.

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