Types of CI-bearing expressions that can form alternative sets.
Following Lo Guercio's examples from §3.2:
- Epithets and honorifics (§3.2.1)
- Nominal appositives (§3.2.3)
- Supplementary adverbs (§3.2.3)
- Emotive markers (§3.2.3)
- epithet : CIAlternativeType
- honorific : CIAlternativeType
- nominalAppositive : CIAlternativeType
- suppAdverb : CIAlternativeType
- emotiveMarker : CIAlternativeType
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
A CI alternative pair: weaker and stronger CI expressions.
Following @cite{fox-katzir-2011}, alternatives must be:
- Formal alternatives (constructible by substitution)
- At most as complex as the original
- Contextually relevant
- altType : CIAlternativeType
Type of CI expression
- weaker : String
The weaker CI expression (used)
- stronger : String
The stronger CI expression (alternative)
- strongerIsRelevant : Bool
Is the stronger alternative contextually relevant?
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Standard CI alternative pairs from Lo Guercio.
The stronger alternative is only a formal alternative if it is contextually relevant (mentioned, subconstituent, or lexical).
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
Result of applying MCIs! (Maximize Conventional Implicatures).
Parallel to StandardRecipeResult from NeoGricean.Core.Basic.
- utterance : String
The utterance analyzed
- ciAlternative : String
The CI alternative considered
- alternativeIsCIStronger : Bool
Is the alternative CI-stronger?
- alternativeIsFormal : Bool
Is the alternative a formal alternative (contextually relevant)?
- aciArises : Bool
Does an ACI arise?
The inferred ACI content (if any)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Apply MCIs! to derive an ACI.
Following @cite{lo-guercio-2025} Definition 15:
- If speaker used φ with weaker CI
- And there's a formal alternative φ' with stronger CI
- Then infer speaker couldn't felicitously use φ'
- With competence: speaker believes ¬(CI content of φ')
Equations
- One or more equations did not get rendered due to their size.
Instances For
Example (18)-(19): Out of the blue, NO ACI arises.
"John arrived late" ⇝̸ ¬(John is a bastard) "Diego entró" ⇝̸ ¬(speaker respects Diego)
Because "that bastard John" is not a formal alternative; it is more complex.
Equations
Instances For
Example (20)-(21): With prior mention, an ACI arises.
"John arrived first, then that bastard Pedro arrived." Implicates: not(John is a bastard)
Because "that bastard" is now contextually relevant (mentioned), "that bastard John" is a formal alternative.
Equations
Instances For
Example (22)-(23): Honorific parallel.
"Primero entró Donato. Después entró Don Pedro." ⇝ ¬(speaker respects Donato)
Equations
Instances For
Example (31)-(32): Appositive parallel.
"Diego recommended an aspirin. Laura, a doctor, recommended an antibiotic." ⇝ ¬(Diego is a doctor)
Equations
Instances For
ACIs do not require the same assertive content.
Unlike antipresuppositions, ACIs can arise even when the utterance and alternative have different truth conditions.
Example (50): "Juan called Maria or that bastard Pedro"
- ACI: not(Maria is a bastard)
- Stronger alternative has different assertive content (and vs or)
CI content is independent of at-issue content.
ACIs are not affected by DE contexts.
Unlike scalar implicatures, ACIs arise in both UE and DE contexts.
Example (61): "I doubt that Juan or that bastard Pedro passed"
- SI blocked: does not implicate not(I doubt Juan and that bastard Pedro passed)
- ACI not blocked: implicates not(Juan is a bastard)
CI content does not interact with truth-conditional entailment.
Equations
Instances For
ACIs are cancellable.
Example (52): "Juan arrived first, then that bastard Pedro arrived (by the way, Juan is also a bastard)"
The parenthetical cancels the ACI.
- base : MCIsResult
- cancelled : Bool
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
ACIs are reinforceable.
Example (63): Repeating the ACI content is not redundant.
"Juan arrived first, that bastard Pedro arrived second (by the way, Juan is not a bastard)"
The reinforcement is informative, not redundant (unlike presuppositions).
Equations
- NeoGricean.ConventionalImplicatures.reinforceACI result = result
Instances For
Summary of how ACIs differ from their "scalar cousins".
| Property | SI | Antipresup | ACI |
|---|---|---|---|
| Same assertive content req | No | Yes | No |
| Affected by DE context | Yes | Varies | No |
| Cancellable | Yes | Yes | Yes |
| Reinforceable | Yes | No* | Yes |
| Embeddable | Yes | Yes | Yes |
- Reinforcing a presupposition is redundant
- inferenceType : String
- requiresSameAssertion : Bool
- affectedByDE : Bool
- cancellable : Bool
- reinforceable : Bool
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
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
The ACI mechanism is grounded in:
- @cite{potts-2005}: CI content is independent of at-issue content
- @cite{fox-katzir-2011}: Formal alternatives are structurally constrained
- Gricean reasoning: Cooperative speakers maximize informativeness
Given these, MCIs! derives ACIs compositionally: if the speaker used φ when a CI-stronger formal alternative ψ was available and relevant, the hearer infers the speaker believes the CI of ψ does not hold. [sorry: need world-level formalization of speaker belief inference]