Types of licensing contexts
- sententialNegation : LicensingContext
- constituentNegation : LicensingContext
- withoutClause : LicensingContext
- beforeClause : LicensingContext
- onlyFocus : LicensingContext
- superlative : LicensingContext
- conditional : LicensingContext
- universalRestrictor : LicensingContext
- fewNP : LicensingContext
- question : LicensingContext
- comparativeThan : LicensingContext
- tooAdjective : LicensingContext
- doubtVerb : LicensingContext
- denyVerb : LicensingContext
- adversative : LicensingContext
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Phenomena.Polarity.NPIs.instBEqLicensingContext.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Two LicensingContext types coexist:
- Core.Lexical.PolarityItem.LicensingContext (19 constructors) — used by Fragment entries
- Phenomena.Polarity.NPIs.LicensingContext (15 constructors) — used by empirical data
The Core type includes FC environments (modals, generics, imperatives);
the Phenomena type includes verbal licensors (doubt, deny) and finer-grained
negation (sentential vs constituent). The mappings below connect them.
Map a Phenomena-level licensing context to its Core equivalent.
Partial: universalRestrictor, doubtVerb, denyVerb have no Core counterpart.
Equations
- Phenomena.Polarity.NPIs.LicensingContext.sententialNegation.toCore = some Core.Lexical.PolarityItem.LicensingContext.negation
- Phenomena.Polarity.NPIs.LicensingContext.constituentNegation.toCore = some Core.Lexical.PolarityItem.LicensingContext.nobody
- Phenomena.Polarity.NPIs.LicensingContext.withoutClause.toCore = some Core.Lexical.PolarityItem.LicensingContext.without_clause
- Phenomena.Polarity.NPIs.LicensingContext.beforeClause.toCore = some Core.Lexical.PolarityItem.LicensingContext.before_clause
- Phenomena.Polarity.NPIs.LicensingContext.onlyFocus.toCore = some Core.Lexical.PolarityItem.LicensingContext.only_focus
- Phenomena.Polarity.NPIs.LicensingContext.superlative.toCore = some Core.Lexical.PolarityItem.LicensingContext.superlative
- Phenomena.Polarity.NPIs.LicensingContext.conditional.toCore = some Core.Lexical.PolarityItem.LicensingContext.conditional_ant
- Phenomena.Polarity.NPIs.LicensingContext.fewNP.toCore = some Core.Lexical.PolarityItem.LicensingContext.few
- Phenomena.Polarity.NPIs.LicensingContext.question.toCore = some Core.Lexical.PolarityItem.LicensingContext.question
- Phenomena.Polarity.NPIs.LicensingContext.comparativeThan.toCore = some Core.Lexical.PolarityItem.LicensingContext.comparative
- Phenomena.Polarity.NPIs.LicensingContext.tooAdjective.toCore = some Core.Lexical.PolarityItem.LicensingContext.too_to
- Phenomena.Polarity.NPIs.LicensingContext.adversative.toCore = some Core.Lexical.PolarityItem.LicensingContext.adversative
- Phenomena.Polarity.NPIs.LicensingContext.universalRestrictor.toCore = none
- Phenomena.Polarity.NPIs.LicensingContext.doubtVerb.toCore = none
- Phenomena.Polarity.NPIs.LicensingContext.denyVerb.toCore = none
Instances For
Map a Core licensing context to its Phenomena equivalent.
Partial: FC contexts (modals, generics, imperatives) and structural contexts
(atMost, since_temporal, free_relative) have no Phenomena counterpart.
Equations
- Phenomena.Polarity.NPIs.LicensingContext.fromCore Core.Lexical.PolarityItem.LicensingContext.negation = some Phenomena.Polarity.NPIs.LicensingContext.sententialNegation
- Phenomena.Polarity.NPIs.LicensingContext.fromCore Core.Lexical.PolarityItem.LicensingContext.nobody = some Phenomena.Polarity.NPIs.LicensingContext.constituentNegation
- Phenomena.Polarity.NPIs.LicensingContext.fromCore Core.Lexical.PolarityItem.LicensingContext.few = some Phenomena.Polarity.NPIs.LicensingContext.fewNP
- Phenomena.Polarity.NPIs.LicensingContext.fromCore Core.Lexical.PolarityItem.LicensingContext.conditional_ant = some Phenomena.Polarity.NPIs.LicensingContext.conditional
- Phenomena.Polarity.NPIs.LicensingContext.fromCore Core.Lexical.PolarityItem.LicensingContext.before_clause = some Phenomena.Polarity.NPIs.LicensingContext.beforeClause
- Phenomena.Polarity.NPIs.LicensingContext.fromCore Core.Lexical.PolarityItem.LicensingContext.without_clause = some Phenomena.Polarity.NPIs.LicensingContext.withoutClause
- Phenomena.Polarity.NPIs.LicensingContext.fromCore Core.Lexical.PolarityItem.LicensingContext.only_focus = some Phenomena.Polarity.NPIs.LicensingContext.onlyFocus
- Phenomena.Polarity.NPIs.LicensingContext.fromCore Core.Lexical.PolarityItem.LicensingContext.question = some Phenomena.Polarity.NPIs.LicensingContext.question
- Phenomena.Polarity.NPIs.LicensingContext.fromCore Core.Lexical.PolarityItem.LicensingContext.comparative = some Phenomena.Polarity.NPIs.LicensingContext.comparativeThan
- Phenomena.Polarity.NPIs.LicensingContext.fromCore Core.Lexical.PolarityItem.LicensingContext.superlative = some Phenomena.Polarity.NPIs.LicensingContext.superlative
- Phenomena.Polarity.NPIs.LicensingContext.fromCore Core.Lexical.PolarityItem.LicensingContext.too_to = some Phenomena.Polarity.NPIs.LicensingContext.tooAdjective
- Phenomena.Polarity.NPIs.LicensingContext.fromCore Core.Lexical.PolarityItem.LicensingContext.adversative = some Phenomena.Polarity.NPIs.LicensingContext.adversative
- Phenomena.Polarity.NPIs.LicensingContext.fromCore Core.Lexical.PolarityItem.LicensingContext.atMost = none
- Phenomena.Polarity.NPIs.LicensingContext.fromCore Core.Lexical.PolarityItem.LicensingContext.modal_possibility = none
- Phenomena.Polarity.NPIs.LicensingContext.fromCore Core.Lexical.PolarityItem.LicensingContext.modal_necessity = none
- Phenomena.Polarity.NPIs.LicensingContext.fromCore Core.Lexical.PolarityItem.LicensingContext.imperative = none
- Phenomena.Polarity.NPIs.LicensingContext.fromCore Core.Lexical.PolarityItem.LicensingContext.generic = none
- Phenomena.Polarity.NPIs.LicensingContext.fromCore Core.Lexical.PolarityItem.LicensingContext.since_temporal = none
- Phenomena.Polarity.NPIs.LicensingContext.fromCore Core.Lexical.PolarityItem.LicensingContext.free_relative = none
Instances For
Round-trip: when a Phenomena context maps to Core, mapping back recovers it.
The "Any" Paradigm #
@cite{israel-2011} @cite{kadmon-landman-1993} @cite{ladusaw-1979} @cite{lahiri-1998} @cite{van-rooy-2003}
"Any" is the classic English weak NPI. Licensed in DE contexts.
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
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
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
"Ever" - Temporal NPI #
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
Strong NPIs #
Strong NPIs require ANTI-ADDITIVE contexts (not merely DE). "Few" and "at most 3" don't license them.
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
"Yet" - Aspectual/Temporal Strong NPI #
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
Instances For
"At All" - Scalar Endpoint NPI #
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
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Intervention Effects #
Some elements block NPI licensing even in DE contexts.
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
Free Choice "Any" #
Not the same as NPI "any"! Free choice any appears in modal/generic contexts.
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
Instances For
Cross-Linguistic Patterns #
NPIs exist in many languages with similar distribution.
Cross-linguistic NPI datum
- language : String
- npiItem : String
- gloss : String
- scalarDirection : Core.Lexical.PolarityItem.ScalarDirection
Scalar direction
- notes : String
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
German "so recht" — attenuating NPI. @cite{schwab-2022}: does NOT show NPI illusion.
Equations
- One or more equations did not get rendered due to their size.
Instances For
NPIs in Questions #
Key insight from van Rooy: NPIs in questions increase ENTROPY (average informativity). This makes questions more "general" and less biased.
- Questions expecting negative answers → license NPIs
- Questions expecting positive answers → license PPIs
- Rhetorical questions → strong NPIs (lift a finger, etc.)
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
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 question data
Equations
- One or more equations did not get rendered due to their size.
Instances For
Minimizers vs Non-Minimizers #
@cite{israel-2001} notes NPIs like "all that" and "long" that don't denote minimal quantities. Their use under negation makes the sentence LESS informative, not more.
This challenges pure informativity-based accounts but supports relevance-based ones.
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 "any" examples
Equations
- One or more equations did not get rendered due to their size.
Instances For
All strong NPI examples
Equations
- One or more equations did not get rendered due to their size.
Instances For
All "yet" examples
Equations
Instances For
All "at all" examples
Equations
- One or more equations did not get rendered due to their size.
Instances For
Core Empirical Generalizations #
1. The DE Generalization #
Weak NPIs are licensed in downward-entailing contexts.
Test: If "All As are Bs" entails "All As are Cs", then:
- In UE contexts: "All As are Bs" entails "All As are Cs"
- In DE contexts: "All As are Cs" entails "All As are Bs"
2. Anti-Additivity for Strong NPIs #
Strong NPIs require anti-additive contexts:
- f(A∨B) = f(A) ∧ f(B)
"No one" is anti-additive: "No one saw A or B" = "No one saw A and no one saw B" "Few people" is merely DE: "Few saw A or B" ≠ "Few saw A and few saw B"
3. The Scalar Approach (Fauconnier, Krifka) #
NPIs involve scalar reversal:
- In positive contexts: "some" > "any" (some is more informative)
- In negative contexts: "any" > "some" (any is more informative)
4. Domain Widening #
"Any" widens the domain beyond contextual restriction:
- "I don't have an opinion" (contextually restricted)
- "I don't have any opinion" (widened to all opinions)
5. EVEN Theory #
NPIs involve covert EVEN:
- [EVEN anyone] = "even the most unlikely person"
- In DE contexts: wide domain = least likely = EVEN presupposition satisfied
6. Entropy/Utility #
NPIs maximize RELEVANCE (utility):
- In assertions: strength = informativity (entailment)
- In questions: strength = entropy (average informativity)
- NPIs in questions increase entropy → more useful questions
- Unifies assertion licensing (DE) with question licensing (bias reduction)
7. Local RSA Approach #
Local RSA derives NPI effects from polarity-sensitive informativity:
- In UE: smaller domain = more informative = preferred (→ EXH effects)
- In DE: wider domain = more informative = preferred (→ NPI licensing)
- No covert EVEN needed - it's pragmatic inference
N-words and Scale-Minimality #
@cite{chierchia-2013} "Logic in Grammar" observes that N-WORDS (negative indefinites that participate in Negative Concord) are constrained to SCALE-MINIMAL elements.
What are N-words? #
N-words are negative indefinites in Romance/Slavic languages that:
- Can appear in Negative Concord (NC) constructions
- Have negative force when appearing alone
- Lose negative force under c-commanding negation (NC)
Examples: Italian "nessuno" (no-one), "niente" (nothing), "neanche" (not even)
The Scale-Minimality Constraint #
N-words are formed ONLY from scale-minimal quantifiers:
| Base | Scale Position | N-word? | Example |
|---|---|---|---|
| uno (one) | minimal | ✓ | nessuno |
| due (two) | non-minimal | ✗ | *nessdue |
| most | non-minimal | ✗ | *nessmost |
| every | maximal | ✗ | *nessevery |
Why This Constraint? #
Chierchia's explanation via scalar implicature:
N-words require PURELY downward-entailing environments. But NON-MINIMAL scale positions generate POSITIVE implicatures:
- "No more than ten" implicates "at least some" (positive component!)
- This positive implicature DISRUPTS the DE environment
- Only scale-MINIMAL elements avoid this problem
The "neanche" Test (Chierchia p.6-7) #
Italian "neanche" (roughly "not even N") shows this pattern clearly:
✓ "Non ho visto neanche un professore" (I didn't see even one professor)
✗ "*Non ho visto neanche due professori" (I didn't see even two professors)
BUT: "neanche due" becomes acceptable when "two" is contextually construed as MINIMAL on a relevant scale:
✓ "Quel problema non lo risolverebbero neanche due professori" (That problem wouldn't be solved by even two professors) [Context: two is the minimum expected number to solve it]
Scale position of a quantifier/numeral.
- minimal : ScalePosition
- intermediate : ScalePosition
- maximal : ScalePosition
Instances For
Equations
- Phenomena.Polarity.NPIs.instBEqScalePosition.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Italian N-words
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
Spanish N-words
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 N-word 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
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 neanche examples.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Why Scale-Minimality Matters #
The key insight: intermediate scale positions generate POSITIVE scalar implicatures.
Consider "no more than ten students came":
- Literal: ≤10 students came
- Scalar implicature: at least some came (not zero!)
This positive implicature component DISRUPTS the purely DE environment that N-words require.
Only scale-MINIMAL elements avoid generating positive implicatures:
- "No one came" → no positive component
- "Nothing happened" → no positive component
Connection to NPI Licensing #
This explains why N-words behave like STRONG NPIs:
- Strong NPIs require ANTI-ADDITIVE contexts (not just DE)
- The positive implicature from non-minimal bases disrupts anti-additivity
- Scale-minimal bases preserve the pure negativity needed
Predictions #
- Cross-linguistically, N-words should be based on minimal scale elements
- N-words should fail in contexts where their base triggers positive implicatures
- Contextual manipulation of scale-minimality should affect N-word acceptability
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.