Inferensys

Glossary

Discourse Deixis

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.
Developer demonstrating multi-agent tool use, agent tool selection interface on laptop, casual tech demo moment.
LINGUISTIC PHENOMENON

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.

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.

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.

LINGUISTIC PHENOMENON

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.

01

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
02

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
03

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
04

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
05

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
06

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
DISCOURSE DEIXIS

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.

DISAMBIGUATION TABLE

Discourse Deixis vs. Related Phenomena

Distinguishing discourse deixis from anaphora, cataphora, and bridging anaphora based on referent type and resolution mechanism.

FeatureDiscourse DeixisAnaphoraBridging 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

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.