Empirical pattern: Disjunction and speaker ignorance.
"Harry is in Antwerp or Brussels" implicates:
- Speaker doesn't know Harry is in Antwerp
- Speaker doesn't know Harry is in Brussels
Source: @cite{gazdar-1979}, @cite{geurts-2010} Ch. 3.3
- disjunction : String
The disjunctive statement
- disjunctA : String
First disjunct
- disjunctB : String
Second disjunct
- inferenceA : String
Ignorance inference about A
- inferenceB : String
Ignorance inference about B
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Classic example: Harry's location. Source: @cite{geurts-2010} p.61
Equations
- One or more equations did not get rendered due to their size.
Instances For
Location example with Mary.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Activity example.
Equations
- One or more equations did not get rendered due to their size.
Instances For
All basic ignorance examples.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Comparison between ignorance and scalar implicatures.
Scalar implicatures and ignorance inferences differ:
- Scalar: speaker knows the stronger alternative is false
- Ignorance: speaker doesn't know which disjunct is true
- utterance : String
The utterance
- inferenceType : String
Type of inference
- inference : String
The inference
- speakerClaimsKnowledge : Bool
Is speaker claiming knowledge?
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
"Some" triggers scalar implicature (speaker knows).
Equations
- One or more equations did not get rendered due to their size.
Instances For
"Or" triggers ignorance (speaker doesn't know).
Equations
- One or more equations did not get rendered due to their size.
Instances For
All comparison examples.
Equations
Instances For
Ignorance extends to long disjunctions (n > 2).
For "A or B or C", we get ignorance about each disjunct:
- Speaker doesn't know A
- Speaker doesn't know B
- Speaker doesn't know C
Source: @cite{geurts-2010} p.61-64
- disjunction : String
The disjunctive statement
List of disjuncts
Ignorance inferences (one per disjunct)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Three-way disjunction example. Source: @cite{geurts-2010} p.61
Equations
- One or more equations did not get rendered due to their size.
Instances For
Four-way disjunction example.
Equations
- One or more equations did not get rendered due to their size.
Instances For
All long disjunction examples.
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Explicit knowledge blocks ignorance.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Rhetorical questions don't trigger ignorance.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Embedded disjunction under belief.
Equations
- One or more equations did not get rendered due to their size.
Instances For
All blocking examples.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Disjunction in scope of universal.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Disjunction scoping over universal.
Equations
- One or more equations did not get rendered due to their size.
Instances For
All quantified ignorance examples.
Equations
Instances For
Positional Asymmetry in Disjunction Interpretation #
@cite{chierchia-2013} "Logic in Grammar" Ch.1 observes that the same lexical material yields different preferred readings based on structural position:
| Position | Polarity | Preferred Reading |
|---|---|---|
| Consequent of conditional | UE | Exclusive |
| Antecedent of conditional | DE | Inclusive |
| Scope of "every" | UE | Exclusive |
| Restrictor of "every" | DE | Inclusive |
| Positive sentence | UE | Exclusive |
| Negative sentence | DE | Inclusive |
The Core Pattern #
UE contexts: exclusive reading preferred
- "If everything goes well, we'll hire Mary or Sue"
- Default: we'll hire exactly one of them
DE contexts: inclusive reading preferred
- "If we hire Mary or Sue, everything will go well"
- Default: hiring either or both leads to success
Explanation via Maximize Strength #
The asymmetry follows from the Maximize Strength principle:
- In UE: adding "not both" strengthens → compute SI
- In DE: adding "not both" would weaken → don't compute SI
When the exclusive SI is not computed, the inclusive reading emerges.
Type of disjunction interpretation.
- inclusive : DisjunctionReading
- exclusive : DisjunctionReading
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Structural position of the disjunction.
- matrix : DisjunctionPosition
- conditional_cons : DisjunctionPosition
- conditional_ant : DisjunctionPosition
- every_scope : DisjunctionPosition
- every_restrictor : DisjunctionPosition
- negation_scope : DisjunctionPosition
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Determine context polarity from position.
Equations
- Phenomena.Polarity.DisjunctionIgnorance.positionPolarity Phenomena.Polarity.DisjunctionIgnorance.DisjunctionPosition.matrix = Core.NaturalLogic.ContextPolarity.upward
- Phenomena.Polarity.DisjunctionIgnorance.positionPolarity Phenomena.Polarity.DisjunctionIgnorance.DisjunctionPosition.conditional_cons = Core.NaturalLogic.ContextPolarity.upward
- Phenomena.Polarity.DisjunctionIgnorance.positionPolarity Phenomena.Polarity.DisjunctionIgnorance.DisjunctionPosition.conditional_ant = Core.NaturalLogic.ContextPolarity.downward
- Phenomena.Polarity.DisjunctionIgnorance.positionPolarity Phenomena.Polarity.DisjunctionIgnorance.DisjunctionPosition.every_scope = Core.NaturalLogic.ContextPolarity.upward
- Phenomena.Polarity.DisjunctionIgnorance.positionPolarity Phenomena.Polarity.DisjunctionIgnorance.DisjunctionPosition.every_restrictor = Core.NaturalLogic.ContextPolarity.downward
- Phenomena.Polarity.DisjunctionIgnorance.positionPolarity Phenomena.Polarity.DisjunctionIgnorance.DisjunctionPosition.negation_scope = Core.NaturalLogic.ContextPolarity.downward
Instances For
Predict preferred reading from polarity. UE → exclusive (SI computed), DE → inclusive (SI not computed). NM → inclusive (no clear strength ordering, so no exclusive SI).
Equations
- Phenomena.Polarity.DisjunctionIgnorance.predictReading Core.NaturalLogic.ContextPolarity.upward = Phenomena.Polarity.DisjunctionIgnorance.DisjunctionReading.exclusive
- Phenomena.Polarity.DisjunctionIgnorance.predictReading Core.NaturalLogic.ContextPolarity.downward = Phenomena.Polarity.DisjunctionIgnorance.DisjunctionReading.inclusive
- Phenomena.Polarity.DisjunctionIgnorance.predictReading Core.NaturalLogic.ContextPolarity.nonMonotonic = Phenomena.Polarity.DisjunctionIgnorance.DisjunctionReading.inclusive
Instances For
Example showing exclusive/inclusive asymmetry.
- sentence : String
The sentence
- position : DisjunctionPosition
Position of disjunction
- polarity : Core.NaturalLogic.ContextPolarity
Polarity of that position
- preferredReading : DisjunctionReading
Preferred reading
- canForceOther : Bool
Can the other reading be forced with context?
- source : String
Source
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
All exclusive/inclusive examples.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Forcing Non-Preferred Readings #
While polarity determines the default reading, context can force the non-preferred interpretation:
Forcing Inclusive in UE (harder) #
"If everything goes well, we'll hire Mary or Sue, or both."
- Explicit "or both" forces inclusive
Forcing Exclusive in DE (harder) #
"If we hire Mary or Sue but not both, everything will go well."
- Explicit "but not both" forces exclusive
The observation: forcing requires explicit marking. The unmarked reading follows from Maximize Strength.
Example of forcing a non-preferred reading.
- baseSentence : String
The base sentence
- position : DisjunctionPosition
Position (determines default)
- defaultReading : DisjunctionReading
Default reading
- forcingPhrase : String
Forcing phrase
- forcedReading : DisjunctionReading
Resulting reading
- notes : String
Notes
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
All forced reading examples.